/*
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: #024978 url('images/dct-bk.png') repeat-x; }

.custom .rightwrapper a, a:visited {color: #FFFFFF;}
.custom .rightwrapper {font-weight: bold; font-size: 13px;}
.custom .visitors {font-weight: normal; font-size: 12px; letter-spacing: .05em;}
.custom .rightwrapper a:hover { color: #FFFFFF; text-decoration: underline; }

/*--Site links--*/
.custom a, a:visited {color: #306EFF; text-decoration: none; }
.custom a:hover { color: #306EFF; text-decoration: underline; }

/*--Background  color Outside of Content--*/

#image_box { padding: 1.1em; background: #fff; border-bottom: 0px solid #ddd; }
#image_box img { display: block; padding: 0.1em; background: #fff; border: 0.1em solid #bbb; }

/*--Spacing Between Title & Ads--*/
.custom .headline_area {margin-bottom: 0.5em;}

.custom .headline_meta span, .headline_meta abbr { font-style: normal; text-transform: none; letter-spacing: 1px; }

/*--Header Ads--*/
#ad {
height: 60px;
width: 468px;
position: absolute;
left: 753px;
top: 30px;
}

/*---:[ space at bottom of sidebar sections ]:---*/
.custom li.widget { margin-bottom: 1.4em; }


/*--Thin Inside Border Around content--*/
.custom #page { padding: 1em .9em; background: #fff; border: 0.1em solid #ddd; border-top: 0.1em solid #ddd; border-bottom: 0.1em solid #ddd;}

/*--H2 Heading Box--*/
.custom .format_text h2 { color: #000000;
	padding: 1px 0px 0px 8px !important;
     font-size: 13px !important;
	 font-weight: bold;
	line-height: 20px !important;
	 margin-top: 12px !important;
	 margin-bottom: 12px;
 background: #edebe0; !important;
 border-top: 3px solid #f6f4e7;
  border-bottom: 1px solid #d5d2c4;
  border-left: 1px solid #d5d2c4;}
  
  /*--Content Border--*/
.custom #container {
    margin-top: .2524em;
    margin-bottom: 1em;
    padding: 0.1em;
    border: 0.1em solid #ddd;
}

  
  /*--Eliminates Vertical line at left of sidebar--*/
.custom #content_box { background: none; margin-top:0; }


/*--Stuff Under Post Title--*/
.custom .postinfo { color: #999999; }


/*--Ads at top of Sidebar--*/
.custom #custom_box { padding: 0em; background: #ffffff; border-bottom: 1px solid #ddd; }

/*--Image Frame--*/
.custom .format_text img.frame { background: #ffffff; padding: .9em;}
.custom .format_text img.frame { border: .9em solid #edebe0;}
.custom .format_text img.frame1 { background: #ffffff; border: 1em solid #edebe0;}

.custom .teaser .format_teaser .post_image_link img.frame { background: #ffffff; padding: .3em;}
.custom .teaser .format_teaser .post_image_link img.frame { border: .2em solid #edebe0;}
.custom .teaser .format_teaser .post_image_link img.frame { background: #ffffff; border: .5em solid #edebe0;}


.comments_closed p { display: none; }


/*--Blockquote--*/	
blockquote{ margin: 12px 0 20px 3%; padding: 8px 6px 4px 6px; background: #efefef;width:90%; }

#header { background: #ffffff url('images/Header-bkgd.png') repeat-x; border-bottom: 0px double #ddd; width: 88.6em; clear: both;  border-left: 1px solid #000000;
 border-right: 1px solid #000000; border-top: 1px solid #000000; margin-left: .15em; }
 
 /*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; }
	#header #logo a { color: #FFFFFF; }
	#header #logo a:hover { color: #FFFFFF; }
#header #tagline { font-weight: normal; color: #888; }

.home { color: #000000;
width: 75.7em; 
     font-size: 12px !important;
	line-height: 25px !important;
 background: #000000;
 border-top: 1px solid #333333;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 margin-left: .13em;
}

.popcam { color: #2b74b4x;
width: 75.7em; 
     font-size: 12px !important;
	line-height: 25px !important;
 background: #2b74b4;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-left: .13em;
}

/*--Lined Ad Box--*/
.adbox {
padding: .4em 0em 0em .4em;
width: 24.0em;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;

}


/*--Lined Boxes--*/
.custom li.widget .callout { padding: 0.25em; line-height: 1.385em; background: #efefef; border: 0.077em solid #ddd; }
.custom .callout { padding: 0.25em; line-height: 1.385em; background: #efefef; border: 0.077em solid #ddd; }