/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/

/*---:[ Set 6: image of ocean water that slides into a tranquil blue-green color ]:---*/
/*
body.custom { background: #8db6b6 url('images/bg-ocean.jpg') 50% 0 no-repeat; }

.custom #container { margin-top: 2em; margin-bottom: 2em; border:669966 3px solid; }

	.custom #page { background: #fff; }*/
	
body.custom { background: #005024; }

.custom #container { margin-top: 1em; margin-bottom: 1em; border:#90D420 5px solid; }

	.custom #page { background: #fff;  }	
	
/*---[ end Set 6 ]:---*/

#footer .disclaimer{text-align:justify;}


/*--- Logo in header ---*/
.custom #header { background:url('images/WeCon-logo.png') center left no-repeat; height:100px; background-position:center; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }


/* --==[ BEGIN Nav Menu styles ]==-- */
/*
.custom ul#tabs { list-style: none; margin-bottom: -0.1em; background: #463723; border: solid #7f6f57; border-width: 0 0 1px 1px; border-left: 0; border-top: 0; }  whole nav menu */
/*.custom ul#tabs li { margin-bottom: -0.1em; background: #463723; border: 1px solid #463723; float: left; border-left: 0; border-top: 0; }  each item */
.custom ul#tabs li { background: #90D420; border-color:#005024;} /* each item */
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { background: #fff; } /* current page or category */
.custom ul#tabs li a { color: #005024;} /* each item link */
.custom ul#tabs li a:hover { color: #90D420; text-decoration: underline; background: #005024; } /* each item hover link */
/*.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {cursor: default; color: #3C2403; }  current page or category links */
/*.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { text-decoration: none; color: #90D420; background: #005024; }  current page or category link hover */
.custom ul#tabs li.rss { border:0; background:none; } /* rss subscribe link*/
.custom ul#tabs li.rss a { margin-right: -0.1em; padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; } /* rss image  */
.custom ul#tabs li.rss a:hover { text-decoration: underline; color:#000000; } /* hover over subscribe */

/* --==[ END Nav Menu Styles ]==-- */

/* --==[ BEGIN Author info on archive page styles]==-- */
.custom #custom_author_info { padding-right: 2.2em; padding-left: 2.2em;padding-top: 1.1em; padding-bottom: 1.1em; border-bottom: 2px solid #ddd;  }
	.custom #custom_author_info h1 { font-size: 1.8em; line-height: 2em; }
	.custom #custom_author_info h2 { font-size: 1.5em; letter-spacing:.2em;  }
	.custom #custom_author_info p { font-size: 1.3em; line-height: 1.4em; margin-bottom: 1.1em; text-align:justify;  }
	.custom #custom_author_info img.photo {float:left; padding-right:1em; padding-bottom:1em;}
/* --==[ END Author info on archive page styles]==-- */

/* --==[ BEGIN footer styles]==-- */
.custom #footer h3{
	color:#009900;
}
.custom #footer .col{
	/*width:302px;*/
	text-align:left;
	float:left;
	padding-right:9px;
}
.custom #footer .Footer1{
	width:160px;
}
.custom #footer .Footer2{
	width:460px;
}
.custom #footer .Footer3{
	width:360px;
	padding-right:0;
}
.custom #footer .cb{
	clear:both;
	height:0;
}
.custom #footer .widget{
	margin-bottom:0px;
}
.custom #footer a{
	color:#2361a1;
	text-decoration:none;
	border-bottom:none;
}

/*--- others---*/
/*.custom .sidebar a, .custom .sidebar a:visited, .custom .entry-content a, .custom .entry-content a:visited { color: #090; }*/


/*--- Content area start---*/
.custom .content_table{ width:460px; border:solid 1px #000;}
.custom .content_table tbody tr td, #custom .content_table tbody tr th{ border:solid 1px #000; }
/*--- Content area end---*/

/*--- top ad start---*/
.custom .ad_on_top{ margin:5px auto; width:728px; }
/*--- top ad end---*/