/*
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/
*/
.custom div#page
{

background:transparent url(images/stories_3rdcolgrey.gif)  636px 0 repeat-y;


}

.custom h1#logo{
width:600px;
float: left;
}

.custom #header #logo a {
display:block;
height:183px;
width:600px;
overflow:hidden;
text-decoration:none;
text-indent:-9000px;
}
.custom h1#logo.science2010{
background:transparent url(images/science2010_header.gif) no-repeat scroll 0 0;
}

.custom h1#logo.science2007{
background:transparent url(images/science2007_header.gif) no-repeat scroll 0 0;
}

.custom h1#logo.astro2010{
background:transparent url(images/astro2010_header.gif) no-repeat scroll 0 0;
}

.custom .scienceall{
background:transparent url(images/scienceall_header.gif) no-repeat scroll 0 0;
}



.custom span#slider
{float: right;
padding-top:38px;
}

 
.custom #header {
padding-bottom: 1em;
padding-top: 1em;
}

.custom #header #logo {
font-size:12px;
line-height:12px;;
}

.custom ul.menu {
padding-left:1.1em;
padding-right:1.1em;
}

/*.custom .mymmbox {
width: 91em;
height: 20em;
border: 1px solid #000;
margin-left: 2em;
margin-bottom: 2em;
}*/

.custom h2.entry-title, .custom h1.entry-title{
border-top:2px solid #465158;
border-bottom:2px solid #465158;
}

.custom div#comments {
display:none;
}

.custom li.widget .widget_box {
background:transparent none no-repeat scroll 0 0;
border: 0;
}

.custom .sidebar a{
color: #CECECE;
}
.custom .sidebar a:hover{
color: #fff;
}

.custom .wp-caption {
background-color:#fff;
border:0;
text-align:left;
}

.custom p.wp-caption-text {
text-transform: uppercase;
font-style:normal;
line-height:1.1em;
}

.custom  li.rss a {
color: #fff;
}


.custom div.randompostsfront{
font-size: 70%;
line-height: 1em;
font-weight: normal;
text-decoration: none;
}

.custom div.randompostsfront a{
text-decoration: none;
font-weight: normal;
}

.custom div.randompostsfront h2{
margin-bottom:0;
}
.custom div.front{
margin:0;
padding:0;
}

.custom div.fronttease {
width: 28em;
height: 28em;
padding:0 1em 0 0em;
}

.custom ul.menu ul.submenu li.item a{
background: #dddddd none no-repeat scroll 0 0;
}

.custom ul.menu ul.submenu li.item a:hover{
background: #465158 none no-repeat scroll 0 0;
}

.custom a.edition_cat{display:inline; text-transform:uppercase; font-family:Arial, san-serif;font-size:9px;font-weight:700;line-height:16px; padding:2px; margin:0 2px 2px 0; border:0;list-style-type:none;}

.custom a.cat_2007 {
background-color: green; color: white;}

.custom a.cat_2010, .custom span.cat3 a{
background-color: #B71C22; color: white;}

.custom a.cat_2010astro {
background-color: navy; color: white;}

.custom a.cat_2010biotech {
background-color: lime; color: white;}


.custom div#edition_thumbs li a{
overflow:hidden;
text-decoration: none;
text-indent:-9000px;
display: block;
float: left;
height: 93px;
width: 195px;
margin-top: 10px;
}

.custom div#edition_thumbs li{
overflow:hidden;
text-decoration: none;
text-indent:-9000px;
display: block;
float: left;
height: 103px;
width: 195px;
}

.custom div#edition_thumbs li.astro2010 a{
background:transparent url(images/astro2010_thumb.gif) no-repeat scroll 0 0;
}

.custom div#edition_thumbs li.science2010 a{
background:transparent url(images/science2010_thumb.gif) no-repeat scroll 0 0;
}

.custom div#edition_thumbs li.science2007 a{
background:transparent url(images/science2007_thumb.gif) no-repeat scroll 0 0;
}

