/*  
Theme Name: RedCell Gaming
Description: Hello Clan website :)
Version: 0.2

Note concerning image sizes:

Main image on front page is 593 x 225
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background:#000 url(/wp-content/themes/theunstandard/images/main_background.jpg) top center no-repeat;

	font:0.75em Arial, Helvetica, sans-serif; color:#ccc;

	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}
.pagenavi  { 
	margin: 0 0 60px; clear: both;
	text-align:center;
 }

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left; 
}

/* ----------------------------------- basics */

h1 {
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size: 21px;
}

h2 {
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size: 16px;
}

h3 {
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size: 12px;
}

a {
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	color: #ccc;
	outline: none;
	text-decoration: none;
	border-bottom: 0px solid #ddd;
}

a:hover {
	color: #c0262d;
	border-color: #aaa;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 0px 0 180px;
	position: relative;
}

#site-name {
	float: left;
	margin: 16px 0 0 3px;
}

#site-name a {
	color: #fff;
	border: 0;
}

#site-name a:hover {
	color: #3c6c92;
}

#main-nav {
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	color: #ccc;
	background:#151515;
	display: block;
	padding: 12px 0 0;
	text-decoration: none;
	text-align: center;
	width: 90px;
	height: 25px;
	border: 0;
}

#main-nav li a:hover {
	background: #222;
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #3c6c92;
	color: #eee;
}
  
/* ----------------------------------- home posts */

.left, .recent-leads {

	width: 607px;
}

.post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 1;
	background: #8e1920;
}

.post-comments a, .post-comments span {
	font-size: 11px;
	color: #eee;
	display: block;
	padding: 5px 9px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover {
	background: #333;
	color: #fff;
}

.title-insert {
	background: #111;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	filter: alpha(opacity=90);
	-moz-opacity: .8;
	opacity:.8;
}

.title-insert h3 {
	line-height: 16px;
	font-size: 12px;
}

.title-insert h3 a {
	display: block;
	color: #ddd;
	padding: 6px 10px;
	text-decoration: none;
	border: 0;
}

.title-insert h3 a:hover {
	color: #8e1920;
}

.main-post-bg, .secondary-post-bg {
	background: #eee;
	display: block;
	overflow: hidden;
	position: relative;
}

.main-post-bg {
	height: 225px;
	margin: 10px 0 10px 0;
	width: 593px;
}

.main-post-bg a img {
	display: block;
	height: 215px;
	width: 583px;
	border: 5px solid #222;
}

.secondary-post-bg {
	width: 290px;
	height: 160px;
	margin: 0 10px 10px 0;
}

.secondary-post-bg a img {
	display: block;
	width: 280px;
	height: 150px;
	border: 5px solid #222;
}

/* ----------------------------------- entry style */
.home.is-single {
	border-top: 0px solid #bbb;
}
.post .entry img,.entry a img { border:4px solid #333; }

.post.single {

	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	line-height: 18px;
	color: #ccc;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size: 24px;
	line-height: 21px;
	color: #fff;
	border: 0;
}

.post.single h2 a:hover {
	color: #c0262d;
}

.post.single .entry {
	background: url(/wp-content/themes/theunstandard/images/px.png);
	float: right;
	width: 590px;
}

.post.single .meta {
	border-top: 1px solid #c0262d;
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
	line-height: 18px;
}

.post.single p a, .post.single li a {
	font-weight: bold;

}

.post.single h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #999;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #333;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.post.single .wp-caption-text {
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	color: #888;
}
.post.single .date { 
	font-size: 10px;
}

.navigation {
	clear: both;
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left, .navigation .right {
	width: 100px;
}

.navigation .left {
	text-align: left;
}

.navigation .right {
	text-align: right;
	margin-right: 15px;
}

* html .navigation .right {
	margin-right: 7px;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

/* ----------------------------------- sidebar / widget modules */
.entry-meta {
	border-bottom: 1px dotted #333;
	display: block;
	font-size: 10px;
}

.entry-content {
	background: url(http://dl-client.getdropbox.com/u/67672/twitterrcg.png) no-repeat;
	display: block;
	padding-left: 50px;
}

.home .right {

	width: 340px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	font-size: 15px;
	padding-left: 3px;
}

.home .right h3 {
	font-size: 18px;
	padding-left: 3px;
}

h3.module-title, h3.widgetTitle {
	background: url(/wp-content/themes/theunstandard/images/px.png);
	border-top: 0px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 0 5px;
	padding: 7px 4px;
	font-size: 18px;
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	color: #fff;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
	margin: 0 0 20px 0;
}

.widgetContainer .textwidget {
	font-size: 14px;
	line-height: 14px;
	font: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	margin: 0 4px;
	color: #999;
}	

ul.module-list, .widgetContainer ul {
	font-size: 12px;
	margin: 0 0 20px 0;
}

.module-list li, .widgetContainer li {
	margin: 0 3px 7px 5px;

	line-height: 16px;
	color: #ccc;
}

.sidebar-nextprev {
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 50px;
	width: 159px;
}

.sidebar-nextprev li.previous {
	border-right: 1px solid #ccc;
}

.sidebar-nextprev li.next {
	float: right;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 50px;
	border: 0;
	color: #aaa;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	background: url(http://dl-client.getdropbox.com/u/67672/footerheader.png) top center no-repeat; 
	width: 970px;
	border-top: 1px solid #333;
	padding: 10px 0 0 10px;
}

#middle-widgets .widgetContainer {

	border-top: 0px solid #8e1920;

	clear: top;
	float: left;
	width: 312px;
	margin: 5px 11px 15px 0;
}

/* Comments
/* --------------- */



.comment-content {
	font:1.75em Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	background:#000;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		border-bottom:1px solid #333;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#161616 repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:60px; height:60px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#000;
	border:0px solid #dce7ed;

}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:0px solid #ccc;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			border-bottom:0px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:4px solid #333;
		border-bottom:0px solid #ccc;
		border-left: 0px;
		border-right: 0px;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		

.comment-count a:hover {
	background: #333;
	color: #fff;
}
		
		
		.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}


	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:1.45em Arial, Helvetica, sans-serif;
	}
		.comment-count {
			font-size:8px;
			margin:0; padding:0;
			width:130px; height:35px;
			background:#8e1920;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}

/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#fff;
}

	.author a:link, .author a:active, .author a:visited {
		color:#fff;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#fff;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#fff;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#fff;
	line-height:19px;
}



/* ----------------------------------- categories */

#categories {
	padding: 10px 0;
	margin: 35px 0 45px;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */

#searchForm {
	margin: 10px 0 0px 0;
}

#searchWrap span {
	background: #444;
	border: 1px solid #333;
	display: block;
	padding: 2px;
}

#searchWrap input {
	border: 1px solid #333;
	padding: 4px;
	color: #777;
	width: 324px;
}
  
/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #333;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 0 72px;
	width: 960px;
}

#footer a {
	font-weight: bold;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}