@charset "UTF-8";
/* CSS Document */
@import url("display.css");
h1{
	margin:0 0 10px 0;
}
.list h2{
	font-size:14px;
	margin:0 0 2px 0;
	padding:0;
	font-weight:bold;
	font-style:normal;
}
.list div{
	margin:0 0 10px 5px;
	color:#999999;
	font-style:italic;
	border-bottom:1px solid #DFDFDF; 
	padding-bottom:10px;
}
.list a{
	padding:0;
	margin:0;
}
.list span.desc{
	margin-left:39px;
	display:block;
}
/*
 Calendar Icons
 --------------------------------------------
*/
div.theDate{
	margin:0 5px 0 0;
	padding:0;
	display:block;
	text-align: center;
	float:left;
	width:31px;
	height:45px;
	background:url(../images/icon-calendar.gif) no-repeat 0 0;
	font-style:normal;
	border:none;
}
.date_m {
	display:block;
	font-size:9px;
	margin-top:11px;
}
.date_d {
	margin-top:-3px;
	display:block;
	font-weight:bold;
	font-size:16px;
	text-align: center;
}
/*
 Single Item View
 --------------------------------------------
*/
#item_header{
	border-bottom:1px dotted #999999;
	font-size:12px;
}
#item_header h1{
	font-size:18px;
	margin:0;
	padding:5px 0 0 0;
	color:#E06020;
}
 /* 
 THE ARTICLE
 --------------------------------------------
*/
div#theArticle{
position:relative;
}
div#theArticle h1{
	margin:0;
	font-size:18px;
	color:#E06020;
}
div#theArticle .subHead{
font-size:12px;
font-style:italic;
margin-left:5px;
}
div#theArticle .author{
	text-align:left;
	color:#999999;
	text-indent:5px;
}
div#theArticle .content{
padding:5px 10px 5px 10px;
}
div#theArticle .fileHolder{
	border:1px solid #999999;
	margin:10px;
	background:url(../images/dlBG2.gif) bottom right no-repeat;
	position:relative;
}
div#theArticle .fileHolder a{
	text-decoration:none;
}
div#theArticle .fileHolder h1{
	display:block;
	margin:0;
	font-size:14px;
	padding:3px;
	background:#999999;
	color:#FFFFFF;
}
div#theArticle .fileHolder .theFiles{
	padding:5px;
	border-top:1px dotted #999999;	
	margin-top:-2px;
}
div#theArticle .fileHolder .theFiles h2{
	font-size:12px;
	color:#333333;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
}
/* 
Gallery Classes
 --------------------------------------------
*/
a.galleryIMG{
	padding:0;
	float:left;
	margin:5px;
	padding:0;
	height:100px;
}
a.galleryIMG img{
	border:2px solid #999999;
	margin:auto;
}
a.galleryIMG:hover img{
	border-color:#E06020;
}
a.galleryItem{
	padding:0;
	height:140px;
	float:left;
	margin:5px;
	text-align:center;
}
a.galleryItem span{
	margin:auto;
	display:block;	
	width:75px;
	line-height:11px !important;
}
a.galleryItem img{
	border:2px solid #999999;
	margin:auto auto 5px auto;
}
a.galleryItem:hover img{
	border:2px solid #E06020;
}
img.gal{
	display:block;
}
