/*
Theme Name: MOBio
Theme URI: http://www.mobio.com/
Description: Based on the MOBio website.
Version: 1.0
Author: MOBio
Author URI: http://www.mobio.com/
Tags: custom mobio

*/

.clear {
clear:both;
}

body {
	background-color: #3586bb;
	background-image: url(/content/skins/MoBio/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#wrapper { padding-top: 10px; }
#left_bar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#left_bar ul li form {
	padding-left: 10px;
	padding-bottom: 10px;
}
#left_bar ul li select {
	margin-left: 10px;
}
#left_bar ul li ul li, #left_bar ul li form {
	padding-left: 10px;
}
#left_bar ul li ul {
	margin-bottom: 15px;
}

/* WORDPRESS STYLES */
h2 { margin: 0px; padding: 0px; }
h2 a {
	font-size: 16px;
	margin: 15px 0 0 0;
}
small, small a {
	font-size: 10px;
	line-height: 12px;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
#comment { width: 90%; }
.post {
	margin: 0 0 30px 0;
	text-align: justify;
	clear:both;
	}
.post hr {
	display: block;
}
.entry p {
}
.entry {
}
.postmetadata {
	padding: 0;
	margin: 0;
	clear: both;
}
.postmetadata a { color: black !important; border-bottom: 1px #0f69a5 solid; }

.blog-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear:both;
	}
.alignright {
	float: right;
margin-left:12px;
	}
.alignleft {
	float: left;
margin-right:12px;
	}

#recent-posts-3 li,
#recent-comments-3 li {
	border-bottom: 1px #999 solid;
	margin-bottom: 5px;
}