/* Some definitions used everywhere */
BODY { 
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0px 5px;
 	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
}

IMG { 
	border: 0;
	padding: 0;
	margin: 0;
}
/* Header cells in tables throughout the site */
TH { 
	background: #7fd000;
	color: #FFF;
	font-weight: bold;
}
/* links */
A { 
	color: #333;
	font-weight: bold;
}
/* hovering links */
A:hover {
	text-decoration: underline overline;
}

#container {
	width: 100%;
	margin: auto;
}


/* the following defines your menu below the banner div */
/* the box around the menu and aligning the text to center */
#menu {
 padding: 3px;
 background-color: #000;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
}

#menulist {
 padding: 0px;
 margin: 0px;
}

#menulist ul {
 margin-left: 0;
 padding-left: 0;
 white-space: nowrap;
}

#menulist li {
 display: inline;
 list-style-type: none;
}

#menulist a { 
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 7px;
 padding-right: 7px;
 margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 color: #fff;
 background-color: #000000;
 text-decoration: none;
 font-weight: bold;
}

#menulist a:hover{
 color: #fff;
 background-color: #7fd000;
 text-decoration: none;
 font-weight: bold;
}

#submenu {
 padding: 3px;
 background-color: #000000;
 border-bottom: 1px solid #000;
}

#submenulist {
 padding: 0px;
 margin: 0px;
}

#submenulist ul {
 margin-left: 0;
 padding-left: 0;
 white-space: nowrap;
}

#submenulist li {
 display: inline;
 list-style-type: none;
}

#submenulist a { 
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 7px;
 padding-right: 7px;
 margin-right: 3px;
	}

#submenulist a:link, #submenulist a:visited {
 color: #fff;
 background-color: #000000;
 text-decoration: none;
 font-weight: bold;
}

#submenulist a:hover{
 color: #fff;
 background-color: #000000;
 text-decoration: none;
 font-weight: bold;
}

/* the footer box at the bottom of the page */
#footer {
 background: #000000;
 color: #FFF;
 text-align: left;
 padding: 7px;
 margin-top: 2em;
 border-top: 1px solid #000;
clear: both;
}

#footer a {
	color: #fff;
}

/* 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: left;
	font-size: 1.2em;
	color: #000000;
	margin-top: .25em;
	margin-bottom: .25em;
}

/* 
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: -.3em;
	margin: 1em;
}
/* each link */
#alphabet A, #pagelinks A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: #7fd000;
	border: 1px solid #33451a;
	border-collapse: collapse;
	padding: 0 2px;
}
/* each link when hovered over */
#alphabet A:hover, #pagelinks A:hover {
	background: #ebddce;
	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 #33451a;
	padding: 0 2px;
}
/* End alphabet and page link declarations */

/* labels throughout the site in forms and in other places */
LABEL, .classification {
	color: #33451a;
	font-weight: bold;
}
/* Admin options in various places.  */
.adminoptions { 
	color: #33451a;
	font-weight: bold;
}

/* The listings of stories etc. */
/* .sectionheader styles the headings "Stories" and "Series" */
.sectionheader {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
}

/* The box around each individual story */
.listbox {
	margin: .5em;
	border: 1px solid #7fd000;
}

/* The title bar for each story box. */
.listbox .title {
	background: #000000;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
}
/* Because the background is black, the link colors need to be changed. */
.listbox .title A {
	color: #fff;
}
/* The content of the box...summary, categories, etc. */
.listbox .content {
	padding: 3px;
}

/* The tail info published date etc. on the last line */
.listbox .tail {
	background: #7fd000;
	padding: 3px;
	color: #FFF;
}
/* And again because of the black background change the color of the links. */
.listbox .tail A {
	color: #fff;
}

/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 0 5%;
}

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: left;
	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: left;
}

/* This is used on series and challenges and other places where a response is solicited */
.respond { 
	text-align: left;
	padding: 3px;
}

/* The sort menu on the categories page */
#sort { text-align: center; }


/* On pages that don't use listings, the content is surrounded by a div labeled output to */
#output { 
	padding: 3px;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: .5em;}
#profile img {max-width: 420px;

margin-bottom:10px;}
}
/* The sort menu in the profile */
#profile #sort {
	font-weight: bold;
	color: #7fd000;
 }
/* The following declarations control the tabs */
/* The outer tab box */
#tabs {
	background: #000000;
	border-top: 1px solid #7fd000;
	border-bottom: 1px solid #7fd000;
	margin: 0;
	padding: 0;
}
/* The individual tabs. */
#tabs span {
	font-size: 12px;
	background: #000000;
	border: 1px solid #000;
	padding: 3px;
}
/* Links in the tabs */

#tabs #active {
	background: #7fd000;
	color: #fff;
}

#tabs a {
	color: #fff;
}

/* This controls the look of the blocks on the index page.   */

/* The box around the block */
.block { 
	margin: .5em;
	margin-bottom: 1em;
}

/* The block's title */
.block .title {
	background: #000000;
	color: #FFF;
	font-weight: bold;
	padding: 3px;
}

/* The block's content */
.block .content {
	padding: 3px;
}

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

h2 {margin: .25em}

.newsbox {margin-bottom: 1em; border-bottom: 1px solid #000;}
.newstitle {font-weight: bold; font-size: 1.1em; border-bottom: 1px dashed #999; margin-bottom: .25em;}

.recentstory {padding-bottom: 12px;}

#story img {max-width:420px;}
.listbox img {max-width: 420px;}