.entry{
	font-size:1.5em;
}

/* .header_logo used in place of h1 in the original style sheet*/
#header_title .header_logo{
	color:#ffffff;
	font-size:52px;
	padding-top:25px;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:138px;
}

#header_title .header_logo a{
	color:#ffffff;
	text-transform:capitalize;
}


/* h1 used in place of h2 in the original stylesheet*/
.post-title h1{
	font-size:27px; 
	color:#610a09;
	font-weight:normal;
	padding-bottom:5px;
}

.post-title h1 a{
	color:#610a09;
}

.post-page h1{
	font-size:27px;
	color:#610a09;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px dashed #949494;
}

/* .meta_info used in place of h3 in the original stylesheet*/
.post-title .meta_info{
	font-weight:normal;
	padding-bottom:8px;
	color:#736357;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px dashed #c6b9ab;
}

.post-title .meta_info a{
	color:#b41e1b;
	font-weight:bold
}

.post-title .meta_info span{
	color:#b41e1b;
	font-weight:bold
}

.post-page .entry{
	padding-left:0;
	color:#534741;
}

/* add h2,h3 this is for use within content*/
.entry h2{
	font-size:1.1em;
	color:#610a09;
	font-weight:bold;
	border:0px;
	padding: 10px 0;
}

.entry h3{
	font-size:1em;
	color:black;
	font-weight:bold;
	border:0px;
}

.post-page .entry a{
	color:#ab0000;
	text-decoration:underline;
	font-weight:normal;
}

/* custom styles */
#header_tel{
	font-weight:bold;
	color:#ccc;
	font-size:1.6em;
	float:left;
}

.slogan{
	text-align:center;
	font-weight:bold;
	color:#e95959;
	font-size:1.1em;
}
.hilight{
	font-weight:bold;
}

.checklist li .hilight{
    color:#610a09;
}

#cust_comment{
	border:2px solid black;
	background-color:white;
	padding:10px;
}
#cust_comment p{
	margin-top:20px;
	border-bottom:1px dashed #999;
}

#cust_comment .signature{
	text-align:right;
	display:block;
	font-weight:bold;
	margin-top:5px;
	color:#3366CC;
	
}


/* xList */

#xlist_list{
	font-size:60%;
	color:#888;
	display:none;
	border:1px solid #888;
	margin:10px;
}
#xlist_list a{
	color:#888;
	text-decoration:underline;
	display:block;
}

#xlist_list .hilight{
	font-size:120%;
	background-color:#ffc;
	padding:10px;
}

#xlist_list .hilight a{
	color:blue;
}

.xlist_link{
	font-size:60%;
	color:#888;
	text-decoration:none;






