/*  
Theme Name: Virtual Laboratories
Theme URI: http://www.virtual-laboratories.com/
Description: Virtual Laboratories Theme.
Version: 1.0
Author: Wayde Christie
Author URI: http://www.waydechristie.com/
*/

/*----Undo HTML-----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes-----------------------------------------------------*/

.alignleft { float: left; }
.alignright { float: right; }

.caption {
	border: 1px solid #e5e5e5;
	color: #999;
	font-size: 85%;
	padding: 10px;
	text-align: center;
}

.caption img {
	margin-bottom: 7px;
}

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.edit {
	background: url(images/icon_edit.gif) no-repeat left center;
	padding-left: 20px;
}

.imageLeft {
	float: left;
	margin: 7px 20px 20px 0;
}

.imageRight {
	float: right;
	margin: 7px 0 20px 20px;
}

.ir {
	background: no-repeat 0 0;
	display: block;
	height/**/:/**/ 0 !important;
	overflow: hidden;
}

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #32b1ef;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #999;
}

address {
	font-style: normal;
}

body {
	background-color: #000e5e;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 40px 20px;
	text-align: center;
}

cite {
	font-style: normal;
}

h2 {
	background: url(images/bg_h2.gif) no-repeat left bottom;
	color: #000e5e;
	font-size: 185%;
	font-weight: normal;
	margin-bottom: 1em;
	padding-bottom: .4em;
}

h3 {
	color: #000e5e;
	font-size: 138%;
	font-weight: normal;
	margin: 2em 0 1em 0;
}

h4 {
	color: #000e5e;
	font-weight: bold;
	font-size: 115%;
	margin: 2em 0 1em 0;
}

p {
	line-height: 130%;
	margin-bottom: 1.5em;
}

strong {
	color: #333;
}

/**/

/**----Blockquotes--------------------------------------------------------*/

blockquote {

}

blockquote p.testimony {

}

blockquote p.testimony cite {

}

/**/

/**----Unordered Lists----------------------------------------------------*/

ul {
	list-style-type: square;
	margin: 1em 0 3em 3em;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/

/**----Ordered Lists----------------------------------------------------*/

ol {
	margin: 1em 0 3em 3em;
}

ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/

/**---Definition Lists----------------------------------------------------*/
	
dl {

}
	
dd, dt {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

/**/

/*----Page Structural Elements/Wraps--------------------------------------*/

#wrap {
	font-size: 130%;
	margin: 0 auto;
	text-align: left;
	width: 875px;
}

#content {
	background-color: #fff;
}

#leftCol {
	display: inline;
	float: left;
	margin-left: 30px;
	padding-bottom: 30px;
	width: 150px;
}

#copy {
	float: left;
	margin-left: 47px;
	padding-bottom: 30px;
	width: 610px;
}

/**/

/*----Header--------------------------------------------------------------*/

#header {
	background: #fff url(images/bg_header.jpg) no-repeat 0 0;
	padding-bottom: 40px;
}

#header h1 a {
	background-image: url(images/bg_h1.gif);
	display: block;
	height: 223px;
	margin: 0;
	padding-top: 223px;
	width: 875px;
}

/**/

/*----Nav-----------------------------------------------------------------*/

ul#nav {
	list-style: none;
	margin: 0;
}

ul#nav li {
	background: url(images/bg_nav_btn_top.gif) no-repeat 0 0;
	height: 1%;
	margin: 0 0 10px 0;
}

ul#nav li:hover, ul#nav li.sfhover {
	background: url(images/bg_nav_btn_top.gif) no-repeat -150px 0;
}

ul#nav li a {
	background: url(images/bg_nav_btn_btm.gif) no-repeat left bottom;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	width: 150px;
	width/**/:/**/ 130px;
}

ul#nav li a:hover {
	background: url(images/bg_nav_btn_btm.gif) no-repeat -150px bottom;
}

ul#nav li.current_page_item {
	background: url(images/bg_nav_btn_top.gif) no-repeat -300px 0;
}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover {
	background: url(images/bg_nav_btn_btm.gif) no-repeat -300px bottom;
}

ul#nav a:visited {
	color: #fff;
}

/**/

/*----Footer--------------------------------------------------------------*/

#footer {
	background: url(images/bg_footer.gif) no-repeat 0 0;
	color: #fff;
	font-size: 85%;
	padding-top: 50px;
}

#footer p {
	line-height: 2em;
	padding-left: 137px;
}

#associates {
	background: url(images/bg_associates.gif) no-repeat 60px 0;
	margin-top: 30px;
}

#associates p {
	padding-left: 217px;
}

#associates a {
	display: block;
	float: left;
	margin-right: 20px;
}

/**/

/*------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------*/
/*------------------------------------------------------------------------*/

/*----Home----------------------------------------------------------------*/

blockquote p {
	color: #999;
	font-size: 138%;
	line-height: 1.5em;
}

/**/

/*----Contact-----------------------------------------------------*/

.vcard p {
	background: url(images/icon_vcard.png) no-repeat left center;
	padding-left: 25px;
}

/**/