/* Article CSS */

/* General Body */

body, html { margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Contains the page */
#container { width: 760px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100; }
	
/* Header Container */
#header { height: 145px;
	background-color: #BD1920;
	}

#header .logo {
	float: left;
	margin-left: 1em;
	margin-top: 0.5em;
	}

/* Header Navigation */

#navigation {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	}
	
#navigation ul {
	list-style: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
#navigation li { border-bottom: 1px solid #FFFFFF; }

#navigation li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #ffdf5f; /*This is the paler color */
	border-right: 1px solid #ffdf5f;
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
#navigation li a:hover {
	background-color: #ffdf5f;
	font-weight: bold;
	color: #FFFFFF;
	}	
	
#navigation li a:visited { color:#FFFFFF; }

/* This is the tools containers with navigation & the date */

#tools_container { width: 760px;
	margin-bottom: 0px;
	background-color: #DDDDDD;
	height:30px; }

#tools_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 12px;
	float: left; }
	
#tools_nav ul {
	list-style: none;
	margin: 0;
	padding-top: 4px; }
	
#tools_nav li { display: inline; }

#tools_nav a:link, #tools_nav a:visited {
	padding: 3px 10px 2px 10px;
	color: #000000;
	background-color: #DDDDDD; }
	
#tools_nav a:hover {
	color: #FFFFFF;
	background-color: #BD1920;
	border: 1px solid color:#BD1920; }
	
#date { float: right;
	width: 130px; 
	height: 30px;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	background-color: #BD1920; }

/* This begins the actual page */

#body_container { width: 760px;
	margin-top: 0px; }

/* This is the bar on the right hand side */
#rightbar { position: absolute;
	margin-left:630px;
	width: 130px;
	background-color: #FFCC00; }

/* I got this from http://www.w3.org/Style/Examples/007/center.html */	
#rightbar .ads { display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 0px; }
    
/* This is also shared by the cover */
#rightbar .textads { background-image: url(../redbullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 115px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left; }
	
#rightbar a {font-weight: bold;
	color: #BD1920; }
	
/* This is the side navigation */	
#sidenav { position: relative;
	float: left;
	padding-top: 100px;
	margin-left: 6px;
	width: 180px; }

#sidenav h2 { font-size: 18px;
	font-weight: bold;
	}
	
#sidenav h3 {font-size: 12px;
	font-weight: bold;
	color: #CC0000; }

#sidenav ul { list-style: none;
	padding-left: 0; 
	margin-left: 0; }
	

#sidenav li { font-size: 12px;
	padding-bottom: 7px;	}
	
#sidenav a:link, #sidenav a:visited {
	color: #2A4F6F;
	background-color: transparent;
	}
	
#sidenav a:hover { color: #778899; }

#sidenav .comment { color: #000000;
	font-size: 12px;
	width: 160px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #FBE99F; }

#sidenav p.editorial {color: #000000;
	font-size: 12px;
	width: 160px;
	font-style: italic; }
	
#sidenav ul.editorial {	list-style-type: none;
	font-weight: normal;
	padding-left: 3px;
	margin-left: 0;
	font-size: 12px; }
	
#sidenav li.editorial { padding-bottom: 3px; }

/*I put this here because I still want the comment box under sidenav */
#sidenav_comment { color: #000000;
	font-size: 12px;
	width: 160px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #FBE99F; }

	
/* This is the actual article */	
#content { position: relative;
	width: 400px;
	padding-top: 30px;
	margin-left: 195px; }
	
#content h1 {
	font-size: 24px;
	font-family: Times New Roman, Times, serif;
	color:#CC0000;
	font-weight:bold; 
	text-align:left; }
	
#content p {	
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#000000; }
	
#content .firstpara { color:#000000; 
	font-weight: bold; }
	
#content a { color: blue; }
	
#content em { font-style: italic; }

#content span { background-color: #FFFF00; }
	
#content .subhead { font-size: 12px;
		 font-family:Arial, Helvetica, Verdana, sans-serif;
		 color:#CC0000;
		 font-weight:bold; 
		 text-align:left;
		 background-color: #FFFFFF; }
		 
#content ul { list-style-image: url(../redbullet.gif);
	margin-left: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;  }
