body, html {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	width: 100%;
	font-family: Trebuchet MS,sans-serif;
}
#container {
	width: 100%;
	height: 100%;
}
/* Content
-----------------------*/
#contentBackground {
	display:none;
}
#content {
	width: 100%;
}

/* Headings
-----------------------*/
h1{
font-size:24px;
color:#262262;
text-align: left;
border-bottom: 4px solid #c8c3b7;
margin-bottom:0;
}
h2{

font-size:20px;
color:#262262;
text-align: right;
border-bottom: 1px solid #c8c3b7;
margin:25px 10px 25px 80px;
}
h3{

font-size:18px;
color:#4b1212;
text-align: left;
}
h4{

font-size:14px;
color:#262262;
text-align: left;
}
h5{

font-size:12px;
color:#6d6659;
text-align: right;
text-transform: uppercase;
margin: 5px 15px 5px 10px;
}
/* Header
-----------------------*/
#headerBackground {
	display:none;
}
#headerImage {
	display:none;
}
#headerContent {

}
#headerContent a {
}
#headerContent a:hover {
	
}
#headerContent #pageHeader {
	font-size: 60px;
	margin: 15px auto 0 auto;
	padding: 0px;
	text-align: center;
}
#headerContent ul {
	display:none;
}
/* Content Entry
-----------------------*/
.entry{
margin:0 20px 5px 30px;
position:relative;
}
.entry p{
font-size:14px;
line-height: 130%;
margin-bottom: 15px;
margin-left: 10px;
}
.entry p a{
text-decoration: underline;
color:Black;
}

.entry .permalink{
display:block;
margin:0;
padding:0;
}
.entry .permalink,.entry .permalink a{
font-size:11px;
text-align: right;
text-transform: uppercase;
color:Black;
}

.entry .batdate{
height:50px;
width:88px;
font-size:10px;
text-transform: uppercase;
position:absolute;
right:0px;
top:-10px;
text-align:center;
}
.entry .batdate .batdatewrap{
width:100%;
padding-top:11px;
}
.entry .batdate .day{
font-size:20px;
position:relative;
top:3px;
}
.entry a.comment{
font-size:10px;
color:#1e1d1a;
text-transform: uppercase;
}
.entry a.comment:hover{
background-color: #4b1212;
color: #f8f7f2;
}
/*
 

MONTH & YEAR
10px
DAY
20px*/

/* Side Bar
-----------------------*/
.module {
	display:none;
}

.leftmenu .col2 {
	display:none;
}


/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%; /*border-top:1px solid #000;*/
	height: 60px;
}

