/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body.custom #container a{
text-decoration:none;
}

body.custom {
    background: #000000;
}

.custom #page {
    background: #fff;
}


.custom .menu {background:#000000;}



/*****  Logo  *****/
#logo{
height:85px;
}

#logo h1{
font-weight:bold;
font-size:33px;
letter-spacing:-2px;
border-bottom:1px solid #ccc;
margin-bottom:3px;
padding-bottom:5px;
display:inline;


-x-system-font:none;
color:#000000;
font-family:arial,sans-serif;
font-size:36px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
letter-spacing:-0.05em;
line-height:1.2em;
padding:0.5em 0 0;
line-height:1.2em;
}

#logo h2{
font-weight:normal;
font-size:9px;
text-transform:uppercase;
letter-spacing:.8px;
margin-top: 0px;
padding: .5em 0 0 1em;
color:#666;
}

#text-7 h3{ color: #b23a27; }
#text-8 h3{ color: #b23a27; }
#text-10 h3{ color: #b23a27; }
#text-11 h3{ color: #b23a27; }
#tag_cloud-2 h3{ color: #b23a27; }
#search h3{ color: #b23a27; }

/*****  Navigation  *****/

.custom .menu{
background:#000;
height:31px;
border:0px;
}

.custom .menu a {
border-bottom:none;
background-color:#000;
color: #fff;
letter-spacing:0px;
padding:8px 29px 9px 28px;
border:0px;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-weight:bold;
}
.menu .current_page_item a, 
.menu .current-cat a { 
cursor: text; 
background-color:#eee;
color: #000; 
border:0px;
}

.menu a:hover {
background-color:#fff;
color: #000; 
text-decoration: none;
}

.custom .menu .rss a {
color: #FFFFFF; 
text-transform: uppercase; 
background-color:#000;
}

.custom .menu .rss a:hover {
color: #FFFFFF; 
text-decoration: none; 
background-color:#000;
}

.custom .menu .rss{
float:left;
margin:0px;
}
.custom .menu li{
border:0px;
}

.menu .current-cat a:hover,
.menu .current_page_item a:hover{
background:#eee;
}

.custom #header #header_image{
width:100%;
margin:0px;
padding:0px;
background:#ccc;
}
.custom #header #header_image a{
display:block;
width:100%;
height:75px;
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_header_bajawave.jpg) center no-repeat;
color:#000000;
text-indent: -9999px;
}


.custom .page_type_archives #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_souvenir.jpg) center no-repeat;
}

.custom .page_type_page #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_kayak.jpg) center no-repeat;
}

.custom .page_type_post #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_sano.jpg) center no-repeat;
}


.custom .page_type_search #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_bartlett.jpg) center no-repeat;
}

.custom .page_type_tag #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_bartlett.jpg) center no-repeat;
}


/* Specify page-type-specific images below.
			valid class names are:

			page_type_home
			page_type_post
			page_type_page
			page_type_category
			page_type_archive
			page_type_search

*/
		
/* example for a category page */
.custom .page_type_category #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_bartlett.jpg) center no-repeat;
}

/* example for a archive page */
.custom .page_type_archive #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banners/banner_category.jpg) center no-repeat;
}

/*Steve, this page type doesnt exist - the tag page is really an archive page*/
.custom .page_type_tag #header #header_image a{
background:url(http://www.theadventurelife.org/wp-content/uploads/banner_trees.jpg) center no-repeat;
}


.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
position:right;
}

.custom #header{
border:0px;
padding:0px;
}

.custom #content_box{
border-top:1px solid #000;
}

.custom #content_box #content{
width:680px;
}

.custom ul.sidebar_list li{
border-bottom:0px dotted #ccc;
margin-bottom:5px;
padding-bottom:20px;
}

/* You can change the column header color/etc here */
#yd-recent-posts h3 a,
.sidebar_list h3,
.latest_post_header{
font-size:9px;
font-family:Verdana, sans-serif;
font-weight:bold;
font-variant:normal;
text-transform:uppercase;
}
.latest_post_header{
margin-left:0px;
margin-bottom:10px;
padding-bottom:0px;
color:#b23a27;
}

.sidebar_list{
color:#000;
}

.comments_number{
font-size:11px;
margin-top:-20px;
padding:0px 0px 10px 0px;
}



.yd_rp_excerpt{
display:none;
}

.custom ul.sidebar_list #yd-recent-posts img{
border:2px solid #aaa;
padding:0px !important;
margin:2px 10px 10px 0px;
}
.custom ul.sidebar_list #yd-recent-posts li{
height:86px;
}

/* This is where you can adjust the line height */ 
.custom ul.sidebar_list #yd-recent-posts li h4{
line-height:15px;
}

.custom ul.sidebar_list #yd-recent-posts li a{
color:#666666;
font-size:11px;
font-weight:bold;
}
.custom ul.sidebar_list #yd-recent-posts li a:hover{
color:#fff;
background:#000;
}
#sidebar_1{
display:none;
}

.homepage #sidebar_1,
.cat_gear #sidebar_1,
.cat_travel-destinations #sidebar_1,
.cat_people #sidebar_1,
.cat_film-photography #sidebar_1,
.cat_art-design #sidebar_1,
.cat_current-events #sidebar_1{
display:block;
padding-left:5px;
padding-right:5px;
margin-top:22px;
}

.homepage #sidebar_2,
.cat_gear #sidebar_2,
.cat_travel-destinations #sidebar_2,
.cat_people #sidebar_2,
.cat_film-photography #sidebar_2,
.cat_art-design #sidebar_2,
.cat_current-events #sidebar_2{
padding-right:0px;
}


.custom #sidebar_1 .sidebar_list{
padding-top:0px;
}
.custom #sidebar_2 .sidebar_list{
padding-right:0px;
width:300px;
padding-left:19px;
}

.custom #sidebar_2{
border-left:1px solid #ccc;
margin-top:22px;
}
.custom #sidebar_2 .sidebar_list{
padding-top:0px;
}
.custom #sidebar_2 .sidebar_list li{
padding-right:0px;
width:300px;
}

.custom #content_box{
background:none;
}
.custom #content{
width:489px;

margin-top:20px;
padding-left:0px;
padding-right:15px;
}

.custom .homepage #content_box #content,
.custom.cat_gear #content_box #content,
.custom.cat_travel-destinations #content_box #content,
.custom.cat_people #content_box #content,
.custom.cat_film-photography #content_box #content,
.custom.cat_current-events #content_box #content,
.custom.cat_art-design #content_box #content{
padding-right:0px;
width:489px;
}

.custom #content .post{
margin-left:0px;
}
.custom #sidebars{
width:31.9em;
}
.custom .homepage #sidebars,
.custom.cat_gear #sidebars,
.custom.cat_travel-destinations #sidebars,
.custom.cat_people #sidebars,
.custom.cat_film-photography #sidebars,
.custom.cat_current-events #sidebars,
.custom.cat_art-design #sidebars{
width:54em;
}

.custom .headline_meta{
margin-top:15px;
}
.custom .headline_area{
margin-bottom:10px;
}
.custom .homepage .headline_area,
.custom.cat_gear .headline_area,
.custom.cat_travel-destinations .headline_area,
.custom.cat_people .headline_area,
.custom.cat_film-photography .headline_area,
.custom.cat_current-events .headline_area,
.custom.cat_art-design .headline_area{
margin-bottom:20px;
}

.custom .homepage .headline_meta,
.custom.cat_gear .headline_meta,
.custom.cat_travel-destinations .headline_meta,
.custom.cat_people .headline_meta,
.custom.cat_film-photography .headline_meta,
.custom.cat_current-events .headline_meta,
.custom.cat_art-design .headline_meta{
display:none;
}
.custom .homepage .post,
.custom.cat_gear .post,
.custom.cat_travel-destinations .post,
.custom.cat_people .post,
.custom.cat_film-photography .post,
.custom.cat_current-events .post,
.custom.cat_art-design{
padding-top:8px;
margin-left:0px;
}

.read_more_link{
float:left;
margin-bottom:20px;
margin-top:-15px;
}


.entry-title{
margin-top:-15px;
margin-bottom: -15px;
padding:0px;
}

.entry-title a{
color:#000;
}

.custom .homepage .entry-title,
.custom.cat_gear .entry-title,
.custom.cat_travel-destinations .entry-title,
.custom.cat_people .entry-title,
.custom.cat_film-photography .entry-title,
.custom.cat_current-events .entry-title,
.custom.cat_art-design .entry-title{
line-height:24px;
}

.entry-title a:hover{
color:#fff;
background:#000;
}

.archive_thumb{
width: 64px; 
height: 64px; 
float: left;
padding-right:10px;
}
.archive_comments_number{
display:inline;
}

#sidebar_1 .widget_text .highslide img{
width:190px;
margin:0px;
padding:0px;
}

#sidebar_2 .widget_text .highslide img{
width:300px;
margin:0px;
padding:0px;
}



/*****  Footer  *****/

#footer{
text-align:center;
color:#000;
border-top:0px solid #ccc;
margin-top:20px;
margin-left:-12px;
padding-top:20px;

}
#footer a{
color:#000;
}

#footer_legal{
text-align:left;
}
#footer_links{
margin-top:-11px;
}
#footer_links ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#footer_links li{
display:inline;
}
#footer_links_wrapper{
padding-top:5px;
margin-top:10px;
margin-bottom:20px;
border-top:0px dashed #ccc;
}


/* PULLQUOTE BOX - GREEN */
.format_text .pullquote_box_green {
	background: #E6D7BA; 
	border: 1px solid #000000;
}

/* CUSTOM WIDGET #1*/
.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}

.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}

/* CUSTOM adblock#1*/
.custom .ad_block {
float:left;
height:100%;
margin:5px 0 0;
padding:0 0 0 0;
width:315px;
}

.ad_block ul {
margin:0;
overflow:hidden;
padding:0;
}

.ad_block li {
background:#FFFFFF none repeat scroll 0 0;
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 5px 0;
overflow:hidden;
padding:8px 9px;
width:125px;
}

/*remove border from blockquote*/
.custom blockquote { border: none ;  }

.archive_comments_number{
display:none;
}

.headline_meta{
margin-top:10px; 
}
 
.custom .post_image{/*hide the page image (above the title) on all post pages*/
display:none;
}

.custom .homepage .post_image,
.custom.cat_gear .post_image,
.custom.cat_travel-destinations .post_image,
.custom.cat_people .post_image,
.custom.cat_film-photography .post_image,
.custom.cat_current-events .post_image,
.custom.cat_art-design .post_image{
/*except the homepage*/
display:block;
}
hr{
background:#EEEEEE none repeat scroll 0 0;
border:medium none;
clear:both;
color:#EEEEEE;
float:none;
height:1px;
margin:0 0 1.4em;
width:100%;
line-height:1.5;
}

img.category_list_thumb{
width:64px;
height:64px;
float:left;
padding:0px 5px 5px 0px;
}

.homepage .teasers_box{
display:none;
}


.left_wrap_thumb{
float:left;
padding:0px 8px 8px 0px;
}

.right_wrap_thumb{
float:right;
padding:0px 0px 8px 8px;
}

#leaderboard{
float:right;
margin-top:-71px;
}

.custom #multimedia_box, .custom #image_box, 
.custom #video_box, .custom #custom_box 
{background:#fff;}



/* /// Sidebar ad text ///
 - find and plug in the wrapper id like so:
 */
#text-16,
#test-advert{
font-size:10px;
color:#666;
text-align:right;
text-transform:lowercase;
}


/* Special Hidden Class */
.hideme{
display:none;
}


.blue { background: #d9c9a2; padding: 12px 3px 12px 20px; clear: both; width: 100%; margin-top: 5px; margin-bottom: 5px;
border: 1px solid #ffffff;}


.highslide-credits{
display:none !important;
}


.textwidget a,
#tag_cloud-2 a,
#linkcat-2 a{
color:#2361A1 !important;
}




#kb-advanced-rss-3{
background:#DFDFDF !important;
border:1px solid #999;
-moz-border-radius:10px;
-webkit-border-radius:10px;
font-family:"Courier New",Courier,Verdana,sans-serif !important;
margin-bottom:20px !important;
}


#kb-advanced-rss-3 h3{
color:#fff;
background:#B3B3B3;
text-align:center;
padding:4px 0px 4px 0px;
margin-top:20px;
font-family:"Courier New",Courier,Verdana,sans-serif !important;
font-size:12px;
}

#kb-advanced-rss-3 .kbrsswidget,
#kb-advanced-rss-3 p{
color:#333;
}

#kb-advanced-rss-3 .kbrsswidget{
margin-top:10px;
margin-bottom:5px;
display:block;
font-weight:bold;

}


#kb-advanced-rss-3 li,
ul.sidebar_list li#kb-advanced-rss-3{
margin-bottom:0px;
padding-bottom:0px !important;
}

#kb-advanced-rss-3 .kbrsswidget,
#kb-advanced-rss-3 p{
padding:0px 10px 0px 10px;
}



.clear{
clear:both;
}


<STYLE>
HR2
{
height:10px;
width:100%;
color:#000000;

}
</STYLE>










/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #000000;
	/* widget padding */
	padding: 36px;
	/* margin at bottom of widgets */
	margin-bottom: 20px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 245px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1; 
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #000000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


.custom.cat_gear #archive_info,
.custom.cat_travel-destinations #archive_info,
.custom.cat_people #archive_info,
.custom.cat_film-photography #archive_info,
.custom.cat_current-events #archive_info,
.custom.cat_art-design #archive_info{
display:none;
}

.custom.cat_gear .category_list_thumb,
.custom.cat_travel-destinations .category_list_thumb,
.custom.cat_people .category_list_thumb,
.custom.cat_film-photography .category_list_thumb,
.custom.cat_current-events .category_list_thumb,
.custom.cat_art-design .category_list_thumb{
display:none;
}


