/*
Theme Name: Amodiolab
Theme URI: http://whiteboardframework.com/
Author: Paul Chamberlain
Author URI: http://paulchamberlain.com/
Description: Child Theme of Whiteboard by Bold Perspective
Template: whiteboard
Version: 0.2

If the Child Theme is used, this stylesheet will override the stylesheet within the Whiteboard Framework parent theme.
*/

/*
Uncomment this line to import the Whiteboard parent theme's CSS file
There is no need to unless you have modified that CSS file
@import url("../whiteboard/style.css");
*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;border:0;}legend{color:#000;}

:focus, a { -moz-outline-style: none; outline: none !important; }/*Removes blue glow from Safari form input and Firefox dotted line focus*/


/* List of divs in the Whiteboard framework */

html { background: url(images/bg-html.png) 0 0 repeat; margin: 0; padding: 0; font: 14px/19px normal Georgia, Times, serif; color: #2e3034; }

body {
	margin: 0;
	padding: 0;
}

#main {
	width: 1150px; margin: 0 auto;
}

#content h1 {
	color: #55247b;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	background: url(images/bg-h1.png) left bottom repeat-x;
	clear: both;
}

#content h2 {
	color: #007dc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 2px;
}

#content h2.subhead {
	margin-bottom: 20px;
}

#content h3 {
	color: #55247b;
	font-size: 36px;
	line-height: 42px;
}

h6 {
	color: #35ab47;
	font-size: 15px;
	line-height: 12px;
	margin-bottom: 6px;
}

.container {
	overflow: hidden;
	width: 1150px;
}

#if-logged-in {
	height: 20px;
	line-height: 20px;
	background: #111;
	color: #eee;
	font-size: 11px;
}
	#if-logged-in p {
		margin: 0;
	}
	#if-logged-in a:link,
	#if-logged-in a:visited {
		color: #fff;
		text-decoration: none;
		margin: 0px 15px;
	}
	#if-logged-in a:hover {
		text-decoration: underline;
	}
	#if-logged-in a:active {
		text-decoration: underline;
		margin-bottom: -1px;
	}

#header {
	width: 1150px;
	height: 300px;
	background: url(images/bg-hd.png) 0 0 no-repeat;
	position: relative;
}
#header h1, #header p, #header h2 { display: none; }

#wiki {
	position: absolute;
	top: 152px;
	right: 90px;
}
#wiki fieldset {
	width: 215px;
	height: 75px;
	padding: 15px 10px 10px 15px;
	background: #FFF;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);
}
#wiki input {
	background: #e5e5e5 url(images/bg-textinput.png) 0 0 repeat-x;
	font: 12px/19px normal Arial, Helvetica, sans-serif;
	color: #000;
	padding:8px 10px 5px 10px;
	margin-bottom: 4px;
	width: 195px;
	height: 14px;
}
#wiki #submit-wiki {
	width: 108px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(images/btn-wiki-submit.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	padding: 0;
	margin: 0;
}
#wiki #submit-wiki:hover {
	background-position: 0 -25px;
}
	#nav {
		
	}
		.menu {
			
		}
	#widgit-header {
		
	}
	#widgit-alert {
		
	}

#lsb {
	float: left;
	width: 177px;
	margin: 0 15px 0 84px;
	display: inline;
}
#mainNav {
	background: url(images/bg-mainNav.png) 0 0 no-repeat;
	height: 367px;
	width: 181px;
	margin-bottom: 25px;
}
#mainNav ul {
	height: 367px;
}
#mainNav li {

}
#mainNav li a {
	color: #57b660;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 58px;
	padding-left: 25px;
	font-weight: bold;
	height: 64px;
	width: 146px;
	display: block;
	margin-left: 5px;
}


#mainNav li.page_item a:hover, #mainNav li.current_page_item a {
	background-image: url(images/bg-mainNav-over.png);
	background-repeat: no-repeat;
	color: #FFF;
}
#mainNav li.page-item-6 a {
}
#mainNav li.page-item-6 a:hover, #mainNav li.page-item-6.current_page_item a {
	background-position: 0 0;
}
#mainNav li.page-item-35 a {
	margin-top: -14px;
}
#mainNav li.page-item-35 a:hover, #mainNav li.page-item-35.current_page_item a {
	background-position: -171px 0;
}
#mainNav li.page-item-18 a {
	margin-top: -13px;
}
#mainNav li.page-item-18 a:hover, #mainNav li.page-item-18.current_page_item a {
	background-position: -342px 0;
}
#mainNav li.page-item-20 a {
	margin-top: -13px;
}
#mainNav li.page-item-20 a:hover, #mainNav li.page-item-20.current_page_item a {
	background-position: -513px 0;
}
#mainNav li.page-item-22 a {
	margin-top: -13px;
}
#mainNav li.page-item-22 a:hover, #mainNav li.page-item-22.current_page_item a {
	background-position: -684px 0;
}
#mainNav li.page-item-24 a {
	margin-top: -13px;
}
#mainNav li.page-item-24 a:hover, #mainNav li.page-item-24.current_page_item a {
	background-position: -855px 0;
}
#mainNav li.page-item-32 a {
	margin-top: -14px;
}
#mainNav li.page-item-32 a:hover, #mainNav li.page-item-32.current_page_item a {
	background-position: -1026px 0;
}

/*change nav for IE6*/
#mainNav li a {
	_height: 51px;
	_line-height: 51px;
}
#mainNav li.page_item a:hover, #mainNav li.current_page_item a {
	_background-image: none;
	_color: #55247B;
}
#mainNav li.page-item-35 a,
#mainNav li.page-item-18 a,
#mainNav li.page-item-20 a,
#mainNav li.page-item-22 a,
#mainNav li.page-item-24 a,
#mainNav li.page-item-32 a {
	_margin-top: 0;
}




#lsb h1 a {
	text-indent: -9999px;
	width: 152px;
	height: 185px;
	background: url(images/lsb-logo.png) 0 0 no-repeat;
	display: block;
	margin-left: 16px;
}

#content {
	float: left;
	width: 468px;
	padding: 25px 60px 20px 15px;
	background-color: #FFF;
	margin-right: 2px;
	min-height: 600px;
	_height: 600px;

}
#content p {	
	margin-bottom: 1em;
}
#content p.highlight {
	color: #006736;
}
#content a {
	color: #55247b;
	text-decoration: none;
}
#content a:hover {
	color: #35AB47;
}
.page-template-templatetext-php #content a[href$='.pdf'] {
	text-indent: -9999px;
	width: 41px;
	height: 14px;
	background: url(images/btn-pdf.png) 0 0 no-repeat;
	display: inline-block;
	margin-left: 10px;
	line-height: 16px;
}
.page-template-templatetext-php #content a[href$='.pdf']:hover {
	background-position: 0 -14px;
}

#content li {
	background: url(images/bullet-li.png) 0 0 no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}
#content .bio {
	margin-bottom: 25px;
	clear: both;
	overflow: hidden;
}
#content .bio img {
	border: 1px solid #55247b;
	float: left;
	margin: 3px 13px 13px 0;
}
#content .bio h3 {
	font-size: 14px;
	line-height: 19px;
	margin: -3px 0 5px 0;
}
#content .bio p {
	margin-bottom: 5px;
}
#content .bio + h1 {
	margin-top: 45px;
}

#error404 {
	
}

#sidebar {
	float: left;
	width: 210px;
	background: #FFF;
	padding: 25px 15px 15px 15px;
}
#sidebar p, #sidebar h5, #sidebar a {
	font-size: 13px;
	line-height: 18px;
}
#sidebar h3 {
	color: #35ac47;
	font-size: 21px;
	margin-bottom: 24px;
}
#sidebar h5 {
	color: #55247b;
}
#sidebar a {
	text-decoration: none;
	display: block;
	color: #007dc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar a:hover {
	color: #35ab47;
}
#sidebar div.sidebar-item + div {
	background: url(images/bg-h1.png) left top repeat-x;
	padding-top: 10px;
	margin-top: 20px;
}
#sidebar a.seeAllNews {
	text-indent: -9999px;
	width: 216px;
	height: 25px;
	background: url(images/btn-seeAllNews.png) 0 0 no-repeat;
	display: block;
	margin-top: 20px;
}
#sidebar a.seeAllNews:hover {
	background-position: 0 -25px;
}

#footer {
	margin: 15px 0 40px 275px;
	width: 543px;
}
#footer ul {
	margin-bottom: 10px;
	overflow: hidden;
}
#footer li {
	display: block;
	float: left;
	margin-right: 20px;
}
#footer li a {
	color: #37b34a;
}
#footer li a:hover {
	color: #00b0ff;
	text-decoration: none;
}
#footer p { clear: both; }
#footer p, #footer a {
	font: 12px/16px normal Arial, Helvetica, sans-serif;
	color: #959595;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
	
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */