/*

Theme Name: The TV Addict
Description: Custom design for TheTVAddict.com
Author: Pro Blog Design
Author URI: http://www.problogdesign.com/

*/	


/**		Reskin Images 

To add a reskin, uncomment the following line (Feel free to change the color and image location), and comment out the one 2 below it

body {background:#002b3e url(img/reskin.jpg) 50% 0 no-repeat;}
body {background-color:#fff;}

To revert back to the default, comment out the above line and uncomment this one:
*/
body {background-color:#fff;}


body 
{
font-size: 12px;
margin: 0px;
text-align: center;
color: #404040;
font-family: Arial, Helvetica, sans-serif;
}

.body2 {background:url(img/bg.gif) top left repeat-x;}

#wrap{
	position: relative;
	margin: auto;
	width: 832px;
}

	#head{
		position: relative;
		height: 94px;	
	}
	
		#logo{
			position: absolute;
			top: 0;
			left: 0;
			height: 100px;
			width: 303px;
			text-indent: -9999em;
			background: url(img/logo.png) top center no-repeat;
		}
		
		#search{
			position: relative;
			float: right;
			height: 23px;	
			padding-top: 23px;
		}
		
		* html #search{
			width: 185px;
		}
		
			#search p{
				overflow: hidden;
				height: 23px;	
			}
			
			#search .text{
				float: left;
				width: 133px;
				height: 15px;
				line-height: 15px;
				color: #777;
				background: #fff;
				padding: 3px 5px 3px 5px;
				border: 1px solid #7D7D7D;
			}
			
			#search .submit{
				float: left;
				border: 0;
				font-size: 0;
				width: 40px;
				height: 23px;
				text-indent: -9999em;
				background: url(img/sbtn.gif) top left no-repeat;	
			}
		
		
		#nav{
			float: right;
			height: 25px;
			clear: right;	
			margin-top: 20px;
			border-right: 1px solid #A7A7A7;
		}
		
			#nav li{
				float: left;
				height: 25px;	
			background: #454545;
			}		
		
			* html #nav li{
				float: right;
			}
			
			#nav li a{
				float: left;
				color: #fff;
				height: 21px;
				font-size: 14px;
				font-weight: bold;
				padding: 3px 8px 0 8px;	
				border-top: 1px solid #A7A7A7;
				border-left: 1px solid #A7A7A7;
			}
			
			#nav li a:hover, #nav li.active a, #nav li.current_page_item a{
				text-decoration: none;
				background: url(img/nbg.gif) top left repeat-x;
			}
			
			#nav ul{
				display: none;
			}

	
	
	
	
	#top{
		position: relative;
		background: #E5E4E0;
		border: 1px solid #CACAC8;
		padding:	18px 0px 6px 19px;
		-moz-box-shadow: 0 0 3px #CACAC8;
		-webkit-box-shadow: 0 0 3px #CACAC8;
		box-shadow: 0 0 3px #CACAC8;
	}
	
		#top h1{
			position: absolute;
			top: 28px;
			left: -12px;
			height: 140px;
			width:  28px;
			text-indent: -9999em;
			background: url(img/title-top.gif) top left no-repeat;
		}
	
		.featured{
			float: left;
			width: 311px;
			text-align: left;
			position: relative;
		}
			
			.featured-image{
				position: relative;
				height: 118px;
				width: 311px;
				overflow: hidden;
			}
			
				.featured-image a{					
					position: relative;
					display: block;
					height: 112px;
					width: 305px;
					overflow: hidden;
					border: 3px solid #40413C;
				}
				
				.featured-image a img{
					position: relative;
					display: block;
					width: 305px;
					min-height: 112px;
				}
			
			.featured h2{
				color: #404040;	
				font-size: 16px;
				padding: 6px 0 2px 0;
			}
			
				.featured h2 a{
					color: #404040;	
				}
			
			.featured p{
				overflow: hidden;	
			}
			
			.featured p a{
				float: left;
				padding: 3px 8px 3px 8px;
				color: #fff;
				background: #F56C26;
				text-decoration: none;
			}
		
		.past{
			float: left;
			padding-left: 6px;	
			text-align: left;
		}
		
			.past li{
				float: left;
				width: 130px;
				padding-left: 28px;
			}
			
				.past li img{
					position: relative;
					display: block;
					border: 1px solid #40413C;
					width: 130px;
					overflow: hidden;	
				}
				
					.past-image img{
						display: block;
						width: 130px;
					}
				
				.past li h3{
					font-size: 14px;
					padding: 5px 0 5px 0;	
				}
				
				.past li p{
					font-size: 11px;
					line-height: 1.4em;
				}
				
				.featured h2 a:link, .featured h2 a:visited {color:#404040;font-size:14px;}
				.past li a:link, .past li a:visited {color:#404040;font-size:12px;}
				
				.past li a.readmore:link, .past li a.readmore:visited {
					color: #F56C26;
					padding-right: 12px;
					background: url(img/tick.png) right center no-repeat;
				}

	
	
	.wide-advert{
		position: relative;
		margin: 26px 0 20px 0;
	}
	
	


	#page{
		position: relative;
		text-align: left;
		margin-top: 10px;
	}
	
		#content{
			float: left;
			width: 425px;
			position: relative;
			padding-bottom: 12px;
			border: 1px solid #C9C9C9;
			-moz-box-shadow: 0 0 3px #CACAC8;
			-webkit-box-shadow: 0 0 3px #CACAC8;
			box-shadow: 0 0 3px #CACAC8;
			overflow:hidden;
			background:#fff;
		}
		
		html>body #content {overflow:visible;}
		
			#content h1.ctitle{
				position: absolute;
				top: 30px;
				left: -11px;
				width: 27px;
				height: 150px;
				text-indent: -9999em;
				background: url(img/title-recent.gif) top left no-repeat;
			}
			
			#comwrap{
				padding: 12px;
				background: #EFEFEF;
				position: relative;
				margin-bottom: -12px;
			}
			
			.sp-ad{
				position: relative;
				margin-bottom: 24px;
				margin-top: -12px;
				padding: 0 20px 12px 20px;
				background: url(img/lines.jpg) bottom center no-repeat;
				text-align:center;
			}
		
			.entry{
				position: relative;
				margin-bottom: 24px;
				padding: 15px 20px 12px 20px;
				background: url(img/lines.jpg) bottom center no-repeat;
			}
			
				.entry a{
					color: #F56C26;
				}
			
				.entry-head{
					position: relative;
				}
				
					.entry-head h2{
						position: relative;
						font-size: 20px;
						font-weight: bold;
						color: #000;
					}
					
						.entry-head h2 a{
							color: #000;
						}
					
					.entry-info{
						padding: 4px 0 6px 0;
						font-size: 10px;
						font-family: Georgia;
					}
				
				
				
				.entry-image{
					position: relative;
				}
				
					img.border{
						width: 379px;
						display: block;
						position: relative;
						border: 3px solid #BCB8B7;
					}
					
					.entry-image p{
						padding: 0 0 .8em 0;	
					}
				
				
				
				.entry-content{
					position: relative;
					overflow: hidden;
				}
				
					.entry-content p{
						line-height: 1.4em;
						padding-bottom: 1em;
					}
					
					.entry a.more{
						font-size: 11px;
						padding-right: 12px;
						background: url(img/tick.png) right center no-repeat;
					}
					
					.entry-content strong{
						font-weight: bold;	
					}
					
					.entry-content h2{
						font-size: 18px;
						font-weight: bold;	
						border-bottom:1px solid #999;
						margin:0 0 18px 0;
					}
					
					.entry-content h3, .pagetitle{
						font-weight: bold;
						font-size: 16px;
						border-bottom:1px solid #999;
						margin:0 0 18px 0;
					}
					
					.entry-content h4{
						font-weight: bold;
						font-size: 14px;	
					}
					
					.entry-content h5, .entry-content h6{
						font-weight: bold;
					}
					
					.entry-content em{
						font-style: italic;
					}
					
					.entry-content blockquote{
						border: 1px solid #ccc;
						background: #EFEFEF;
						margin-bottom: 14px;
						padding: 14px 14px 0 14px;
						font-family: Georgia;
						font-style: italic;
						line-height: .7em;
					}
					
					.entry-content ul, .entry-content ol{
						line-height: 1.5em;
						padding-bottom: 1em;	
					}
					
					.entry-content ul li{
						list-style: inside disc;	
					}
					
					.entry-content ol li{
						list-style: inside decimal;
					}
				
				
				
				.share-entry{
					position: relative;
					overflow: hidden;
					margin-left: 15px;
					background: url(img/share-bg.gif) top left no-repeat;
					padding: 30px 0 0 17px;
					margin-bottom: -15px;
				}
				
					.share-entry li{
						float: left;
						padding-right: 1px;
						height: 17px;
						width: 47px;
					}
					
					.share-entry li a{						
						float: left;
						height: 17px;
						width: 47px;
						text-indent: -9999em;	
					}
					
					.se1{
						background: url(img/se1.gif) top left no-repeat;
					}
					.se2{
						background: url(img/se2.gif) top left no-repeat;
					}
					.se3{
						background: url(img/se3.gif) top left no-repeat;
					}
					.se4{
						background: url(img/se4.gif) top left no-repeat;
					}
					.se5{
						background: url(img/se5.gif) top left no-repeat;
					}
					.se6{
						background: url(img/se6.gif) top left no-repeat;
					}
					.se7{
						background: url(img/se7.gif) top left no-repeat;
					}
					.se8{
						background: url(img/se8.gif) top left no-repeat;
					}
				
				
				
				.entry-foot{
					position: relative;
					overflow: hidden;
				}
				
					.entry-comments{
						float: left;
						width: 29px;
						height: 33px;
						background: url(img/com-count.gif) top left no-repeat;
						text-align: center;
						color: #fff;
						font-size: 11px;	
						overflow: hidden;
					}
					
						.entry-comments a{	
							display: block;						
							width: 29px;
							height: 33px;
							line-height: 28px;
							padding-top: 5px;
							color: #fff;
							overflow: hidden;
							text-align: center;
						}
						
						.entry-categories{
							float: left;		
							height: 33px;
							line-height: 28px;
							padding-top: 5px;
							font-size: 10px;
							padding-left: 18px;
							font-family: Georgia;
						}
						
					.social{
						float: right;
							padding-top: 10px;		
					}	
					
						.social li{
							float: left;
							padding-left: 2px;	
						}
						
						.social li a{
							float: left;
							text-indent: -9999em;
							height: 16px;
							width: 16px;					
						}
						
						.social1{
							background: url(img/s1.gif) top left no-repeat;
						}
						.social2{
							background: url(img/s2.gif) top left no-repeat;
						}
						.social3{
							background: url(img/s3.gif) top left no-repeat;
						}
						.social4{
							background: url(img/s4.gif) top left no-repeat;
						}
						
			.pagenav{
				position: absolute;
				bottom: -6px;
				left: 20px;
				width: 385px;
				height: 20px;
			}
			
				.pagenav a{
					color: #fff;
					width: 80px;
					height: 20px;
					display: block;
					font-size: 14px;
					text-align: center;
					padding-top: 4px;
					font-weight: bold;
					text-shadow: 1px 1px 1px #A94C1C;
					background: url(img/older.gif) top left no-repeat;	
				}
				
				.older-link{
					float: left;	
					width: 80px;
					height: 20px;
				}
				
				.newer-link{
					float: right;
					width: 80px;
					height: 20px;
				}
		
		
		
		
		
		#sidebar{
			float: right;
			width: 375px;
		}
		
			#sbads-top{
				position: relative;
				overflow: hidden;
				padding-bottom: 12px;	
			}
			
			#sbads-bottom{
				position: relative;
				overflow: hidden;
			}
			
			#sbads-top img, #sbads-bottom img{
				display: block;
				margin: 0 auto 15px auto;				
			}
			
			
			.static-box{
				position: relative;
				margin-bottom: 30px;
				background: #DAF0FB;
				border: 1px solid #C9CACC;
				padding: 24px 18px 10px 18px;
			-moz-box-shadow: 0 0 3px #CACAC8;
			-webkit-box-shadow: 0 0 3px #CACAC8;
			box-shadow: 0 0 3px #CACAC8;
			}
			
				.static-box h3{
					position: relative;
					padding: 0 0 0 18px;
					height: 27px;
					font-size: 14px;
					color: #fff;
					margin-top: -34px;
					text-shadow: 1px 1px 1px #89482A;
					text-transform: uppercase;
					background: url(img/wtitle-righta.gif) top left no-repeat;
				}
				
					.static-box h3 span{
						padding: 5px 25px 0 7px;
						height: 22px;
						float: left;
						background: url(img/wtitle-lefta.gif) top right no-repeat;	
					}
				
				#tweets{
					position: relative;
					padding-left: 50px;
					min-height: 46px;
					margin-top: 12px;			
					text-align: right;		
					background: url(img/icon-tweet.gif) left top no-repeat;
				}
				
					#tweets a{
						color: #F56C26;
					}
				
					.tweet{
						position: relative;
						color: #444;
						text-align: left;
						margin-bottom: 6px;	
						background: url(img/lines.jpg) bottom left no-repeat;	
					}
					
						.tweet p{
							font-style: italic;	
						}
						
						.tweet strong{
							display: block;
							font-size: 10px;
							font-family: Georgia;
							padding: 4px 0 7px 0;
						}
				
				
				#fbook{
					position: relative;
					padding-left: 56px;
					min-height: 46px;
					margin-top: 12px;			
					background: url(img/facebook.gif) top left no-repeat;
				}
				
					#fbook p{
						text-align: left;
						font-size: 16px;
						position: relative;
						font-weight: bold;
						color: #4A5F7C;
						text-shadow: 1px 1px #fff;
					}
					
					#fbook a{
						display: block;
						margin: 7px auto 0 75px;
						font-size: 11px;
						text-transform: uppercase;
						color: #fff;
						background: #3B5997;
						padding: 5px 0 5px 0;
						width: 98px;
						border: 1px solid #fff;
						text-shadow: none;
						text-align: center;
						text-decoration: none;
					}
				
					
			
			
			
			.widget{
				position: relative;
				margin-bottom: 30px;
				background: #fff;
				text-align: left;
				border: 1px solid #C9CACC;
				padding: 24px 18px 10px 18px;
				-moz-box-shadow: 0 0 3px #CACAC8;
				-webkit-box-shadow: 0 0 3px #CACAC8;
				box-shadow: 0 0 3px #CACAC8;
			}	
				
				.widget h3{
					position: relative;
					padding: 0 0 0 25px;
					height: 27px;
					font-size: 14px;
					color: #fff;
					margin-top: -34px;
					text-shadow: 1px 1px 1px #89482A;
					text-transform: uppercase;
					background: url(img/wtitle-rightb.gif) top left no-repeat;
				}
				
					.widget h3 span{
						padding: 5px 25px 0 0;
						height: 22px;
						float: left;
						background: url(img/wtitle-wighta.gif) top right no-repeat;	
					}
				
				
				
				#most-commented{
					position: relative;
				}
				
					#most-commented li{
						position: relative;
						margin-top: 10px;
						min-height:25px;
						padding:8px 0 0 0;
					}
					
					#most-commented li p{
						line-height: 1.5em;
					}
					
					#most-commented li  strong{
						display: block;
						font-size: 10px;
						font-family: Georgia;
						padding: 4px 0 7px 0;
					}
					
					#most-commented a{
						color: #F56C26;
					}
					
					#most-commented li a.most-link{
						color: #111;
					}
					
					#most-commented li a:link, #most-commented li a:visited {
					color:#111;display:block;text-decoration:none;
					margin-left: 40px;
					background: url(img/lines.jpg) bottom right no-repeat;
					line-height:25px;
					}
					
					#most-commented li a:hover, #most-commented li a:active {
					text-decoration:underline;
					}
					
					.wpp-comments{
						position:absolute;
						top:0;
						left:0;
						padding-top:13px;
						width: 29px;
						height: 33px;
						background: url(img/com-count.gif) top left no-repeat;
						text-align: center;
						color: #fff;
						font-size: 11px;	
					}
					
					#most-commented span.com-count {
						float: left;
						margin-left: -40px;
						padding-top:13px;
						width: 29px;
						height: 33px;
						background: url(img/com-count.gif) top left no-repeat;
						text-align: center;
						color: #fff;
						font-size: 11px;	
					}
					
						#most-commented span.com-count a{	
							display: block;						
							width: 29px;
							height: 33px;
							line-height: 28px;
							padding-top: 5px;
							color: #fff;
						}
				
				#adverts ul{
					overflow: hidden;
					position: relative;
					padding: 6px 0 0 15px;
				}
				
					#adverts ul li{
						height: 125px;
						width: 125px;
						float: left;
						background: none;
						padding: 7px 15px 7px 15px;
					}
					
					#adverts p{
						text-align: right;
					}
					
					#adverts p a{
						color: #F56C26;
						font-size: 11px;
						padding-right: 12px;
						background: url(img/tick.png) center right no-repeat;
					}
					
					* html #adverts p a{
						background: none;
					}
				


				#gallery{
					position: relative;
				}
				
					#gallery ul{
						position: relative;		
						overflow: hidden;					
						padding: 8px 0 0 1px;
					}
				
					#gallery li{
						float: left;
						width: 102px;
						padding: 5px;
					}				
					
					#gallery li a{
						display: block;
						width: 100px;
						border: 1px solid #000;	
					}
					
					#gallery li a img{
						display: block;
					}
					
					#gallery li strong{
						padding-top: 2px;
						padding-left: 6px;
						height: 17px;
						display: block;
						font-size: 10px;
						color: #fff;
						text-align: left;
						background: url(img/gal-bg.gif) top left repeat-x;
					}
					
					#gallery p{
						text-align: right;
					}
					
					#gallery p a{
						color: #F56C26;
						font-size: 11px;
						padding-right: 12px;
						background: url(img/tick.png) center right no-repeat;
					}
					
					* html #gallery p a{
						background: none;
					}
				
				
				#recently{
					position: relative;
				}
				
					#recently li{
						position: relative;
						margin-top: 10px;
						background: url(img/lines.jpg) bottom right no-repeat;
					}
					
					#recently h4{
						font-size: 14px;
						font-weight: bold;
						color: #000;	
					}
					
						#recently h4 a{
							color: #000;
						}
					
					#recently li p{
						line-height: 1.5em;
					}
					
					#recently li  strong{
						display: block;
						font-size: 10px;
						font-family: Georgia;
						padding: 4px 0 7px 0;
					}
					
					#recently a{
						color: #F56C26;
					}
				
				
				.genwidget{
					position: relative;
				}
				
					.genwidget li{
						position: relative;
						padding: 8px 0 8px 0;
						background: url(img/lines.jpg) bottom right no-repeat;
					}
					
					.genwidget a{
						color: #F56C26;
					}
					
					.genwidget p{
						line-height: 1.5em;
						padding: .5em 0 .5em 0;
					}
				


#foot{
	position: relative;
	background: #181818;
	border-bottom: 4px solid #272727;
	border-top: 3px solid #F36C2C;
}

	#footer{		
		position: relative;
		margin: auto;
		width: 832px;
		text-align: left;	
		overflow: hidden;
		padding-bottom: 35px;
	}
	
	.foot-box{
		float: left;
		width: 245px;
		padding-right:30px;
	}
	
		#footer h6{
			font-size: 20px;
			color: #fff;
			font-weight: bold;
			padding-top: 16px;
		}
		
		#footer li{
			padding: 2px 0 2px 0;	
		}
		
		#footer li a{
			color: #9C9C9C;
			padding-left: 12px;
			background: url(img/ftick.gif) left center no-repeat;
		}
		
		#footer li a:hover{
			color: #F36C2C;
		}
	
	
	#bottom{
		position: relative;
		margin: auto;
		width: 832px;
		text-align: center;	
		overflow: hidden;
		padding-bottom: 25px;
		color: #cdcdcd;
	}
	
		#bottom a{
			color: #F36C2C;
		}



.gorilla1 {text-align:center;width:160px;margin:0 auto;}
.gorilla2 {width:300px;text-align:center;margin:0 auto;}
.blogads {width:160px;text-align:center;margin:0 auto 30px auto;}


/* Begin WordPress Images CSS */
p img {padding: 0;max-width: 100%;}

img.centered {display: block;margin-left: auto;margin-right:auto;}

img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}

img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}

.alignright {float: right;}

.alignleft {float: left}

/* End Images */

/*** Table Styles ***/

table.rating { 
	text-align: left; 
	width: 385px;
	font-family: "verdana", "Gill Sans", Arial, sans-serif;
	font-size: 10px;
	line-height:20px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-width:1px 1px 0 1px;
	}
	
table.rating caption {
	text-align: right;
	font-size: .9em;
	}
	
table.rating td {
	border: 1px solid #cccccc;
	padding: 3px 5px 2px 5px;
	}
	
/*table.rating tbody tr {border-left:1px solid #ccc;}*/
	
table.rating th {
	text-align: left;
	padding-left: 5px;
	border-color: #cccccc;
	background-color: #ff6600;
	color: white;
	}
	
tr.alt td {
	background: url(http://www.thetvaddict.com/images/th_bg.jpg) repeat-x left top;
	}


table.rating2 { 
	text-align: left; 
	width: 385px;
	font-family: "verdana", "Gill Sans", Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	border-collapse: separate;
	}


table.rating2 a:link {color: #66666;}
table.rating2 a:visited {color: #66666;}
table.rating2 a:hover {color: #006699;}
table.rating2 a:active {color: #006699;}
table.rating2 a:focus {color: #66666;}

table.rating2 caption {
	text-align: right;
	font-size: .9em;
	}
	
table.rating2 td {
	border: 1px solid #cccccc;
	padding: 3px 5px 2px 5px;
	
	}
	
table.rating2 td {
	border: 1px solid #cccccc;
	padding: 3px 5px 2px 5px;
	
	}
	
table.rating2 th {
	text-align: left;
	padding-left: 5px;
	border-color: #cccccc;
	background-color: #006699;
	color: white;
	}

	
tr.alt2 td {
	background: url(http://www.thetvaddict.com/images/idol_bg.jpg) repeat-x left top;
	}


table.rating3 { 
	text-align: left; 
	width: 100%;
	font-family: "verdana", "Gill Sans", Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	border-collapse: separate;
	}

table.rating3 caption {
	text-align: right;
	font-size: .9em;
	}
	
table.rating3 td {
	border: 1px solid #cccccc;
	padding: 3px 5px 2px 5px;
	line-height: 12px;
	}
	

	
table.rating3 th {
	text-align: left;
	padding-left: 5px;
	border-color: #cccccc;
	background-color: #ff6600;
	color: white;
	}
	
tr.alt td {
	background: url(http://www.thetvaddict.com/images/th_bg.jpg) repeat-x left top;
	}
	
/*** Gallery Styles ***/

        .gallery {
                margin: auto;
        }
        .gallery-item {
                float: left;
                margin-top: 10px;
                text-align: center;
                width: 50%;
        }
        .gallery img {
                border: 0px solid #cfcfcf;
        }
        .gallery-caption {
                margin-left: 0;
        }
