/*
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/
*/

/*---:[ core layout elements ]:---*/
body.custom { background: #333333; background-position:center }
	.custom #page { padding: 0;margin:0 0 0 -55px; background: #333333; border:none; width:1000px; }
		.custom #header { position: relative; height:0px; padding: 0px; border: none; }
		.custom #nav {  padding-top:0px;padding-right: 1em; padding-left: 3em; background: #D3E1E4;width:1000px;}
		.custom #content_box {  padding-left: 3em;background: #FFFFFF; width:97%;}
			.custom #content { width: 57em;background: #FFFFFF; }
				.custom .post_box { margin: 0 0 2.2em 0; border: none; }
				.custom .post_box img { margin: 0.1em 0.5em 0.5em 0; border: none; }
		.custom #sidebars { float:left;border:none; width:35em;padding-left:3em;margin:0px;}
			.custom #sidebar_1 { border:none;}
			.custom #sidebar_1 .widget {
				margin-bottom: 2px;
				
				}
			/*
			.custom #sidebar_1 ul li ul a {color:#282828;}
			*/
			.custom #sidebar_1 ul li ul a {color:#237fa1;}
			/*
			.custom #sidebar_1 ul li ul a:hover{color:#990000;}
			*/
			.custom #sidebar_1 ul li ul a:hover{color:#c00;}
			/*
			.custom #sidebar_1 ul li ul { border:1px solid #CCCCCC; background:#DDECEF;}
			*/
			.custom #sidebar_1 ul li ul {}
			/*
			.custom #sidebar_1 ul li ul li { padding:3px 0px 3px 5px;;border-bottom:1px dashed #CCCCCC;}
			*/
			.custom #sidebar_1 ul li ul li { font: normal 12px/12px Verdana, serif; }
			.custom #sidebar_1 h3 { 
				/*
				padding:7px 0px;
				border-bottom:2px solid #990000;
				*/
				border-bottom:1px solid #CCCCCC;
				font: bold 0.83333em  Georgia, "Times New Roman", serif;
				/*
				font:normal 153% Georgia, "Times New Roman", serif;
				*/
				/*
				color:#204c4b;
				*/
				
				color:#204c4b;
				margin: 1.3em 0 0.3em 0;
				padding:0px 0px;
			}

.custom #sidebar_1 a.siteLinksOrange:link {
			color:#237fa1;
			text-decoration:none;
		}
.custom #sidebar_1 a.siteLinksOrange:visited {
			color:#237fa1;
			text-decoration:none;
		}
.custom #sidebar_1 a.siteLinksOrange:hover {
			color:#c00;
			text-decoration:underline;
		}

			.custom #sidebar_2 {border:none;}
		.custom #footer { padding: 1.333em 0.833em 0.917em 2.5em; color: #CCCCCC; background: #000000; border: none; text-align: left; }
		
/*---:[ global elements ]:---*/
.custom #content a { color: #CC0000;border-bottom:#CCCCFF solid 1px; text-decoration:none;}
.custom #content a:hover { color: #faa61a; }

/*---:[ header ]:---*/
.custom #logo { left:100px;height:110px; background: url('http://www.30minutepr.com/images/header.jpg') no-repeat;}
.custom #header #tagline { position: absolute; top: 3.857em; right: 0.786em; }

/*---:[ multimedia box ]:---*/
.custom #image_box { margin-bottom: 0; padding-bottom: 0; background: none; border: none; }

/*---:[ nav menu area ]:---*/
.custom ul#tabs { width: 100%; border: none;padding:0px;background: #D3E1E4;margin:0px; }
	.custom ul#tabs li { width: auto;margin-bottom: 0; border: none; background: none; }
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; background: #c0d3de; }
		.custom ul#tabs li a { padding: 0.818em 1em; background: #D3E1E4; }
		.custom ul#tabs li a:hover { background: #c0d3de; }
		.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { background: #c0d3de; }

/*---:[ headlines and bylines ]:---*/
.custom .headline_meta { line-height: 1.818em; }
	.custom .headline_meta a { color: #888; }
	.custom .headline_meta a:hover { color: #111; }

/*---:[ sidebars ]:---*/
.custom ul.sidebar_list { padding-top: 0; }

	
/*---:[ footer ]:---*/
.custom #footer  { height:255px; background:#d3e1e4; color:#000;}
.custom #footer a { color: #000; text-decoration:none; }
.custom #footer a:hover { color: #FF9900; }
.custom #footer ul { list-style: none; margin-bottom: 0.5em; float: left; }
.custom #footer li { padding-right: 15px; padding-left: 4px;  }
.custom #footer .siteLinks dl {
			width:215px;
			float:left;
			margin:0 10px 15px 10px;
		}

.custom #footer .siteLinks dt {
			display:block;
			padding:0 0 4px;
			margin:5px 0 5px;
			font:132% georgia;
			border-bottom:1px solid #999;
			color:#000;
		}
		
.custom #footer .siteLinks dd {
		font: normal 12px/12px Verdana, serif;
		line-height: 14px;
		}

.custom #footer .siteLinks dl ul li a {
			display:block;
			border-bottom:1px dashed #CCCCCC;
			font-size:91%;
			padding:3px 0 4px;
		}

.custom #footer .siteLinks dd.last a {
			background:transparent;
		}

.custom #footer .siteLinks dl div.textwidget a.siteLinksOrange:link {
			color:orange;
			text-decoration:none;
			border-bottom:0;
			display: inline:
		}
/*
.custom #footer .siteLinks dl div.textwidget a.siteLinksOrange:visited {
			display: inline:
			color:blue;
			text-decoration:none;
		}
*/
.custom #footer .siteLinks dl div.textwidget a.siteLinksOrange:hover {
			color:orange;
			text-decoration:underline;
			display: inline:
		}

.custom #footer .copyrightWrap {
			position:relative;
			bottom:0px;
			width:100%;
			padding:4px 0;

			color:#000;
		}

.custom #footer .footerCopyright {
			clear:both;
			margin:0 auto;
			font-size:91%;
			height:23px;
			color:#000;
		}

.custom #footer .footerCopyright li {
			float:left;
			height:17px;
			padding:3px 7px 3px 0;
			margin:0 6px 0 0;
			color:#000;
		}
.custom #footer .footerCopyright li.first {
			padding-left:28px;
			padding-right:0;
			color:#000;
		}
	.custom #footer p {display:none;}	
#subs_box:after, .custom #footer ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ol.relatedPosts li {list-style-type:none; list-style:none;}