BODY { 
	margin: 0px;
	padding: 0px;
	font: 12px Arial;
	color: #666;
	text-align: center;
}

#container {
	width: 950px;
	margin: auto;
	font-size: 12px;
	line-height: 1.2em;
	text-align:left;
}

/* Main page surrounds the text between the header and the footer.  
For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
*/
#mainpage {
	height: 650px;
	padding: 15px;
	text-align: left;
}
html>body #mainpage { 
	height: auto;
	min-height: 650px;
}
		
		
a {
	color:#5c806e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#ccc;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: 36px;
	color: #5c806e;
	margin-bottom: 30px;
}

#header {
	border-bottom: 2px solid #333;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align:left;
}
		
#header p { 
	margin: -20px 0px 5px 20px;
	color: #333333;
}

	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 150px;
}

#navigation a {
	display: block;
	padding: 5px 0px 5px 10px;
	width: 150px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link, #navlist a:visited {
	color:#5c806e;
	text-decoration: none;	
}
		
#navigation a:hover {
	color:#666;
	text-decoration: none;	
	padding: 5px 0px 5px 30px;
}



		
/* The box around the block */
.block { 
	margin-bottom: 1.5em;
	background: #fff;
}

/* The block's title */
.block .title {
	border-bottom: 1px solid #374d42;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	padding-left: 8px;
}

/* The block's content */
.block .content {
	padding: 6px 6px 12px 6px;

}

#content {
	width: 590px;
	margin-left: 175px;
	margin-right: 170px;
}

#sidebar {
        width: 170px;
	float: right;
	padding: 0.5px;
}

#footer {
	border-top: 2px solid #333;
	margin-top: 10px;
	clear: both;
	padding: 5px;
	text-align:center;
}
			
/* End universal page setup */

/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
.tblborder { 
	padding: 6px;
	border-collapse: collapse;
}

/* Most pages use pagetitle to format the page's title */
#pagetitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 6px
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* 
Where there's a list of alphabet links #alphabet controls their look. 
Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
and will be set here too. Generally, they look alike.
*/
/* the box around the links */
#alphabet, #pagelinks {
	text-align: center;
	word-spacing: .1em;
	margin: 1em;
}
/* each link */
#alphabet A, #pagelinks A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: #5c806e;
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 0 2px;
}
/* each link when hovered over */
#alphabet A:hover, #pagelinks A:hover {
	background: #ccc;
	color: #fff;
}
/* the currently selected letter and currently selected page */
#alphabet #current_letter, #pagelinks #currentpage {
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #333;
	padding: 0 2px;
}
/* End alphabet and page link declarations */

/* labels throughout the site in forms and in other places */
.label{
	font-weight: bold;
}

.classification {
	font-weight: bold;
	color: #79cace;
}

/* Admin options in various places.  */
.adminoptions { 
	color: #264042;
	font-weight: bold;
}

/* The listings of stories etc. */
/* .sectionheader styles the headings "Stories" and "Series" */
.sectionheader {
	border-bottom: 1px solid #264042;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #5c806e;
}

/* The box around each individual story */
.listbox {
	margin: 1em 5%;
	border: 1px solid #ccc;
}

/* The title bar for each story box. */
.listbox .title {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
}

.listbox .title a {color:#5c806e;}
.listbox .title a:hover {color:#333;}

/* The content of the box...summary, categories, etc. */
.listbox .content {
	padding: 6px;
}

/* The tail info published date etc. on the last line */
.listbox .tail {
	padding: 4px; 
	border-top: 1px solid #ccc;
}

.listbox .tail a:hover {color: #fff}
}

/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 0 10%;
}

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin-right: 1em;
}

/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that 
drop down list ONLY */
#pagelinks .jumpmenu {
	text-align: center;
}

/* This is used on series and challenges and other places where a response is solicited */
.respond { 
	text-align: center;
	padding: 6px;
}

/* The sort menu on the categories page */
#sortform { text-align: center; margin: 1em; }


/* On pages that don't use listings, the content is surrounded by a div labeled output to */
#output { 
	padding: 10px;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: 1em 10%;
}
/* The sort menu in the profile */
#profile #sort {
	text-align: right;
	font-weight: bold;
	color: #000;
 }
/* The following declarations control the tabs */
/* The outer tab box */
#tabs {
	text-align: center;
	margin:10px;
	padding: 0;
}
/* The individual tabs. */
#tabs span {
	font-size: 12px;
	padding: 3px;
}
/* Links in the tabs */

#tabs #active {
	background: #999;
	color: #fff;
}

#tabs A:hover{color:#ccc;}


/* This controls the look of the blocks on the index page.   */


/* The next link at the bottom of a multi-chapter story */
#next { float: right; }
/* The previous link at the bottom of a multi-chapter story */
#prev { float: left; }

#browse #category_content { width: 95% !important; margin: 1em auto; }

#loginblock { 
	margin: 3px 0 0 0;
	text-align: right;
	color: #000;
}

#loginblock .textbox, #loginblock .checkbox { 
}

#loginblock .button { 
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
	font-family: "Arial"; 
}
#loginlinks {
	display: inline;
}


#sortform {text-align: center;}

.newsbox {margin-bottom: 20px; border-bottom: 1px solid #666;}
.newstitle {font-weight: bold; font-size: 1.1em; border-bottom: 1px dashed #ccc; margin-bottom: 5px;}
