@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background:url(images/bg.gif) repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

.clear {clear:both;}

#wrap {
	width:100%;
	min-width:880px;
	height:auto;
	background:url(images/main.png) repeat-y center;
	margin:0 auto;
}

#site {
	width:826px;
	padding:0 27px;
	height:auto;
	margin:auto;
}

/* HEADER STUFF */
#header {
	padding:30px 10px;
	position:relative;
	height:100px;
}

#twitter {
	position:absolute;
	bottom:-3px;
	right:30px;
	width:174px;
	height:29px;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/twitter.png) no-repeat;
}

#logo {
	width:341px;
	height:69px;
	border:none;
	background:url(images/logo.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}

#navigation {
	float:right;
	font-size:14px;
	height:58px;
	margin:10px 0 0 0;
	position:relative;
	width:322px;
		}
		#navigation li {
			display:block;
			height:18px;
			background:url(images/navigation.png) no-repeat top left;
			padding:20px 12px;
			float:right;
			z-index:1;
				}
				#navigation li:hover {
					background:url(images/navigation.png) no-repeat bottom left;
				}
		#navigation li a {
			color:#fff;
			text-decoration:none;
		}
		#navigation .bl {
			position:absolute;
			z-index:10;
			top:0;
			left:0;
			background:url(images/border_l.png) no-repeat;
			width:13px;
			height:58px;
		}
		#navigation .br {
			position:absolute;
			z-index:10;
			top:0;
			right:0;
			background:url(images/border_r.png) no-repeat;
			width:11px;
			height:58px;
		}
		
/* HEADER END */





/* CONTENT STUFF */
#content {
	width:806px;
	margin:0 0 10px 0;
	background:url(images/content.png) repeat;
	padding:10px 10px 0 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
		}
		#main {
			width:590px;
			height:auto;
			float:left;
		}
		#main .post {
			margin:0 0 10px 0;
		}
		#main .post .title {
			width:590px;
			height:55px;
			background:url(images/title.png) no-repeat;
				}
				#main .post .title .name {
					float:left;
					font-family:"Myriad Pro", Arial;
					padding:8px 0 8px 20px;
						}
						#main .post .title .name h2 {
							font-size:20px;
							font-weight:normal;
							display:inline;
							line-height:40px;
						}
						#main .post .title .all {
							float:right;
							font-family:"Myriad Pro", Arial;
							line-height:40px;
							padding:8px 20px;
						}
						#main .post .title .name h1 {
							font-size:30px;
							font-weight:normal;
							display:inline;
								}
								#main .post .title a {
									color:#000;
									text-decoration:none;
								}
								#main .post .title a:hover {
									text-decoration:underline;
								}
				#main .post .title .twit {
					float:right;
					width:60px;
					height:55px;
					background:url(images/twit.png) no-repeat;
					border:none;
					overflow:hidden;
					display:block;
					text-indent:-9999px;
				}
		#main .post .entry {
			background:url(images/post.gif) no-repeat bottom #fff;
			height:auto;
			padding:10px;
			line-height:20px;
				}
				#main .post .entry a {
					color:#B30A23;
					text-decoration:underline;
						}
						#main .post .entry a:hover {
							text-decoration:none;
						}
				#main .post .entry .img {
					width:290px;
					float:left;
					height:auto;
						}
						#main .post .entry .img img {
							border:1px solid #d8d8d8;
						}
						#main .post .entry .img a {
							color:#000;
							text-decoration:none;
						}
				#main .post .entry .right {
					float:right;
					width:268px;
					height:auto;
				}
				#main .post .entry .right .percentage {
					width:268px;
					height:27px;
					background:url(images/percentage.gif) no-repeat center;
					font-size:14px;
					text-align:center;
					margin:0 0 5px 0;
				}
				#main .post .entry .right .reason {
					background:url(images/reason_bg.gif) no-repeat bottom #e5e5e5;
					width:268px;
					padding:0 0 10px 0;
					line-height:18px;
						}
						#main .post .entry .right .reason .heart {
							background:url(images/reason_heart.gif) no-repeat top #f2f2f2;
							padding:10px 10px 20px 10px;
							color:#b30a23;
								}
								#main .post .entry .right .reason .heart a {
									color:#b30a23;
									font-weight:bold;
										}
										#main .post .entry .right .reason .heart a:hover {
											text-decoration:none;
										}
						#main .post .entry .right .reason .hate {
							background:url(images/reason_hate.gif) repeat-x top;
							padding:10px;
								}
								#main .post .entry .right .reason .hate a {
									color:#000;
									font-weight:bold;
										}
										#main .post .entry .right .reason .hate a:hover {
											text-decoration:none;
										}
		#main .post .small {
			background:url(images/post.gif) no-repeat bottom #fff;
			height:auto;
			padding:5px 0 5px 5px;
				}
				#main .post .small .item {
					background:#e3e3e3;
					float:left;
					border-radius:10px;
					-webkit-border-radius:10px;
					-moz-border-radius:10px;
					padding:5px;
					width:180px;
					margin:0 5px 0 0;
					font-size:9px;
					text-transform:uppercase;
						}
						#main .post .small .item .thumb  {
							position:relative;
							width:180px;
							height:112px;
						}
						#main .post .small .item .thumb img {
							border:none;
							position:absolute;
							z-index:2;
						}
						#main .post .small .item .thumb .rounded {
							background:url(images/rounded.png) no-repeat top left;
							position:absolute;
							z-index:5;
							top:0;
							left:0;
							width:180px;
							height:112px;
							display:block;
							border:none;
							text-indent:-9999px;
							overflow:hidden;
						}
							
						#main .post .small .item h5 {
							font-size:12px;
							font-weight:normal;
							padding:5px;
							text-transform:none;
								}
								#main .post .small .item h5 a {
									color:#000;
									text-decoration:none;
								}
								#main .post .small .item h5 a:hover {
									text-decoration:underline;
								}

.pagination {
	padding:10px 0;
}		

.vote {
	float:right;
	width:217px;
	padding:5px 0 0 0;
	height:50px;
	text-align:center;
}						

.info {
	width:180px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.info a {
	color:#000;
	text-decoration:none;
}

.cmt-count {
	width:50px;
	height:56px;
	background:url(images/comment_alt.gif) no-repeat;
	font-size:10px;
	text-align:center;
	display:block;
	color:#444;
	text-decoration:none;
	border:none;
	padding:5px 0 0 0;
	float:left;
}
.cmt-count a {
	background:none;
	font-size:10px;
	color:#000;
}
.dsq-comment-count {
	width:50px;
	height:56px;
	background:url(images/comment.gif) no-repeat;
	font-size:16px;
	text-align:center;
	display:block;
	color:#444;
	text-decoration:none;
	border:none;
	padding:5px 0 0 0;
	float:left;
	color:#000;
	text-decoration:none;
}
.dsq-comment-count noscript {
	display:none;
	visibility:hidden;
}
a.fb {
	float:left;
	margin:0 10px;
}

.advert {
	width:468px;
	margin:0 auto;
	padding:0 0 10px 0;
}
/* CONTENT STUFF END */



/* SIDEBAR STUFF */
#sidebar {
	width:205px;
	float:right;
	background:url(images/side_t.gif) no-repeat top #fff;
	height:auto;
	margin:0 0 10px 0;
}
#sidebar .content {
	width:193px;
	height:auto;
	background:url(images/side_b.gif) no-repeat bottom;
	padding:6px;
}

#sidebar .content .box {
	width:193px;
	height:auto;
	background:url(images/side_top.gif) no-repeat top;
	margin:0 0 10px 0;
		}
		#sidebar .content .box h2 {
			font-weight:normal;
			font-size:18px;
			font-family:Arial, Helvetica, sans-serif;
			display:block;
			height:27px;
			padding:8px;
			line-height:27px;
		}
		#sidebar .content .box .list {
			background:url(images/side_bot.jpg) no-repeat bottom #f5f5f5;
			padding:5px 5px 15px 5px;
		}
		#sidebar .content .box .list li {
			list-style:none;
			display:block;
			margin:0 0 5px 0;
			font-size:11px;
		}
		#sidebar .content .box .list li a {
			color:#222;
			text-decoration:none;
				}
				#sidebar .content .box .list li a:hover {
					color:#B30A23;
					text-decoration:underline;
				}

#sidebar .content .ad {
	text-align:center;
	padding:10px 0 0 0;
		}
		#sidebar .content .ad img {
			border:1px solid #222;
		}



/* FOOTER */
#footer {
	width:779px;
	height:100px;
	margin:0 auto;
	background:url(images/footer.png) no-repeat top center;
	text-align:center;
	font-size:11px;
	color:#fff;
	padding:20px;
	line-height:20px;
}					
#footer a {
	color:#fff;
	text-decoration:none;
	margin:0 5px;
		}
		#footer a:hover {
			text-decoration:underline;
		}	
#footer h5 {
	font-size:11px;
	font-weight:normal;
}				
/* FOOTER END */



/* DISQUS */
#disq {
	padding:20px;
	color:#fff;
}
#disq a {
	color:#3F9CC7;
	text-decoration:none;
		}
		#disq a:hover {
			text-decoration:underline;
		}
/* DISQUS END */		



/* CONTACT FORM */
.wpcf7 {
	padding:10px;
	line-height:14px;
		}
		.wpcf7 input[type=text] {
			font-size:12px;
			padding:5px;
			font-family:Arial, Helvetica, sans-serif;
		}
		.wpcf7 p {
			margin:0 0 10px 0;
		}
		.wpcf7 small {
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
		}
		.wpcf7 .fields {
			float:left;
		}
		.wpcf7 .txtarea {
			float:right;
				}
				.wpcf7 .txtarea textarea {
					width:300px;
					height:121px;
					font-size:12px;
					font-family:Arial, Helvetica, sans-serif;
					padding:5px;
				}