/*  
Theme Name: Brown_Grunge
Theme URI: http://www.dotified.com
Description: Personal Blog Theme
Version: 1.00
Author: NapFish Internet Solutions
Author URI: http://www.napfish.ca
*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3a3a3a;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_bck.gif);
	background-attachment: fixed;
}
*{
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}
a{
	color: #b92426;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #356981;
}
a img{
	border: 0px none #fff;
}
#wrapper_outer{
	width: 100%;
	margin: 0px;
	background-image: url(images/header_bck.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#nav{
	display: inline;
	color: #f8f3ce;
	font-size: 14px;
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#nav ul{
	list-style-type: none;
}
#nav li{
	display: inline;
}
#nav li a{
	color: #f8f3ce;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	margin-left: 10px;
}
#nav li a:hover, #nav li.current_page_item a{
	color: #fff;
	background-color: #b92426;
}
#logo{
	display: inline;
	float: left;
	margin-top: 25px;
	width: 970px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px dotted #3a3a3a;
}
#logo h2{
	color: #b92426;
	font-size: 38px;
	display: inline;
}
#logo h2 a, #logo h2 a:hover{
	color: #b92426;
	text-decoration: none;
}
#logo h3{
	font-size: 20px;
	font-weight: normal;
}
#hd_images{
	display: inline;
	clear: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 970px;
	text-align: center;
}
#hd_images img{
	display: inline;
	padding: 8px;
}
#cnt_wrapper{
	clear: left;
	display: inline;
	float: left;
	width: 970px;
	margin-top: 20px;
}
.fe_post{
	background-color: #FFFF99;
	display: inline;
	float: left;
	width: 300px;
	margin-right: 23px;
}
/* #################### sidebar styles #################### */
#sidebar{
	display: inline;
	width: 270px;
	float: left;
	font-size: 16px;
	margin-left: 40px;
}
#sidebar h3{
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
	clear: left;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
}
#sidebar .widget_o{
	border: 1px solid #fff;
	padding: 1px;
	margin-bottom: 15px;
}
#sidebar .widget{
	padding: 10px;
	border: 1px solid #a88b00;
	background-image: url(images/widget_bck.gif);
}
#sidebar .ads{
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}
#sidebar .ads a img{
	border: 0px none #fff;
	padding-bottom: 8px;
	padding-right: 8px;
}
#sidebar .flickr a img{
	border: 1px solid #fff;
	float: left;
	margin: 2px;
}
#sidebar .widget ul{
	list-style-type: none;
	clear: left;
}
#sidebar .widget li{
	margin-bottom: 5px;
}
#sidebar .widget li a{
	margin-bottom: 5px;
	color: #356981;
	text-decoration: none;
}
#sidebar .widget li a:hover{
	margin-bottom: 5px;
	color: #d5044e;
	text-decoration: underline;
}
#sidebar .widget a{
	color: #356981;
}
#sidebar .widget a:hover{
	color: #d5044e;
	text-decoration: underline;
}
#sidebar .widget p{
	padding-bottom: 10px;
}
/* ######################### CONTENT ###############################*/
#content{
	display: inline;
	float: left;
	width: 650px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
}
#content h1{
	font-size: 26px;
}
#content .post h2{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.post span.date{
	color: #3a3a3a;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: -2px;
}
.post{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
#content .post h2, #content .post h2 a{
	padding: 0px;
	font-weight: normal;
	color: #b92426;
}
#content .post h2 a:hover{
	color: #333;
}
.post p{
	padding-bottom: 10px;
}
.post img{
	border: 0px none #F7F3E8;
	margin: 5px;
}
.post blockquote {
	background-color: #f8f3cc;
	border: 1px solid #e4cf6e;
	padding: 10px;
	margin: 10px;
	clear: left;
}
.post ul {
	margin: 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}
.post ol  {
	margin: 10px;
	list-style-position: inside;
}
.post_meta{
	display: inline;
	float: left;
	font-weight: bold;
	width: 650px;
	margin-top: 10px;
}
a.more-link {
	color: #fff;
	background-color: #b92426;
	float: right;
	padding: 3px;
	margin-top: 5px;
	margin-right: 25px;
}
a:hover.more-link{
	color: #fff;
	background-color: #3a3a3a;
}
.comment_num{
	font-size: 14px;
	display: inline;
	text-align: right;
	float: right;
	margin-right: 22px;
}
.comment_num a, .comment_num a:hover{
	color: #333;
	text-decoration: none;
}
.post_nav{
	display: inline;
	clear: left;
	float: left;
	width: 650px;
	margin-bottom: 10px;
	font-weight: bold;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
/* ##########################################POST COMMENTS ############################# */
.post_comments {
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 650px;
}
.post_comments h5{
	margin-top: 8px;
	font-size: 20px;
}
.comment_body {
	background-color: #f8f3cc;
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid #e4cf6e;
}
.comment_body_alt{
	background-color: #f5eec0;
	border: 1px solid #e4cf6e;
	padding: 10px;
	margin-bottom: 8px;
}
.comment_avatar{
	display: inline;
	float: left;
	height: 60px;
	width: 60px;
}
.comment_avatar img{
	border-style: none;
}
.comment_body h4, .comment_body_alt h4{
	font-size: 11px;
}
.comment_txt{
	display: inline;
	float: left;
	width: 565px;
}
.post_comments h3 {
	font-size: 15px;
	padding-bottom: 10px;
}
#commentform p, #searchform_inner p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#commentform .button ,#searchform_inner .button {
	color: #fff;
	background-color: #b92426;
	border: 1px solid #fff;
	padding: 5px;
}
#commentform .field, #searchform_inner .field{
	background-color: #fffce3;
	border: 1px solid #e6d47a;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#commentform .required{
	color: #d5044e;
}
#commentform small{
	font-size: 12px;
}
#footer{
	display: inline;
	clear: left;
	float: left;
	margin-top: 10px;
	background-color: #3a3a3a;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 12px;
	padding: 10px;
	width: 950px;
}
#footer a{
	color: #f8f4cf;
	text-decoration: underline;
}
#footer a:hover{
	color: #fff;
}

