/* ----------------------------------------------------------------
* BROWSER 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; background: #191919; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/ 
html, body { height: 100%; }
html { font-size: 76%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1.4em; }
.clear { clear: both; width: 1px; height: 1px; margin: 0; padding: 0; }
#right { float: right; }

/* ---------------------------------------------------------------- 
*  WRAPPER
* ---------------------------------------------------------------- 
*/ 
#wrapper {
	width: 990px;
	margin: 0;
	background: #191919;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* ---------------------------------------------------------------- 
*  LEFT SIDEBAR
* ---------------------------------------------------------------- 
*/ 
#left {
	width: 334px;
	margin: 0;
	background-color: #191919;
}

#left div.widget {
	margin: 0 10px 10px 0;
	padding: 0;
	background-color: #101010;
}

#left h1 {
	height: 89px;
	width: 100%;
	color: #ffffff;
	padding: 2px 0 0 20px;
	margin-right: -20px;
	text-transform: lowercase;
	letter-spacing: -3px;
	background: url(images/sidebar.gif) no-repeat;
}

#logo {
	height: 89px;
	color: #ffffff;
	padding: 2px 0 0 20px;
	margin-right: -20px;
	text-transform: lowercase;
	letter-spacing: -3px;
	background: url(images/sidebar.gif) no-repeat;
}

#icons {
	padding-left: 20px;
	padding-bottom: 10px;
}

.icon {
	position: relative;
	padding-left: 5px;
	top: -10px;
}

#left h1 a:hover {
	text-decoration: none;
}

#left h2 {
	color: #ffffff;
	letter-spacing: -1px;
	padding: 8px 0 19px 20px;
	margin-bottom: 0px;
	background: url(images/sidebar_heading.gif) right top no-repeat;
	font: 20px Arial, Helvetica, sans-serif;
}

#left p {
	color: #6f7575;
	padding: 20px;
	margin-right: 20px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.author {
	color: #ebebeb;
	font-weight: bold;
}

#left .widgets {
	padding-bottom: 5px;
	padding-left: 22px;
}

#left .widgets a{
	color: #3D81EE;
	text-transform: capitalize;
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ---------------------------------------------------------------- 
*  GOOGLE
* ---------------------------------------------------------------- */

#left .google_img {
	padding-left: 12px;
	padding-bottom: 15px;
}

.inside_post {
	width:100%;
	padding-bottom: 10px;
	margin-top: 10px;
}

#left a {
	color: #6F8182;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

#left a:hover {
	text-decoration: underline;
}

#left input {
	border: none;
	width: 234px;
	color: #6f8182;
	margin-left: 20px;
	padding: 10px 2px;
	font: 10px Arial, Helvetica, sans-serif;
	background: #101010;
	position: relative;
	top: -10px;
}

#left input.submit {
	top: 0px;
	border: none;
	width: 33px;
	height: 17px;
	color: #101010;
	cursor: pointer;
	background: url(images/input_search.gif) right top no-repeat;
}

#searchform {
	margin-top: 5px;
}

#searchform input#s {
	margin-left: 15px;
	padding: 5px 2px;
}

#left div.hr {
	border: 0;
	color: #191919;
	background: #191919;
	height: 20px;
	margin: 0;
}

#left div.hr hr {
	display: none;
}

#left img.about {
	width: 273px;
	height: 158px;
	margin-left: 20px;
}

#left ul.reviews {
	padding-bottom: 5px;
	margin-top: 0px;
}

#left ul.lcp_catlist {
	padding-bottom: 5px;
}

#left ul.lcp_catlist a {
	padding-bottom: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}

#left ul {
	color: #6F8182;
	padding: 0px;
	padding-left: 18px;
	margin-right: 20px;
	font: 11px Arial, Helvetica, sans-serif;
}


#left li {
	margin-bottom: 11px;
}


#left .children li {
	margin-bottom: 1px;
	line-height: 0px;
}

/* ---------------------------------------------------------------- 
*  RIGHT
* ---------------------------------------------------------------- 
*/ 
#right {
	width: 644px;
	border-right: 1px solid #191919;
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
	left: -5px;
}

/* ---------------------------------------------------------------- 
*  HEADER
* ---------------------------------------------------------------- 
*/ 
#right #header {
	width: 604px;
	height: 60px;
	padding: 0 20px;
	background: url(images/header_bck.gif) repeat-x;
	border-bottom: 1px solid #e9e9e9;
}

#right #header li {
	display: inline;
}

#right #header a {
	float: left;
	color: #191919;
	margin-top: 24px;
	margin-right: 32px;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

#right #header div.loginout {
	float: right;
	position: relative;
	left: 25px;
}

#right #header div.loginout a {
	color: #3399FF;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}


/* ---------------------------------------------------------------- 
*  CONTENT > BUTTON TEMPLATE
* ---------------------------------------------------------------- 
*/ 
#content .button {
	display: inline;
	padding: 6px 10px;
	text-align: center;
	background: #dde2bc;
}

#content .button a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------- 
*  CONTENT
* ---------------------------------------------------------------- 
*/ 
#content {
	width: 604px;
	padding: 28px 20px 12px;
}

#content p {
	color: #212121;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#content img.featured {
	padding: 7px;
	margin-bottom: 15px;
	border: 1px solid #e9e9e9;
	width: 589px;
	height: 315px;
	background-color: #f2f2f1;
}

#content object#featured {
	/*padding-bottom: 20px;*/
}


#content h1 {
	color: #191919;
	letter-spacing: -1px;
	padding-bottom: 12px;
	font: 24px Arial, Helvetica, sans-serif;
}

#content h1.single {
	padding-bottom: 0px;
}

#content span.featured-tag {
	padding: 6px 12px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #212121;
	letter-spacing: normal;
	position: relative;
	top: 280px;
	left: 0;
	line-height: 0;
}

#content h2 {
	color: #191919;
	padding-bottom: 2px;
	font: 20px Arial, Helvetica, sans-serif;
}

#content h1 a, #content h2 a {
	color: #191919;
	text-decoration: none;
	font-weight:normal;
}

#content h1 a:hover, #content h2 a:hover{
	color: #3399ff;
	text-decoration: underline;
	font-weight: normal;
}

#content div.hr {
	border: 0;
	margin: 0 0 20px;
	height: 1px;
	background: transparent url(images/hr.gif) no-repeat;
}

#content hr {
	display: none;
}

#content .info {
	margin-top: 16px;
	margin-bottom: 12px;
}

#content sup {
	font-size: 6;
	vertical-align:top;
}

#content .info span {
	color: #666666;
	cursor: default;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

#content .ad_caption { 
	width: 200px;	
	color: #666666;
	font: 11px Arial, Helvetica, sans-serif;
}

#content .info .ratings{
	position: relative;
	top: 2px;
	padding-right: 0px;
	margin-right: 2px;
}

#content .info a {
	color: #3399ff;
	text-decoration: underline;
	text-transform: capitalize;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content .info a.last, #content .info span.last, #content .info .right a {
	background: none;
}

#content .info .right {
	display: inline;
	position: absolute;
	right: 0;
}

#content .quote {
	width: 72px;
	height: 31px;
	overflow: hidden;
	margin-top: -6px;
	margin-right: 8px;
	padding: 6px 0 0 12px;
	background: url(images/quote.gif) right top no-repeat;
}

#content .quote a {
	color: #212121;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}


/* ---------------------------------------------------------------- 
*  CONTENT > POST CONTENT
* ---------------------------------------------------------------- 
*/ 
#content div.post_content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#content a {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#content div.post_content blockquote {
	background: #f2f2f2 url(images/blockquote.gif) no-repeat left top;
	border-left: 5px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 12px 0 13px 46px;
}

#content div.post_content blockquote p {
	padding-bottom: 0;
}

.pullquote {
	float: right;
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 250px;
 	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-top: 10px;
	padding-bottom: 10px;
 	padding-left: 18px;
 	text-indent: -18px;
	margin-left: 10px;
	border-top:2px solid #ffc300;
	border-bottom:2px solid #ffc300;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pullquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

.pullquote2 {
	float: right;
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 250px;
 	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-top: 10px;
	padding-bottom: 10px;
 	padding-left: 18px;
 	text-indent: -18px;
	margin-left: 10px;
	border-top:2px solid #ffc300;
	border-bottom:2px solid #ffc300;
	margin-top: 31px;
	margin-bottom: 5px;
}

.pullquote2:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

#content div.post_content ol, #content div.post_content ul {
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 0px;
	list-style: disc;
}

#content div.post_content ul.list, #content div.post_content ol.list {
	margin-top: -18px;
}

#content div.post_content ul.list li, #content div.post_content ol.list li{
	padding-top: 10px;
}

#content div.post_content ul.list li:first-child, #content div.post_content ol.list li:first-child {
	padding-top: 0px;
}

/* ---------------------------------------------------------------- 
*  CONTENT > POST
* ---------------------------------------------------------------- 
*/ 
#content .post {
	height: 174px;
}

#content .post div.img {
	float: left;
	padding: 7px;
	width: 134px;
	height: 134px;
	border: 1px solid #e9e9e9;
	background-color: #f2f2f1;
	margin-top: 4px;
}


#content .post div.img div {
	float: left;
	width: 134px;
	height: 134px;
	overflow: hidden;
}

#content .post h1, #content .post p, #content .post .info {
	margin-left: 172px;
}

#content .post_noimage h1, #content .post_noimage p, #content .post_noimage .info {
	margin-left: 0px;
}

/* ---------------------------------------------------------------- 
*  CONTENT > COMMENTS
* ---------------------------------------------------------------- 
*/ 
#content .comment {
	margin-bottom: 20px;
}

#content .comment .author {
	float: left;
	width: 80px;
	margin-right: 20px;
	text-align: right;
	color: #000;
}

#content .comment .author img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	padding: 0;
}

#content .comment .author a {
	color: #000000;
	text-decoration: underline;
	font: 13px Arial, Helvetica, sans-serif;
}

#content .comment .author div {
	color: #949494;
	margin-top: 5px;
	font: 10px Arial, Helvetica, sans-serif;
}

#content .comment .box {
	float: left;
	width: 464px;
	min-height: 105px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 18px;
}

#content .alt .box {
	background: #ffffff;
}

#content .comment .box a {
	color: #191919;
	text-decoration: underline;
}

#content h2#respond {
	padding-bottom: 10px;
	position: relative;
	top: -5px;
}

#content h2#comments {
	padding-bottom: 10px;
	position: relative;
	top: -5px;
}

/* ---------------------------------------------------------------- 
*  CONTENT > LEAVE COMMENT
* ---------------------------------------------------------------- 
*/ 
#content #leave_comment {
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

#content #leave_comment div {
	margin-bottom: 20px;
}

#content #leave_comment p {
	margin-bottom: 20px;
}

#content #leave_comment p a {
	color: #191919;
	text-decoration: underline;
}

#content #leave_comment input, #content #leave_comment textarea {
	width: 344px;
	padding: 12px;
	border: 1px solid #e9e9e9;
}

#content #leave_comment textarea {
	height: 62px;
}

#content #leave_comment label {

	float: right;
	width: 176px;
	color: #191919;
	margin-top: 12px;
	font: 13px Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------- 
*  CONTENT > PAGE NAVIGATION
* ---------------------------------------------------------------- 
*/


#content ul.page_navigation {
	float: left;

	overflow: hidden;
	padding-bottom: 20px;
}

#content .page_navigation li {
	float: left;
	margin-right: 8px;
	padding: 4px 0;
}

#content .page_navigation li a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;

}

#content .page_navigation li a:hover {
	text-decoration: underline;
}

#content .page_navigation li.active {
	text-align: center;
	background: #dde2bc;
	padding: 4px 10px;
}

#content .page_navigation li.active a:hover {
	text-decoration: none;
}

#content .page_navigation a.prev:before {
	content: '\00AB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 2px;
	vertical-align: text-top;
}

#content .page_navigation a.next:after {
	content: '\00BB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	vertical-align: text-top;
}

/* ---------------------------------------------------------------- 
*  FOOTER
* ---------------------------------------------------------------- 
*/ 
#footer {
	color: #727272;
	padding-top: 15px;
	text-align: right;
	text-transform: uppercase;
	height: 31px;
	width: 980px;
	background: #191919;
	font: 10px Arial, Helvetica, sans-serif;
}

.previous_next {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ---------------------------------------------------------------- 
*  VOTING
* ---------------------------------------------------------------- 
*/ 

#ratings {
	padding-bottom: 0px;
}

/* ---------------------------------------------------------------- 
*  Reviews
* ---------------------------------------------------------------- 
*/ 

#content div.post_content h3 {
	padding-bottom: 3px;
}

#content div.post_content ul.related_post {
	list-style: none;
	padding: 0px;
	color: #0CF;

	text-decoration: underline;
}

#content div.post_content ul.related_post li {
	padding-bottom: 3px;
}

#content li.cat-item{
	padding-top: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399FF;
}

#content li.cat-item a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3399FF;
	text-decoration: underline;
}

#content li.cat-item a:hover {
	text-decoration: underline;
}

#content ul.children li.cat-item {
	font-weight: normal;
	color: #6F8182;
}

#content ul.children li.cat-item a {
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #6F8182;
	padding-left: 20px;
}

#content ul.children li.cat-item a:hover {
	text-decoration: underline;
}

#content ul.children li.cat-item {
	text-transform: uppercase;
	padding-top: 0px;
}

/* ---------------------------------------------------------------- 
*  Table
* ---------------------------------------------------------------- 
*/ 

table {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
}

table, th, td {
	padding-top: 5px;
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	color: #555;
}

td, th {
	padding: 5px;
}

th#col1 {
	width: 25%;
}

th#col2{
	width: 30%;
}

th#col3{
	width: 15%;
}

th#col4, th#col5 {
	width: 15%;
}

thead th {
	cursor: pointer;
        background: #f2f2f1 url(images/updown.gif) no-repeat 0 0;
	color: #000;
}

th.forwardSort {
        background:transparent url(images/up.gif) no-repeat 0 0;
}

th.reverseSort {
        background:transparent url(images/down.gif) no-repeat 0 0;
}    

tr {
	background-color: #f8f8f8;
}

tr.alt {
	background-color: #fff;
}

/* ---------------------------------------------------------------- 
*  Popular posts
* ---------------------------------------------------------------- 
*/ 

.disclaimer {
	font: 10px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.photo {
	position: relative;
}

.photo span {
	width: 150px;
	height: 150px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	background: url(images/mustread.png) no-repeat;
}