/*
Theme Name: TBR
Theme URI: 
Description: 
Author: TBR
Author URI: http://www.thisblogrules.com/
Version: 1.1 Remake
Tags: 
*/


/* Global */

body {
	margin: 0;
	font: normal 13px/18px Arial, Sans-Serif;
	color: #333;
	background: #fff url("img/bg.gif") repeat-x;
}

a {
	color: #3c80c1;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, button, textarea {
	margin: 0;
}

input, button {
	font: bold 14px Arial, Sans-Serif;
	color: #333;
}

textarea {
	font: normal 13px Arial, Sans-Serif;
	color: #333;
}


/* Clear */

.clear { clear: both; }


/* Alignments */

.alignleft { float: left; }
.center { text-align: center; }
.aligncenter { margin: 0 auto; }
.alignright { float: right; }

img.alignleft { margin: 0 10px 5px 0; display: inline; }
img.centered, img.aligncenter { display: block; margin: 0 auto 5px auto; }
img.alignright { margin: 0 0 5px 10px; display: inline; }


/* Header */

#header {
	width: 100%;
	height: 167px;
	background: url("img/header.jpg") no-repeat center top;
}

#header-in {
	width: 965px;
	height: 167px;
	margin: 0 auto;
	position: relative;
}

	/* Logo */
	
	#header h1 {
		position: absolute;
		left: 0;
		top: 7px;
		width: 235px;
		height: 118px;
	}
	
	/* Header Ad */
	
	#header .head-ad {
		position: absolute;
		right: 0;
		top: 21px;
		width: 728px;
		height: 90px;
	}
	
	#header .head-ad strong {
		display: none;
	}
	
	/* Navigation */
	
	#header ul#nav {
		width: 965px;
		height: 34px;
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	
	#header ul#nav li {
		float: left;
		height: 34px;
		line-height: 34px;
	}
	
	#header ul#nav li a {
		display: block;
		height: 34px;
		text-indent: -9999px;
		background: url("img/nav.png") no-repeat 0 0;
	}
	
		#header ul#nav li.menu-item-7304 a { width: 83px; background-position: 0 0; }
		#header ul#nav li.menu-item-7304 a:hover, #header ul#nav li.menu-item-7304.current-menu-item a, #header ul#nav li.menu-item-7304.current-menu-parent a { background-position: 0 -45px; }
		
		#header ul#nav li.menu-item-7308 a { width: 156px; background-position: -83px 0; }
		#header ul#nav li.menu-item-7308 a:hover, #header ul#nav li.menu-item-7308.current-menu-item a, #header ul#nav li.menu-item-7308.current-menu-parent a { background-position: -83px -45px; }
		
		#header ul#nav li.menu-item-7305 a { width: 98px; background-position: -239px 0; }
		#header ul#nav li.menu-item-7305 a:hover, #header ul#nav li.menu-item-7305.current-menu-item a, #header ul#nav li.menu-item-7305.current-menu-parent a { background-position: -239px -45px; }
		
		#header ul#nav li.menu-item-7307 a { width: 64px; background-position: -337px 0; }
		#header ul#nav li.menu-item-7307 a:hover, #header ul#nav li.menu-item-7307.current-menu-item a, #header ul#nav li.menu-item-7307.current-menu-parent a { background-position: -337px -45px; }
		
		#header ul#nav li.menu-item-7311 a { width: 127px; background-position: -401px 0; }
		#header ul#nav li.menu-item-7311 a:hover, #header ul#nav li.menu-item-7311.current-menu-item a, #header ul#nav li.menu-item-7311.current-menu-parent a { background-position: -401px -45px; }
		
		#header ul#nav li.menu-item-7309 a { width: 90px; background-position: -528px 0; }
		#header ul#nav li.menu-item-7309 a:hover, #header ul#nav li.menu-item-7309.current-menu-item a, #header ul#nav li.menu-item-7309.current-menu-parent a { background-position: -528px -45px; }
		
		#header ul#nav li.menu-item-7313 a { width: 79px; background-position: -618px 0; }
		#header ul#nav li.menu-item-7313 a:hover, #header ul#nav li.menu-item-7313.current-menu-item a, #header ul#nav li.menu-item-7313.current-menu-parent a { background-position: -618px -45px; }
		
		#header ul#nav li.menu-item-7306 a { width: 61px; background-position: -697px 0; }
		#header ul#nav li.menu-item-7306 a:hover, #header ul#nav li.menu-item-7306.current-menu-item a, #header ul#nav li.menu-item-7306.current-menu-parent a { background-position: -697px -45px; }
		
		#header ul#nav li.menu-item-7310 a { width: 97px; background-position: -758px 0; }
		#header ul#nav li.menu-item-7310 a:hover, #header ul#nav li.menu-item-7310.current-menu-item a, #header ul#nav li.menu-item-7310.current-menu-parent a { background-position: -758px -45px; }
		
		#header ul#nav li.menu-item-7312 a { width: 96px; background-position: -855px 0; }
		#header ul#nav li.menu-item-7312 a:hover, #header ul#nav li.menu-item-7312.current-menu-item a, #header ul#nav li.menu-item-7312.current-menu-parent a { background-position: -855px -45px; }


/* Page */

#page {
	width: 965px;
	margin: 25px auto;
	overflow: hidden;
}

	/* Content */
	
	#content {
		float: left;
		width: 600px;
	}
	
	/* Post */
	
	#content .post {
		width: 580px;
		min-height: 325px;
		margin: 0 0 25px 0;
		padding: 15px 0 0 20px;
		background: #fff url("img/post.png") no-repeat;
		overflow: hidden;
	}

	/* Poker Box Info */
	#content .poker_block {
		width: 580px;
		margin: 0 0 25px 0;
		padding: 5px 0 0 10px;
		background: #fff;
		overflow: hidden;
	}
	
	
	#content.single .post {
		margin: 0;
	}
	
		/* Post Titles */
		
		#content .post h2 {
			font: bold 30px/35px "Trebuchet Ms";
			margin: 0 0 5px 0;
		}
		
		#content .post h2 a {
			text-decoration: none;
		}
		
		#content .post h3 {
			font: bold 18px/22px "Trebuchet Ms";
			margin: 0 0 5px 0;
		}
		
		/* Post Info */
		
		#content .post ul.post-info {
			height: 22px;
			margin: 2px 0;
			overflow: hidden;
		}
		
		#content .post ul.post-info li {
			float: left;
			margin: 0 10px 0 0;
			line-height: 18px;
			color: #7f7f7f;
			font-size: 12px;
			font-weight: bold;
		}
		
			#content .post ul.post-info li.post-comm {
				background: url("img/post-comm.png") no-repeat;
				padding: 0 0 0 30px;
			}
		
		#content .post ul.post-info li a {
			color: #7f7f7f;
		}
		
		/* Post Entry */
		
		#content .post .post-entry {
			width: 560px;
		}
		
		#content .post .post-entry a img {
			border: 3px solid #eee;
		}
		
		#content .post .post-entry a:hover img {
			border-color: #547196;
		}
		
		#content .post .post-entry .wp-caption {
			background-color: #ddd;
			text-align: center;
			padding: 2px 0 0 0;
		}
		
		#content .post .post-entry .wp-caption p.wp-caption-text {
			margin: 0;
			padding: 4px 0;
			font-size: 12px;
			color: #555;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #f1f1f1;
			margin: 0 30px;
			padding: 0 0 0 15px;
		}
		
		/* Post More */
		
		#content .post .post-more {
			overflow: hidden;
		}
		
		#content .post .post-more a {
			float: right;
			width: 137px;
			height: 24px;
			background: url("img/post-more.png") no-repeat 0 0;
			text-indent: -9999px;
		}
		
		#content .post .post-more a:hover {
			background-position: 0 -24px;
		}
	
	/* Related Articles */
	
	#content .related-articles {
		width: 600px;
	}
	
	#content .related-articles h3 {
		font: bold 18px/22px Arial;
		margin: 0 0 10px 0;
	}
	
	/* Single Ads */
	
	#content .single-ads {
		width: 600px;
		height: 250px;
		margin: 0 0 20px 0;
		overflow: hidden;
	}
	
	#content .single-ads .single-ad-left {
		float: left;
		width: 300px;
		height: 250px;
	}
	
	#content .single-ads .single-ad-right {
		float: right;
		width: 300px;
		height: 250px;
	}
	
	/* Comments */
	
	#content .comments {
		width: 560px;
	}
	
	#content .comments h3 {
		font: bold 18px/22px "Trebuchet Ms";
		margin: 0 0 5px 0;
	}
	
	#content .comments ol {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#content .comments ol li {
		border: 1px solid #f1f1f1;
		padding: 5px;
		background-color: #eee;
		margin: 0 0 7px 0;
	}
	
		#content .comments ol li.alt { background-color: #fff; }
		
		#content .comments ol li .comment-info {
			overflow: hidden;
		}
		
		#content .comments ol li .comment-info a {
			color: #333;
		}
		
		#content .comments ol li .comment-info .comment-avatar {
			float: left;
			height: 44px;
			margin: 0 5px 0 0;
		}
		
		#content .comments ol li .comment-info .comment-author {
			height: 22px;
			line-height: 22px;
			font-size: 15px;
			font-weight: bold;
		}
		
		#content .comments ol li .comment-info .comment-date {
			height: 22px;
			line-height: 22px;
		}
		
		#content .comments ol li .comment-text {
			overflow: hidden;
		}
	
	#content .comments ol li:hover {
		border-color: #888;
	}
	
	/* Comments Form */
	
	#content .comments-form {
		width: 560px;
	}
	
	#content .comments-form h3 {
		font: bold 18px/22px "Trebuchet Ms";
		margin: 0 0 5px 0;
	}
	
	#content .comments-form form label {
		padding: 0 0 0 10px;
	}
	
	#content .comments-form form input#author,
	#content .comments-form form input#email {
		width: 200px;
	}
	
	#content .comments-form form textarea {
		width: 425px;
	}
	
	/* Pagination */
	
	#content .wp-pagenavi {
		overflow: hidden;
		width: 500px;
		margin: 0 auto;
	}
	
	#content .wp-pagenavi a,
	.wp-pagenavi span {
		float: left;
		text-decoration: none;
		border: 1px solid #bfbfbf;
		padding: 3px 5px;
		margin: 2px;
	}
	
	#content .wp-pagenavi a:hover,
	.wp-pagenavi span.current {
		border-color: #000;
	}
	
	#content .wp-pagenavi span.current {
		font-weight: bold;
	}
	
	/* Sidebar */
	
	#sidebar {
		float: right;
		width: 340px;
	}
	
		/* Sidebar Box */
		
		#sidebar .sidebar-box {
			border: 2px solid #eee;
			margin: 0 0 10px 0;
			padding: 2px;
			overflow: hidden;
		}
		
		/* Sidebar Divisions */
		
		#sidebar .sidebar-wide {
			clear: both;
			width: 340px;
		}
		
		#sidebar .sidebar-left {
			float: left;
			width: 168px;
		}
		
		#sidebar .sidebar-right {
			float: right;
			width: 168px;
		}
		
		/* Sidebar Titles */
		
		#sidebar h3 {
			font-weight: bold;
			font-size: 16px;
			line-height: 24px;
			padding: 0 10px 2px 10px;
		}
		
		/* Sidebar Menu */
		
		#sidebar ul {
			width: 100%;
		}
		
		#sidebar ul li {
			line-height: 17px;
			padding: 4px 0 4px 10px;
			font-weight: bold;
			border-top: 1px solid #eee;
		}
		
		/* Sidebar Social Network */
		
		#sidebar .sidebar-sn {
			float: left;
			overflow: hidden;
			padding: 3px;
		}
		
		#sidebar .sidebar-sn div {
			float: left;
			margin: 0 5px 0 0;
		}
		
		#sidebar .sidebar-sn div a {
			display: block;
			width: 35px;
			height: 35px;
			text-indent: -9999px;
			background: url("img/sn-icons.png") no-repeat;
		}
		
			#sidebar .sidebar-sn .ssn-rss a { background-position: 0 0; }
			#sidebar .sidebar-sn .ssn-fb a { background-position: 0 -50px; }
			#sidebar .sidebar-sn .ssn-tw a { background-position: 0 -100px; }
		
		/* Sidebar Search */
		
		#sidebar .sidebar-search {
			float: right;
			width: 196px;
			padding: 9px 3px;
			text-align: right;
		}
		
		/* Sidebar Ad */
		
		#sidebar .sidebar-ad {
			width: 300px;
			margin: 10px auto;
		}
		
		/* Sidebar Articles */
		
		#sidebar .sidebar-articles {
			width: 304px;
			padding: 10px 14px 3px;
			border-top: 1px solid #eee;
		}


/* Footer */

#footer {
	width: 100%;
	background-color: #fbfbfb;
}

#footer-in {
	width: 965px;
	margin: 0 auto;
	
}

	/* Footer Posts */
	
	#footer #foot-posts {
		width: 965px;
		overflow: hidden;
	}
	
	#footer #foot-posts ul.foot-posts-column {
		width: 220px;
		float: left;
		margin: 0 0 0 28px;
	}
	
		#footer #foot-posts ul.foot-posts-first { margin: 0; }
	
	#footer #foot-posts ul.foot-posts-column li {
		margin: 0 0 25px 0;
	}
	
		#footer #foot-posts ul.foot-posts-column li.title {
			margin: 5px 0;
			height: 30px;
			text-indent: -9999px;
			background: url("img/titles.png") no-repeat;
		}
		
		#footer #foot-posts ul.foot-posts-column li.title.most-popular { background-position: 0 0; }
		#footer #foot-posts ul.foot-posts-column li.title.most-commented { background-position: 0 -30px; }
		#footer #foot-posts ul.foot-posts-column li.title.featured-articles { background-position: 0 -60px; }
	
	#footer #foot-posts ul.foot-posts-column li .foot-post-thumb {
		margin: 0 0 10px 0;
	}
	
	#footer #foot-posts ul.foot-posts-column li .foot-post-title {
		text-align: center;
		font: italic 17px/20px "Trebuchet MS";
		height: 40px;
		overflow: hidden;
	}
	
	#footer #foot-posts ul.foot-posts-column li .foot-post-title a {
		color: #011d44;
	}
	
	/* Footer Ad */
	
	#footer .foot-ad {
		float: left;
		width: 728px;
		height: 90px;
		padding: 40px 0 0 0;
	}
	
	#footer .foot-ad strong {
		display: none;
	}
	
	/* Social Bookmark */
	
	#footer ul#social-bookmark {
		float: right;
		width: 220px;
	}
	
	#footer ul#social-bookmark li {
		margin: 0 0 5px 0;
		height: 35px;
		font: italic 17px/35px "Trebuchet MS";
	}
	
		#footer ul#social-bookmark li.title {
			margin: 5px 0;
			height: 30px;
			line-height: 30px;
			text-indent: -9999px;
			background: url("img/titles.png") no-repeat 0 -90px;
		}
	
	#footer ul#social-bookmark li a {
		display: inline-block;
		color: #011d44;
		padding: 0 0 0 40px;
		background: url("img/sn-icons.png") no-repeat;
	}
	
		#footer ul#social-bookmark li.sb-rss a { background-position: 0 0; }
		#footer ul#social-bookmark li.sb-fb a { background-position: 0 -50px; }
		#footer ul#social-bookmark li.sb-tw a { background-position: 0 -100px; }
	
	/* Copyright */
	
	#footer #copyright {
		clear: both;
		padding: 10px 0 0 0;
		background: url("img/copyright.png") no-repeat center top;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}

