/*
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 {
	background:#fff url(/blog/c3d_images/bg_body.png) repeat-x 0 0;
}
.custom #header_area .page {
	padding:0;
	margin:0 auto;
	background:none;
}
.custom #header {
	background: transparent url(../../../../c3d_images/header.png) no-repeat 10px 0;
	
}
.custom #header {
	margin:0;
	padding:0;
	height:150px;
}
.custom #logo a {
	display:block;
	width:550px;
	height:120px;
	text-indent:-3000em;
	overflow:hidden;
}
.custom #tagline {
	display:none;
}
.custom #content {
	
	background:#16365d;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

position:relative;
	z-index:100;
	overflow:visible;
	
}
.custom #content .post_wrap {
	position:relative;
	z-index:120;
}

.custom #content .byline_tab {
	position:absolute;
	width:105px;
	height:50px;
	top:35px;
	left:-90px;
	z-index:140;
	border:1px solid #CCC;
	
	
	background:#e2e4e7 url(/blog/c3d_images/bg_tab.png);
-webkit-border-top-left-radius:8px;
-moz-border-radius-topleft:8px;
border-top-left-radius:8px;
-webkit-border-bottom-left-radius:8px;
-moz-border-radius-bottomleft:8px;
border-bottom-left-radius:8px;
	
	
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;

	
}
.byline_tab span.day {
	display:block;
	width:60px;
	color:#14335a;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-2px;
	text-align:center;
}
.byline_tab span.month {
	display:block;
	position:absolute;
	top:3px;
	right:5px;
	font-size:1.8em;
	color:#949ea7;
	font-weight:bold;
	text-transform:uppercase;
}
.byline_tab span.year {
	display:block;
	color:#949ea7;
	font-weight:bold;
	font-size:1.4em;
	position:absolute;
	top:25px;
	right:5px;
}

.custom #comments,
.custom #content .post_box {
	position:relative;
	background:#fff;
	margin:1.5em;
	padding:.5em 1em;
	z-index:180;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0 0 3px #16365d;
	-webkit-box-shadow: 0 0 3px #16365d;
	box-shadow: 0 0 3px #16365d;


}
.custom .format_text .to_comments {
	position:relative;
	margin-left:1em;
}
.custom .format_text .to_comments a {
	display:block;
	padding-top:26px;
	background:url(/blog/c3d_images/speech_pointer.png) no-repeat 2px 23px;
	color:#14335a;
	position:relative;
}
.custom .format_text .to_comments a:hover {
	text-decoration:none;
}
.custom .format_text .to_comments a span {
	font-size:1.2em;
	display:block;
	height:15px;
	position:absolute;
	top:0;
	left:0;
	background:#aaa;
	color:#fff;
	padding:4px;
	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	

}




.custom #sidebars {
	width:24.6em;
	margin-top:1.5em;
	background:#f3f4f5;
	border:1px solid #CCC;
	border-left:none;
	position:relative;
	z-index:0;
	
-webkit-border-top-right-radius:8px;
-moz-border-radius-topright:8px;
border-top-right-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-bottomright:8px;
border-bottom-right-radius:8px;

-moz-box-shadow: 0 0 7px #8997a0;
-webkit-box-shadow: 0 0 7px #8997a0;
box-shadow: 0 0 6px #8997a0;


}
.custom .menu li {
	float:none;
}

.custom .menu  a, 
.custom .menu a:hover {
	background: transparent url(/blog/c3d_images/carat.png) no-repeat -1px center;
	padding-left:1.5em;
	text-transform:none;
	font-size:16px;
	letter-spacing:normal;
}

.custom .sidebar ul.sidebar_list {
	padding:0;
	
}

.custom .sidebar #search h3 {
	background: transparent url(/blog/c3d_images/carat.png) no-repeat -1px center;
	line-height:1.273em;
	padding:0.636em 0.818em;
	padding-left:1.5em;
	text-transform:none;
	font-variant:normal;
	letter-spacing:normal;
	font-size:16px;
	margin-bottom:0;
}

.custom li.widget {
	margin-bottom:1em;
}
.custom li.widget.widget_categories,
.custom li.widget.widget_text{
	background:url(/blog/c3d_images/hr.png) no-repeat top center;
	padding-top:1em;
}

.custom li.widget ul li {
	margin:0;
}
.custom li.widget p,
.custom li.widget h3,
.custom li.widget ul {
	padding-left:2em;
	padding-right:1em;
}

.custom li.widget h3 {
	padding-left:1.6em;
	font-variant:normal;
	color:#0f2749;
	font-size:1.2em;
	letter-spacing:normal;
	margin-bottom:0;
}

.custom li.widget a {
	color:#6b7a84;
}

#facebook,
#twitter,
#enews {
	display:block;
	height:28px;
	text-indent:-3000em;
	overflow:hidden;
}
#facebook {
	background:url(/blog/c3d_images/icn_facebook.png) no-repeat -1px -1px;
}
#twitter {
	background:url(/blog/c3d_images/icn_twitter.png) no-repeat -1px 0;
}
#enews {
	background:url(/blog/c3d_images/icn_enews.png) no-repeat -1px 0;
}


.custom .prev_next {
	color:#ddd;
}
.custom .prev_next a {
	color:#fff;
}
.custom #respond_intro {
	margin-top:0;
}


.custom #footer_area {
	margin-top:1em;
	border-top:1px solid #DADADA;
	text-align:center;
}
.custom #footer_area .page {
		background: #fff url(/images/main/separator-carat.png) no-repeat top center;
}

.custom #footer {
	text-align:center;
	color:#16365e;
}
.custom #footer a {
	color:#16365e;
	text-decoration:none;
}
.custom #footer a:hover {
	text-decoration:underline;
}
