/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 60px 0;
	background: #dbdbdb;
	font: normal .6em "Helvetica", Verdana, Arial, sans-serif;
	color: #777;
}

h1, h2, h3 {
	font-weight: Bold;
	color: #787878;
}
h1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 150%;

}

p, blockquote, ul, ol {
}

p {
}

.darkgreen {
	font-size: 1em;
	font-weight: bold;
	color: #4a7335;
}

.lightgreen {
	font-size: .9em;
	font-weight: bold;
	color: #76a035;
}

.lightblue {
	color: #56b4cb;
}

.teal {
	color: #184752;
}


ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #56b4cb;
}

a:hover {
	text-decoration: none;
	color: #b8d0dc;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(../img/img03.gif) repeat-x left bottom;
	border: 1px dotted #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #FFF;
}

/* Post */

#left {
	float: left;
	width: 400px;
	padding: 0px 20px 0px 20px;
	line-height: 20px;
	font-size: 11px;
}

#latest-wide {
	float: left;
	width: 850px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#right {
	background: #FFF;
	float: right;
	width: 307px;
	margin: 31px 42px 21px 31px;
	padding: 22px;
	line-height: 15px;
	font-size: 12px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-posts .more {
	background: url(../images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	font-style:italic;	
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .img {
	padding: 10px 0 10px 0;
}

.post .entry {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: #9C9C9C 1px dotted;

}

/* Page */

#page {
	width: 786px;
	height: 418px;
	margin: 0 auto;
	background: url(img/bellchem-layout01.jpg);
}

/* Logo */

#logo {
	height: 200px;
	background: url(../img/img02.jpg);
}

#logo h1 {
	padding: 35px 0 0 35px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 28px 0 0 18px;
	font-size: 1.3em;
	color: #330010;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	margin: 20px 0 20px 0;
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu #stripe {
	padding-top: 35px;
	width: 181px;
	height: 16px;
	float: right;
	background: url(../img/stripe.jpg) repeat-x right bottom;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 1px dotted #330010;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #907676;
}

#menu .active a {
	border-bottom-color: #907676;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #adadad;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}