/*
      Created by Wolfen of pornfidelity.com
	 
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 background: url(images/background.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

a{
font-weight:bold;
text-decoration:underline;
color: #0066FF;
}

a:hover, a:active {
font-weight:bold;
text-decoration: none;
}

.clear {
clear: both;
}
.date {
text-indent:20px;
color: #ff8c10;
padding-bottom:5px;
}
.internal{
padding-left:20px;
background:url(images/internal.png) no-repeat left center;
}
.external{
color: #000066;
padding-right:10px;
background:url(images/external.png) no-repeat right top;
}
.download{
padding-right:15px;
background:url(images/download.png) no-repeat right top;
}

.blockquote {
border : 1px solid #ccc;
width: 890px;
margin: 5px auto;
background-color: #E0DFDD;
}
/*start header*/

#header {
width: 900px;
height: 100px;
padding: 10px 10px 10px 10px;
border: 1px solid  #666666;
margin-bottom: 5px;
margin-top:5px;
background: #E0DFDD url(images/logo.gif) no-repeat right top;
}
#header h1 {
font-size: 36px;
color: #993366;
font-weight: bold;
padding:0px;
}
#header p {
font-size: 18px;
padding:0px;
}


/*start content*/

#content { 
width: 900px;
border: 1px solid #666666;
background: #FFFFFF;
margin-bottom: 10px;
padding: 10px;
}
#content h2 {
color: #993333;
font-size: 16px;
font-weight: bold;
padding:10px 0px;
text-align:center;
}
#content h3{
font-size:14px;
padding-bottom: 5px;
font-weight:normal;
}
#content h4 {
font-size:12px;
padding-bottom: 10px;
font-weight: normal;
}
#content p {
text-indent:20px;
padding-bottom: 5px;
background: url(images/paragraf.png) no-repeat left top;
}
#content a img {
border: 1px dashed #0066FF;
margin-bottom:5px;
}

#content a:hover img, a:active img {
border: 1px solid #0066FF;
}

.episodebox {
float: left;
margin:7px;
text-align: center;
width:280px;
}
.thumbbox {
float: left;
padding:5px;
margin:8px;
width:112px;
}

.videobox {
float: left;
margin:8px;
width:400px;
font-size:12px;
font-weight:bold;
}

#inline-list {
	padding: 10px;
	text-align:center;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding:0px 5px 0px 5px;
	}
	
#episodes{
text-align:center;
}

/*end content*/


/*start footer*/

#footer { 
width: 900px;
border: 1px solid #666666;
background: #FFFFFF;
margin-bottom: 10px;
padding: 10px;
text-align:center;
}

#footer ul li {
display:inline;
padding:0px 5px 0px 5px;
border-right:1px solid #999999;
}


