/*
Theme Name: blogSci.com Theme
Theme URI: http://blogsci.com/
Description: You know
Author: Pierre
*/

/* CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.9em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
}

input {
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	border:1px solid #728c40;
	background-color:#FFFFFF;
	margin-bottom:2px;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px solid #728c40;
	margin-bottom:2px;
}

a {
	color:#4D87CE;
	text-decoration:underline;
	}
a:hover {
	color:#16355A;
	text-decoration:none;
	}

ol,ul {

}

li {
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(images/backgrounds/menu.jpg);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
	text-align:center;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:0px;
	text-align:center;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-right:13px;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:760px;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(images/backgrounds/desc.jpg);
	background-position:bottom left;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;
	
}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:right;
}

#sidebar ul
{
    margin: 0px;
	margin-top:3px;
    padding: 0px;
	list-style:none;
}

#sidebar a{
	text-decoration:none;
	}
#sidebar a:hover{
	text-decoration:underline;
	}

.submenu {
	
	}
	
.submenu a {
	display:block;
	width:100%;
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-repeat:repeat-y;
}
#mainbar {
	margin-right:185px;
	padding-right:35px;
	/*background-image:url(images/backgrounds/mainbar.jpg);*/
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	margin-top:2em;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#CE934B;
	}
#mainbar h1 a{
	text-decoration:none;
	}
#mainbar h3{
	margin-top:0px;
	font-size:0.9em;
	font-weight:bold;
	}

#mainbar p {
	line-height:150%;
	text-align:justify;
	}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	clear:both;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	color:black;
	text-align:center;
	margin-top:1em;
	border-top:1px solid #eeeeee;
}

a img{
	border:none;
	}
blockquote{
	font-weight:bold;
	line-height:115%;
	font-style:italic;
	}

.EmRed{
	font-weight:bold;
	color:red;
	font-style:normal;
	}
	
.entry h3{
	margin-top:5px;
	padding:0px;
	font-weight:bold;
	font-size:0.9em;
	}
	
.ImageRight{
	float:right;
	margin:1em;
	}
.ImageLeft{
	float:left;
	margin:1em;
	}
.ImageCenter{
	margin:0px auto;
	}
	
.ImageAndCaption
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 10px;
	padding-bottom:0px;
}

.Image
{
	text-align:center;
}

.Caption{
	font-size:90%;
	font-weight:bold;
	}
	
.ImageCredits
{
	font-size:70%;
	font-style:italic;
	font-weight:bold;
}