/*
Theme Name: BerkleyLifeSciences
*/

/*general reset*/
body {
	margin:0;
	color:#404850;
	font:12px Verdana, Arial, sans-serif;
	background:#2a353b;
}
img {
	border:0;
}
a {
	text-decoration:underline;
	color:#0d7fc0;
}
a:hover {
	text-decoration:none;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/*wrapper*/
#wrapper {
	width:960px;
	overflow:hidden;
	background: url(images/bg-wrapper.png) repeat-y;
	margin:0 auto;
	padding:0 8px;
}
.wrapper-b {
	width:976px;
	height:8px;
	font-size:0;
	line-height:0;
	background: url(images/bg-wrapper-b.png) no-repeat;
	margin:0 auto;
}
/*header*/
#header {
	width:960px;
}
/*header top-block*/
#header .top-block {
	height:94px;
	position:relative;
	width:960px;
	z-index: 999;
}
/*logo*/
.logo {
	float:left;
	margin:20px 0 0 21px;
	display:inline;
}
.logo a {
	overflow:hidden;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:319px;
	height:58px;
	background:url(images/logo.gif) no-repeat;
}
/*top navigation*/
.top-nav {
	margin:13px 0 0;
	padding:0 5px 0 0;
	list-style:none;
	height:1%;
	float:right;
}
.top-nav li {
	display:inline;
	float:left;
	margin:0 15px 0 0;
}
.top-nav li a {
	text-decoration:none;
	font-family:Arial, Verdana, sans-serif;
}
.top-nav li a:hover {
	text-decoration:underline;
}
/*main navigation*/
.nav {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
}
.nav li {
	float:left;
	background: url(images/bg-nav.gif) repeat-x;
	margin:0 2px 0 0;
	display:inline;
	position:relative;
}
.nav li a {
	display:block;
	background: url(images/bg-nav-l.gif) no-repeat;
	text-decoration:none;
	float:left;
	cursor:pointer;
	color:#404850;
}
.nav li span {
	display:block;
	background: url(images/bg-nav-r.gif) no-repeat 100% 0;
	padding:0 10px;
	height:27px;
	line-height:25px;
	float:left;
	font-size:13px;
}
.nav li:hover a,
.nav li.hover a,
.nav li.active a {
	color:#0076bf;
}
.nav li:hover ul a,
.nav li.hover ul a,
.nav li.active ul a  {
	color:#404850;
}
.nav li:hover .drop,
.nav li.hover .drop {
	display:block;
}
.nav li:hover .drop .drop,
.nav li.hover .drop .drop {
	display:none;
}
.nav li:hover .drop li:hover .drop,
.nav li.hover .drop li.hover .drop {
	display:block;;
}
.nav li:hover ul li:hover,
.nav li.hover ul li.hover {
	background:#0094d4;
}
.nav li:hover ul li:hover a,
.nav li.hover ul li.hover a {
	color:#fff;
}
.nav li:hover ul li:hover ul a,
.nav li.hover ul li.hover ul a {
	color:#404850;
}
.nav li:hover ul li:hover ul li:hover a,
.nav li.hover ul li.hover ul li.hover a {
	color:#fff;
}
.nav .drop {
	position:absolute;
	top:27px;
	left:0;
	width:999px;
	display:none;
	background: url(images/fake.gif) no-repeat;
}
.nav .drop div {
    float: left;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	border:1px solid #bbbfc2;
	display:block;
}
.nav ul li:first-child {
	border:none;
}
.nav ul li {
	float: none;
/* ie bug fix start */
	font-size: 0;
	line-height: 0;
	padding: 0 0 1px;
	margin: 0 0 -1px;
	background:none;
	margin:0;
	display:block;
	border-top:1px solid #bfc2c4;
/* ie bug fix end */
}
.nav .drop .drop {
	top:-1px;
	margin:0 -2px;
}
.nav ul li a {
	background:none;
	padding:0 10px;
	white-space:nowrap;
	float: none;
    display: block; /* must be block */
    height: auto;
    font:11px/30px Arial, Helvetica, sans-serif;
} 
.nav ul li:first-child a {
	border:0;
}
/*header visual block*/
#header .visual-block {
	width:960px;
	height:168px;
	background: url(images/bg-visual-block.jpg) no-repeat 0 2px;
	border:solid #0e7cbf;
	border-width:2px 0;
	position:relative;
	overflow:hidden;
}
/*button in visual block*/
.btn-visual {
	top:50px;
	right:70px;
	position:absolute;
}
.btn-visual .inner {
	background: url(images/btn-visual-block.png) no-repeat;
	width:233px;
	height:70px;
	display:block;
	overflow:hidden;
}
.btn-visual a {
	width:213px;
	height:51px;
	display:block;
	margin:10px 0 0 10px;
	position:relative;
	text-indent:-9999px;
}
/*slogan*/
.slogan {
	display:block;
	width:488px;
	height:85px;
	background: url(images/slogan.png) no-repeat;
	text-indent:-9999px;
	margin:49px 0 0 51px;
}
/*main block*/
#main {
	width:960px;
	overflow:hidden;
	background: url(images/bg-main.gif) repeat-y;
	padding:0 0 55px 0;
}
/*content block*/
.content {
	float:left;
	width:560px;
	padding:0 40px 0 50px;
	overflow:hidden;
}
.content li {
	margin:10px;
	line-height:16px;
	font-weight:bold;
}
.content li li {
	margin:10px;
	line-height:16px;
	font-weight:normal;
}
/*content top block with text*/
.content .block {
	width:560px;
	overflow:hidden;
	border-bottom:1px solid #ebeff2;
	padding:0 0 12px 0;
}
.content .block h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:0px #2f72bb solid;
	padding:0 0 5px 0;
	margin:25px 0 10px 0;
	color:#404850;

}
.content .block p {
	margin:12px 0 0;
	font-size:13px;
	line-height:25px;
}
/*content bottom block with columns*/
.content .columns {
	width:600px;
	margin:-7px 0 0 -40px;
	overflow:hidden;
}
.content .columns .frame {
	width:260px;
	float:left;
	margin:0 0 0 40px;
	display:inline;
}
.content .align-left {
	float:left;
	margin:5px 5px 0 0;
}
.content p {
	margin:18px 0 0px;
	line-height:22px;
}
/*blog pages*/
.post h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px #2f72bb solid;
	padding:0 0 15px 0;
	margin:25px 0 15px 0;
	color:#404850;
}
/*image list*/
.images {
	margin:24px 0 0 -10px;
	padding:0 0 5px 0;
	list-style:none;
	width:270px;
	overflow:hidden;
}
.images li {
	margin:0 0 0 10px;
	float:left;
	display:inline;
}
.images li img {
	display:block;
}
/*sidebar block*/
.sidebar {
	float:left;
	width:270px;
	padding:0 20px;
	overflow:hidden;
}
.sidebar .block {
	overflow:hidden;
	width:100%;
}
.sidebar .block .title {
	width:209px;
	height:43px;
	background: url(images/berkley.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:22px 0 0 1px;
}
.sidebar p {
	margin:18px 0 0px;
	line-height:18px;
}
/*graphic separator*/
.separator {
	width:270px;
	height:24px;
	background: url(images/separator-sidebar.png) no-repeat;
	display:block;
	margin:10px 0 0;
}
.sidebar .agent {
	height:44px;
	background: url(images/agent.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:18px 0 0 1px;
	position:relative;
	width:auto;
	overflow:hidden;
	cursor:pointer;
}
.sidebar .arrow {
	position:absolute;
	right:0;
	top:0;
	background: url(images/arrow.png) no-repeat;
	height:44px;
	width:44px;
	cursor:pointer;
	overflow:hidden;
}
.sidebar .style p {
	font-size:11px;
	color:#404850;
	margin:4px 0 0;
}
/*content footer*/
#footer {
	width:960px;
	background: url(images/bg-footer.gif) repeat-y;
	border-top:1px solid #ebeff2;
	overflow:hidden;
	padding:0 0 10px 0;
}
#footer .testimonials {
	margin:0 0 24px -48px;
	width:195px;
	height:26px;
	background: url(images/testimonials.png) no-repeat;
	text-indent:-9999px;
}
/*blockquote*/
.some-quote {
	margin:0 0 24px 0;
}
.some-quote q {
	font: italic 14px "Times New Roman", Times, serif;
	color:#404850;
	quotes:none;
}
.some-quote cite {
	color:#404850;
	font-size:10px; 
	font-weight:bold;
	font-style:normal;
}
.some-quote q:after {
	content:"";
}
.some-quote q:before {
	content:"";
}
#footer .sidebar .the-latest-news {
	width:243px;
	height:33px;
	background: url(images/the-latest-news.png) no-repeat;
	margin:0 0 0 -15px;
	text-indent:-9999px;
}
.sidebar .blog {
	margin:19px 0 0;
	padding:0 0 0 7px;
	list-style:none;
}
.sidebar .blog li {
	background: url(images/bullet-blog.gif) no-repeat;
	padding:0 0 2px 25px;
	margin:0 0 13px 0;
}
.sidebar .blog li a {
	font-size:11px;
}
/*page footer*/
#sub-footer {
	width:944px;
	margin:0 auto;
	padding:2px 8px 0;
	height:25px;
	font-size:9px;
	color:#ebeff2;
}
#sub-footer p {
	margin:0;
	float:right;
}
#sub-footer a {
	color:#ebeff2;
	font-weight:bold;
}
/*inner page*/
/*another visual block*/
#header .visual-frame {
	width:960px;
	height:82px;
	background: url(images/bg-visual-frame.jpg) no-repeat 0 2px;
	border:solid #0e7cbf;
	border-width:2px 0;
	position:relative;
	overflow:hidden;
}
#header .visual-frame .title {
	display:block;
	text-indent:-9999px;
	margin:28px 0 0 51px;
}
#header .visual-frame .title img {
	display:block;
}
.sidebar .some-list {
	margin:25px 0 0;
	padding:6px 0 6px 7px;
	list-style:none;
}
.sidebar .some-list h2 {
	font-size:13px;
	font-weight:bold;
	border-bottom:2px #2f72bb solid;
	padding:0 0 10px 0;
	margin:0 0 15px -8px;
	color:#404850;
}
.sidebar .some-list li {
	background: url(images/bullet-blog.gif) no-repeat;
	padding:0 0 2px 33px;
	margin:0 0 15px 0px;
	font-size:12px;
	color:#272b2f;
}
.sidebar .some-list li a {
	font-size:12px;
	color:#272b2f;
	text-decoration:none;
}
.sidebar .some-list li a:hover {
	text-decoration:underline;
}
.sidebar .widget-list {
	margin:25px 0 0;
	padding:6px 0 6px 7px;
	list-style:none;
}
.sidebar .widget-list h2 {
	font-size:13px;
	font-weight:bold;
	border-bottom:2px #2f72bb solid;
	padding:0 0 10px 0;
	margin:0 0 15px -8px;
	color:#404850;
}
.sidebar .widget-list li li {
	background: url(images/bullet-blog.gif) no-repeat;
	padding:0 0 2px 33px;
	list-style:none;
	margin:0 0 15px -40px;
	font-size:12px;
	color:#272b2f;
}
.sidebar .widget-list li a {
	font-size:12px;
	color:#272b2f;
	text-decoration:none;
}
.sidebar .widget-list li a:hover {
	text-decoration:underline;
}
.sidebar .contact-us {
	height:51px;
	background: url(images/contact-us-btn.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:16px 0 0 1px;
	position:relative;
	width:auto;
	overflow:hidden;
}
.inner .sidebar,
.inner .content {
	margin-top:20px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
}
.postmetadata {
	color:#6f7780;
	font-size:10px;
}
.postmetadata a {
	color:#6f7780;
}
.postmetadata a:hover {
	text-decoration:none;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* Page content - comments
------------------------------------------------------*/

h2 {
	color:#002c5b;
	font-size:16px;
	font-weight:bold;
	margin:25px 0 0;
}

.comments_no span
{
	color: #002c5b;
}

.commentlist
{
	margin: 25px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.commentlist li .comment-body
{
	padding: 10px 10px 10px 100px;
	min-height: 85px;
	background-color: #f9fafb;
    border-bottom: 1px solid #ccc;
	font-weight:normal;
}

.commentlist code 
{
	font-size: 1.3em;
	line-height: 120%;
}

.commentlist .wp-smiley 
{
	border: none;
	padding: 0px;
	background: none;
}

.commentlist li.comment-author-admin .comment-body,
.commentlist li.comment-author-admin .children .comment-author-admin .comment-body
{ 
	background-color: #e6f2ff;
	padding-left: 110px;
}

.commentlist li.comment-author-admin .comment .comment-body
{ 
	background-color: #fff;
	xpadding-left: 100px;
}

.commentlist .comment-author cite,
.commentlist .comment-author cite a
{ 
	font-style: normal;
	font-weight: bold;
	color: #343434;
}

.commentlist .comment-author img 
{ 
	width: 70px;
	height: 70px;
	position: absolute; 
	margin-left: -100px;
}

.commentlist .comment-author-admin img 
{ 
	background-color: #fff;
}

.commentlist li.comment ul.children
{ 
	margin: 0;
	padding: 0;
}

.commentlist li.comment ul.children
{ 
	padding-left: 16px;
	/* background: url(images/icn_reply_comment.gif) no-repeat 0% 0%; */
}

.cancel-comment-reply 
{
	display: block;
	margin: -5px 0 10px 0;;
}

.commentlist li #post-comment
{
	border-bottom: 1px solid #343434;
	margin-bottom: 10px;
}

.commentlist h4 span a
{
	color: #002c5b;
}

/* Page content - comment forms
------------------------------------------------------*/

#post-comment
{
	background-color: #f9fafb;
	padding: 20px;
}

#post-comment input, #post-comment textarea
{
	background-color: #fff;
}

label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #343434;
	float: left;
	width: 180px;
	margin: 5px 0px 10px 0px;
}

input, textarea
{
	float: left;
	width: 290px;
	background-color: #fff;
	border: 1px solid #aaa;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #343434;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

textarea
{
	width: 350px;
	height: 150px;
}

.comment
{
	display: block;
	float: none;
	margin: 0px 0px 5px 0px;
	width: 470px;
}

label.comment
{
	margin-top: 10px;
}

input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #fff;
	border: 1px solid #aaa;
	font: normal 1.2em/120% Georgia, Times, serif;
	color: #454545;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

input.submit:hover
{
	color: #002c5b;
}

input:focus, #content-main textarea:focus
{
	border: 1px solid #45371b;
}


/* Page content - comment form 7 plugin
------------------------------------------------------*/

#content-main .wpcf7
{
	margin-top: 50px;
}

#content-main .wpcf7 textarea
{
	width: 470px;
}



/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear
{
	clear: both;
}
