/*  
Theme Name: Adult Blog 8
Theme URI: 
Description: 3 col, 2 side, 1 center main
Version: 1.0
Author:
Author URI: 

*/
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #CCCACB url(images/bg8.gif);
}
img{
	border: 0;
}
.header, .content, .footer{
	width: 960px;
	margin: 0 auto;
	background: #152884;
}
.header .shards{
	float: left;
}
.header .search{
	width: 453px;
	height: 29px;
	background: url(images/index_04.jpg) no-repeat;
}
.header .tfield{
	width: 213px;
	height: 107px;
	background: url(images/index_03.jpg) no-repeat;
	padding: 20px 45px 20px 25px;
}
.header .tfield p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}
.content{
	background: #152884 url(images/cont_bg.jpg) repeat-y;
}
.left{
	width: 220px;
	float: left;
}
.left .logo{
	padding-top: 200px;
	padding-left: 7px;
	background: url(images/left_logo.jpg) no-repeat;
}
.center{
	width: 520px;
	float: left;
}
.right{
	width: 213px;
	float: right;
	padding-right: 7px;
}
.right .title, .left .title{
	width: 213px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #DCE0E1;
	margin: 0;
	padding: 4px 0;
	background: url(images/cat_empty.jpg) no-repeat;
}
.imginsert{
	width: 213px;
}
.imginsert img{
	margin: 3px auto;
	border: 2px solid #6B6A6A;
}
.footer .shards{
	float: left;
}
.footer .tfield{
	text-align: center;
	color: white;
	width: 320px;
	height: 56px;
	background: url(images/index_09.jpg) no-repeat;
	padding-top: 40px ;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	color: white;
	text-decoration: underline;
}
.footer a:hover{text-decoration: none;}

.right ul, .left ul{
	margin: 10px;
	padding: 0;
}

.right ul li, .left ul li{
	background: url(images/bullet.jpg) no-repeat left center;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 2px;
	/*list-style: url(images/bullet.jpg);*/
}
.right p, .left p{
	margin: 2px 15px;
}
.right a, .right a:visited, .right a:hover, .left a, .left a:visited, .left a:hover{
	color: black;
	text-decoration: none;
}
	
.right a:hover, .left a:hover{
	text-decoration: underline;
}

.title1{
	margin: 0 auto;
	width: 488px;
	background: url(images/post_title_bg.jpg) repeat-y;
}
.title2{
	width: 488px;
	padding-top: 5px;
	background: url(images/post_title_top.jpg) no-repeat;
}
.permalink1{
	text-align: right;
	margin: 5px auto;
	width: 488px;
	background: url(images/title_sub_bg.jpg) repeat-y;
}
.permalink2{
	width: 488px;
	padding-top: 5px;
	background: url(images/title_sub_top.jpg) no-repeat;
}


h1{
	color: black;
	font-size: 28px;
	padding: 0px;
	margin: 20px;
}
h2{
	color: black;
	font-size: 24px;
	padding-left: 30px;
	margin: 0;
}
h2 a, h2 a:visited{
	color: white;
	text-decoration: none;
	border: none; 
	}
	
h2 a:hover{
	color: white;
	border: none;
	text-decoration: underline;
	}
h3{
	color: black;
	font-size: 20px;
	padding: 0px;
	margin: 0px 15px;
}	
h4{
	color: black;
	font-size: 16px;
	padding: 0px;
	margin: 5px;
}	

.center p{
	padding: 0;
	margin: 5px 15px;
}
.center span{
	padding: 0;
	margin: 5px 15px;
	border-bottom: 1px dotted black;
}

.permalink a, .permalink a:visited{
	color: black;
	text-decoration: underline;
	}
	
.permalink a:hover{
	color: black;
	text-decoration: none;
	}
	
a, a:visited{
	color: #C62803;
	text-decoration: underline;
	border: none; 
	}
	
a:hover{
	color: #C62803;
	border: none;
	text-decoration: none;
	}

.alignleft {
   float: left;
   border: 0;
   margin-right: 7px;
}

.post-content {
	padding: 1em 0 0;
}
