
/* Reset CSS and general stuff */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

.clear { 
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

a span { 
	left: -10000px;
	position: absolute;
}

a:hover {
	color: #e80101;
}
 
a.btn-more {
	background: #fff url(images/btn-more.gif) top left no-repeat;
	display: block;
	float: right;
	height: 15px;
	margin: 0 0 10px 0;
	position: relative;
	width: 65px;
}

a.btn-more:hover {
	background-position: bottom;
}
 
/* Design CSS */
body {
	color: #000;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
}

#full {
	background: #910707 url(images/bg-general.jpg) center 34px repeat-y;
	width: 100%;	
}

#container { 
	background: none;
	display: block;
	margin: 0 auto;
	padding: 0 0px 4px 0px;
	position: relative;
	width: 980px;
}


	#header-template {
		background: url(images/header-template.jpg) top left no-repeat;
		height: 394px;
		margin: 0 0 5px 0;
		position: relative;
		width: 100%;	
	}

	#header {
		background: url(images/header.jpg) top center no-repeat;
		display: block;
		position: relative;
		height: 265px;
		width: 980px;
		margin: 0 auto;
	}

		#header .panel {
			color: #fff;
			font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
			position: absolute;
			right: 210px;
			text-transform: lowercase;
			top: 5px;
			z-index: 60;
		}
		
			#header .panel a {
				color: #fff;
				text-decoration: none;
			}
			
			#header .panel a:hover {
				font-weight: bold;
			}
				

		#header a#home {
			display: block;
			height: 265px;
			position: absolute;
			width: 100%;
			z-index: 10;
		}

		#header a#trailer {
			display: block;
			height: 90px;
			position: absolute;
			left: 180px;
			top: 260px;
			width: 275px;
			z-index: 50;
		}
	
		ul#menu {
			background: url(images/bg-menu.gif) top left repeat-x;
			font: bold 15px/35px Verdana, Arial, Helvetica, sans-serif;
			height: 42px;
			left: 41px;
			padding: 0;
			position: absolute;
			top: 394px;
			width: 980px;
		}
		
		* html ul#menu { 
			line-height: 35px;
			
		}

		
			ul#menu #mnu-home { width: 89px; padding-left: 80px; }
			ul#menu #mnu-movies { width: 95px; }
			ul#menu #mnu-pictures { width: 103px; }
			ul#menu #mnu-about { width: 113px; }
			ul#menu #mnu-store { width: 80px; }
			ul#menu #mnu-bonus { width: 88px; }
			ul#menu #mnu-links { width: 92px; }
			ul#menu #mnu-join { width: 200px; }
			
			ul#menu li {
				float: left;		
			}
			
				ul#menu li a { 
					background: url(images/bg-menuitem.gif) right top no-repeat;
					color: #000;
					display: block;
					height: 35px;
					text-align: center;
					text-decoration: none;
					width: 100%;
				}
				
				ul#menu li a strong { position: relative; top: -36px; color: #fff; display: block; }
				
				ul#menu li a:hover { 
					color: #e80101;
				}				

				ul#menu .join {
					font-size: 24px;
					text-transform: uppercase;
					background: none;
					text-align: center;
				}
				


	a#mnu-blog {
		background: url(images/btn-blog.png) top left no-repeat;
		behavior: url(/skins/default/scripts/iepngfix.htc);
		height: 103px;
		left: 35px;
		position: absolute;
		top: 377px; 
		width: 105px;	
		z-index: 1000;					
	}
	
					

	#content {
		margin-top: 0px;
		padding: 0 10px;
	}
	
	#content-template {
		margin: 20px 0;
		text-align: center;		
	}

		h1 { 
			background: url(images/bg-h1.jpg) left bottom no-repeat;
			color: #000;
			display: block;
			font: bold 18px Arial, Helvetica, sans-serif;
			margin: 12px 0 10px 0;
			padding: 0 0 5px 0px;
		}
				
		h2 {
			border-bottom: 1px dotted #910707;
			display: block;
			font: bold 18px Arial, Helvetica, sans-serif;
			margin: 12px 0 8px 0;
			padding: 0 0 5px 0;		
		}

			
		#home-about {
			display: inline;
			float: left;
			padding: 0 0 10px 30px;
			width: 558px;
		}
		
			#home-about h1 {
				background: url(images/bg-h1-homeabout.jpg) left bottom no-repeat;
				float: left;
				display: inline;
				margin: 0px 0 8px 10px;
				width: 300px;
			}
		
			#home-about img {
				background: #fff;
				border: 1px solid #000;
				display: inline;
				float: left;
				margin: 0 0 0 10px; 
				padding: 1px;
			}
			
			#home-about p {
				float: left;
				margin: 0 10px 12px 10px;
				text-align: justify;
				width: 320px;
			}

			p.breadcrumbs {
				float: none;
				font: bold 10px Verdana, Arial, Helvetica, sans-serif;
				margin: 0 0 35px 0;
				padding: 0 0 0 125px;
			}
		
			#home-about p.breadcrumbs {
				position: relative;
				float: none;
				font: bold 10px Verdana, Arial, Helvetica, sans-serif;
				margin: 0;
				padding: 0 0 0 85px;
				top: -7px;
			}		
		
				p.breadcrumbs a { 
					color: #918b7f;
					font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
					text-decoration: none;
				}
							
							
			
			
			* html #home-about p {
				width: 310px; 
			}
			
					
		div.separator {
			background: url(images/bg-separator.gif) top left repeat-x;
			clear: both;
			height: 27px;
			width: 100%;
		}				
		
		#home-sidebar {
			background: url(images/bg-sidebar.jpg) left 153px no-repeat;
			display: inline;
			float: left;
			height: 332px;
			width: 352px;
		}
		
		
			#home-sidebar a {
				background: url(images/btn-join.gif) top left no-repeat;
				display: block;
				height: 302px;
				width: 100%;
			}		
		
	.section {
		padding: 0 0 10px;
		width: 960px;
		margin: 0 auto;
	}

	.bg { 

	}
			
	.section-about {
		line-height: 18px;		
	}
	
	.section-about p {
		text-align: justify;
		margin-bottom: 16px;
	}
	
	.section p.about {
		margin: 0 auto;
		padding: 5px;
		width: 790px;
	}
	
	.section .col {
		background: #e7e6e3ok ;
	}
	
		.space { margin: 25px 0 0 0; }

	
		.section div.column-left {
			float: left;
			height: 220px;
			margin: 0 15px 0 0px;
			width: 200px;
		}
	
		.section div.column {
			float: left;
			margin: 0 10px 10px 10px;
		}
		
			.section div.column h2 { 
				width: 214px;
			}

		.section .flash {
			padding: 5px;
		}

		.section .photoset {
			font-weight: bold;
			margin: 105px 0 0 0;
		}
		
			.section .photoset a {
				display: block;
				text-transform: uppercase;
			}		

		.section div.column-last {
			float: left;
			height: 260px;
			overflow: auto;
			text-align: justify;
			width: 335px;
		}
		

			.section div.column-last p {
				margin: 0 10px 12px 0;
			}

		.section p {
			padding: 2px 0;
		}
	
		.section a { 
			color: #000;
		}

		.section a:hover { 
			color: #e80101;
		}
	
		.section .update-box {
			background: #000;
			display: inline;
			float: left;
			margin: 14px 17px 14px 17px;
			padding: 1px;
			width: 203px;
		}
		
		.section .first {
			clear: both;

		}
				
		
			.section .update-box img {
				border: 1px solid #fff;
				margin: 0 0 0 0;
			}
			
			.section .update-box p {
				background: #141414 url(images/bg-thumb-info.gif) top left repeat-x;
				border: 1px solid #fff;
				color: #fff;
				font-size: 11px;
				font-weight: bold;
				min-height: 70px;
				line-height: 15px;
				margin: 0;
				padding: 6px 12px 6px 12px;
				width: 177px;
			}
			
			* html .section .update-box p {
				height: 70px;
			}
			
				.section .update-box a {
					display: block;
					height: 147px;
					margin: 0;
					padding:0;
				}
			
				.section .update-box p a {
					color: #fff;
					display: block;
					height: 18px;
					font-weight: normal;
				}			
		
				.section .update-box p a:hover {
					color: #e80101;
				}
				
				.section img.thumb {
					background: #fff;
					border: 1px solid #000;
					display: inline;
					float: left;
					margin: 5px 0 5px 10px;
					padding: 1px;
				}
				
				.section img.picture {
					background: #fff;
					border: 1px solid #000;	
					margin: 5px 0 20px 0;
					padding: 1px;								
				}
				
				.section h2.title-pic {
					height: 40px;
				}
				
				.section .thumbfirst{
					clear: both;
					margin: 5px 0 5px 0!important;
				}


/* NAVBAR */
ul.navbar { position: relative; width: 800px; height: 23px; margin: 10px 0 20px 0; list-style-type: none; }
	ul.navbar li { position: relative; float: left; width: 21px; height: 21px; display: block; margin: 0 1px 0 0; }
	ul.navbar li a { display: block; width: 21px; height: 21px; }
	ul.navbar li.previous { background: url(images/btn-nav-left.gif) top left no-repeat; height: 23px; width: 21px; }
	ul.navbar li.next { background: url(images/btn-nav-right.gif) top left no-repeat; height: 23px; width: 21px; }
	ul.navbar li.page { border: 1px solid #868686; background: #868686; text-align: center; line-height: 21px; font-weight: bold; color: #fff; }
		ul.navbar li.page a {  background: #fff; text-decoration: none; font-weight: bold; color: #868686; }
		ul.navbar li.page a:hover { background-color: #626262; color: #fff; }
	ul.navbar span { display: none; }


	.access {
		background: url(images/bg-access.jpg) top left no-repeat;
		height: 175px;
		margin: 20px 0 0;
		width: 975px;
	}
		
		.access a {
			display: block;
			float: left;
			height: 60px;
			margin: 90px 0 0 15px;
			width: 116px;
		}
		
		.access .first {
			margin: 90px 0 0 162px;
		}
		
	#footer {
		clear: both;
		padding: 10px;
	}
	
		#footer a {
			color: #910707;
		}

		#footer p {
			font-size: 11px;
			text-align: center;
		}

		#footer ul {
			margin: 10px 0;
			position: relative; 
			text-align: center;
			width: 100%;
		}
		
		#footer ul li { 
			display: inline;
			font-size: 10px;
		}
	
		#footer ul a {
			color: #910707;
			text-decoration: none;
		}
		
		#footer ul a:hover {
			text-decoration: underline;		
		}
			#footer ul.menufooter li { 
				display: inline;
				font-size: 12px;
				margin: 0 12px;
			}
				
			#footer ul.menufooter .join {
				color: #e80101;
				text-transform: uppercase;
			}	
			
				#footer ul.menufooter li a {
					color: #910707;
					font-weight: bold;
					text-decoration: none;
				}
				
				#footer ul.menufooter li a:hover {
					text-decoration: underline;
				}
						


/*********** bonus ****************/
		
		
	.bonus {
		position: relative; 
		background: #fdfdfd;
		color: #4b4b4b;
		font: 11px Arial, Helvetica, sans-serif;
		margin: 15px auto 0 auto;
		padding: 0;
	}
	
	.bonus p {		
		line-height: 18px;
		margin: 20px 0;
		width: 400px;
	}
	
		.bonus a.bonuslinkimage {
			border: 1px solid #899093;
			float: left;
			margin: 0 0 20px 10px;
		}

		.bonus a.bonuslinktext {
			background-position: top left;
			background-repeat: no-repeat;
			display: block;
			height: 8px;
			width: 193px;
		}
			
			.bonus #link-tommyd { background-image: url(images/tit-tommyd-link.gif); }
			.bonus #link-nextdoormale { background-image: url(images/tit-nextdoormale-link.gif); }
			.bonus #link-nextdoorhookups { background-image: url(images/tit-nextdoorhookups-link.gif); }
			.bonus #link-nextdoorbuddies { background-image: url(images/tit-nextdoorbuddies-link.gif); }
			.bonus #link-strokethatdick { background-image: url(images/tit-strokethatdick-link.gif); }
			
			
	.links p {
		line-height: 16px;
		margin: 0 0 14px 0;
		width: 600px;
	}			
	
		
	a.watchvideo {
		background: url(images/btn-watchvideo.gif) top left no-repeat;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 53px;
		margin-top: 10px;
		text-align: center;
		text-decoration: none;
		width: 194px;
	}
	
	a.watchvideo:hover { 
		background-position: bottom;
	}	
	
	
/******************* FCF LINKS ********************/	
.fcf-linkbox { position: relative; width: 90%; padding: 10px; margin: 0 auto; }
.fcf-link-left { position: relative; float: left; display: inline; padding: 5px; width: 185px; }
.fcf-link-right { position: relative; float: left; display: inline; padding: 5px; width: 600px;}
.fcf-link-right p { line-height: 16px; margin: 0 0 14px 0; }
.fcf-link-right p a { color: #910707; }	
.fcf-link-right p a:hover { color: #e80101; }		
.fcf-clear { clear: both; height: 0; line-height: 0; font-size: 0; }



.date { 
	display: block;
	font: italic 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
}

#calendar_wrap form {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

	#calendar_wrap input, select {
		background: #dadada url(images/bg-textbox.gif) top left no-repeat;
		border-width: 2px;
		display: inline; 
		font: 12px Arial, Helvetica, sans-serif;
		margin: 0;
		padding:0;
		position: relative;
		top: 1px;
	}

	#calendar_wrap #yyear {
		border: 1px solid #333;
		height: 20px;
		line-height: 20px;
		text-align: center;
		top: 0;
	}

	#calendar_wrap #mmonth {
		border: 1px solid #333;
		height: 20px;
		line-height: 20px;
		top: 0;
	}
	
	#calendar_wrap table.calendar {
		background: #737373 url(images/bg-calendar.gif) top left no-repeat; 
		border: 1px solid #332d2f;
		margin: 0 auto;
		width: 210px;
	}
	
		#calendar_wrap table.calendar th,
		#calendar_wrap table.calendar td {
			padding: 3px;
			text-align: center;
		}
	
		#calendar_wrap table.calendar th {
			font-size: 10px;
			font-weight: bold;
		}
	
			#calendar_wrap table.calendar td a {
				background: #d9d9d9;
				border: 1px solid #333;
				display: block;
				font-weight: bold;
				text-decoration: none;
				width: 22px;
			}

	#searchform input { 
		border: 0;
		line-height: 0; 
		height: auto;
		margin: 0;
		position: relative;
		top: 6px;
	}
			
	#searchform input#s { 
		background: #cdccf0 url(images/bg-textbox.gif) top left no-repeat;
		border: 1px solid #920101;
		display: inline;
		font: 12px Arial, Helvetica, sans-serif;
		height: 20px;
		line-height: 20px;
		padding: 2px;		
		top: 0; 
	}
	
	.post {
		margin: 0 0 20px 0;
		padding: 0 0 130px 0;
	}
	
	
	.entry {
		font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
		line-height: 22px;
		margin: 25px 15px 15px 15px;
	}
		
		.entry img {  
			border: 1px solid #cecdff;
			margin: 5px;
			padding: 2px;
		}
		
		.entry p { 
			margin: 0 0 16px 0;
		}
		
	.alignleft {
		float: left;
	}
	
	.alignright { 
		float: right;
	}
	
	.commentlist {
		margin: 0 0 30px 0;
	}
	
	.commentlist li {
		background: #ddd;
		border: 2px solid #920101;
		margin: 0 0 15px 0;
		padding: 20px;
	}
	
	.commentlist cite {
		font-weight: bold;
	}
	
	#commentform textarea {
		background: #cdccf0 url(images/bg-textbox.gif) top left no-repeat;
		border: 1px solid #920101;
		color: #353457; 
		font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin: 10px 0 0 0;
		padding: 5px;
	}
	
	#commentform p {
		margin: 0 0 10px 0;
	}
	
	#author, #email, #url {
		background: #cdccf0 url(images/bg-textbox.gif) top left no-repeat;
		border: 1px solid #920101;
		color: #353457; 
		font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 2px;
		position: relative;
	}
	
	.wp-smiley { border: 0!important; }
	
	#sidebar { float: right; width: 200px; }
	#column { float: left; width: 750px; }
	#sidebar a,
	#column a { color: #920101; }
	