/*
Theme Name: FundScience
Theme URI: http://www.fundscience.org
Description: A minimalistic WordPress based on miminal: http://rizzlestudios.ath.cx/wordpress/minimal
Version: 1.0
Author: hubrix
Tags: white, two-column, one-column, minimalist, widgets, widgetized
Licensed under GPL. 
*/

/* Links */

/*a:link { color: #273A4D; text-decoration: none;}
a:visited { color: #273A4D; text-decoration: none; }
a:hover, a:active { color: #ffffff; background-color: #343838;}
h3 a:link { color: #3f4f5c; text-decoration: none; }
h3 a:visited { color: #3f4f5c; text-decoration: none; }
h3 a:hover, a:active { color: #FFFFFF; }*/

/* Typography */

/*h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }
h1 { font-size: 30px; color: #293138;}
h2 { font-size: 24px; color: #353F47;}
.post-title h2 {color: #3f4f5c; font-weight:bold; text-transform: uppercase; margin-bottom:5px;}
h3 { font-size: 20px; color: #3f4f5c;}
h4 { font-size: 16px; color: #3f4f5c; }
h5 { font-size: 14px; color: #3f4f5c;}
h6 { font-size: 12px; text-transform: uppercase; margin: 5px 0; font-weight: bold; }
ul { line-height: 1.8em; list-style-type: circle; color: #333333; }
ol { line-height: 1.8em; color: #333333;}*/
blockquote { color: #686868; background-color: #F5F5F5; border: 1px solid #CECECE; padding: 0px 5px; margin: 10px 40px; line-height: 18px; }
code{  
        font-family: Consolas, Verdana, Arial, "Courier New"; 	
        color: #555555;
        font-weight: bold;
	padding: 5px 10px; 
	margin: 10px 20px;
}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }
em { font-style: italic; }
strong { font-weight: bold; }
del { text-decoration: line-through; color: #555555; font-size: 11px; }
ins { text-decoration: none; color: #679b3c; }
p em, 
cite { font-family: Consolas, Verdana, Serif; }

/* Structure */

#container
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	padding: 0px 0;
        margin-bottom: 10px;	
}

#navigation
{
	float: left; 
	width: 950px;
	background-color: #282d2d;
	text-transform: uppercase;
        font-size: 14px;
}

#content-wrapper
{
	width: 700px;
	float: left;
}

#content
{
	float: left;
	line-height: 1.6em;
	text-align: left;
}

#content .commentbox {
	background-color: #E5E5E5;
	padding: 2px 5px;
	border: solid 1px #CECECE;
	font-size: 11px;
        margin: 10px 0px 40px 0px;
        width: 690px;
        _width: 700px;
}
#comments {
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment {
        padding: 10px;
        background-color: #F6F6F6;
	border-bottom: 20px solid #ffffff;
}
#comments .comment cite {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
}
#sidebar-wrapper
{
        display: inline; 
        margin: 0px 5px 25px 5px;
	width: 200px;
	float: right;
}

#sidebar
{
	float: left;
	width: 200px;
        color: #5b5c5c;
	font-size: 6pt;
	text-align: left;
}
#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	color: #555555;
	padding: 10px 0;
        text-align: center;
}

/* Single Post */

#post_content-wrapper
{
	width: 700px;
	padding: 10px 0 20px 0;
	margin: 5px 0px;
}

#post_content
{
        float: left;
	line-height: 1.6em;
	text-align: left;
}

#post_content .commentbox {
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 0px;
	border-top: solid #D4CBB4 1px;
	border-bottom: solid #D4CBB4 1px;
	text-transform: uppercase;
	font-size: 11px;
        margin-bottom: 10px;
        width: 700px;
}



/* Navigation */


#navigation ul
{
	margin: 0px 5px;
	float: left;
	width: 950px;
	padding: 0px;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }
#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #c6c6c6;
	padding: 5px 10px;

}

#navigation ul li.current_page_item   a:link,
#navigation ul li.current_page_item   a:visited,
#navigation ul li.current_page_item   a:hover,
#navigation ul li.current_page_item   a:active
{
	color: #ffffff;

	background-color: #414646;
	border-left: solid #6b7070 1px;
        border-right: solid #6b7070 1px;
}

#navigation ul li.search
{
        float:right;
        margin-right: 10px;
}
/* Header */

#header h1 {color: #191a1a; font-weight: bold; margin-bottom: 10px; }
#header h1 a {width:750px; height: 200px; background: transparent url() center center no-repeat; }
#header h1 a:link, #header h1 a:visited { color: #333333; }
#header h1 a:hover, #header h1 a:active { color: #000000; background-color: transparent; }
#header h1 span {color:#5b5c5c;}


h1.blog-title { display: inline; }
h1.blog-title a {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 36px;	
        text-transform: lowercase;
	color: #333333;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 36px;
	border-bottom: none;
	}

h1.blog-title a:hover {
	text-decoration: none;
	color: #000000;
	background: transparent;
	}

.tagline {	
        font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
        text-align: right;
	margin-left: 3px;
	padding: 0;
	color: #A1A1A1;
	letter-spacing: -1px;
	text-transform: lowercase;
	display: inline;
	}

/* Content */

.date h4 {	
	font-size: 14px;
	text-transform: lowercase;
	margin: 0px 0px 0px 10px;
	}

h3.post-title {
        display: inline;
	margin: 10px 0px 5px 10px;
        }

h3.post-title a {	
        font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #56679F;
	text-decoration: none;
	font-weight: bold;
	}
h3.post-title a:hover {
	color: #859BBA;
	}

/* Sidebar */

#sidebar h2 { font-size: 14px; color: #56679F; border: 0px; background-image: none; margin: 25px 0px 5px 0px; }
.widgettitle { font-size: 14px; color: #56679F; border: 0px; background-image: none; }

#sidebar ul
{
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	font-size: 12px;
	color: #686868;
}

#sidebar ul li
{
	padding: 5px 5px 4px 5px;
	border-bottom: 1px dotted #CECECE;
	font-size: 12px;
	color: #686868;
line-height: 15px;
}
#sidebar ul li:hover
{
	padding: 4px;
	background-color: #E5E5E5;
	border: solid 1px #CECECE;
}

#sidebar ul li .title
{
	display: block;
	font-weight: bold;
}

#sidebar ul li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

#sidebar ul li .content { display: block; }
#sidebar ul li a:link, #sidebar ul  li a:visited { padding: 0; color: #686868; }
#sidebar ul  li a:hover, #sidebar ul  li a:active { background-color: transparent; }
#sidebar ul  .list_subpages { padding: 5px; border-bottom: 1px dotted #cccccc; list-style-type: none; }


/* Footer */

#footer a:hover,
#footer a:active{ color: #003355; background-color:transparent; }


/* Comments */
.alt { margin: 0; padding: 10px; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #ddd;
	}
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar {  float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.alt { background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
/

/* Images */
.aligncenter,
div.aligncenter {
   display: block;
   margin: 0px auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Forms */
#searchform input {width: 125px;}
#searchsubmit {width: 75px;}
textarea {width: 400px;}
















/*----------color pallette----------*//*
Background: #F5F5F5
Light Blue: #859BBA
Dark Blue: #56679F
Body Copy: #686868
Light Body Copy: #BABABA
*//*----------------------------------*/



/*----------links----------*/
a{
	color: #56679F;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #859BBA;
}
a.selected{
	color: #859BBA;
	font-weight: bold;
}



/*----------general----------*/
html{ margin: 0px; padding: 0px; }
body{
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	color: #686868;
	font-size: 14px;
	text-align: center;
	font-family: Myriad, 'Trebuchet MS', Arial, Verdana, sans-serif;
}
.wrapper{
	width: 990px;
	margin: 10px auto;
	text-align: left;
}
div.topRow{
	float: left;
	width: 990px;
	height: 20px;
	background: url('/images/main/topShadow.gif') no-repeat left top;
}
div.bottomRow{
	float: left;
	width: 990px;
	height: 20px;
	background: url('/images/main/bottomShadow.gif') no-repeat left top;
}
div.middleRow{
	float: left;
	width: 950px;
	_width: 990px;
	padding: 0px 20px;
	background: White url('/images/main/middleShadow.gif') repeat-y left top;
}
div.mainContent{
	float: left;
	width: 950px;
}
div{
	margin: 0px;
	padding: 0px;
}
p{
	text-align: left;
	margin: 10px;
}
img{
	border: 0px;
}
ul, ol{
	padding: 0px;
	margin: 10px 10px 10px 30px;
}
h1, h2{
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #56679F;
	margin: 10px 0px;
	background: url('/images/main/headerLine.gif') no-repeat left bottom;
}
h3{
	font-weight: bold;
	font-size: 15px;
	color: #859BBA;
	margin: 5px 0px 0px 10px;
}
h4, h5, h6{
	font-weight: bold;
	font-size: 14px;
	color: #859BBA;
	margin: 5px 0px;
}
div.fullWidth{
	float: left;
	width: 950px;
}
div.leftHalf{
	float: left;
	width: 465px;
}
div.rightHalf{
	float: right;
	width: 465px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}

/*----------header----------*/
.header{
	float: left;
	width: 950px;
	height: 140px;
	background: url('/images/main/helix.gif') no-repeat left 5px;
}
.header .logo{ 
	float: left;
	margin: -5px 0px -10px 50px;
}
.header .navigation{
	float: left;
	width: 800px;
	margin: 0px 0px 40px 75px;
}
.header .navigation a{
	margin-left: 60px;
	line-height: 30px;
}
.header .login{
	float: right;
	color: #BABABA;
}
.header .login a{
	font-weight: normal;
	font-size: 13px;
}
.header .login a:hover{
	text-decoration: underline;
}
.header h3{
	text-align: right;
	margin: 0px;
	font-style: italic;
}

/*----------footer----------*/
.footer{
	float: left;
	width: 950px;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #BABABA;
	color: #BABABA;
}
.footer .links{
	float: left;
	width: 800px;
	margin: 5px 0px 0px 10px;
}
.footer .links a{
	font-weight: normal;
	font-size: 13px;
}
.footer .links a:hover{
	text-decoration: underline;
}
.footer .socialLinks{
	float: right;
	width: 100px;
}
.footer .socialLinks .rollover{
	float: left;
	margin: 0px 10px;
	height: 30px;
	width: 30px;
}
p.subFooter{
	color: #BABABA;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}
p.subFooter#siteLink{
	text-align: right;
	position: relative;
	top: -18px;
	padding-right: 20px;
}
p.subFooter a{
	color: #BABABA;
	text-decoration: underline;
	font-weight: normal;
}
p.subFooter a:hover{
	text-decoration: none;
}

/*----------ROLLOVERS----------*/
.rollover a{
	display: block;
	text-indent: -9999px;
	margin: auto auto auto auto;
	cursor: pointer;
	outline: 0;
}
#facebookIcon a{
	height: 30px;
	width: 30px;
	background: url('/images/projects/facebookIcon.gif') no-repeat left top;
}
#twitterIcon a{
	height: 30px;
	width: 30px;
	background: url('/images/projects/twitterIcon.gif') no-repeat left top;
}
#diggIcon a{
	height: 30px;
	width: 30px;
	background: url('/images/projects/diggIcon.gif') no-repeat left top;
}
#facebookIcon a:hover, #twitterIcon a:hover, #diggIcon a:hover{
	background-position: left -30px;
}
#blogReg a{
	height: 45px;
	width: 200px;
	background: url('/images/main/register.gif') no-repeat left top;
}
#blogReg a:hover{
	background-position: left -45px;
}
#rss a{
	height: 30px;
	width: 30px;
	background: url('/images/main/rss.gif') no-repeat left top;
}
#rss a:hover{
	background-position: left -30px;
}



div.blogExp{
float: left;
width: 785px;
_width: 950px;
height: 150px;
_height: 210px;
padding: 28px 50px 32px 115px;
background: url('/images/main/blogExp.gif') no-repeat left top;
color: #444444;
margin: 5px 0px 15px 0px;
}
div.blogExp p{
margin: 8px 0px;
}