/*
Theme Name: Thirteen1
Theme URI: http://thirteen1.com/
Description: The Thirteen1 Website Template
Version: 1.0
Author: Jon Butterfield
Author URI: http://w23.me/
Tags: gaming, t1, background, widget

	This theme was designed and built by Jon Butterfield from W23 Productions Ltd,
	You can find him at http://w23.me/

*/



body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font-family: helvetica neue, helvetica, sans-serif;
	color: #191919;
	font-size: 0.75em;
	text-align: left;
}

hr {color: #191919;}

a {
	color: #3375d0;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0a3c7f;
}

.img {
	border: 0px;
}

a img{
	border: 0px;
}

.clear {
	clear: both;
	width:100%;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.topbottommargins {
	margin:10px 0 0 0;
}

/*
 *			Header
 */

.header {
	height: 47px;
	width: 100%;
	text-align: center;
	background: #2a2a2a url(images/headerbg.png);
	border-bottom: 1px solid #d6d6d6;
	padding: 4px 0px 0px 0px;
}
	.header h1 {
		margin: 0px auto 0px auto;
		padding-top: 0px;
		padding-bottom: 0px;
		background: url(images/logo.png) bottom no-repeat;
		width:81px;
		height:42px;
	}
	.header h1 a {
		color: #fff;
		width:81px;
		height:42px;
		display:block;
		text-indent:-9999px;
}
	.header h1 a:hover {color: #e7e7e7;}

.searchbox {
	width:159px;
	height:47px;
	float:right;
	background: url(images/search-button.png);
	position:relative;
}

.searchbox:hover {
	background: url(images/search-button.png) -159px 0px;
}


.searchbar {
	width:111px;
	height:22px;
	background: url(images/search-button-bg.png) 0px 0px;
	border:0px;
	left:11px;
	top:12px;
	position:absolute;
	margin: 0px;
	padding: 0 0 0 4px;
}

.searchbar:hover {
	background: url(images/search-button-bg.png) 0px -22px;
}

.searchbar:focus {
	background: url(images/search-button-bg.png) 0px -22px;
}

.searchbox .searchsubmit {
	width:22px;
	height:22px;
	background: url(images/search-button-mglass.png);
	text-indent:-9999px;
	border:0px;
	position: absolute;
	left: 126px;
	top: 12px;
	z-align:55;
}

.searchbox .searchsubmit:hover {
	background: url(images/search-button-mglass.png) -22px 0px;
}

.homebutton {
	width:50px;
	height:47px;
	float:left;
}
.homebutton a {
	display:block;
	width:50px;
	height: 47px;
	background: url(images/home-button.gif);
	text-indent: -9999px;
}
.homebutton a:hover {
	background: url(images/home-button.gif) -50px 0px;
}
.magbutton {
	width:48px;
	height:47px;
	float:left;
}
.magbutton a {
	display:block;
	width:48px;
	height: 47px;
	background: url(images/mag-button.gif);
	text-indent: -9999px;
}
.magbutton a:hover {
	background: url(images/mag-button.gif) -48px 0px;
}

.regbutton {
	height:30px;
	padding-top:17px;
	width:60px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.regbutton a:link, .regbutton a:visited{
	display:block;
	color:#fff;
}

/*
 *			Menu
 */
 
 ul.menu {
	width: 950px;
	height: 65px;
	padding: 10px 10px 0px 10px;
	display: block;
	list-style-type: none;
	margin: 0 0 20px 0;
	background: #fff;
}


ul.menu li {
	display: inline;
}

ul.menu li a:link, ul.menu li a:visited{
	width: 180px;
	border-top: 7px solid #000;
	height: 48px;
	float: left;
	color: #222;
	padding: 5px 5px 5px 5px;
	text-shadow: 0px 1px #ccc;
}

ul.menu li.alt a:link, ul.menu li.alt a:visited{
	border-top: 7px solid #97cc34;
}
	
ul.menu li a:hover, ul.menu li a:active {
	background-color: #000;
	color: #fff;
	text-shadow: 0px 1px #2b2b2b;
}

ul.menu li.alt a:hover, ul.menu.alt li a:active {
	background-color: #97cc34;
	color: #fff;
	text-shadow: 0px 1px #858585;
}
		
ul.menu li a b {
	display: block;
	font-size: 1.3em;
}
 			
/*
 *			Main Content
 */
 
.wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	position:relative;
}

.background {
	width: 100%;
	padding: 20px 0 0 0;
}

.thecontent {
	width: 970px;
	position: relative;
}

.contentfirstads {
	width: 970px;
	height: 90px;
}

.call-to-action {
	width: 209px;
	height: 90px;
	float: left;
	overflow: visible;
}

.hresults {
	font-size:24px;
	margin:10px 0 0 0;
	padding:0px;
}


.theresults {
	border-bottom:1px dashed #eeeeee;
}

.theresults p {
	margin:0px;
	padding:0px;
}

	.issues-btn {
		top: -6px;
		position:relative;
		height:50px;
		width:209px;
		margin:0;
	}
	.issues-btn a, .issues-btn a:visited{
		height:50px;
		width:209px;
		display:block;
		background:transparent url(http://www.thirteen1.com/wp-content/uploads/2010/04/call-to-action.png) no-repeat 0 0;
		margin:0;
	}

	.features-btn {
		top: -6px;
		position:relative;
		height:50px;
		width:209px;
		margin:0;
	}
	.features-btn a, .features-btn a:visited {
		height:50px;
		width:209px;
		display:block;
		background:transparent url(http://www.thirteen1.com/wp-content/uploads/2010/04/call-to-action.png) no-repeat 0 -51px;
		margin:0;
	}

	.button {
		top: -6px;
		position: absolute;
	}


.leftcolumn {
	width: 650px;
	margin: 20px 0px 15px 0px;
	float: left;
}



.leftcolumn .morenews {
	text-align: center;
	margin-bottom: 4px;
	padding: 10px 15px 10px 15px;
	background:#F7F7F7;
}

	.leftcolumn .morenews:hover {
		background: #eeeeee;
	}
	
	.leftcolumn .morenews p{
		margin: 0px;
		padding: 0px;
	}
	
	.leftcolumn .morenews p a{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		display:block;
	}
	

.rightcolumn {
	width: 300px;
	float: right;
	overflow:hidden;
	padding-bottom:20px;
}

.rightcolumn .tweets {
	margin: 15px 0 15px 0;
}

.social-small{
	margin: 10px 5px 0 0;
	float:left;
}

/*
 *			spotlight
 */
 
.spotlightwrapper{
	margin-bottom:10px;
}

.spotlight-features img,.spotlight-games img,.spotlight-games-alt img{
	float:left;
}
 
.spotlight-features{
	width:324px;
	height:148px;
	float:left; 
	margin-right:1px;
	margin-bottom:1px;
}
 
.spotlight-title{
	background:#2b2b2b;
	border-top:4px solid #97cc34;
	height:34px;
	padding:5px;
	float:left;
	overflow:hidden;
}

.spotlight-features .spotlight-title{
	width:314px;
}

.spotlight-games .spotlight-title,.spotlight-games-alt .spotlight-title{
	width:206px;
}
.spotlight-title h2{
	font-size:1.2em;
	padding:0;
	margin:0;
}

.spotlight-title h2 a:link, .spotlight-title h2 a:visited{
	color:#97cc34;
}

.spotlight-games{ 
	width:216px;
	height:148px;
	float:left; 
	margin-right:1px;
}

.spotlight-games-alt{
	width:216px;
	height:148px;
	float:left;
}






/*
 *			posts
 */

ul.gamingplatforms {
margin: 10px 0 10px 0;
padding: 0px;
list-style:none;
}

ul.gamingplatforms li {
display: inline;
float:left;
width:91px;
height:91px;
margin: 0 15px 0 15px;
}

ul.gamingplatforms li a {
display:block;
text-indent: -9999px;
width:91px;
height:91px;
}

ul.gamingplatforms li.xbox a {
background: url(images/icon_360.png);
}
ul.gamingplatforms li.xbox a:hover {
background: url(images/icon-selected_360.png);
}

ul.gamingplatforms li.playstation a {
background: url(images/icon_ps3.png);
}
ul.gamingplatforms li.playstation a:hover {
background: url(images/icon-selected_ps3.png);
}

ul.gamingplatforms li.pc a {
background: url(images/icon_pc.png);
}
ul.gamingplatforms li.pc a:hover {
background: url(images/icon-selected_pc.png);
}

ul.gamingplatforms li.handheld a {
background: url(images/icon_psp.png);
}
ul.gamingplatforms li.handheld a:hover {
background: url(images/icon-selected_psp.png);
}

ul.gamingplatforms li.wii a {
background: url(images/icon_wii.png);
}
ul.gamingplatforms li.wii a:hover {
background: url(images/icon-selected_wii.png);
}

.gamingtitlelinks {
border-bottom: 1px dashed #191919;
width:290px;
}

ul.thewriters {
margin: 10px 0 10px 0;
padding: 0px;
list-style:none;
text-align:center;
}

ul.thewriters li {
display: inline;
float:left;
width:91px;
height:91px;
margin: 0 15px 0 15px;
}

ul.thewriters li a {
display:block;
text-indent: -9999px;
width:91px;
height:91px;
}

ul.thewriters li a {
background: url(images/icon_writers.png);
}
ul.thewriters li a:hover {
background: url(images/icon-selected_writers.png);
}


.gamingtitlelinks {
border-bottom: 1px dashed #191919;
}

h3{
margin:0;
padding:0;}

.gamingtitlelinks h3 {
margin:0px;
padding:3px 0px 3px 10px;
}

.pagesnumbers {
	background: #fff;
	width: 630px;
	padding: 5px 10px 5px 10px;
	text-align:right;
}

.pagesnumbers ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

.pagesnumbers ul li {
	display: inline;
}

.pagesnumbers ul li a {
	padding: 3px;
	margin: 0px 2px 0px 2px;
	background: #3375d0;
	color: #fff;
}

.pagesnumbers ul li a:hover {
	background: #0a3c7f;
}

.whitebox {
	background: #fff;
}

.rightcolumn .whitebox {
	margin: 10px 0 10px 0;
}

.rightcolumn .whitebox h3{
	margin: 10px 0 10px 0;
}

.rightcolumn .whitebox div {
	padding: 0 10px 0 10px;
}

.whitebox h2 {
	margin: 0px;
	padding: 3px 0 3px 10px;
	background: #333333;
	color: #ffffff;
}
	.rightcolumn .whitebox h2 {
		width: 290px;
	}
	.leftcolumn .whitebox h2 {
		width: 305px;
	}
	.leftcolumn .whitebox h3{
		margin: 10px 0 10px 0;
	}

ul.related_post {
list-style:none;
margin:0px;
padding:0px
}

ul.related_post li a {
width:280px;
display:block;
border-bottom:1px dashed #191919;
margin: 0px 10px 0px 10px;
padding: 5px 0 5px 0;
}

ul.related_post li a:hover {
background:#eeeeee;
}

.compimg{
	margin: 10px 0 10px 0;
}

.borderbottom {
	border-bottom: 1px solid #191919;
}

.leftcolumn .whitebox {
	margin: 10px 0 10px 0;
	width: 315px;
}

.leftcolumn .whitebox div {
	padding: 0 10px 0 10px;
	display:inline-block;
}
 
.leftcolumn .post {
	background: #fff;
	margin-bottom: 4px;
	padding: 10px 15px 10px 15px;
	zoom:1;
}

.postthumbsmall {
	margin: 10px auto 10px auto;
}

.leftcolumn .post h2 {
	margin: 0px;
	padding: 0px;
	font-size: 2.2em;
}

.morelink {
	float: right;
	margin: 13px 0 0 0;
	padding: 0 0 0 20px;
	line-height:16px;
	height:16px;
	font-size:16px;
	background: url(images/morearrow.gif) left no-repeat;
}


.leftcolumn .singlepage .date {
	width: 630px;
	height: 12px;
	font-size: 10px;
	overflow: hidden;
}

.leftcolumn .competitionbox {
	width: 300px;
	overflow: hidden;
	float:left;
	padding: 0px 12px 0px 12px;
	margin-right: 1px;
}

.leftcolumn .competitionbox img {
	border-bottom: 2px solid #98ca2c;
}

.leftcolumn .singlepage .date p {
	margin: 0px;
	padding: 0px 10px 0 0;
}

.leftcolumn .singlepage .title {
	border-top: 5px solid #98ca2c;
	border-bottom: 2px solid #98ca2c;
	padding: 10px 0px 10px 0px;
}

.leftcolumn .singlepage .title h2 {
	margin: 0;
	font-size: 2.5em;
}

.leftcolumn .singlepage .posttext {
	margin: 0px 10px 10px 10px;
}

.leftcolumn .singlepage .authorinfo {
	background: #f6f3cf;
	width: 600px;
	margin:10px 0 0 0;
	padding: 10px 10px 10px 10px;
}

.leftcolumn .singlepage .authorinfo h3 {
	margin:0px;
	padding:0px;
}

.leftcolumn .singlepage .authorinfo .avatar {
	float: left;
	margin: 0px 15px 0px 0px;
}

.leftcolumn .singlepage .numberpages {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
}	

.leftcolumn .singlepage .numberpages a {
	padding: 3px;
}

.leftcolumn .singlepage .numberpages a:hover {
	color: #fff;
	background: #0a3c7f;
}	

.singlepage .sharepost {
	width: 590px;
	height: 100px;
	position: relative;
	top: -20px;
	z-index: 10;
	margin-left:15px;
	zoom:1;
}

.singlepage .sharepost ul {
	list-style-type: none;
	display: inline-block;
	height: 42px;
	width: 590px;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
	text-align:left;
}

.singlepage .sharepost ul li {
	display: inline-block;
	margin: 0 5px;
}

.singlepage .sharepost a:link, .singlepage .sharepost a:visited { 
	display: inline-block;
	width: 60px;
	height: 80px;
	border: 1px solid #ddd;
	background: #fff url('images/share.gif') no-repeat top left;
	text-indent: -9999px;
}

.singlepage .sharepost a:hover, .single .sharepost a:active {
	border-color: #bbb;
	position: relative;
	top: -39px;
}


	#sharetwitter { background-position: 0 0; }
	#sharedelicious { background-position: -60px 0; }
	#sharedigg { background-position: -120px 0; }
	#sharefacebook { background-position: -180px 0; }
	#sharemyspace { background-position: -240px 0; }
	#sharereddit { background-position: -300px 0; }
	#sharestumbleupon { background-position: -360px 0; }		

.singlepage .sharepost b {
	background: transparent url('images/share_overlay.png') no-repeat top center;
	width: 590px;
	height: 20px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	display: block;
	position: absolute;
	top: 70px;
	left: 0px;
}

.score{
margin-right:10px;
float:left;
}


.break{
clear:both;
height:1px;
width:100%;
border-bottom: 2px solid #98ca2c;}

/*
 *			Theatre
 */

.leftcolumn .theatre {
	background: #000 url(images/theatrebg.jpg) bottom no-repeat;
	margin-bottom: 1px;
	padding: 10px 10px 110px 10px;
	text-align:center;
	color: #fff;
}

.leftcolumn .theatre h2 {
	font-size:30px;
	margin: 0px;
	padding: 0px;
}

.leftcolumn .theatre p {
	margin: 10px 0px 40px 0px;
}

.theatrepages {
	background: #000;
	width: 630px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.theatrepages p {
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#fff;
}

.theatrepages ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

.theatrepages ul li {
	display: inline;
}

.theatrepages ul li a {
	padding: 3px;
	margin: 0px 2px 0px 2px;
	background: #3375d0;
	color: #fff;
}

.theatrepages ul li a:hover {
	background: #0a3c7f;
}

/*
 *			Issues
 */

.leftcolumn .issues {
	background: #000 url(images/issuebg.jpg) bottom no-repeat;
	margin-bottom: 1px;
	padding: 10px 10px 35px 10px;
	text-align:center;
	color: #fff;
}

.leftcolumn .issues h2 {
	font-size:30px;
	margin: 0px;
	padding: 0px;
}

.leftcolumn .issues p {
	margin: 10px 0px 40px 0px;
}


/*
 *			Adverts
 */
 
.adspacer{width:300px;height:20px;}

.bannertop {
	float: right;
	height: 90px;
	width: 749px;
}

.bannertop .advertisehere {
	float: left;
}

.bannerright {
	width: 300px;
	height: 250px;
}

/*
 *			Footer
 */
 
.footer {
	width: 100%;
	background: #2b2b2b;
	border-bottom: 10px solid #98ca2c;
}
	.footer .wrapper {
		color: #fff;
		text-shadow: 0px 1px #000;
	}
	
	.footer .wrapper a {
		color: #fff;
	}
	
	.footer .wrapper .textbox {
		width: 290px;
		margin: 10px 5px 10px 5px;
		border: 1px solid #fff;
		padding: 10px;
		float: left;
	}
	
	.footer .wrapper .textbox h3 {
		margin: 0 0 10px 0;
		padding: 0px;
	}
	
	.footer .wrapper .textbox ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.footer .wrapper .textbox ul li {
		line-height: 25px;
		width: 270px;
		border-bottom: 1px dashed #fff;
	}

	.footer .wrapper .textbox ul li:hover {
		background: #3d3d3d;
	}

	.footer .wrapper .copyright {
		padding: 10px;
	}






.topslider {
		width: 840px;
		height: 300px;
		background: transparent url('images/topslider_bg.png') no-repeat center top; 
		position: relative;
		margin: 0px 0px;
		padding: 10px 65px;
		overflow: hidden;
	}
	
	.topslider .slider ul {
		position: relative;
		margin: 0;
		padding: 0;
		width: 840px;
		height: 300px;
		overflow: hidden;
	}

		.topslider .slideroverlay {
			background: transparent url('images/slider_overlay.png') repeat-x left top;
			height: 250px;
			width: 180px;
			z-index: 2;
			margin: -300px 0 0 20px;
			color: #fff;
			padding: 10px;
			float:left;
		}
		.slideroverlay .title {
				padding: .5em 0;
				font-size:24px;
				font-weight:bold;
				margin: 0 0 10px 0;

			}
		
			.slideroverlay .title a:link, .slideroverlay .title a:visited {
				color: #97cc34;
				text-decoration: underline;
			}
			
			.slideroverlay .title a:hover, .slideroverlay .title a:active {
				color: #a2e70d;
			}	

	.topslider .linkblock a{
		display:block;
		width:840px;
		height:300px;
		zoom:1;
	}	
		
		
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:840px;
		height:300px;
		overflow:hidden; 
		}	
												
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:absolute;
		top: 90px;
		width:60px;
		height:160px;
		background: transparent url('images/arrow_left.png') no-repeat 0 0;	
		text-indent: -9999px;
		margin-left: 7px;
		}	
		
	#nextBtn a, #slider1next a{ 
		background: url('images/arrow_right.png') no-repeat 0 0;	
		right: 0px;
		}	
		
	#prevBtn a, #slider1prev a{ 
		background: url('images/arrow_left.png') no-repeat 0 0;	
		left: 0px;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
   .slide-out-div {
       padding: 20px 20px 20px 20px;
        width: 250px;
        background: #97cc34;
		position: fixed;
		top: 100px;
		left: 0px;
		z-index: 999;
		text-align: left;
		font-size: 1.2em;
		min-height: 140px;
    }
	
	.slide-out-div p {
		line-height: 1.6em;
	}
	
	.slide-out-div a:link, .slide-out-div a:visited {
		color: #154105;
		font-weight: bold;
	}

#tweetblender-3-mc {
	background-color: #fff;
	margin-bottom: 20px;
padding: 10px;
}

/* slideout /*
.handlecp{background-image:url(http://www.thirteen1.com/wp-content/themes/thirteen1/images/control_title.png);}
.handlelog{background-image:url(http://www.thirteen1.com/wp-content/themes/thirteen1/images/login_title.png);}

/* slideout EOF /*

/* COMMENTS!! /*
/* Begin Comments*/
.leftcolumn .alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/*
 *	I never meant to cause you any sorrow
 *	I never meant to cause you any pain
 *	I only wanted one time to see you laughing
 *	I only wanted to see you laughing in the purple rain
 */