/*File:custom.cssDescription:Custom styles for ThesisBASIC 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 themwhy this works:by using the "custom" class, you are creating more specific css declarations for htmlelements. css styling is applied through rules of specificity, and because declarationsprepended 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 foundin the user's guide:http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss
/*/

.custom #header {
background:#fff;
}

.custom #container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#cccccc none repeat scroll 0 0;
border:0.0em solid #6B6A57;
margin-bottom:2em;
margin-top:0em;
padding:0.0em;
}




#archive_info {
	display: none;
}
.custom .teaser {
	text-align: justify;
}



.custom .format_text blockquote.left {
	border: 3px double #;
	color: #df7718;
	background-color: #;
}
.custom .format_text blockquote.right {
	border: 3px double #;
	color: #000000;
        background-color: #;
}
.custom li.widget_archive select {
	border: 1px solid #CCCCCC;
	background: #fff;
	color: #434343;
	font-family: Georgia;
	font-size: 1.1em;
}
.custom li.widget_categories select {
	border: 1px solid #CCCCCC;
	background: #fff;
	color: #434343;
	font-family: Georgia;
	font-size: 1.0em;
}
/*---:[ #header styles ]:---*/
#header #logo {
	font-weight: bold;
}
#header #logo a {
	color: #111;
}
#header #logo a:hover {
	color: #2361a1;
}
#header #tagline {
	font-weight: normal;
	color: #888;
}


}
#tabs li {
	margin-bottom: -0.1em;
	background: #efefef;
	border: 1px solid #ddd;
	border-left: 0;
	float: left;
}
#tabs .current_page_item, #tabs .current-cat {
	padding-bottom: 0.1em;
	background: #ffffff;
	border-bottom: none;
}

/*---:p notes alerts:---*/
.custom .format_text p.alert {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFA0 none repeat scroll 0 0;
	border: 1px solid #E5E597;
	padding: 0.57143em 0.78571em;
}

.format_text p.notes {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #E3F0F2 none repeat scroll 0 0;
	border: 1px solid #ADDDE6;
	padding: 0.57143em 0.78571em;
}
.format_text p.alerts {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #EAF1E0 none repeat scroll 0 0;
	border: 3px solid #bcbc9a;
	padding: 0.57143em 0.78571em;
}
/*---:[ end Set 1 ]:---*/
style.css (line 186).format_text p {
	margin-bottom: 1.57143em;
}
/* Blockquote Line Thickness */
blockquote {
	border-left: 4px solid #ddd;
	color: #666;
}

/* Remove Comments Closed On pages */
.custom .comments_closed p {
	display: none;
}
/* Feature Box Styling */
.custom #feature_box {
	background: #DDDDDD;
	border-bottom: 1px dotted #800000;
	border-top: 1px dotted #800000;
	height: 125px;
	border-left: 6px solid #800000;
	border-right: 6px solid #800000;
}
#my-feature-box {
	width: 100%;
	height: 125px;
	color: #800000;
	font-size: 14px;
}
#my-feature-box h2 {
	color: #800000;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
#feature-box-column-left {
	width: 45%;
	float: left;
	height: 125px;
	margin-left: 1px;
}
#feature-box-column-right {
	width: 45%;
	float: right;
	height: 125px;
}

.custom .menu .tab { margin-right : 0em; }


/*sidebars*/
.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;}

/*Sidebar Style*/
.custom .sidebar h3 {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
font-size:0.92em;
font-weight:bold;
line-height:1.455em;
margin-bottom:1em;
padding:0.636em 0.455em 0.545em;
text-align:center;
text-transform:small-caps;
}





.custom a:hover {background: #F0EEC2; }
.custom .menu .tab { margin-right: 1em; }


.format_text img.frame {background:#fff; border-color:#ddd;}

.custom #linkcat-135.widget {
background:#E3F0F2 none repeat scroll 0 0;
border-color:#ADDDE6;
border-style:solid;



.custom div.welcome_box {
width: 90%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}




.custom div.adblock img {
  padding: 4px;
  background-color: #FFFFFF;
  display: inline;
}
.custom .cenx {text-align: center;}
