/* ----- main containers ----- */

body{color:#000;font-size:11px;background:#fff none;font-family:helvetica,arial,sans-serif;}

#global-bar,
#site-nav,
#sub-nav,
#breadcrumb,
#site-graphic,
#hd-intro,
#sidebar,
p.more, 
p.back,
#ft a 
{display: none;}



/* ----- content area stuff ----- */

#content {
	padding: 0px 10px;
	background: #fff none;
	font-size: 12px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


#ft{margin:0px 0px 0;text-align:center;color:#fff;font-size:2px;}
#ft p {color:  #000; text-align: center;}

/* ----- heading styles ----- */
h1, h2, h3, h4{font-family:Palatino,Georgia,"Times New Roman",serif;color:#000;font-weight:normal;background:#fff none;text-indent:0em;}
h1{font-weight:normal;font-size:15px;color: #666;border-bottom:0px solid #999; text-align: center;}
h2{font-weight:bold;font-size:25px;border-bottom:1px solid #000;}
h3{font-size:20px;border-bottom:1px solid #666;}
h4{font-size:18px;}

h2 small, h3 small{margin: -20px 0 0; float: right; font-size: 12px;}
h3 small.date{font-size: 11px;}


/* ----- paragraph styles ----- */

p {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}



/* ----- entry list stuff ----- */

div.entries div.entry {
	margin: 0px 0px 15px;
	padding: 0px 10px 0;
	/* background-color: #fffff6;*/
	border: 1px solid #666;
}

div.entries div.entry h3 {
	margin: 5px -10px 5px;
	padding: 0 10px;
}


th {background-color: #ddd; border-bottom: 1px solid #ccc;}
tr.odd { background-color: #f6f6f6; border-bottom:  1px solid #e6e6e6;}
tr.even { background-color: #fff; border-bottom:  1px solid #e6e6e6;}


