/* Commented-out styles moved to layout_old.css */

/* --- layout.css controls the layout for the site ----*/
body {
	padding: 0;
	width: 870px;
	border-right-width: 1px;;
	border-right-style: solid;
	border-right-color: #D2982A;
	margin: 0px auto;
	text-align: center;
	position: relative;

	}

/* container is the frame for the page */
#container {

	margin: 0px auto;
	padding: 0;
	text-align: left;
  	width: 870px;
	border-left: 1px solid #D2982A;
	background: url(/images/container_background_new.jpg) top left repeat-y;
	}

/* internet explorer hack to get the width correct */
* html #container {
	/*width: 870px;
	w\idth: 869px;*/
	border-left: 1px solid #D2982A;

	
	}

/* ----header-----------------------------*/

#header {
	background: url(/images/member_area_new.jpg) top right no-repeat;
	height: 103px;
	margin: 0;
	padding: 0;
	}

/* positioning information for the elements in #header */	
#header #diamond {
	margin-left: 6px;
	}
	
#header #aps_text {
	position: absolute;
	top: 0;
	}
	
#header #science_first {
	position: absolute;
	top: 0;
	left: 482px;
	}
	
/* ------- member login -----------------*/
#membership {
	/*background: url(../images/membership_background.gif) top left repeat-y;*/
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px 5px;
	width: 230px;
	color: #fff;
	}
	
#membership h2 {font-size: 1.1em; color: #fff; margin: 10px 0 5px; padding: 0;}

#membership ul {
	margin: 0 0 5px 5px;
	padding: 0;
	list-style: none;
	}

/* internet explorer hack to get the list to display with the correct spacing */
* html #membership ul {
	margin-top: -5px;
	}

#membership td {color: #fff;}

#membership a {color: #fff;}

#membership ul li, #membership p {font-size: .9em;}

#membership ul#member {
	font-weight: bold;
	}

#membership p {margin: 8px 0 0 5px;}

#membership input {font-size: .9em;}

#membership input.text {background-color: #d8d7df;}

#membership .login {width: 250px;}

.member_span {font-size: .8em; color: #fff; font-weight: normal;}
	

/* ---( main column )----------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear: left;}
/* End IE5-Mac hack */

/* formatting for the search button */
#search {
	width: 126px;
	padding: 1em 0 1em 12px;
	background-color: #d69813;
	margin-left: -12px;
	}
	
#search input {
	font-size: .9em;
	}

#searchButton {
	 padding: 0;
	 margin: 0;
	 }

#searchKeyword {
	width: 75px;
	}

/* hack to get internet explorer to display the search box correctly */
* html #searchKeyword {
	width: 65px;
	}

* html #search {
	width: 126px;
	}

/* secondaryNavigation holds the navigation for the site */
#secondaryNavigation {
	width: 126px;
	float: left;
	margin-top: 13px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2982A;
	
	}

/* all the navigation is stored in unordered lists that are formatted below */
#secondaryNavigation ul {
	margin: 0;
	padding-bottom: 8px;
	list-style-type: none;
	}
	
#secondaryNavigation ul li {
	display: inline;
	text-transform: uppercase;
	font-size: .9em;
	}
	
#secondaryNavigation ul li a {
	margin: 0;
	padding: 3px 0px 3px 3px;
	display: block;
	width: 123px;
	color: #888;
	font-weight: bold;
	text-decoration: none;
	}

/* internet explorer hack to get the width correct for the navigation */
* html #secondaryNavigation ul li a {
	width: 124px;
	/*w\idth: 136px;*/
	}

#secondaryNavigation ul li a:hover, #secondaryNavigation ul#member li a:hover {
	color: #d69813;
	}
	

#secondaryNavigation ul li ul li a {
	color: #d69813;
	padding-left: 10px;
	width: 113px;
	}

* html #secondaryNavigation ul ul li a {
	}

#secondaryNavigation ul ul li a:hover {
	color: #182d57;
	}

#secondaryNavigation ul#member li a {
	color: #fefefe;
	}
	
#secondaryNavigation ul#member li a:hover {
	color: #49669C;
	}
	
ul#mainNavigation li a {
	color: #182d57;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	}

ul#mainNavigation {border-top: 1px solid #D39B2F; padding: 8px 0;}

/* ---( content )----------------------------------- */

#content {
	margin: 0;
	margin-left: 140px;
	padding: 13px 5px 0;
	/*border-bottom: 1px solid #d19729;*/
	}
	
/* fixes a 3px indent bug in IE caused by floating #secondaryNavigation */
/* \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
	padding: 13px 5px 0 2px;
}
/* */
  
/* End hide from IE5/mac */

/* ---( footer )----------------------------------- */

#footer {
	
	margin: 0;
	font-size: .9em;
	color: #444;
	text-align: center;
	background: #fff;
	width: 868px;
	border-top: 1px solid #d19729;
	/*border-right: 1px solid #d19729;*/
	}


#footer a {
	color: #666;
	}
#footer a:hover {
	color: #999;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#footer ul li {
	display: inline;
	padding: 0 10px;
	}

a img {
	border: none;
	}
.hide {
	display: none;
	}

.rightJustify {text-align: right;}
.leftJustify {text-align: left;}
.center {text-align: center;}

/* hr.cleaner makes sure that the columns end at the same location */
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}

tr.even, .even {
	background-color: #e8eefa;
	}

/* .group is used to layout sections similar to tables, see /about/board.cfm */
.group {
	display: table;
	width: 100%;
	margin-bottom: 4px;
	}

.group img { margin-right: 5px; }

/* groupHeading is used for titles in group */
.groupHeading, .group h4 {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px 4px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: .95em;
	}
	
.group h4 {font-size: 1.1em;}

.groupSubHeading {
	border: 1px solid #ccc;
	width: 70%;
	padding: 1px 4px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: .95em;
	}

td .groupSubHeading {
	font-size: 1em;
	width: 95%;
	}

.highlight {
	background-color: #fff9df;
	border: 1px solid #ffd980;
	width: 90%;
	margin: 0 auto;
	padding: 2px 4px;
	}

.highlight h3 {margin: 0 0 2px 0; padding: 0;}

/* format .label and .item the same, .item is deprecated and should not be used in new pages */
.label, .item {color: #182d57; font-weight: bold;}

/* some formatting of spaces after fonts */
h4 {margin-bottom: 0; font-size: 100%;}
h4 + p {margin-top: 0;}
h4 + ul {margin-top: 0;}
h4 + ul li {margin-top: 0;}
h4 + img {margin-top: 5px;}

.float h4 {margin-top: 0; padding-top: 0;}

ul.none {list-style: none;}
ul.inline {margin-left: 0; padding-left: 0;}

/* .float is used for giving an extra content area to pages, usually extra navigation or additional notes */
.float {
	float: right;
	background-color: #fff9df;
	border: 1px solid #d69813;
	padding: 10px;
	width: 250px;
	margin: 5px;
	}

.float2 {
	float: right;
	background-color: #fff9df;
	border: 1px solid #d69813;
	margin: 0 0 5px 5px;
	padding: 0 9px;
	width: 250px;
	}

/* used for floating images in text */
.imgFloat {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0 3px;
	}

hr {color: #ccc; background-color: #ccc; height: 1px;}

/* for pages where there are lots of short lines that we do now want to extend the whole width */
.short {width: 450px;}

/* error message, used mainly in forms like the membership application */
.error {
	padding: 5px;
	background: url(/images/format/error_sign.gif) 5px top no-repeat;
	min-height: 80px;
	}

/* set a mininum height in IE */
* html .error {height: 80px;}

.error h2, .error h3, .error h4, .error p, .error li, .error table { margin-left: 100px;}

#container2 {
	height: 100%;
	position: relative;
	text-align: left;
	padding: 0;
	width: 870px;
	margin: 0px auto;
	background: url(/images/container_background_new.jpg) top left repeat-y;
	border-left: 1px solid #D2982A;
}

/*Styling for homepage twitter div*/

#twitterbox {
	width: 212px;
	background: url(/images/home/twitter_background_2.jpg) top left repeat-y;
	padding-top: 0px;
	margin: 0px 0 -8px 0;
	
}

#twitterboxheader {
	width: 212px;
	height: 42px;
	background: url(/images/home/twitter_header.jpg) top left no-repeat;
	padding-top: 0px;
	margin: 0px;
	display:block;
	margin-bottom: -5px;
}

#twitterboxfooter {
	width: 212px;
	height: 40px;
	background: url(/images/home/twitter_footer.jpg) bottom left no-repeat;
	padding-top: 7px;
	margin: 0 0 0 0;
	display:block;
	padding-left: 5px;
}

#twitterboxul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0px 0 5px 10px;
	list-style-position:outside;
	width: 190px;
	font-weight: 600;
}

#twitterboxulli {
	margin: 0px 0 0px 10px; 
	padding: 3px 0 0 0;
	width: 190px;
	
}	
.twitterdates {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #444;
	padding-left: 5px;
}

#wohheader {
	width: 212px;
	height: 42px;
	background: url(/images/home/woh_header.jpg) top left no-repeat;
	padding-top: 0px;
	margin: 0px;
	display:block;
	margin-bottom: -5px;
}

#wohfooter {
	width: 212px;
	height: 22px;
	background: url(/images/home/woh_footer.jpg) bottom left no-repeat;
	padding-top: 7px;
	margin: 0 0 0 0;
	display:block;
	padding-left: 5px;
}
#wohboxul {
	list-style-type: disc;
	margin: 5px 0 0 10px;
	padding: 0px 0 5px 10px;
	list-style-position: inside;
	width: 190px;
	font-weight: 600;
}

#wohboxulli {
	margin: 0px 0 0px 10px; 
	padding: 3px 0 0 0;
	width: 190px;
	
}	

#flasher a:hover {
	background-color: #333333;
	color: #000000;
}

.alignright {
	float: right;
	margin: 5px;
}

.alignleft {
	float: left;
	margin: 5px;
}

#navlist ul 
{
list-style-type: none;
width: 650px;
height: 20px;
font-size: .8em;
margin-left: 5px;
}

#navlist ul li{
float: left;
list-style-type: none;
padding-right: 0px;
margin-right: 5px;
margin-left: 0px;
}

/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	margin: 0px; padding: 10px;
}
.comment-metadata {
	background: #4A7BB5;
	padding: 10px;
	color: #FFF;
}
.comment-metadata a, .comment-metadata a:visited {
	color: #FFF;
}
.comment-metadata a:hover {
	color: #FF8800;
}
.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #FCF4C7;
	padding: 11px 10px;
	color: #AD5433;
}
.authorcomment .comment-metadata a {
	color: #AD5433;
}
.authorcomment .comment-metadata a:hover {
	color: #FF8800;
}

/*	Comment Form	*/

#commentform {
}

#content img.wp-smiley {
float: none;
border: none;
padding: 0px;
margin: 0px;
}

#content img.wp-wink {
float: none;
border: none;
padding: 0px;
margin: 0px;
} 

#content p {
color: #383838;
}

.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}