/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	}

h1 {
	font: bold x-large Arial, sans-serif;
    color: #4682B4;  /* steelblue */
	margin-top: 0px;
	}

h2 {
	font: large Arial, sans-serif;
    color: #4682B4;  /* steelblue */
	}

h3 {
	font: medium Arial, sans-serif;
    color: #8B4513;  /* saddlebrown */
	}

h4 {
	font: bold small Verdana, sans-serif;
    color: #8B4513;  /* saddlebrown */
	margin-bottom: 2px;
	}

#otherlefttext h4 {
	font: bold small Verdana, sans-serif;
    color: #8B4513;  /* saddlebrown */
	margin-top: 5px;
    margin-bottom: 0px;
	}

#right h4 {
    color: #F5F5F5;  /* whitesmoke */
	/*margin-top: 10px; */
    padding: 10px;
	}

#news h4 {
    color: #F5F5F5;  /* whitesmoke */
	margin-top: 10px;
    padding: 10px;
	}

#testimonial h4 {
	font: bold small Verdana, sans-serif;
    color: #8B4513;  /* saddlebrown */
	margin-top: 1px;
    margin-bottom: 0px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	}

p.articlepublisher {
    background-color: #B0C4DE;  /* lightsteelblue */
    padding: 10px;
    border: 1px solid #000;
    width: 50%
    }
    
p.backtotop {
    text-align: right;
    }
   
#topcontent p {
    padding: 5px;
    color: #8B4513;  /* saddlebrown */
    text-align: right;
	font: bold 0.7em Verdana, sans-serif;
    }

#center p {
	font: 0.8em Verdana, sans-serif;
	}
  
#centerhome p {
	font: 0.8em Verdana, sans-serif;
	}
    
#centerarticle p {
	font: 0.8em Verdana, sans-serif;
	}

#otherlefttext p {
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    }

#news p {
    padding: 0px 10px 0px 10px;
    }
        
#right p {
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    }

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	}
   
#testimonial p {
    text-indent: 2em;
    }
  
#testimonial p.more {
    font-style: normal;
    text-align: left;
    text-indent: 0;
    }

#center ol {
	font: .8em Arial, sans-serif;
    }
   
#centerarticle ol {
	font: .8em Arial, sans-serif;
    }
   
#center ul {
	font: .8em Arial, sans-serif;
    }
   
#centerarticle ul {
	font: .8em Arial, sans-serif;
    }

td {
	font: .8em Arial, sans-serif;
    }
 
hr {
	color: #A5B5C6;
	height: 1px;
	}
    
#right img {
    float: right;
    }

a {
    color: #00008B;  /* darkblue */
	}
a:hover {
    color: #8B4513;  /* saddlebrown */
	}

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 227px;
	background-color: white;
	}

div#top a:hover {
	background-color: #B0C4DE;  /* lightsteelblue */
	}
   
#right a {
    color: #F5F5F5;  /* whitesmoke */
    }

#right a:hover {
    color: #A9A9A9;  /* darkgray */
    }

#news p.more a {
    font-style: normal;
    text-align: left;
    text-indent: 0;
    color: #F5F5F5;  /* whitesmoke */
    }

#news p.more a:hover {
    font-style: normal;
    text-align: left;
    text-indent: 0;
    color: #A9A9A9;  /* darkgray */
    }

#testimonial p.more a {
    color: #00008B;  /* darkblue */
    }         
    
#testimonial p.more a:hover {
    color: #8B4513;  /* saddlebrown */
    }         
    
.user {
    font-size: smaller;
    font-style: normal;
    font-weight: bold;
    }

.caption {
    font-size: smaller;
    font-style: normal;
    font-weight: bold;
    }

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
	
p.latestarticle a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}

.blurb {
	margin: 0px 0px 1em 55px;
	}

p.crumbtrail {
	font-size: x-small;
	}


/* ------------------------------- layout ----------------------------- 

Note: don't mix width and padding or border because of IE box model problem.

*/

#top {
	padding: 4px;
    height: 82px;
    background: white;
	}

#center {
	margin: 0px 20% 0px 20%; 
	padding: 1% 2%;
	color: #000;
	}

#centerhome {
	margin: 0px 30% 0px 20%; 
	padding: 1% 2%;
	color: #000;
	}

#centerarticle {
	margin: 0px 0px 0px 20%; 
	padding: 1% 2%;
	color: #000;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 82px;
	width: 20%;
	background: #FAFAD2;  /* lightgoldenrodyellow */
    color: #000;
	}

#otherleftstuff {
    padding: 15px 10px;
	}

#right {
	position: absolute;
	width: 19.9%;			/* why not 20%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	overflow: hidden;
	margin-left: 80%;
	top: 82px;
    background-color: #00008B;  /* darkblue */
    color: #F5F5F5;  /* whitesmoke */
	border-top: 1px solid #00008B;  /* darkblue */
	}
    
#news {
	position: absolute;
	width: 29.9%;			/* why not 30%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	margin-left: 70%;
	top: 82px;
    background-color: #00008B;  /* darkblue */
	}
    
#testimonial {
	background-color: #F5F5F5;  /* whitesmoke */
    border: 1px solid #00008B;  /* darkblue */
    }
    
#clear {
   clear: both;
}

div#news p.row {
    /* padding: 0px 10px 0px 10px; */
	/* width: 100%; */
	/* margin: 0px 0px 1em 0px; */
	}

div#news p.row span.leftcol {
	float: left;
    color: #F5F5F5;  /* whitesmoke */
	}
	
div#news p.row span.rightcol {
	width: 65%;
	float: right;
	}
	
div#news p.row span.rightcol a {
    color: #F5F5F5;  /* whitesmoke */
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
    color: #A9A9A9;  /* darkgray */
	}
    
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
#topnav {
	position: absolute;
	top: 58px;
	right: 0px;
    height: 24px;
    background-color: #B0C4DE;  /* lightsteelblue */
	width: 100%;
	}
    
#topcontent {
	position: absolute;
	top: 5px;
	right: 0px;
    height: 48px;
	width: 80%;
	}

#sponsor {
    float: right;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 375px;
	text-align: center;
	}
	
#articlesponsor {
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 150px;
	text-align: center;
	}

#footer {
	clear: both;
    margin-top: 20px;
	border-top: 1px solid #00008B;  /* darkblue */
	border-bottom: 1px solid #00008B;  /* darkblue */
    background-color: #B0C4DE;  /* lightsteelblue */
	color: #000;
	}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: #5C6F90;
	font-size: 0.7em;
	}
/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
    border: 0px;
    background-color: #FAFAD2;  /* lightgoldenrodyellow */
	}
		
ul#mainnav li {
	display: block;
    padding: 0px;
    border-top: 1px solid #FAFAD2;  /* lightgoldenrodyellow */
	}

ul#mainnav li a {
	display: block;
	margin: 0px;
	padding: 6px 10px;
    background-color: #4682B4;  /* steelblue */
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #F0F8FF;  /* aliceblue */
	text-decoration: none;
    width: 88%;
	}

ul#mainnav li a:hover {
	background-color: #00008B;  /* darkblue */
	color: #F0F8FF;  /* aliceblue */
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: none;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
    border-bottom: 0 none;
	padding-left: 1.0em;
	}

ul#mainnav ul.subnav li a {
	padding: 0px;
	margin: 0px;
    border: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
    color: #4682B4;  /* steelblue */
	background-color: transparent;
	}

ul#mainnav ul.subnav li a:hover {
    color: #00008B;  /* darkblue */
	background-color: transparent;
	text-decoration: underline;
	}
	
div#topnav ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
div#topnav ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #00008B;  /* darkblue */	
	}
div#topnav ul li.first {
	border-left: 0px none;
	}
div#topnav ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

/* ---------------------------------------------------------------------*/
  

