/*
Theme Name: GK12 (AAAS Child)
Theme URI: http://ehrweb01.aaas.org
Description: The GK12 child theme.
Author: Pongo Interactive
Author URI: http://www.pongos.com
Template: aaas-parent
Version: 1.0
*/

@import url("../aaas-parent/style.css");

body {
	background-color:#fff;
	color:#8b8b8b;
}

#container {
	padding-top:0;
}

/* Header Menu */

#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: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}
.menu li {
    display: block;
    float: left;
    margin: 0 0 -1px;
    position: relative;
}
.menu > li {
    margin-left: 8px;
}
.menu li a {
    color: #000000;
    display: block;
    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;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.menu ul ul {
    background-color: #CCCCCC;
    display: none;
    left: 200px;
    position: absolute;
    top: 0;
}
.menu ul li {
    border: 1px solid #333333;
    float: left;
    line-height: 1em;
    text-align: left;
    width: 200px;
}
.menu ul a {
    display: block;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
}
.menu ul a:hover {
    text-decoration: underline;
}

/* Header Search */

#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: #A31418;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    height: 18px;
    padding: 0;
    text-transform: uppercase;
    font-size:.8em;
}

/* Features */

#carousel-controls {
	background-image:none;
	border:0;
}

.top .carousel-pagination a {
	background-color:transparent;
}

.feature-title {
	color:#fff;
	background-image:url('../aaas-parent/images/bg-feature.png');
}

#carousel img {
	position:absolute;
	z-index:0;
}

/* Sidebars */

.sidebar ul, .sidebar ol {
	padding-left: 14px;
}

.sidebar ul.children {
	margin-top:0;

}

.sidebar li {
	list-style-type:disc;
}

.sidebar li li {
	list-style-type:circle;
	font-size:1em;
}

.sidebar a {
	line-height:inherit;
	color:#bb171b;
	text-decoration:underline;
}

.top, .top a {
	background-color:#333;
	color: #8b8b8b;
	text-decoration:none;
}

.sidebar h3 {
    border-bottom:1px solid #333;
    font-size: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align:left;
    line-height:1.4em;
}

.top h3 {
    border-bottom:1px solid #ccc;
    color:#ccc;
}

#locator #findbtn {
    margin-bottom: 5px;
    padding-top: 15px;
}

#whatsnew li {
    line-height: 1.1em;
    list-style-image: url("images/whats-new-arrow.png");
    text-decoration: none;
}

#whatsnew li a {
	line-height:1.2em;
}

/* Content */

.content a {
	text-decoration:underline;
}

.content h2 {
	font-size:1.4em;
}

.content h2, .content h2 a {
	color: #000000;
	font-weight: normal;
	text-transform:none;
	text-decoration:none;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content h3 {
	color: #5981A1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

.content h4 {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
.content h5 {
	color: #5981A1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
.content h6 {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	text-transform:none;
}

/* Resource Library */

#resource-search-form legend {
	padding:2px;
	margin-left:5px;
}
#resource-search-form div, #resource-search-form select, #resource-search-form input {
	display:block;
	margin:10px;
}
#resource-search-form .labels {
	float:left;
	width:15%;
	margin-top:18px;
}
#resource-search-form .labels p {
	padding:2px;
}
#resource-search-form .form-container {
	float:left;
	width:75%;
}
#resource-search-form {
	margin:15px 0;
}
.content table {
	line-height:1.2em;
}
.content th {
	padding:8px 0;
	vertical-align:top;
	font-weight:bold;
	width:150px;
}
.content td {
	padding:8px;
}

div.comments-view {
	background-color:#eee;
	padding:10px;
	color:#444;
	width:94%;
}

a.comments-edit-link {
	display:block;
	text-decoration:none;
	padding:6px 10px;
	background-color:#d0e0f0;
	border:1px solid #bcbdd0;
	border-right-color:#777;
	border-bottom-color:#777;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

a.comments-edit-link:active {
	border-color:#777 #bcbdd0 #bcbdd0 #777;
}

/* =Alumni Center
------------------------------------------ */

.alumni-menu {
	font-size:11px;
	margin-bottom:0;
	color:#222;
}

.alumni-menu + .alumni-menu {
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.alumni-menu a {
	text-decoration:none;
}

.alumni-menu a:hover {
	text-decoration:underline;
}

.alumni-menu-label {
	width:42px;
	float:left;
}

#alumni-center fieldset {
	padding:20px;
	margin:20px 0;
}

#alumni-center legend {
	padding:0 4px;
	font-weight:bold;
}

#alumni-center input, #alumni-center label {
	display:block;
}

#alumni-center label {
	margin-bottom:3px;
	color:#676767 !important;
}

#alumni-center input[type="text"] {
	width:200px;
}

#alumni-results-list {
	margin-top:-15px;
	margin-bottom:29px;
}

#alumni-results-list > li {
	font-weight:bold;
	padding-top:18px;
	margin-top:18px;
	border-top:1px dotted #ccc;
}

#alumni-results-list > li:first-child {
	padding-top:0;
	margin-top:0;
	border-top:0;
}

#alumni-results-list li li {
	font-weight:normal;
	list-style:none;
}

#alumni-results-list li li.alumni-name {
	font-weight:bold;
}

.form_alum_pi .leftside.pi_role {
	margin-top:30px;
}

.form_alum_pi .first_name {
	margin-top:0 !important;
}

.alumni-photo {
	float:right;
}

.alumni-photo img {
	padding:2px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	width:75px;
	height:75px;
}

#alumni-center .pods_form .pick {
	border:0;
	height:auto;
	overflow:visible;
}

#alumni-center .form.pick label, #alumni-center .form.pick input {
	display:inline;
	float:none;
	margin:0 6px 6px 0;
}

#alumni-center select option {
	font-size:12px;
}

#alumni-center .pods_form .leftside, #alumni-center .pods_form .rightside {
	width:auto;
	float:none;
	display:block;
	width:100%;
}

#alumni-center .leftside.first_name {
	margin-top:30px;
}

#alumni-center .leftside.c_job,
#alumni-center .leftside.c_school,
#alumni-center .leftside.c_vol {
	width:150px;
	float:left;
}

/* 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;
}




#alumni-center .pods_form .form.pick1 {
	width:400px;
	font-size:13px;
}

#alumni-center .pods_form .form.pick1 option {
	font-size:13px;
}

#alumni-center input[type="text"] {
	font-size:13px;
	padding:2px;
	width:394px;
}

#alumni-center .filterbox input[type="text"] {
	margin-bottom:15px;
}


#fellow-search-form select, #teacher-search-form select, #pi-search-form select {
	margin:0 0 25px;
	width:400px;
}

.small-note {
	font-size:11px;
}

.content dl dt {
	font-weight:bold;
	margin:15px 0 3px;
}

.content dl dd {
	margin:0 0 15px;
}

#single-alum-detail-list {
	padding-left:0;
}

#single-alum-detail-list li {
	list-style-type:none;
}

#alum-type {
	padding:0 0 5px;
	margin-top:-7px;
}

#alumni-center h1 {
	line-height:24px;
}

.red {
	color:#f00 !important;
}