/*********************************************************************************************

Theme Name: Evertis Magazine
Theme URI: http://www.wpzoom.com/themes/evertis/
Description: Evertis Magazine Theme
Version: 1.0
Author: WPZOOM
Author URI: http://www.wpzoom.com

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Toolbox CSS  -----------------------  All Theme Files
2.  Page Structure  --------------------  All Theme Files
3.  Header  ----------------------------  header.php
4.  Main Navigation  -------------------  header.php
5.  Featured Section  ------------------  featured.php
6.  Homepage Articles ------------------  index.php
7.  Single Articles & Pages ------------  single.php, page.php
8.  Comments  --------------------------  comments.php
9.  Sidebar & Widgets ------------------  sidebar.php
10. Forms  -----------------------------  searchform.php
11. Footer  ----------------------------  footer.php
12. UA Home ----------------------------  ua_home.php
13. Notes From The Field ---------------  notes-from-the-field.php
14  Destination Focus ------------------  destination-focus.php
15. Tequila 360 Cities Sidebar ---------  tequila-360cites-sidebar.php
15. Himeville 360 Cities Post ----------  himeville-project-exposure-post.php

**********************************************************************************************/



/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/   
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

* { 
	margin: 0; 
	padding: 0; }


table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}
 
q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; width: 100%; }
th {  background: #BBCCDD; color:#333; }
th, td { line-height: 20px; padding: 4px; }
tr:nth-child(2n) {  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; }
tr:nth-child(2n+1) {  }


ul { list-style: none inside; }

a img { border:none; }

.floatleft { float:left; }

.floatright { float:right; }

.clear { clear:both; }

.transpBlack { background:url(transpBlack.png); }

 
p { 
	margin-top:3px;
	margin-bottom: 13px;
	 }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { 
	color:#19283b;
	text-decoration:none; }
	
a:hover {
	text-decoration:underline;
	}
	
 	
/********************************************************************************************* 

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/  

.navigation { color: #fff; float: left; width: 100%; }
	.navigation .alignleft a,   .navigation .alignright a { width: 125px; text-align: center; height: 20px; }
	.navigation a, .post .navigation a { color: #fff; background: #34475b; font-weight: normal; margin: 7px 5px; padding: 5px 6px; cursor: pointer; font-size: 12px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; }
	.navigation .alignleft { float: left; }
	.navigation a:hover { color: #fff; text-decoration: none; background: #243445; }
	.navigation .alignright { float: right; }
	
	
.wp-pagenavi { font-size: 10px; text-align: center; padding-top: 12px; color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); text-transform: uppercase; }
	.wp-pagenavi .pages { padding: 5px 6px; margin: 0 6px; color: #fff; background: #34475b; border: 1px solid #DDD; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px 6px; color: #fff; font-weight: bold; background: #34475b; }
	.wp-pagenavi .current { padding: 5px 6px; color: #fff; margin: 0 5px; background: #243445; font-weight: bold; border: 1px solid #DDD; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-pagenavi a:hover { color: #fff; background: #243445; }
	
	
.post-edit-link { text-transform: uppercase; font-size: 10px; color: #f81b10; font-weight: bold; }

.full { width: 960px; margin: 0 auto; }

.wp-caption { border: 1px solid #ccc; text-align: center; background-color: #DCDCDC; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-caption img { margin: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 11px; line-height: 14px; padding: 0 3px 5px; margin: 0; font-style: italic; }
	
	
#wp-calendar caption { font-weight: bold; color: #333; text-transform: uppercase; }
#wp-calendar td { text-align: center; }
	#wp-calendar td a { color: #333; font-weight: bold; text-decoration: underline; }
		#wp-calendar td a:hover { text-decoration: none; }
#wp-calendar caption { background: #888888 none repeat scroll 0 0; color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 8px 10px; text-shadow: 1px 1px 0 #656565; text-transform: uppercase; text-align: left; }
#wp-calendar #today { background: #2F91C4; color: #fff; font-weight: bold; }
 
	
	
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; border: 5px solid #DDDDDD; }
.alignnone { border: 5px solid #DDDDDD; }
.alignleft { float: left; margin: 0 10px 0 0; }
	.alignleft img { float: left; margin: 0 10px 0 0; border: 5px solid #DDDDDD; }
.alignright { float: right; margin: 10px 0 0 20px; }
	.alignright img { float: right; border: 5px solid #DDDDDD; }
.floatleft, #more_left { float: left; }

.screen-reader-text { display: none; }

h3.chap { color: #BBB; font-size: 11px; margin: 15px 0 10px 0; text-transform: uppercase; }

.bubble a, .bubble span { background: url(images/bubble.png) no-repeat; width: 34px; height: 35px; position: absolute; top: 15px; right: 15px; padding: 4px 0 0 0; margin: 0; color: #c6dce2; font-family: Georgia; font-weight: bold; font-size: 14px; text-align: center; }
.bubble a:hover, .bubble span:hover { text-decoration: none; color: #f81b10; }
#main .bubble a { padding: 4px 0 0 0; right: 25px; top: 10px; }

span.date, span.author { padding-left: 12px; text-transform: uppercase; font-size: 10px; color: #333; margin: 0 5px 10px 0; }
span.category { margin: 2px 10px 0 0; text-transform: uppercase; color: #333; float:left; background:#ffcc00; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:2px 4px 0 4px; font-size:9px;}
span.date { background: url(images/clock.png) no-repeat 0 2px; }
/*span.category { background: url(images/category.png) no-repeat 0 2px; }*/
/*span.author { background: url(images/user.png) no-repeat 0 2px; }*/
span.category a, span.author a { border-bottom: none; color: #333; font-weight: bold; }
span.category a:hover, span.author a:hover { border-bottom: 1px dotted #32982a; text-decoration: none; }
span.retweet {float:right; margin: 5px 0 10px 15px;}
span.fblike { padding: 0 0 0 5px; margin: 0 0 0 0; float: left;}
 
/********************************************************************************************* 

2. Page Structure  -------------------------  All Theme Files

*********************************************************************************************/  

body { 
	font-family:Helvetica,arial,sans-serif;  
	font-size:12px;
        background-color:#fff;
	background:#fff url(images/bgstripe_h.png) repeat-x left top;
	line-height:1.6;
	color:#333;
}

 
 #page-wrap {
	width: 960px;
	margin: 0 auto;
}


/********************************************************************************************* 

3. Header  -------------------------  header.php

*********************************************************************************************/   
   
#header {
float:left;
display:block;
}
	
	#logo {
	float:left;
	}
	
	#ad468 {
	float:right;
	margin-top:5px;
	}
	
/********************************************************************************************* 

4. Main Navigation  -------------------------  header.php

*********************************************************************************************/   
 
#navigation {
	/*background:url(images/bgtop.png) repeat-x;*/
	/*height:23px;*/
	}
	
	#nav-wrap {
	/*width:960px;*/
	margin:0 auto;
        width:940px;
        padding:3px 10px;
	}
	
	#nav-wrap ul {
	float:left;
	}	
	
#headCats {
	clear: left;
	float: left; 
	display: inline; 
	width:940px;
 	/*background-color:#84715a;*/
	margin:10px 0;
	padding:3px 10px;
	/*-webkit-border-radius: 5px;*/
	/*-khtml-border-radius: 5px;*/	
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
 	}

#hBanner {
	margin:0 0 0 0;
	}

#hBanner span.main {
        float:left;
        padding: 0 0 0 10px;
        }
#hBanner span.side {
        float:right;
        padding: 0 15px 0 0;
        }
 
 
/********************************************************************************************* 

5. Featured Section  -------------------------  featured.php

*********************************************************************************************/   
 
#featured { 
	/*background:#000;*/
        /*background:url(images/bgnz.png);*/
	/*border:5px solid #f0f2f4;*/
	/*-webkit-border-radius: 10px;*/
	/*-khtml-border-radius: 10px;*/	
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	float:left;
	padding:0 0;
	/*margin-bottom:30px;*/
	position:relative;
	width:960px;
    height:230px;
	}
	 
	 .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	min-height: 200px;
}


#thumbs {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
 
a.browse {
	display:block;
	width:27px;
	height:37px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:75px;
}

a.right { 
background:url(images/right.png) no-repeat; 
right:-27px;
}
 
a.left	{
background:url(images/left.png) no-repeat; 
left:-27px;
} 
 
a.disabled {
	visibility:hidden !important;		
} 	

.navi {
	margin-left:430px;
	width:200px;
	height:20px;
}

.navi a {
	width:14px;
	height:14px;
	float:left;
	margin:3px;
	/*background:url(images/navigator.png) 0 0 no-repeat;*/
	display:block;
	font-size:1px;
	cursor:pointer;

}

/* mouseover state */
.navi a:hover {
	background-position:0 -15px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -15px;     
}
 
 .slide {
	 /*-webkit-border-radius: 5px;*/
	 /*-khtml-border-radius: 5px;*/
	 /*-moz-border-radius: 5px;*/
	 /*border-radius: 5px;*/
         /* for IE */
         /*filter:alpha(opacity=90);*/
         /* CSS3 standard */
         /*opacity:0.9;*/
	 background:#333;
         /*background:url(images/paperbg_s.png);*/
         padding:0 0 0 0;
	 margin:0 6px 0 6px;
	 float:left;
	 width:180px;
         min-height:175px;
	 position:relative;
	 display:inline;
	 }
	 
	  .slide h2 {
	 font-family:Helvetica,arial,sans-serif;
         /*text-transform: uppercase;*/
	 font-size:14px;
	 margin:10px 5px 5px 5px;
	 font-weight:bold;
	 line-height:1.2;
	 }
	 
	 .slide h2 a {
         font-weight:bold;
         color:#FFF;
	 }
	 
	 .slide a {
	 font-weight:bold;
	 } 

.featured_story { 
	font-family:Helvetica,arial,sans-serif;  
	font-size:12px;
	line-height:1.6;
	color:#333;
}

	  
/********************************************************************************************* 

6. Homepage Articles -------------------------  index.php

*********************************************************************************************/   
 
 #main {
	/*background:#fff url(images/bgblue.jpg) repeat-y;*/
        background:#fff;
	/*border:5px solid #f0f2f4;*/
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	padding:0;
	margin-bottom:30px;
	width:950px;
 	}
	
	#main.fullwidth {
	background:#fff;
	}
	
	#main.fullwidth #content {
	width:920px;
        margin: 0 0 0 0;
	}
	
	#main #content {
	float:left;
        background:#fff;
	width:620px;
 	/*padding-left:10px;*/
 	margin-bottom:20px;
	}

        #main p.line-break, #featured p.line-break, #sidebar p.line-break { 
        color: #AAA; 
        font-size: 11px;
        font-weight:bold; 
        margin: 15px 0 10px 0; 
        text-transform: uppercase; 
        background:url(images/line.png) repeat-x left center; }

        #main p.line-break span, #featured p.line-break span, #sidebar p.line-break span { 
        background:#FFF; 
        padding-right:10px;
        }
	
	#main .article {
 	margin:0 0 10px 0;
	padding:5px 15px 10px 0;
	background:url(images/line.png) repeat-x left bottom;
	float:left;
 	}
	
	#main .article .pic, #main .article_nftf .pic {
 	float:left;
	position:relative;
	}
	
	#main .article .pic img, #main .article_nftf .pic img {
	/*border:4px solid #000;*/
	padding:0;
	margin:0 15px 20px 0;
	}
	
	#main .article h2 a, #main .article_nftf h2 a {
	color:#333;
        font-family:"Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-weight:bold; 
	font-size:22px;
	position:relative;
        margin:0 0 5px 0;
	line-height:1.2;
	}

        #main .article p, #main .article a, #main .article_nftf p, #main .article_nftf a {
	line-height:1.7;
	}
 
 	#authorav img {
	float:left;
	margin:5px 10px 8px 0;
	padding:3px;
	border:1px solid #ccc;
	}
	
        #main h1.single {
        margin:10px 0 0 0;
        }
	
        #main h1.single a {
	color:#333;
        font-family:"Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:34px;
	line-height:1.2;
	}
 
	.article p {
	line-height:1.7;
	}
	
	.entry {
 	border-top:#ccc solid 2px;
        margin:10px 0 0 0;
        padding:15px 0 0 0;
        font-size:14px;
 	}
	
	.article .entry a, .tag-description a {
	color:#0066cc;
	font-weight:normal;
	text-decoration:none;
	}
	
	.article .entry a:hover, .tag-description a:hover {
	border-bottom:1px dotted #D08F56;
	color:#DD9555;
	}
	.article ul, .article_nftf ul, .article_df ul {
	margin:0 0 20px;
	padding:0 0 0 30px;
	}

	.article ul li, .article_nftf ul li, .article_df ul li {
	list-style-type:square;
	}

	.article ol, .article_nftf ol, .article_df ol {
	margin:0 0 20px;
	padding:0 0 0 30px;
	}

	.article ol li, .article_nftf ol li, .article_df ol li {
	list-style-type:decimal;
	}
	
	#authorpic {
	float:left;
	margin:10px 5px 0 10px;
	}

        .author-attribute {
	margin:10px 5px 0 5px;
        height:40px;
        border-bottom:#ccc solid 2px;
	}

        .author-attribute img {
        margin:0 0 10px 0;
        vertical-align:middle;
	}

        .author-attribute div.author-attribute-text {
	margin:0 0 15px 40px;
	}
	
	.article blockquote {
	color:#666666;
	border-left:3px solid #CCCCCC;
	color:#777777;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	line-height:1.8em;
	margin:10px 20px 10px 30px;
	padding-left:10px;
	}

	blockquote, q {
	quotes:none;
	}

	.article .alignleft {
	float:left;
	margin:5px 15px 10px 0;
	}
	 
	.article .alignright {
	float:right;
	margin:10px 0px 10px 15px;
	}
	
/********************************************************************************************* 

7. Single Articles & Pages -------------------------  single.php, page.php

*********************************************************************************************/   
	
	.afterpost {
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	/*background:url(images/line.png) repeat-x left top;*/
	}

        #tag-info {
	background: #eaeaec; 
        padding: 10px; 
        margin: 0 0 15px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
        }

        #author-info {
	background: #eaeaec; 
        padding: 10px; 
        margin: 0 0 15px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
        }
	
        #author-info div#author-image {
	float: left; 
        margin: 0 10px 5px 0; 
        border: 3px solid #DCDCE1;
	}

        #author-info div#author-bio {
        margin: 0 0 0 100px; 
	}

	.article .related{
	width:65%;
	float:left;
	}

	.article .share{
	width:35%;
	float:left;
	}
	.article .related li, .article .share li{
	list-style-type: none;
	}
		
	.article .afterpost h3 {
	font-size:24px;
	font-weight:boldd;
	text-transform:capitalize;
	font-style:normal;
	color:#19283b;
	}

	.related {
	text-transform:uppercase;
	font-style:italic;
	font-size:10px;
	color:#c13636;
 	}

	.article .related ul {
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	}

	.related li {
	padding:0 0 4px 0;
	}

	.related li a {
	text-transform:capitalize;
	color:#555555;
	font-size:12px;
	font-weight:bold;
	}
	 
	.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	color:#2b2828;
	}
	
	.share ul {
	padding-left:10px;
	}
	
	.share li {
	padding:0 0 4px 20px;
	}

	.share li a {
	color:#333;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}

	.share li.facebook  {
	background:url(images/facebook.png) no-repeat left;
	}

	.share li.twitter  {
	background:url(images/twitter2.png) no-repeat left;
	}

	.share li.delicious  {
	background:url(images/delicious.png) no-repeat left;
	}

	.share li.digg  {
	background:url(images/digg.png) no-repeat left;
	}

	.share li.stumble  {
	background:url(images/stumble.png) no-repeat left;
	}

	/*a.readmore { 	
	clear:both;
 	text-align:right;
	float:right;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
	background: #1f3447; padding: 3px 0 3px 5px; 
        text-transform: uppercase; color: #fff; 
        font-size: 10px;   
        font-weight: bold;   
        text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3); 
        }*/
	
	/*a.readmore:hover { background: #45637c; color: #fff; text-decoration:none;  }*/
	
	/*a.readmore span { 	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;background: #315369; padding: 5px 7px;   margin:0; }*/
	
	/*a.readmore:hover span { background: #6693af; color: #fff; }*/

 
/********************************************************************************************* 

8. Comments  -------------------------  comments.php

*********************************************************************************************/   
     
#comments { margin: 25px 0; padding: 15px 0 0 0; background: url(images/line.png) repeat-x left top; float:left; }
	#comments h3 { font-size: 24px; color: #19283b; margin-top: 10px; clear: left; }
	#comments a { text-decoration: none; }
	#comments div.comments { margin: 0 0 10px 0; }
		#comments div.comments h2 { font-size: 18px; font-weight: normal; }
		#comments div.comments li, #main #respond { padding: 10px 0 5px; margin-top: 10px; }
	#comments ol.commentlist div.comment-content { margin-left: 95px; }
	#comments cite { font-style: normal; font-weight: normal; }
	#comments p.trackbackurl { font-size: 11px; }
		#comments p.trackbackurl span.url { font-weight: bold; padding: 1px; }
	#comments a.more-link { display: block; margin: 10px 0 0; }
	#comments div#comments-comments ul, #comments div#comments-comments ol { margin-left: 0; }
	#comments .normalComments { padding: 0px 0; clear: left; font-family: Tahoma, Sans-Serif; }
		#comments .normalComments li { margin: 0px 0 0em 0; padding: 20px 0; list-style-type: none; border-bottom: 1px dotted #A5ACB9; position: relative; }
			#comments .normalComments li ul li { padding: 10px 0 5px 0; }
			#comments .normalComments li ul.children { padding: 0px 0 0; }
				#comments .normalComments li ul.children li { clear: left; margin: 10px 0 0px 40px; }
			#comments .normalComments li ul li { border: none; }
		#comments .normalComments cite.fn { font-size: 16px; font-weight: bold; font-family: Arial; }
		#comments .normalComments div.gravatar { float: left; display: inline; width: 75px; margin: 0 10px 5px 0; }
			#comments .normalComments div.gravatar img { margin: 0; }
		#comments .normalComments div.comment-author { margin: 0 20px 3px 0; line-height: 18px; }
		#comments .normalComments div.comment-content { margin-left: 100px; }
.normalComments p,   .normalComments li.author p { margin-left: 85px; font-size: 12px; line-height: 20px; }
#comments .normalComments .avatar { float: left; margin: 0 15px 0 0; width: 70px; }
#comments .normalComments span.says { display: none; }
#comments .normalComments .children { margin: 0 0 0 0; }
#comments .normalComments .commentmetadata a.comment-edit-link { background: none; }
#comments .normalComments .commentmetadata { margin: 0 0 5px 0; }
#comments	.normalComments .commentmetadata a { display: inline; font-size: 12px; color: #979797; font-family: Georgia, Sans-Serif; font-style: italic; padding: 0px 0px 2px 12px; line-height: 17px; margin: 0px 0 3px 0; background: url(images/clock.png) no-repeat left; padding-left: 12px; font-weight: normal; }
#comments		.normalComments .commentmetadata a:hover { color: #4f535b; text-decoration: none; }
#comments	.normalComments .reply { clear: both; margin: 10px 0 0 90px; position: absolute; top: 7px; right: 4px; }
#comments .normalComments .cancel-comment-reply p { margin: 0 0 0 0; }
#comments .afterpost .navigation .alignleft a, #comments .reply a, .afterpost .navigation .alignright a, #comments .cancel-comment-reply a { padding: 2px 5px; margin-bottom: 5px; font-weight: 700; text-transform: uppercase; background: #2f91c4; font-size: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); color: #fff; }
#comments .afterpost .navigation .alignleft a:hover, #comments .afterpost .navigation .alignright a:hover, #comments .reply a:hover, #comments .cancel-comment-reply a:hover { text-decoration: underline; }
.afterpost .navigation { background: none; }
	.afterpost .navigation .alignleft a, .afterpost .navigation .alignright a { width: 125px; padding: 3px 0 0 3px; text-align: center; height: 20px; }
#commentform { color: #6F6F6F; margin-top: 15px; }
	#commentform code { font-size: 11px; }
	#commentform p { margin: 0 10px 15px 0; font-size: 12px; }
#commentslabel, #commentform label { line-height: 2.0em; font-size: 11px; }
#comments input, #commentform input { -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-repeat: repeat-x; width: 190px; padding: 5px 5px 5px 8px; margin: 0 5px 15px 0; font-size: 12px; margin-bottom: 5px; font-family: Arial, Tahoma, Helvetica, sans-serif; color: #333; font-weight: bold; background: #eff3f5; border-style: solid; border-width: 1px; }
#comments textarea, #commentform textarea { -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width: 450px; height: 130px; padding: 8px 8px 16px 8px; margin-bottom: 15px; font-size: 12px; font-family: Arial, Tahoma, Helvetica, sans-serif; color: #333; font-weight: bold; background: #eff3f5; border-style: solid; border-width: 1px; }
#comments #submit, #commentform #submit { background: #2f91c4; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); border: none; text-transform: uppercase; cursor: pointer; cursor: hand; }
#comments #submit:hover, #commentform #submit:hover { background: #243445; }
#commentform #subscribe { float: left; margin: 5px 5px 0 0; }
#commentform { color: #626060; margin-top: 15px; }
	#commentform code { font-size: 11px; }
	#commentform p { margin: 0 0 5px; font-size: 12px; }
	#commentform #formLabels { float: left; display: inline; width: 220px; }
	#commentform #formContent { float: left; display: inline; width: 280px; }
.article label, #commentform label { font-weight: bold; line-height: 2.0em; font-size: 11px; display: block }
.article input, #commentform input { background-repeat: repeat-x; width: 190px; padding: 8px 5px 8px 8px; font-size: 12px; margin-bottom: 5px; font-family: Arial, Tahoma, Helvetica, sans-serif; color: #333; font-weight: bold; background: #f4f6f6 none repeat scroll 0 0; border-style: solid; border-width: 1px; }
.article textarea, #commentform textarea { width: 340px; height: 135px; padding: 8px 8px 16px 8px; margin-bottom: 15px; font-size: 12px; font-family: Arial, Tahoma, Helvetica, sans-serif; color: #333; font-weight: bold; background: #f4f6f6 none repeat scroll 0 0; border-style: solid; border-width: 1px; }
.article #submit, #commentform #submit { background: #34475b; font-size: 11px; text-transform: uppercase; color: #fff; font-weight: bold; padding: 5px 7px; width: auto; font-family: Verdana; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
 

/********************************************************************************************* 

9. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/ 


	#sidebar {
	float:left;
	width:320px;
	margin:0 0 0 10px;
	background:#fff;
	position:relative;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	}
	
	/*#sidebar h3 {
	font-size:26px;
	color:#4c677c;
	}*/
	
        #side_video {
        margin:0 10px 0 10px;
	}

	#metabox {
	background:#efefef;
	width:272px;
	padding:15px 5px 15px 15px;
        margin:20px 10px 10px 10px;
        border:4px #ddd solid;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
	#metabox li a {
	font-family:"Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	color:#000;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	/*text-shadow:1px 1px #bbb;*/
	}
	
	#metabox li.rss {
	background:url(images/rss.png) no-repeat 0 2px;
	padding-left:40px;
	margin-bottom:8px;
	}
	
	#metabox li.twitter {
	background:url(images/twitter.png) no-repeat 0 2px;
	padding-left:40px;
	margin-bottom:11px;

	}
	
	#metabox li.searchicon {
	background:url(images/searchicon.png) no-repeat 0 0px;
 	}
        
        #fb-page {
        margin:10px 10px 0px 10px;
        float:left;
        background:#fff;
	}
	
	#sidebar .widget {
	background:#fff;
	/*-webkit-border-radius: 10px;*/
	/*-khtml-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	margin:0 10px;
	float:left;
	width:300px;
	}
	
	#sidebar .widget h3 {
	/*margin:0 0 15px 0;*/
	/*border-bottom:1px solid #ced7de;*/
	}
	
	#sidebar .widget ul {
	padding:15px;
	}
	
	#sidebar .widget ul ul {
	padding:0;
	}
	
	.widget ul li {
	list-style-type:square;
 	}

        .widget .idw-container .idw-big { 
         background:#333;
	 margin:5px 10px 0 0 !important;
         -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	 border-top-left-radius: 10px;
         -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	 border-bottom-left-radius: 10px;
         }
         
         .widget .idw-container .idw-big a { 
         font-family:Helvetica,arial,sans-serif;
	 font-size:14px !important;
         font-weight:bold;
         padding:10px 5px 10px 5px !important;
	 line-height:1.2 !important;
         color:#FFF;
         }

         .widget .idw-container .idw-c { 
         border-left:#fff solid 15px !important;
         padding:0 0 !important;
         margin: 0 0 !important;
         width:280px !important;
         }         

         .widget .idw-container .idw-c .idw-c-h { 
         background:#fff !important;
         padding: 5px 0 5px 0 !important;
         margin: 0 0 !important;
         border:0 !important;
         }

         .widget .idw-container .idw-c .idw-c-m { 
         -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	 border-top-left-radius: 10px;
         border:0 !important;
         background:#efefef !important;
         margin:0 0 0 0 !important;
         }

         .widget .idw-container .idw-c .idw-c-m p { 
         font-style:italic !important;
         font-weight:bold !important;
         padding:10px 5px 5px 10px !important;
         margin:0 0 0 0 !important;
         }

         .widget .idw-container .idw-c .idw-c-h .idw-info span { 
         text-transform: uppercase !important;
         font-size:10px !important;
         font-weight:bold !important; 
         }
       
         .widget .idw-container .idw-small { 
         display:none !important;
         }

         .widget .idw-container .idw-small-t { 
         display:none !important;
         }

         .widget .idw-container .idw-footer { 
         display:none !important;
         }
	
#sidebar #recentcomments, #footer #recentcomments, #footer .widget .popular { color: #a3a0a0; font-size: 11px; }
#sidebar #recentcomments ul, #footer #recentcomments ul,  #footer .widget ul.popular { padding: 5px 0 0 0; }
#sidebar #recentcomments li, #footer #recentcomments li,  #footer .widget .popular  li { border-bottom: 1px solid #ced7de; padding: 3px 5px 6px 10px; clear: left; list-style-type: none; float: left; width: 285px; }
#footer #recentcomments li,  #footer .widget .popular  li { width: 195px; }
#sidebar #recentcomments li:last-child,  #footer #recentcomments li:last-child,  #footer .widget .popular  li:last-child { border-bottom: none; }
#sidebar #recentcomments a, #footer #recentcomments a,  #footer .widget .popular  a { font-weight: bold; font-size: 12px; display: block; }
#sidebar #recentcomments a { color: #0066cc; }
#sidebar #recentcomments img, #footer #recentcomments img { float: left; margin: 5px 8px 5px 0; width: 50px; }
#footer .widget .popular  a, #footer .widget .popular  h3 { text-align: left; }
#footer .widget .popular { text-align: right; }

div#popular {
clear:both;
}

#popular .pop_post {
	 /*-webkit-border-radius: 5px;*/
	 /*-khtml-border-radius: 5px;*/
	 /*-moz-border-radius: 5px;*/
	 /*border-radius: 5px;*/
         /* for IE */
         /*filter:alpha(opacity=90);*/
         /* CSS3 standard */
         /*opacity:0.9;*/
	 background:#333;
         /*background:url(images/paperbg_s.png);*/
	 padding:0px;
	 margin:0 10px 10px 0px;
	 width:320px;
	 }
	 
	 #popular .pop_post h2 {
	 font-family:Helvetica,arial,sans-serif;
         /*text-transform: uppercase;*/
	 font-size:14px;
	 margin:10px 5px 5px 5px;
         padding:0 0 10px 0;
	 font-weight:bold;
	 line-height:1.2;
	 }
	 
	 #popular .pop_post h2 a {
         font-weight:bold;
         color:#FFF;
	 }
	 
	 #popular .pop_post a {
	 font-weight:bold;
	 } 
 
ul.gallery img { border: 2px solid #D3DDE5; padding: 0; }
#footer ul.gallery img { width: 55px; height: 55px; }
ul.gallery img:hover { border: 2px solid #0C2B41; }
ul.gallery { display: block; list-style-type: none; float: left; margin-bottom: 6px; clear: both; }
	ul.gallery li { border: none; float: left; list-style-type: none; margin: 3px 8px 3px 3px; list-style-position: outside; }
#footer ul.gallery li { margin: 4px; }
#footer .widget #s, #footer .widget #searchsubmit {
	margin:0;
	}
	
/********************************************************************************************* 

10. Forms  -------------------------   searchform.php

*********************************************************************************************/   
 	
#s {
	background:url(images/search.png) no-repeat;
	border:none;
	float:left;
	margin:0 0 0 40px;
	height:29px;
	padding:7px 0px 0 9px;
	font-size:11px;
	color:#666666;
	font-family:Arial;
 	font-weight:normal;
 	width:140px; }

#searchsubmit {

	background:url(images/searchb.png) no-repeat;
	border:none;
	margin:0;
	text-indent:-9999px;
	width:33px;
	cursor:pointer;
	height:29px; }

	#searchsubmit:hover {
		opacity:0.7;
		filter:alpha(opacity=90); }

#search label, #search .submit { display:none; }

input, textarea { border: 1px solid #CCCCCC; padding: 5px; }

.entryform1, .entryform2, .entryform3, .entryform4 { 
        margin:10px 10px 10px 0;
        padding:15px 10px 10px 15px;
        border:8px #f4f6f6 solid;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;	
	-moz-border-radius:10px;
	border-radius:10px;
        width:549px;
        }

.entryform1 { background:#fff url(images/entryform1.png) no-repeat right top; }
.entryform2 { background:#fff url(images/entryform2.png) no-repeat right top; }
.entryform3 { background:#fff url(images/entryform3.png) no-repeat right top; }
.entryform4 { background:#fff url(images/entryform4.png) no-repeat right top; height:100px;}

.writers_form { 
        margin:0 0 0 15px;
        padding:5px 10px 5px 10px;
        border:3px #D2E8FA solid;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;	
	-moz-border-radius:10px;
	border-radius:10px;
        background:#fcfeff;
        width:300px;
        float:right;
        }

h3.write {
        color:#28BBFF;
        text-shadow:1px 1px #FFF;
        }

/********************************************************************************************* 

11. Footer  -------------------------  footer.php

*********************************************************************************************/   
 	
 
	 	
	#footer {
	float:left;
	background:#32982a;
	padding:20px 0 30px 20px;
        border-top: 4px #ccc solid;
	width:930px;
	color:#fff;
	}
	
	#footer .widget {
	display:inline-block;
	vertical-align:top;
	width:205px;
	margin:0 25px 20px 0;
	}
	
	#footer .widget h3 {
	font-size:26px;
	color:#fff;
	border-bottom:1px dotted #97b2c2;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	}
	
	#footer .widget a {
	color:#fff;
	font-weight:bold;
	}
	
	#credits {
	background:#000;
	float:left;
	padding:10px 25px;
	width:900px;
	color:#e5e5e5;
	font-style:normal;
	/*text-transform:uppercase;*/
	font-size:10px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	}
	
	#copyright {
	float:left;
	width:500px;
	}
	
	#designed {
	float:right;
	width:145px;	 
	}
	
	#designed img {
	padding-top:3px;
	}
 

/********************************************************************************************* 

12. UA Home  -------------------------   ua_home.php

*********************************************************************************************/  

.ua_all {
background:#FFEED0;
width:600px;
margin:20px 0 0 0;
}

.ua_all ul {
text-align: center;
float:left;
margin:0 0;
padding:0 0;
width:100px;
background:#FFF;
}

.ua_all ul li  {
list-style:none;
}

.ua_all ul li.even
{ 
margin: 10px 0px; 
background:#fff
}

.ua_all ul li.even a {
font: normal 14px Arial; 
color: #4488dd; 
}

.ua_all ul li.letter  {
font: bold 38px Arial; 
color: #ccc; 
padding: 0px 10px; 
background:#FFF;
text-align:center;
}


/********************************************************************************************* 

12. Notes From The Field  -------------------------   notes-from-the-field.php

*********************************************************************************************/  

#nftf_frame .place-description p {  
	font-size:14px !important;
	line-height:1.6 !important;
        padding: 10px 0 10px 0;
}

#nftf_frame .place-description p a {
        color:#0066cc !important;
	text-decoration:none !important;
}

#nftf_frame .place-description p a:hover {
	border-bottom:1px dotted #D08F56;
	color:#DD9555 !important;
}

.entry_nftf, .entry_df  {
        margin:0 0 0 0;
        padding:15px 0 0 0;
        font-size:14px;
 	}
	
	.article_nftf .entry_nftf a, .article_df .entry_df a  {
	color:#0066cc;
	}
	
	.article_nftf .entry_nftf a:hover, .article_df .entry_df a:hover {
	border-bottom:1px dotted #D08F56;
	color:#DD9555;
	}

	#main .article_nftf, #main .article_df {
 	margin:0 0 10px 0;
	padding:5px 15px 10px 0;
	/*background:url(images/line.png) repeat-x left bottom;*/
	float:left;
 	}


/********************************************************************************************* 

13. Destination Focus  -------------------------   destination-focus.php

*********************************************************************************************/  


.destination-focus-banners {
       width:320px;
       height:950px;
       float:right;
       margin: 0 0 0 20px;
       border-left:1px dotted #ccc;
       }

.destination-focus-banners img {
       margin: 5px 0 5px 0;
       }

.destination-focus-banners h3 {
       margin: 0 0 0 20px;
       }

/********************************************************************************************* 

15. Tequila 360 Cities Sidebar -------------------------  tequila-360cites-sidebar.php

*********************************************************************************************/ 

	div#360acc {
clear:both;
}

#360acc .acc_post {
	 /*-webkit-border-radius: 5px;*/
	 /*-khtml-border-radius: 5px;*/
	 /*-moz-border-radius: 5px;*/
	 /*border-radius: 5px;*/
         /* for IE */
         /*filter:alpha(opacity=90);*/
         /* CSS3 standard */
         /*opacity:0.9;*/
	 background:#333 !important;
         /*background:url(images/paperbg_s.png);*/
	 padding:0px !important;
	 margin:0 10px 10px 0px !important;
	 width:300px !important;
	 }
	 
	 #360acc .acc_post h2 {
	 font-family:Helvetica,arial,sans-serif !important;
         /*text-transform: uppercase;*/
	 font-size:14px !important;
	 margin:10px 5px 5px 5px !important;
         padding:0 0 10px 0 !important;
	 font-weight:bold !important;
	 line-height:1.2 !important;
	 }
	 
	 #360acc .acc_post h2 a {
         font-weight:bold !important;
         color:#FFF !important;
	 }
	 
	 #360acc .acc_post a {
	 font-weight:bold !important;
	 } 
	 
	 
/********************************************************************************************* 

16. Himeville 360 Cities Post -------------------------  himeville-project-exposure-post.php

*********************************************************************************************/ 


.pre-post-stats                {
     padding:0 0 5px 0;
                                }

.pre-post-stats .text-stats    {
	 float:left;
                                }

.pre-post-stats .image-stats   {
	float:right;
	padding:5px 5px 0 0;
                                }
                                
.pre-post-stats .image-stats img   {
	padding:0 0 0 5px;
                                }
