/*
The editorialservice.com default stylesheet 
Based on the "left menu" all-CSS template available at bluerobot.com
http://bluerobot.com/web/layouts/layout1.html
*/



body
{
	margin:0px 50px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000000;
	background-color:white;
}
h2
{
	margin-top:18px;
	font-size: 125%;
	font-family:arial;
	font-weight:bold;
	line-height:18px;
	color:#993300;
}
h3
{
	font-weight: bold;
	font-size: 110%;
	line-height:18px;
	margin-top:18px;
	color: #993300;
	font-family: arial;
	border-bottom:1px solid #aaaaaa;
}
p
{
	font: 90%/130% verdana, arial, helvetica, sans-serif;
	line-height: 130%;
	margin-top:18px;
	padding:0px;
}
p img
{
	border:none;
	margin-left : 10px;
}

h3 img
{
	float: left;
	border:none;
}
  
LI  
{
	font: 90%/130% verdana, arial, helvetica, sans-serif;
	line-height: 130%;
	padding:0px;
} 
    
#random
{
    font-weight: bold;
    font-size: 28px;
    margin: 5px 0px 20px 0px;
    color: #dddddd;
    font-family: arial,helvetica;
    text-align:right;
}

a
{
	color:#993300;
	text-decoration:none;
}
a:link {color:#993300;}
a:visited {color:#993300;}
a:hover {
/*	color: #cccc99;
	background-color:#993300; */
	text-decoration : underline;
}

#tinypic
{
	float:left;
	width:50px;
	height:50px;
	margin-left:10px;
	margin-top:10px;
	background-image: url(images/pinecone.jpg);
	background-color: #555555;
}

#Header {
    font-family: arial, helvetica, verdana;
    font-size: 16px;
    font-weight:bold;
    margin:20px 0px 0px 0px;
    padding:17px 0px 4px 0px;
    border-bottom: 1px solid #aaaaaa;
    line-height:11px;
    background-color:#ffffff;
    height:18px;
}


#Content
{
	border-bottom:1px solid #aaaaaa;
	margin: 50px 30px 80px 250px;
	padding-bottom:50px;
}

#Menu {
	font-size: 12px;
	float:left;
	width:170px;
	padding:10px;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color:#eeeede;
	line-height: 14px;
	margin-top:20px;
}

span.sectionheader
{
	font-size: 12px;
	color: #000066;
	background-color: #cccc99;
	text-transform : uppercase;
}

span.time
{
    font-size: 11px;
    color: #555555;
}

code
{
    color: #003300;
    font-family: courier new;
}
/* these are the nav bar sections */
.navsection
{
 margin-bottom:16px;
}
/* for tables */
table.def
{
	font-size: 90%;
	color: #000066;
	line-height: 18px;
	font-family: verdana, arial, helvetica;
	border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	margin-bottom: 16px;
	background: #eeeede;
}

table.def td
{
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding:8px 8px;
}

.copyright {
	font-size : 75%;
}

.note	 {
	font-size : 75%;
	color: #006600;
}