@CHARSET "UTF-8";


.blog img {
float: left;
margin: 0 10px 10px 10px;
}
.blog {
	color: #000000;
	float: left;
	clear: both;
	width: 100%;
}

.blog .clear {
	clear: both;
}

/*** LINKS GLOBAL SETTER ***/

.blog a {
	font-size:.9em;
	color: #418815;
}
.blog h2 a {
	color: #DD6F00;
}



/*** INPUT/TEXTAREA GLOBAL SETTER ***/

.blog input[type="text"], .blog textarea {
	border: 1px solid #d8d5d5;
	font-size: 13px;
}

/*** SYSTEM MESSAGES ***/

.blog .sysMsg {
	padding-left: 320px;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

/*** SEARCH FORM ***/

.blog .blogSearch {
	width:890px;
	float: left;
	clear: both;
	margin: 0 0 20px 0;  

}

.blog .blogSearch input {
	float: right;
	margin-left: 6px;
}

.blog .blogSearch input[type="text"] {
	margin: 0px 0 1px 12px;
	padding: 5px 2px;
}

.blog .blogSearch input[type="submit"] {
	border: none;
	height: 28px;
	width: 90px;
	background: url("../img/btn_search.png") no-repeat top left;
	cursor: pointer;
}

.blog .blogSearch input[type="submit"]:hover {
	background-position: bottom left;
}

.blog .backLink {
	width: 29px;
	height: 28px;
	margin: 0 0 0 25px;
	display: block;
	background: url("../img/btn_back.png") no-repeat top left;
	float: left;
 

}

.blog .backLink:hover {
	background-position: bottom left;
}

.blog .leftPane {
	width: 700px;
	float: left;
	padding:  0 0 40px 0;  
}
.blog .leftPane2 {
	width: 740px;
	float: left;

}
.blog .rightPane {
	width: 260px;
	float: left;
	background:url(/images/philip_caveney.jpg) no-repeat;
	padding: 272px 0 0 0;  
}
 
.blog .blogPost, .blog .blogPostHeading, .blog .blogPostBody, .blog .pagination, .blog .blogPostSeparator {
	width: 100%;
	float: left;
	clear: both;
}

.blog .blogPostSeparator {
	height: 24px;
	display: block;
	margin: 12px 0 10px 40px;
	width: 90%;
	border-bottom: 1px solid #ccc
 
}

.blog .blogPostHeading {
	height: 68px; /*IE*/
	min-width: 68px;
}

.blog .blogPostDate {
	width: 80px;
	height: 68px;
	position: absolute;
	top: 0;
	left: -14px;
	background: url("../img/date_bg.jpg") no-repeat top left;
	text-align: center;
}

.blog .blogPostDate p {
	float: left;
	text-align: center;
	width: 100%;
}

.blog .blogPostDay {
 
	line-height: 36px;
	font-weight: normal;
	color: #333;
	margin: 0px 0 16px;
}

.blog .blogPostMonth {
 
	font-weight: normal;
	color: #333;
	margin: 0px;
}

.blog .blogPostHeading {
	margin-bottom: 0;
}

.blog .blogPostTitle {
	position: relative;
	padding-left: 0px;	 
}

.blog .blogPostTitle a.title, .blog .blogPostTitle h2 {
	font-size: 1em;
	font-family:  Arial, Helvetica, sans-serif;
	font-color:#A90000;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 2px 0
}
.blog .blogPostTitle a.title, .blog .blogPostTitle h3 {
	font-size: 1.3em;
	font-family:  Arial, Helvetica, sans-serif;
	font-color:#A90000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 40px;
}
.blog .blogPostTitle p.author {
	width: 270px;
	padding: 0 0 0 40px ;
}


/*** PAGINATION ***/

.blog .pagination span {
	float: left;
	margin-right: 6px;
	font-size: 12px;
	font-weight: bold;
}

.blog .pagination ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.blog .pagination li {
	float: left;
	margin-right: 3px;
}

.blog .pagination a, .blog .pagination strong {
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
}

.blog .pagination a {
	background-color: #c3bcb4;
	border: 1px solid #c3bcb4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	text-decoration: none;
}

.blog .pagination strong {
	background-color: #FFF;
	border: 1px solid #c3bcb4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #423220;
	text-decoration: none;
	cursor: default;
}

/*** COMMENTS ***/

.blog .comments, .blog .formTable {
	font-size: .8em;
	width: 620px;
	margin:0 0 0 40px; 
	border-collapse: collapse;
 
}

.blog .comments td{
 
	vertical-align: top; 
	padding: 0;

}
.blog .commentDate  {
	font-size: .7em;
	width: 100%;

}
 
.blog .comments .commentBody {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ccc
}

.blog .comments .commentHeading   {
	padding: 16px 0 0 0; 
	width: 100px;
}

.blog .comments .commentHeading h4 {
 
	color: #372a1c;
	margin: 0 0 6px 0;
}

.blog .comments .noStyle {
	border: none;
	background-color: #FFF;
	font-size: 2px;
}

/*** COMMENTS FORM ***/


.blog .formTable  {
	margin: 20px 0 20px 0;
}

.blog .formTable td {
	padding: 4px;
	vertical-align: top;
}

.blog .formTable .label {
	width: 90px;
	text-align: right;
	font-size: 12px;
	line-height: 28px; 
}

.blog .formTable input[type="text"], .blog .formTable textarea {
	margin: 1px 0 1px 0px;
	padding: 2px;
}

.blog .formTable textarea {
	width: 98%;
}

.blog .formTable #commentsSubmit {
	width: 137px;
	height: 28px;
	border: none;
	background: url("../img/btn_postacomment.png") no-repeat top left;
	cursor: pointer;  
}

.blog .formTable #commentsSubmit:hover {
	background-position: bottom left;
}


/*** Left Pane Categories***/

.blog .rightPane .categories  {
	width: 220px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0; 

}

.blog .rightPane .categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ccc;
	float: left;
	width: 100%; 
}

.blog .rightPane .categories li {
    padding: 2px 0 0 0; 	
	float: left;
	clear: both;
	width: 100%;
	margin: 0; border-bottom: 1px dotted #ccc
}

.blog .rightPane .categories  {
 	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	color: #A90000;
	line-height: 28px;
}




.blog .rightPane .categories a {
	color: #000;
	text-decoration: none;
	padding: 0;
	float: left;
	width: 150px;
}

.blog .rightPane .categories a:hover  {
	color: #A90000;
	text-decoration:underline
}

.blog .rightPane .categories a.catSelected {
	background-color: #f3f3f3;
	font-weight: bold
}













