/* -------------------------------------------------------------------------------
	Theme Name: Grunge Style
	Theme URI: http://www.templatelite.com/grunge-style-free-wordpress-theme/
	Description: Spice up your Wordpress blog with this professional grunge design. Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.00
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: Brown, Gray, Right Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */

/*=================== General ===================*/
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#877D66;
	background:#020101 url('images/bg_btm.jpg') repeat-x bottom;
	border:0px yellow solid;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#AC9159;text-decoration: none;}/*816B4A*/
a:hover {color: #AC9159;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #8D7650; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #8D7650;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:30px;}

/*=================== Layout ===================*/
#base{
	position:relative;
	margin: 0 auto;
	width:970px;
	background:url(images/bg_base_repeat.jpg) repeat-y top center;
}

#header{
	position:relative;
	width:970px;
	height:148px;
	background:url(images/bg_header.jpg) no-repeat top center;
	
}
#menu{
	position:relative;
	width:560px;
	padding:0 400px 0 10px;
	height:24px;
	background:url(images/bg_menu.jpg) no-repeat top center;
}
#container{
	position:relative;
	/*overflow:hidden; /*sidebar need overflow*/
	width:970px;
	background:url(images/bg_container_btm.jpg) no-repeat center bottom;
}

#content{
	float:left;
	display:inline; 
	width:550px;
	margin:0 0 0 20px;
	padding:0;
}
#sidebar{
	float:right;
	position:relative;
	display:inline; 
	width:347px;
	overflow:hidden;
	margin: -172px 1px 50px 0;
	padding:0px 0 0px 0px;
}

#footer{
	overflow:hidden;
	width:520px;
	height:70px; /*137*/
	font-size:10px;
	color:#000000;
	padding:67px 400px 0 50px;
	background:url(images/bg_footer.jpg) no-repeat center top;
}
#footer a{
	color:#000000;
	font-style:italic;
}

/*=================== Header ===================*/
#blogtitle{
	position:absolute;
	overflow:hidden;
	top:105px;
	left:15px;
	width:560px;
	margin:0;
	padding:0;
	font-family: Arial,Verdana; 
	font-size:30px; 
	font-weight:bold;
	text-align:right;
}
#blogtitle a, #blogtitle a:hover {
	color:#312819; 
	text-decoration:none;
}
#subtitle {
	position:absolute;
	overflow:hidden;
	top:5px;
	left:26px;
	width:550px;
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
	font-size:12px; 
	font-style:italic;
	font-weight:bold;
	color:#877D66;
	text-align:left;
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 10px;
	top: 0px;
	width:560px;
	height:148px;
}

/*=================== Menu ===================*/
#menu ul {
	overflow:hidden;
	margin:0;
	padding:0;
	height: 24px;
}
#menu ul li {
	display:inline;
	font-size: 11px;
	font-family:Arial,Verdana;
	font-weight: bold;
	height:24px;
	margin:0px;
}

#menu ul li a {
	float: left;
	display: block;
	overflow:hidden;
	height:24px; /*33*/
	line-height:24px;
	color: #949083;
	text-align:center;
	padding:0px 10px 0px 10px;
	margin:0 0px 0 0px;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.current_page_item a{
	color:#7D705C;
	background:url(images/bg_menu_hover.gif) no-repeat top center;
}


/*=================== Content ===================*/
.archivetitle {
	color: #747260;
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	padding: 5px 20px 10px 20px;
	margin:0;
}
.post,.page{
	position:relative;
	width:550px;
	margin:0 0 35px 0;
}

.post_title{
	float:right;
	width:470px;/*480*/
	padding:5px;
	margin:8px 0px 0px 0px;
	border:1px #8D7650 dashed;
}
.page .post_title{
	float:left;
	width:540px;
}
.post_title a, .post_title a:hover{
	color: #8D7650;
}
.sticky .post_title a{
	color: #E4DDAE;
}
.post_title h1, .post_title h2{
	font-size:19px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
.post_author{
	font-size:10px;
	text-align:left;
	font-style:italic;
	margin:0;
	padding:2px 10px 0px 10px;
	color:#816B4A;
}
.post_date{
	float:left;
	width:46px; /*62*/
	height:55px; /*62*/
	padding:7px 0 0 16px;
	background:url(images/bg_post_date.gif) no-repeat center top;
}
.sticky .post_date{
	background:url(images/bg_post_date_sticky.gif) no-repeat center top;
}

.post_date_day{
	width:30px;
	height:22px;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#504A3B;
}
.post_date_month{
	width:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#504A3B;
}

.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.7em;
	width:530px;
	margin: 10px 10px 0px 10px;
	padding:0 0 10px 0;
	color:#877D66;
	background:url('images/bg_post_line.gif') no-repeat bottom center;
}
/*
.entry a,.entry a:hover{
	text-decoration:none;
	border-bottom:1px #B1AF79 dotted;
}*/

.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:5px 0 0 0;
	margin:0 15px 0 15px;
}
/*
.info a,.info a:hover{
	text-decoration:none;
}
*/
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.gif') no-repeat top left;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.gif') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.gif') no-repeat top left;
}

.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 40px 25px 10px 25px;
	padding: 5px 5px 15px 5px;
	border-top:1px #8D7650 solid;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #8D7650;
}
/*=================== Sidebar ===================*/
#mainsearch {
	position:relative;
	overflow:hidden;
	width:170px;
	height:150px;
}
#mainsearchform .input {
	position:absolute;
	top:45px;
	left:50px;
	width:106px;
	height:17px;
	padding:5px 5px 0px 5px;
	margin:0 0 0 0;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#4A442C; 
	border:none;
	border:1px #4A442C solid;
	background:none;
}
#mainsearchform .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:80px;
	left:20px;
	height:50px;
	width:130px;
	background:transparent;
}
.rss {
	position:relative;
	display:block;
	width:170px;
	height:85px;
}
#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:170px;
	padding:0;
}
#sidebar2{
	float:right;
	display:inline; 
	overflow:hidden;
	width:170px;
	padding:0 7px 0 0;
}

#sidebar select{
	margin:5px 0px 0px 5px;
	font-size:11px;
	width:140px;
	overflow:hidden;
}
/***** Sidebar 1 *****/
#sidebar1 {color:#000000; font-size:11px;}
#sidebar1 a{color:#322C21; text-decoration:none;}
#sidebar1 a:hover {color:#ffffff; text-decoration:underline;}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
}
#sidebar1 h4 {
	/*height:34px;*/
	color: #CBCAB9;
	font-size: 12px;
	line-height:13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0;
	padding: 10px 10px 11px 10px;
	background:url('images/bg_sb_head1.gif') no-repeat top center;
}

#sidebar1 ul ul{
	padding:6px 0px;
	background: url('images/bg_sb_line1.gif') repeat-x bottom;

}
#sidebar1 ul ul ul{
	padding:0;
	background:none;
}
#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 12px;
	background: url('images/bg_sb_arrow1.gif') no-repeat 0px 12px;
}


/***** Sidebar 2 *****/
#sidebar2 {color:#000000; font-size:11px;}
#sidebar2 a{color:#3D4534; text-decoration:none;}
#sidebar2 a:hover {color:#E5EA94; text-decoration:underline;}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
}
#sidebar2 h4 {
	/*height:31px;*/
	color: #606848;
	font-size: 12px;
	line-height:13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 -17px 0 0;
	padding: 8px 10px 10px 30px;
	background:url('images/bg_sb_head2.gif') no-repeat top right;
}

#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 12px;
	background: url('images/bg_sb_arrow2.gif') no-repeat 0px 12px;
}

/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 15px 5px 15px;
	background: #3A3122;
	border:1px #8D7650 solid;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	font-variant: normal;
	border-bottom: 1px dotted #8D7650;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px ;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #8D7650 dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	background: #3A3122;
	border:1px #8D7650 solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #8D7650 dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #8D7650;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;

	
}
.page-numbers{
	font-weight:normal;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:15px 15px 0px 15px;
	font-size:11px;
	background: #3A3122;
	border:1px #8D7650 solid;
}
.commentlist #respond{
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #3A3122;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #000000;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/*=================== Widget ===================*/
#wp-calendar td {font-size:11px;color:#000000;}
#wp-calendar td a {color:#fffffe;font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 150px;
	margin:0 0 0 0px;
	text-align: center;
	font-size:11px;
	color:#525041;
}

.wp-caption {  
    text-align: center;
    color:#cccccc;
}

.textwidget {
	margin:2px 5px 0 5px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

.clear {
	clear:both;
	}