/*  
Theme Name: Spanking
Author URI: http://spanking.com
Version: 1.5
Author: lwest
Description: The default theme for Spanking.com
*/

* {
	margin:0;
	padding:0;
	}

body{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 62.5%;
	background:url(images/spanking-background.jpg) repeat;
	}
	
img{
	border:none;
	}
	
	a{
		color:#FF0000;
		text-decoration:none;
		}
		
	a:hover{
		color:#000;
		}

	ul{
		list-style:none;
		}

#container{
	width:970px;
	background:#ecad40;
	margin:0 auto;
	border-left:#603315 3px solid;
	border-right:#603315 3px solid;
	overflow:auto;
	}
	
/*HEADER*/	
	
#header{
	width:100%;
	height:150px;
	background:#321704 url(images/spanking-logo.jpg) top center no-repeat;
	}
	
		#logo a{
			width:430px;
			height:114px;
			display:block;
			text-indent:-9999px;
			overflow:hidden;
			float:left;
			margin-left: 23px;
			}
			
		#slogan{
			text-transform:uppercase;
			font-size:3.2em;
			color:#fff;
			padding-top: 55px;
			font-weight:bold;
			}
	
/*Spanking.com - Main Navigation*/
			
		ul#nav{
			background: #603315;
			float:left;
			width:100%;
			height:25px;
			list-style:none;
			}
			
			#nav li{
				float:left;
				}
			
			#nav li a {
				display:block;
				text-indent: -9999px;
				overflow:hidden;
				height:25px;
				}
				
				#nav li a:hover {
					filter:alpha(opacity=50);
					-moz-opacity:0.5;
					-khtml-opacity: 0.5;
					opacity: 0.5;
					}

			#nav li.home a{
				background:url(images/home.gif) no-repeat;
				width:72px;
				}
				
			#nav li.videos a{
				background-image:url(images/videos.gif);
				width:63px;
				}

			#nav li.reviews a{
				background-image:url(images/reviews.gif);
				width:75px;
				}
			
			#nav li.blog a{
				background-image:url(images/blog.gif);
				width:52px;
				}
			
			#nav li.contact a{
				background-image:url(images/contact.gif);
				width:71px;
				}
				
			#nav li.vod a{
				background-image:url(images/vod.gif);
				width:126px;
				}
			
			#nav li.spanking a{
				background-image:url(images/spanking.gif);
				width:138px;
				}
				
#side_container{
	margin:13px 20px 13px 15px;
	float:left;
	width:220px;
	}

/*First Sidebar*/
	
#sidebar{
	background:#f4f4f4;
	-moz-border-radius: 10px; /*Rounded Corners for Firefox*/
	-webkit-border-radius: 10px; /*Rounded Corners for All but IE*/
	padding: 5px 0 10px 0;
	}
	
	#sidebar ul{
		font-size: 1.2em;
		padding:2px 10px 2px 10px;
		}
		
		#sidebar ul a{
			color:#000;
			}
			
			#sidebar ul a:hover{
				color:#CC0000;
				background-color:#CCC;
				text-decoration:underline;
				}
			
		#sidebar li{
			padding: 5px 0 5px 0;
			list-style:none;
			}
	
	.search{
		display: block;
		background-image:url(images/search.gif);
		width:51px;
		height:20px;
		text-indent:-9999px;
		margin: 5px 0 -10px 10px;
		}
			#s{
				width:150px;
				border:1px #333333 solid;
				padding: 3px;
				margin:0 0 7px 36px;
				}
			#searchsubmit{
				margin:0 0 7px 36px;
				width:65px;
				height:25px;
				background:url(images/spankingbutton.gif) top center;
				text-transform:capitalize;
				font-weight:bold;
				border:none;
				}

	.widgettitle{
		display:block;
		text-indent: -9999px;
		overflow:hidden;
		width:100%;
		height:28px;
		border-top:#000 solid 1px;
		border-bottom:#000 solid 1px;
		margin: 10px 0 10px 0;
		}
	
	.side_h2{
		display:block;
		text-indent: -9999px;
		overflow:hidden;
		width:100%;
		height:28px;
		border-top:#000 solid 1px;
		border-bottom:#000 solid 1px;
		margin: 10px 0 10px 0;
		}
	
	#recent-posts-3 h2{
		background: #fff url(images/recent-reviews.gif) top center no-repeat;
		}
	
	#recent_reviews{
		background: #fff url(images/recent-reviews.gif) top center no-repeat;
		}
		
	#linkcat-5 h2{
		background: #fff url(images/top10.gif) top center no-repeat;
		}
		
	#top10{
		background: #fff url(images/top10.gif) top center no-repeat;
		}
		
	#categories-2 h2{
		background: #fff url(images/categories.gif) top center no-repeat;
		}
		
	#categories{
		background: #fff url(images/categories.gif) top center no-repeat;
		}
		
	#adrotate_2 h2{
		background: #fff url(images/sponsors.gif) top center no-repeat;
		}
		
	#linkcat-344 h2{
		background: #fff url(images/ofac.gif) top center no-repeat;
		}
		
		#adrotate_2{
			text-align:center;
			}

/*Advertising*/

		
/* #ads{
	background:#f4f4f4;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	margin-top: 10px;
	padding:2px;
	height:300px;
	float:left;
	} */
	
/*MAIN CONTENT!*/
	
#main-content{
	background:#FFF;
	width: 680px;
	-moz-border-radius: 10px; /*Rounded Corners for Firefox*/
	-webkit-border-radius: 10px; /*Rounded Corners for All but IE*/
	margin:13px 15px 13px 0;
	padding:0 10px 10px 10px;
	float:right;
	}
	
	#main-content h2{
		font-size:2.8em;
		padding:5px 0 5px 0;
		margin-top:10px;
		}
		
		#main-content h2 a{
			color:#464646;
			text-decoration:underline;
			}
			
			#main-content h2 a:hover{
				color:#CC0000;
				text-decoration:underline;
				}
			
	#main-content p{
		font-size:1.2em;
		font-family:Arial, Helvetica, sans-serif;
		padding: 5px 5px 5px 10px;
		}
		
	#content{
		width:520px;
		float:left;
		}

#r_sidebar{
	float:right;
	width:130px;
	overflow:hidden;
	padding-top:15px;
	}
	
	#r_sidebar h2{
		border:none;
		font-size:1.6em;
		}
		
		#r_sidebar .widgettitle{
			display:none;
			}

/*FOOTER*/

#footer{
	width:976px;
	height: 60px;
	background: #603315;
	font-size:1.2em;
	color:#efc7a0;
	padding-top:20px;
	text-align:center;
	margin:0 auto;
	}
	
	#footer a{
		text-decoration:none;
		color:#efc7a0;
		}
		
		#footer a:hover{
			text-decoration:underline;
			color:#CC6600;
			}




.commentlist{
	margin:10px 0 0 25px;
	}