/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

/* 1.2	Accessibility navigation
-----------------------------------------------------------------------------------------------*/	

	#accessibility-nav {
		position: absolute;
		left: -1000em;
		text-align: left;
	}


/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #e6e6e6 url(../images/body_bg.gif) repeat-x top;
		font: 62.5% Arial, sans-serif;
		text-align: center;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #0000ff;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: none;
	}
	
	img, div { behavior: url(../js/iepngfix.htc) }
	

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		/*width: 100%;
		height: 450px; 
		position: absolute;*/
		margin: 0 auto;
		
		text-align: left;
		font-size: 1.2em;
		
	}
	.container{
		
		/*width: 5000px;*/
	}
		
	/* Default layout (two columns) */
	
	#content {
		float: left;
		height: 450px;
		padding-top: 82px;
		width: auto;
		background: #fff;
	}
		
	#header {
		position: fixed;
		z-index: 150;
		width: 100%;
		height: 80px;
		background: #000;
		border-bottom: 3px solid #64a001;
	}
	
	#footer {
		clear: both;
		padding-top: 15px;
		padding-left: 10px;
		color: #777;
		font-size: 11px;
		z-index: 200;
		display: block;
	}
	
	
	
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header a.logo,
	#header a.logo span {
		display: block;
		width: 220px;
		height: 80px;
		overflow: hidden;
	}
	
	#header h1,
	#header a.logo {
		position: absolute;
		left: 0px;
		top: 0px;
	}
		
	#header h1 span,
	#header a.logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/logo.gif) no-repeat;
	}

	#header a.logo span {	
		cursor: pointer;
	}
	
	#navigation{
		position: absolute;
		right: 50px;
		bottom: 0;
		z-index: 100;
		text-transform: lowercase;
	}
	#navigation li{
		float: left;
		padding-top: 30px;
		position: relative;
	}
	#navigation li a{
		display: block;
		padding: 10px 30px 30px;
		color: #aaa;
		text-decoration: none;
		font-size: 11px;
		line-height: 1em;
	}
	#navigation li.cat a{
		background: url(../images/arrow_down.gif) no-repeat 15px 1em;
	}
	#navigation li.voteme a{
		color: #fff;
		background: url(../images/thumb.gif) no-repeat 5px .7em;
	}

		#navigation ul{
			z-index: 200;
			display: none;
			width: 200px;
			position: absolute;
			left: 0;
			
		}
		#navigation ul li{
			float: none;
			display: block;
			padding: 0;
		}
		#navigation ul li a{
			padding: 10px 20px;
			background: #64a001;
			color: #fff;
			border-bottom: 1px solid #6cae00;
		}
		#navigation li.cat ul li a{
			background: #64a001;
		}
		#navigation ul li a:hover, #navigation li.cat ul li a:hover{
			background: #5c9400;
			color: #fff;
		}
	
	
	#navigation li:hover ul{
		display: block;
	}

	
	

/* 2.2	Content2
-----------------------------------------------------------------------------------------------*/	
#content .post{
	padding: 10px 0 10px 10px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 430px;
}

#content .post .thumb{
	line-height: .3em;
	float: left;
}
#content .post .caption{
	font-size: 11px;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	overflow: hidden;
	/*background: url(../images/caption_bg.png); */
	color: #fff;
}
	#content .post .caption h2{
		padding: 10px 20px 0;
		margin-bottom: .5em;
		font-weight: bold;
		font-size: 1.2em;
		text-transform: capitalize;
		line-height: 1.1em;
	}
	#content .post .caption h2 a{
		color: #fff;
		padding: .5em 1em;
		text-decoration: none;
		background: url(../images/caption_title_bg.png);
		/*background: #222;*/
	}
	#content .post .caption h2 a:hover{
		background: #000;
	}
	#content .post .caption p{
		padding: 0 10px 10px;
		color: #eee;
	}
	#content .post .caption .meta{
		padding-bottom: 0;
		padding: 0 20px;
		clear: both;
		position: relative;
		height: 30px;
		overflow: hidden;		
	}
	#content .post .caption .meta a.btn-comment{
		float: left;
		display: block;
		color: #aaa;
		text-decoration: none;
		padding: .6em 1em;
		display: inline-block;
		background: url(../images/caption_meta_bg.png);
		/*background: #666;*/
	}
	#content .post .caption .wp_likes{
		float: left;
		width: 160px;
		overflow: hidden;
		padding: 0;
		margin: 0;
		border: none;
		font-size: 11px;
		background: none;
		text-transform: lowercase;
	}
	#content .post .caption .wp_likes .text{
		border: none;
		float: left;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		padding: 0;
		margin: 0;
		background: none;
	}
	#content .post .caption .wp_likes .text a{
		display: block;
		padding: .6em 1em;
		margin: 0;
		float: left;
		background: url(../images/like_this_bg.png);
		text-decoration: none;
		color: #e0f4ff;
	}
	
#content .post .entry{
	float: left;
	padding: 0 0 0 10px;
	width: 490px;
	height: 430px;
	line-height: 1.4em;
	color: #444;
}
#content .post .entry h2{
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	text-transform: capitalize;
}
	#content .post .entry h2 span{
		color: #fff;
		background: #222;
		display: block;
		float: left;
		padding: .7em 1em;
	}

#content .post .entry p{
	padding-top: 10px;
}
#content .post .entry a{
	color: #427d01;
	text-decoration: none;
}
#content .post .entry a:hover{
	text-decoration: underline;
}


#content .btn-back{
	position: fixed;
	display: block;
	height: 10px;
	padding: 8px 10px;
	background: #acacac;
	right: 10px;
	top: 532px;
	color: #eee;
	text-decoration: none;
	font-size: 11px;
	display: none;
}
	#content .btn-back:hover{
		background: #999;
	}
	/*
	#content .btn-back span{
		background: url(../images/btn_back.gif) no-repeat left;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	*/
	#content .btn-back span:hover{
		cursor: pointer;
	}


#comments{
	float: left;
	padding: 10px 0 10px 10px;
	height: 430px;
	line-height: 1.5em;
	font-size: 11px;
}
#comments .commentlist li{
	float: left;
	width: 290px;
	padding-right: 10px;
}

#comments h3{
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	margin-bottom: 13px;
}
	#comments h3 span{
		color: #fff;
		background: #666;
		display: block;
		float: left;
		padding: .7em 1em;
	}
	
#comments .avatar{
	float: left;
}
#comments .comment-body{
	clear: both;
	padding-top: 10px;
	color: #222;
}
#comments .commentmetadata{
	
}
#comments .comment-date{
	float: left;
	padding-left: 10px;
	display: block;
	color: #999;
	width: 200px;
}
#comments .comment-author{
	float: left;
	padding-left: 10px;
	display: block;
	font-style: normal;
	padding-bottom: .3em;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	width: 200px;
}
	#comments .comment-author a{
		text-decoration: none;
		color: #444;
	}
	#comments .comment-author a:hover{
		color: #000;
	}
#comments .notification{
	color: #777;
	margin-top: 10px;
	padding: 10px;
	display: block;
	background: #FFFEEB;
	border: 1px solid #EFEDD1;
	font-size: 11px;
}

#respond{
	float: left;
	width: 440px;
	height: 430px;
	padding: 10px 0 10px 10px;
	line-height: 1.5em;
	font-size: 11px;
} 
#respond h3{
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}
	#respond h3 span{
		color: #fff;
		background: #666;
		display: block;
		float: left;
		padding: .7em 1em;
	}
#respond p{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#respond textarea{
	width: 420px;
}
#respond label{
	color: #888;
}


body .page-about h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 3em !important;

	font-weight: normal;
	line-height: 1em;
	margin-bottom: .3em;
}
body .page-about .post{
	width: 98%;
}
body .page-about .entry{
	position: absolute;
	width: auto !important;
	padding-left: 660px !important;
	padding-right: 0 !important;
}



/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	


/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	

.banner-jfw{
	position: absolute;
	left: 20px;
	top: 320px;
	line-height: .3em;
	width: 125px;
	height: 125px;
}

#bannerpb{
	position: fixed;
	top: 10px;
	right: 10px;
	line-height: .5em;
	x-index: 200;
}
