/*
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(bg.png) repeat-x;}
.custom #container {margin-top: 0; margin-bottom: 0em; border-left: 0.3em solid #ddd; border-right: 0.3em solid #ddd;}

/***HEADER***/
.custom #header_area .page {background: none; height:280px;}
.custom #header {background: none; border-bottom:none;}
.custom #header #logo img{padding:10px 0 0 0; margin:0;}
.custom #header #logo a{font-size: 48px; color:#fff; padding-left:0; margin-left:-0.3em;}
.custom #header #logo a:hover{font-size: 48px; color:#ddd;}
.custom #header #tagline {font-size: 18px; padding-left: 0; margin-top: 0.2em; margin-left:-0.3em;}

.custom #header_widget_1 {}
.custom #header_widget_1 ul.sidebar_list li.widget {position:absolute; display: block; top:0px; left:459px; width:468px; }

.custom #header-adblock img {margin:1px; align:center;}
.custom div.header-adblock a:hover img {border:3px solid #666;}
.custom div.header-adblock a img {border:3px solid #333;}
.custom div.header-adblock img {padding: 1px;}
/***HEADER END***/


/***NAV MENU***/
/*
.custom #nav_area {}
.custom #nav_area ul {}
.menu_area {}

.custom .menu {background: #222; border:none; float:left; height: 28px;}
.custom .menu a:hover {background: #666; color:#fff; text-decoration:none; border-bottom:none; padding-bottom: 0.9em;}
.custom .menu .tab.current, .custom menu.current  {text-decoration:none; background: #333; color:#fff; border-top:1px solid #333; border-bottom:none; }
.custom .menu li {padding: 0; margin: 0px 0px 0px 0px; text-decoration:none; border-bottom:none;}
.custom .menu a {background: none; border:1px solid #333; padding-right:0.9em; padding-left:0.9em; padding-bottom: 0.9em; padding-top: 0.2em; margin-top: 0.2em; margin-bottom:0em; margin-right:1em; color:#eee; text-decoration:none; border-bottom:none;}

*/
/***NAV MENU END***/


/***SIDEBAR AND WIDGETS***/
.custom li.widget {list-style: none; text-indent: 0em; margin-bottom:1.5em; margin-top:0; }
li.widget h3 {color:#666; font-size:21px; margin-bottom:0; margin-top:0;}
.custom #multimedia_box {margin-bottom:0;}
.custom .sidebar ul.sidebar_list {position:relative; padding:1em; margin:0;}

.custom div.subscriber {text-indent:0; padding:1em; background: #FFF0DA url(subscribe-bg.png) no-repeat; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; }
.custom div.subscriber h3{text-indent: 0; }

.custom div.bluefader {text-indent: 0; padding:1em; background: #E5F2FF url(blue-bg.gif) repeat-x; border-bottom: 1px solid #bbb;}
.custom div.bluefader h3{text-indent: 0; }

.custom div.grayfader {text-indent:0; padding:1em; background: #fff url(fade.gif) repeat-x; border-bottom: 1px solid #bbb;}
.custom div.grayfader h3{text-indent:0;}

.custom div.sblist1 a {display: block; color:#000000; margin-left:-0.9em; margin-right:-0.9em; padding-left: 1em; padding-top: 0.3em; padding-bottom: 0.3em; font-family:; text-decoration: none; font-size: 14px;}
.custom div.sblist1 a:hover {background-color: #eee; color: #000; text-decoration: underline;}
/***SIDEBAR AND WIDGETS END***/

/***CONTENT AREA MODS***/

/*
.custom .entry-title {color: #333; font-family: arial; font-size: 24px; font-weight:bold;}
.custom .entry-title a{text-align: center !important; color: #333; font-family: arial; font-size: 28px; font-weight:bold;}
*/

/*
.custom .headline_meta {text-align:center;}
.custom .headline_area {text-align:center;}
.custom #archive_info {text-align:center;}
*/


.custom .post_box{margin-left:0; padding-left:1em; padding-top:0; background: #fff; border:none;}
/*
.custom .format_text h3 a {color: #000; text-decoration:none; border-bottom: 1px dotted #ccc;}
.custom .format_text h3 a:hover {color: #666666;}
.custom .format_text .code1 {color:#666666;}
.custom .entry-title a:hover {color: #666666; }



.custom div.welcome_box { border: 2px solid #ddd; background: #E5F2FF url(blue-bg.gif) repeat-x; margin:0; padding: 0.4em; padding-bottom:0;margin-left:0.5em; margin-top:1em; margin-bottom: 0em; margin-right: 0.5em; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
*/

/***CONTENT AREA MODS END***/

/***OTHERS MODS***/
.custom #adblock img {margin:1px;}
.custom div.adblock a:hover img {border:3px solid #bebebe;}
.custom div.adblock a img {border:3px solid #ddd;}
.custom div.adblock img {padding: 1px; }

.custom #image-block img {background: #eee; padding: 0.8em; border:1px solid #ddd;}
.custom div.image-block a:hover img {background: #ddd; border:1px solid #bebebe;}
.custom div.image-block a img {background: #eee; border:1px solid #ddd;}
.custom div.image-block img {background: #eee; padding: 0.8em; border:1px solid #ddd;}
/***OTHERS MODS END***/

/***FOOTER***/
.custom #footer_area {background: #222; color: #ccc; padding-top: 0em; text-align:center; border-top: 3px solid #666;} 
.custom #footer {background: #222; border-top:none; text-align:center;} 
.custom #footer a:hover {color: #fff; text-decoration: none; } 
.custom #footer_1 {background: #222; color: #222; text-align:left; border-bottom: 1px solid #333; }
.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #eee; width:24%; margin-right:2em; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#ccc; font-size:22px;}
.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:0; padding:0.2em;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}
/***FOOTER END***/



/***Ryan's extras***/

/***Get rid of an annoying box***/
.custom .subscribe{
	display:none;
}
.custom .likethis{
	display:none;
}

/***formating for post image***/
.wp-post-image{
     margin:0 20px 20px 0;
}

/***Teasers display 1 by 1***/
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}



.custom #feature_box{
   border:0;
}


.custom #content_box{
   margin-top:5px;
}

.custom #sidebars{
   margin-top:0px;
}
























