/*
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: #696969;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #696969;
    border: 1px solid #aaa;
}

.custom #page {
    background: #fff;
}

.custom .teaser {
   width: 100%;
   margin-top: 1em;
   /*padding-top: 2em;*/
   padding-bottom: 1em;
   border-bottom: 1em solid #eee;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom: 0;
   border-top: 0;}
   
.custom .format_teaser {
	margin: 1em 0 1em 0; }

.custom  h2 { 
	font-weight: bold; 
	font-size: 2.2em;
	line-height: 1em;
	font-family:"Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
	letter-spacing: -1px;
}

.custom  .headline_area h1 { 
	font-weight: bold; 
	font-size: 2.2em;
	line-height: 1em;
	font-family:"Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
	letter-spacing: -1px;
}

.custom h3 { font-weight: bold; font-family:"Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;}

.format_text h3 {
font-size:1.333em;
line-height:1.25em;
margin:1.2em 0 0.625em;
}

.format_text p.note { margin: 0 3em 1em 2em;}

#header {
	border-bottom: 2px solid #f60;
	padding: 1em 0 1em 0;
}

.custom #column_wrap {background:none;}
.custom #content_box {background:none;}

.custom #tabs {border-width: 0 0 0 1px;}

#tabs li {
	border-top: 0px;
}

#logo {display: block; float:left; background: url (images/logo.gif) top left no-repeat; height: 40px; margin: 30px 0 0 0;}

#searchbox {float:right; width: 200px; border: 1px solid #ccc; margin:30px 0 0 0;}
#searchbox #s { float: left; margin: 3px 0 0 5px; border: 0; width: 155px; background: none; color:#999999;}
#searchbox #go { float: right; border-left: 1px solid #ccc}

.teaser .teaser_date {
	font-size:1em;
	line-height:2em;
	background:transparent url(http://www.astro-geek.com/wp-content/themes/Digital%20Statement/images/date.gif) no-repeat scroll 0 0;
	padding-left:20px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	margin-right: 8px;
	height: 20px;
}

.teaser .teaser_comments {
	font-size:1em;
	line-height:1.8em;
	background:transparent url(http://www.astro-geek.com/wp-content/themes/Digital%20Statement/images/comment.gif) no-repeat scroll 0 0;
	padding-left:20px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	margin-right: 8px;
}

img.alignleft {
	padding: 4px;
	border: 2px solid #eee;
}

#author-box {
	font-size:11px;
	margin:0 10px 10px;
	text-align:justify;
	color:#4D4B4C;
	font-family:Arial;
}

#author-box .avatar {
	float: left; 
	padding: 3px; 
	border: 1px solid #ccc; 
	background: #fff; 
	margin: 3px 10px 0 0
}

/*.author {background: #FFF8AF; padding-right: 10px;}*/

#about {
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	margin: 10px 0 10px 0;
	width:363px;
}

#about h3 {
	padding:5px 10px;
	font-size: 11px;
	font-weight: bold;
	color:#4D4B4C;
	font-family:Arial;
}

.prev_next {
	border-top: 0px;
}

.clearfloat:after {display:block;visibility:hidden;clear:both;height:0;content:".";}
.clearfloat {display:inline-block}
.clearfloat {display:block}

/**************** Twitter *********************/
#twitter { width: 361px; border:1px solid #dadada; background:#fff; margin-bottom:10px; }
#twitter h3 {background: #EBF3FB; padding: 5px 10px; font-weight: bold;}
#twitter ul li {margin-top: 10px; margin-left:5px; padding:0 10px 0px 24px; background:url(http://www.astro-geek.com/images/sidebullet.gif) no-repeat 0 0; font-size:1.1em; list-style-type:none;}

/*+++++++ SIDEBAR +++++++*/
#sidebarbottom { float:right; width: 363px; margin-right: -2px; clear: right;}
#right { float:right; width: 363px; margin-right: 17px  }
#topsidebar { width: 350px; padding:0 10px; border:1px solid #dadada; background:#fff; margin-bottom:10px}
#lsidebar h2 { font-size:15px; margin-bottom:10px; color:#4c4c4c; background: #ebf3fb; padding: 5px 5px; font-family: Arial, Verdana;}
#rsidebar h2 { font-size:15px; margin-bottom:10px; color:#4c4c4c; background: #ebf3fb; padding: 5px 5px; font-family: Arial, Verdana;}
#lsidebar { float:left; width:140px; padding:5px; border:1px solid #dadada; background:#fff;}
#rsidebar { float:right; width:170px; padding:5px; border:1px solid #dadada; background:#fff; margin-left:11px;}
#sidebarbottom ul{ margin:0px auto 20px; list-style: none; font-size: 11px;}
#sidebarbottom ul li{}
#sidebarbottom ul li ul{}
#sidebarbottom ul li ul li{display:block; background:url(http://www.astro-geek.com/images/sidebullet.gif) no-repeat 0 0; padding-left:24px; padding-bottom:5px; border-bottom:1px dotted #dadada;}
#sidebarbottom p{padding:0 5px;}

#adbox { 
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	margin: 10px 0 10px 0;
	width:363px;
	height: 145px;
}

#adbox-left {
	position: absolute;
	width: 181px;
	margin-top: 10px;
	margin-left: 38px;
}

#adbox-right {
	position: absolute;
	width: 181px;
	margin-top: 10px;
	margin-left: 201px;
}