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


.custom #content_box {background-color:#e4e2d4;}
.custom #content {background-color:#fff;}

.custom #page { padding: 0; background: #fff; border: 0.2em solid #1e272c; border-width: 0 0.2em; }

.custom #content_box { width: 99.5em; padding-left: 0em; background: #e4e2d4; }
			.custom #content { width: 53em; padding-left: 3em; padding-right: 3em; background-color:#fff; }
				.custom .post_box { margin: 0 0 2.2em 0; border: none; }
		.custom #sidebars { border-top: 1px solid #e4e2d4; background: #e4e2d4 }
			.custom #sidebar_1 { border: none; }


.custom .menu { padding: 0 1.1em; background:#FAECA7 none repeat scroll 0 0; }
.custom .menu a:hover {color: #332B09; }

.custom #header { padding: 2em 1em; background: #9ab4c5; }

.custom #footer { padding-bottom: 0; background: #9ab4c5; }


.custom #sidebars { border-top: 0; }

.custom #sidebars a:hover {color: #bc6521; }


.format_text div.adtitle { background: #e3ecf1; border-top: 3px solid #9ab4c5; padding: 0.4em; margin-top: 2em; margin-bottom: 0em; border-bottom: 1px dotted #89c3d4; }

.format_text div.alert { background: #e3ecf1; border: 0px solid #9ab4c5; padding: 0.6em; padding-bottom: 0.2em; margin-top: 0em; margin-bottom: 2em; }

.format_text a.next_button { display: inline-block; margin-bottom: 0.75em; padding: 0.75em 0.75em 0.75em 5.563em; color: #000; background: #e4e2d4 url('images/next.gif') 0.75em 50% no-repeat; border-bottom: none; }
	.format_text a.next_button:hover span { border-bottom: 1px dotted #fff; }

.format_text div.orangebox { margin: 2.2em 0 1.467em -0.733em; padding: 0.667em; background: #fdedae; border: 1px solid #e2ce80; }
		.format_text div.bluebox h3 { margin-top: 0; }		.format_text div.bluebox p { margin-bottom: 0; }

.custom #videolink {
text-align:center; border:0.733em solid #e5e5e5; padding-top:5px;
}

/*---:[ no sidebars pages ]:---*/
.custom .no_sidebars #content { width: 93em; margin: 0 auto; float: none; }
.no_sidebars #content h1 { font-size: 2.8em; line-height: 1.214em; text-align: left; color: #000000; }
.no_sidebars .format_text .alert { font-weight: bold; font-size: 1.375em; margin-bottom: 1.111em; padding: 0.5em 0.688em; background: #fbfbcb; text-align: center; }

.custom a:hover { color: #df5e00; }

.custom li.widget ul li { margin-bottom: 0; }
    .custom li.widget ul li a { display: block; padding: 0.462em 0.2em; color: #222; }
    .custom li.widget ul li a:hover { color: #332b09; background: #f5f3e4; text-decoration: none; }


#cntower { padding: 0em; position: relative; }
	
	#cntower .icon { background: url(images/cntower.png) no-repeat; height: 78px; left: 952px; position: absolute; top: 80px; width: 38px; }
	