/*   
Theme Name: AAAS EHR Parent
Theme URI: http://ehrweb01.aaas.org
Description: The parent theme for many AAAS sites, particularly GK12, CCLI/TUES, ERN, and HBCU.
Author: Pongo Interactive
Author URI: http://www.pongos.com
Version: 1.0
*/

@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

/* =Basics ---------------------------------------------------------- */

body {
	background-color:#B6B6B6;
	color:#666666;
	font:0.8em/1.4em Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#BB171B;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
}

h1, h2, h3, h4, h5, h6, p, li, ul, ol {
	margin-bottom:10px;
}

a img {
	border:medium none;
}

map {
	border:medium none;
}

area {
	border:medium none;
}

#container {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:25px;
	text-align:left;
	width:910px;
}

/* =Header ---------------------------------------------------------- */

#header {
	margin-bottom:10px;
}

#header #searchform div {
	float:right;
	margin-right:20px;
	padding-top:5px;
}

#header #searchform label {
	display:none;
}

#header #searchform input {
	border:medium none;
	font-size:.75em;
	height:16px;
	vertical-align:middle;
}

#header #searchform input[type="submit"] {
	background-color:#005699;
	background-image:url("images/searchbg.png");
	color:#FFFFFF;
	font-size:.8em;
	font-weight:bold;
	height:18px;
	padding:0;
	text-transform:uppercase;
}

#logo {
	border-bottom:2px solid #333333;
	padding-bottom:10px;
	padding-top:1px;
}

#logo img {
	border:0;
}

/* =Top Nav --------------------------------------------------------- */

#topnav {
	background-color:#E7E8E9;
	border-color:#FFFFFF #E7E8E9 #E7E8E9;
	border-right:2px solid #E7E8E9;
	border-style:solid;
	border-width:1px 2px 2px;
	height:30px;
}

.menu {
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	list-style:none outside none;
	margin-top:5px;
	padding:0;
	position:relative;
	z-index:10;
	text-align:center;
}

.menu li {
	display:inline;
	margin:0 20px;
	position:relative;
}

.menu > li {
	margin-left:8px;
}

.menu li a {
	color:#658999;
	display:inline;
	font-size:.9em;
	padding:5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

.menu li a:hover {
}

.menu a.selected {
}

.menu ul {
	background-color:#FFFFFF;
	display:none;
	left:0;
	top:20px;
	list-style:none outside none;
	margin:-1px 0 0;
	padding:0;
	position:absolute;
}

.menu ul ul {
	background-color:#F7F7F7;
	display:none;
	left:200px;
	margin-bottom:15px;
	position:absolute;
	top:0;
}

.menu ul li {
	border:1px solid #999999;
	float:left;
	margin: 0 0 -1px;
	text-align:left;
	width:200px;
}

.menu ul a {
	display:block;
	padding:5px;
	text-align:left;
}

.menu ul a:hover {
	text-decoration:underline;
}

/* =Sidebars -------------------------------------------------------- */

.sidebar, #abstracts, #whatsnew {
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	padding:20px;
	width:138px;
}

#abstracts, #whatsnew {
	border-bottom:medium none;
	border-left:1px solid #7192A1;
	border-right:1px solid #7192A1;
}

#abstracts #findbtn {
	margin-bottom:5px;
	padding-top:15px;
}

#sidenav, #meetings, #checkin, #awards, #photos {
	border-color:#333333 #CCCCCC #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-style:solid;
	border-width:2px 1px 1px;
}

#meetings {
	background-color:#E7E8E9;
}

#checkin {
	text-align:center;
}

.sidebar ul, .sidebar ol {
	margin:10px 0;
	padding-left:14px;
	padding-right:5px;
}

.sidebar ul {
	list-style:none outside none;
}

.sidebar ul ul {
	margin-bottom:15px;
}

.sidebar li {
	margin:10px 0;
}

.sidebar li li {
	font-size:0.9167em;
	margin:3px auto;
}

.sidebar a {
	color:#487D95;
	line-height:0.9em;
	text-decoration:none;
}

.sidebar a:hover {
	text-decoration:underline;
}

#abstracts a {
	line-height:1.2em;
}

.top {
	background:none repeat scroll 0 0 #638899;
	color:#FFFFFF;
	height:234px;
	overflow:hidden;
}

.top ul {
	list-style-image:url("images/listarrow.png");
	padding-left:3px;
	padding-right:0px;
}

.top a {
	color:#E2E2E2;
	text-decoration:none;
}

.sidebar h3 {
	border-bottom:1px solid #333333;
	color:#515151;
	font-size:1.33em;
	padding-bottom:5px;
	text-align:center;
	text-transform:uppercase;
}

.top h3 {
	border-bottom-color:#A3B1B8;
	color:#FFFFFF;
	text-transform:none;
	line-height: 1em;
}

.checkinpad {
	margin-right:4px;
}

#sidebar1 {
	float:left;
	width:180px;
}

#sidebar2 {
	float:right;
	width:180px;
}

/* =Content --------------------------------------------------------- */

.content {
	border:1px solid #CCCCCC;
	float:left;
	font-size:1.05em;
	letter-spacing:-0.01em;
	line-height:1.3em;
	margin:0 10px 10px;
	padding:20px;
	width:488px;
}

.content img {
	border:medium none;
}

.content .wp-caption-text {
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.85em;
	line-height:1.1em;
	padding:5px 0;
}

.content .wp-caption-text-bold {
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.85em;
	font-weight:bold;
	line-height:1.1em;
	padding:5px 0;
}

.content table small {
	line-height:1.2em;
}

.content th {
	padding:8px 0;
	vertical-align:top;
}

.content td {
	padding:8px;
}

.content select {
	padding:4px;
}

.content select option {
	color:#222222;
	font-family:Arial,Helvetica,sans-serif;
	padding:1px;
	font-size:.85em;
}

.content h2 {
	color:#000000;
	font-family:Times New Roman,Times,serif;
	font-size:1.667em;
	font-weight:normal;
	text-transform:uppercase;
}

.content h3 {
	color:#A18025;
	font-family:Times New Roman,Times,serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:15px;
	padding-top:10px;
	text-transform:uppercase;
}

.content h4 {
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.167em;
	font-weight:normal;
	padding-top:10px;
	text-transform:none;
}

.content h5 {
	color:#A18025;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.167em;
	font-weight:normal;
	text-transform:none;
}

.content h6 {
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
}

.content a {
	color:#BB161A;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content ul, .content ol {
	padding-left:20px;
}

.content hr {
	background:url("images/hr-bg.png") repeat scroll center center transparent;
	border:medium none;
	height:10px;
	width:490px;
}

.content.last {
	min-height:350px;
}

.project-list, .post {
	background:url("images/hr-bg.png") no-repeat scroll center bottom transparent;
	margin-bottom:20px;
	padding-bottom:20px;
}

.post.last {
	background:none repeat scroll 0 0 transparent;
}

/* =Footer ---------------------------------------------------------- */

#footer {
	border-top:2px solid #333333;
	font-size:0.8em;
	padding-top:20px;
	text-align:left;
}

#nsf, #aaas {
	padding-left:20px;
	padding-right:20px;
	width:140px;
}

#copyright {
	line-height:1.2em;
	margin:0 190px;
}

/* =Features -------------------------------------------------------- */

.image-rotator {
	float:left;
	position:relative;
}

#feature {
	height:272px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:528px;
}

#feature .wrapper {
	position:relative;
}

#feature-caption {
	background:url("images/bg-feature.png") repeat scroll 0 0 transparent;
	border-top:1px solid #FFFFFF;
	bottom:0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	height:14px;
	padding:10px;
	position:absolute;
	width:100%;
	z-index:2;
}

.feature-title {
	position:absolute;
	z-index:1;
	display:block;
	width:508px;
	bottom:0;
	padding:10px;
	color: #000;
	font:1.1em Georgia, serif;
	left:0;
	background:url('images/50pctwhite.png');
	border-top:1px solid #fff;
}

#feature-caption a {
	color:#FFFFFF;
}

.image_reel a {
	border-top:1px solid #FFFFFF;
}

#carousel li {
	list-style-type:none;
	position:relative;
}

#carousel-container, #carousel, #carousel li, #carousel img {
	width:528px;
	height:272px;
	margin:0;
	padding:0;
}

#carousel-container {
	position:relative;
}

#carousel-controls {
	height:19px;
	width:100%;
	padding:10px 20px 10px 0;
	position:absolute;
	bottom:0;
}

#carousel-controls a {
	display:block;
	float:left;
	padding:5px;
	text-indent:-9999px;
	position:relative;
	z-index:2;
}

#carousel-controls a:active,
#carousel-controls a:visited,
#carousel-controls a:link,
#carousel-controls a:focus {
	outline:none;
}

.carousel-pagination {
	display:inline;
}

.carousel-pagination a {
	background:url('images/pager.png') no-repeat;
	width:7px;
	height:19px;
}

#carousel-prev {
	background:url('images/prev-arrow.png') no-repeat;
	width:11px;
	height:19px;
}

#carousel-next {
	background:url('images/next-arrow.png') no-repeat;
	width:11px;
	height:19px;
}

/* =Universal ------------------------------------------------------- */

.alignright {
	float:right;
}

.fltrt {
	float:right;
	margin-left:8px;
}

.fltlft {
	float:left;
	margin-right:8px;
}

.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}

.form-saved {
	width:94%;
	padding:5px 10px;
	margin:0 0 25px;
	background-color: #ffffe0;
	border: 1px solid #e6db55;
}

/* 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;
}
.red {
    color: red;
    font-weight: bold;
}