﻿
* {
	margin:0;
	padding:0;

}

body {
	background: #2a2a2a url(../images/bg.png) repeat-x top;  	
}

#wrap {
	max-width: 1000px;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial, serif;
	font-size:small;
	background:#fff;
	border:0px solid #fff;
}

#innerwrap {
	background:url(../images/faux.jpg) repeat-y 85.1% 0; /* Faux column, bottom of side navigation */
}




/*Header section*/


#innerheader {
	text-align:center;
}

div#innersubheader {
	text-align:right;
	background: #fff;
	color: #000;
	padding: 0px 20px 5px 5px;
	font-size:125%;
}

.noborder {
	border:0px;
}

div#innersubheader a:active, div#innersubheader a:visited {
	color:black;
}



/*Menubar section*/


#menubar {
	float:left;
	background:#909090 url(../images/button-bg.png) bottom left repeat-x;
	list-style:none;
	width:100%;
	border: 2px solid #000; /* Creates border along the top and bottom of the whole menu */
	border-right: 0; /* No border on the right edge */
	border-left: 0; /* No border on the left edge */
}

#menubar li {
	float:left;
	background:#909090 url(../images/button-bg.png) bottom left repeat-x;
}

#menubar li a {
	display:block;
	text-decoration:none;
	padding:9px 30px;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#fff;
}

#menubar a:hover {
	color: #000;
	background: #fff;
}

#menubar li.local a {
	color:#fff;
	background:#000;
}


/*Content section*/


#content {
	width:85%;
	float:left;
	clear:both;
	color:#202020;
	font-size:110%;
	
}
/*The width of the content and the nav divisions must sum 100%. If you change one, then adjust the other*/
/*The content div has two nested divs (contentleft and contentright) that must be floated left and right.*/

div#content a {
	color:#035A91;
}

div#content a:hover {
	color:#073557;
}

hr {
	margin: 8px 8px 8px 0px;
	width:50%;
}


#innercontent {
	padding:15px;
}

.center {
	text-align:center;
}


/* Submissions section */

#past_deadlines p, #past_deadlines strong {
	color: #999;
}


/*Jobs section*/

.jobs li {
	padding-left:5px;
	list-style:square;
	margin-left:40px;
}

#inside li {
	list-style-position: inside;
}

#blue {
	color: #085895;
}




/* Archives section */
.addborder {
	border: 1px solid #ccc; /* Add to archive issue covers if cover blends in with background */
}

.archive_column {
	float: left; /* Float issues to the left */
	padding-right: 10px;
	padding-bottom: 20px;
}

.hidden {
	clear: both; /* Clears floats */
}




/*staff section*/

#leftcolum {
	float:left;
	width:30%;
}

#innerleftcolum {
	padding:20px;
}

#rightcolum {
	float:right;
	width:70%;
}

#innerrightcolum {
	padding:20px;
}

#centercolum {
	width:100%;
}

#innercentercolum {
	padding:15px;
}







/*Navigation Section*/



#nav {
	float:right; /*The nav div must be floated right, or it will not display correctly*/
	width:15%;
	background:#d7e5ef;
	text-align:center;
}


#innernav ul {
	list-style:none;
	padding-bottom:5px;	
}

#innernav li a {
	display:block;
	text-decoration:none;
	padding:10px 10px;
	border-bottom:1px solid #999;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#000;
	background:#d7e5ef;
	text-align:center;
}

#innernav li a:hover {
	color: #fff;
	background: #000;
}

div#nav h4 {
	color:#073557;
	font-size:125%;
}

div#nav li.local a {
	color:#fff;
	background:#000;
}



/*Footer Section*/



#footer {
	clear:both;
}
/*Do not remove the clear from the footer, or it will float right and break the layout*/

#innerfooter {
	background:#000;
	padding:5px;
	text-align:center;
	font-size:85%;
	color:#ccc;
}

.noblue {
	color:#CCC;
}







/* CONTACT FORM */

/*/////////////////////////////////////////
//
//	The Navigator Update:   December 2010
//	Comment Author:         Courtney Fantinato
//	Comment:                CSS for contact form on the sendusaletter.php page
//
/////////////////////////////////////////*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#contact_form {
	margin-bottom: 1.5em;
}
#contact_form label {
	font-size: 1.0em;
	color: #000;
    line-height: 2.0em;
	margin-left: 5px;
}
#contact_form input, #contact_form textarea {
	padding: 10px 7px 7px 7px;
	width: 500px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #999;
}
#contact_form textarea {
	padding: 7px;
	height: 150px;
}
#contact_form #countdown {
	width: 35px;
	font-size: 1.0em;
	margin-top: 4px;
}
#contact_form input.submit-button, #contact_form input.reset-button, #contact_form input.cancel-button {
	width: 120px;
	padding: 10px 0px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px #666 solid;
	background: #999;
	color: #333;
	font-size: 1.0em;
}
#form_reply {
    color: #085895;
}



