/*  

Theme Name: Noyce

Theme URI: http://ehrweb01.aaas.org/

Version: 1.0

Author: Chrissy Rey-Drapeau

Author URI: http://www.pongos.com

*/

body {

	background: #fff;

	/*border-top:2px solid #000;*/

	color: #333333;

	font: 12px Arial, Verdana, sans-serif;

	line-height: 1.5em;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #333333;

}

h1, h2, h3 {

	font-family: Arial, Verdana, sans-serif;

	font-weight:normal;

	margin:0;

}

h2 {

	line-height: 1em;

	color: #333333;

}

h3 {

	color: #444444;	

}

p {

	font-family: Arial, Verdana, sans-serif;

	font-size: 12px;

}

a {

	color: #B3512E;

}

hr {

	display: block;

	width: 100%;

	clear: left;

}

img {

	border: none;

}

#container {

	font: Arial, Verdana, sans-serif;

	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {

	background-image: url(images/headerimgs/rotate.php);

	background-repeat: no-repeat;

	height: 157px;

}

#nav {

	text-align: center;

	padding: 10px;

	padding-left: 260px;

}

#nav ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#nav li {

	list-style: none;

	float: left;

}

#nav a {

	font-weight: bold;

	color: #918576;

	text-decoration: none;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 10px;

	text-transform:uppercase;

}

#nav a:hover {

	color: #B3512E;

}

#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 160px;

}

#sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 220px;

}

#mainContent {

	font-family: Arial, Verdana, sans-serif;

	float: left;

	width: 530px;

	margin: 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContent h3 {

 color: #666666;

 font-weight: normal;

 font-size: 1.5em;

 padding-top: 15px;

}

#mainContent h4 {

 color: #4d87c1;

 font-weight: bold;

 font-size: 1.25em;

}

#mainContent h5 {

 color: #666666;

 font-weight: bold;

 font-size: 1.25em;

}

#mainContent h6 {

 color: #4d87c1;

 font-weight: bold;

 font-size: 1.08em;

 text-transform: uppercase;

}

#mainContent h7 {

 color: #666666;

 font-weight: bold;

 font-size: 1.08em;

 text-transform: uppercase;

}

#mainContent h8 {

 color: #4d87c1;

 font-weight: bold;

 font-size: 1.08em;

}

#mainContent h9 {

 color: #666666;

 font-weight: bold;

 font-size: 1.08em;

}

#mainContent .tinygray {

 color: #333333;

 font-weight: normal;

 font-size: 0.9em;

}

#mainContent .tinybluebold {

 color: #4d87c1;

 font-weight: bold;

 font-size: 0.9em;

}

#mainContent .event {

	float: left;

	width: 100%;

	padding-bottom: 10px;

	border-bottom: 1px solid #000;

	margin-bottom: 10px;

}

#footer {

	margin-top: 10px;

	text-align: center;

	color:#666666;

	font-size:10px;

	background-image: url(images/footerhr.png);

	background-repeat: repeat-x;

	background-position: top;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 20px;

	padding-top: 2px;

}

#footer a {

	color: #B3512E;

	text-decoration: none;

}

#footer a img {

	border-style: none;

	margin: 0 20px;

}

.sidebar {

	width: 220px;

	padding-top: 15px;

	padding-bottom: 15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #6699CC;

	font-size: 0.9em;

}



.sidebar ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

.sidebar ul ul {

	list-style: disc;

	margin-left: 25px;

}

.sidebar a {

	color: #918576;

	text-decoration: none;

	font-weight: bold;

}

.sidebar a:hover {

	color: #B3512E;

}

.sidebar h2 {

	font-weight: bold;

	text-transform:uppercase;

	font-size: 1.1em;

	margin-bottom: 10px;

}

.sidebar li {

	margin-bottom: 7px;

}



.sidebar .blogroll {

	margin-bottom:20px;}



#sidebar2.sidebar h2 {

	margin-bottom: 0;

	text-align: center;

	background-color: #6699CC;

	color: #fff;

	padding:5px;

}

#sidebar2.sidebar .widget {

	background-color: #fff;

	padding: 0;

}

#sidebar2.sidebar .widget div {

	padding: 10px;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	text-align: center;

	margin: 0;

	background-color: #ccc;

}

.sidebar label {

	font-weight: bold;

	font-size: x-small;

}

.sidebar form {

	margin: 0;

}

.sidebar .widget_search label {

	display: none;

}

.sidebar .widget_search #s {

	width: 120px;

}

.sidebar .execphpwidget select {

	margin-bottom: 10px;

}

.sidebar #findbystate {

	background:url("images/find.gif") no-repeat 0 0 transparent;

	border: none;

	cursor:pointer;

	font-size:0;

	line-height: 0;

	width:70px;

	text-indent:-9999px;

	height:23px;

	vertical-align:middle;

}

.sidebar #advsearch {

	vertical-align:middle;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

#mainContent .ngg-galleryoverview {

	clear: none;

}

#mainContent .project-list {

	padding-bottom: 5px;

	margin-bottom: 10px;

	border-bottom: 1px solid #666;

}

#mainContent .project-list strong {

	color: #4374a3;

}

#mainContent .numrecords {

	color: #4374a3;

	font-weight: bold;

}

#mainContent .pagination {

	margin: 10px 0;

	font-weight: bold;

}

.pods_form {

	color: #333333;

	font-size: 11px;

	line-height: 1.3em;

	}

.pods_form .leftside.area {

	margin-right: 0;

}

#mainContent .cform {

	width: 530px;

	margin: 0;

	padding: 0;

}

#mainContent .cform label {

	font-size: 12px !important;

}

#mainContent .cform .cf-box-title {

	font-size: 14px;

	font-weight: bold;

}

#mainContent label.cf-after {

	width: 480px;

	font-size:12px;

	margin-bottom: 10px;

	background-color:#fff;

}

#mainContent label.cf-after span {

	width:420px;

}

#mainContent .cform input[type=radio] {

	vertical-align: top;

}

#mainContent .cform fieldset {

	background-color: #fff;	

	padding-top: 0;

}

#mainContent .cform .textonly {

	text-align: left;	

	padding: 10px;

}

#pods_form1_session {
	
	border:0;
	
	height:auto;

	overflow:visible;
	
}



/* Extra styles */
.small-text {
	font-size: 0.7em;
}
.caption-text {
	font-size: 0.7em;
	font-style: italic;
}
.bold-small-text {
	font-size: 0.7em;
	font-weight: bold;
}
