/* Body*/
body {
	margin:0px 0px 0px 0px; padding:0px;;
	border:0px;
	text-align:center; 
	color: #ffffff;
	font-size:12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #570605;
	}

#Content {
	width: 1024px;
	margin:0px auto;
	text-align:left;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	}

#main {
	width: 930px;
	margin:0px auto;
	text-align:left;
	margin-bottom: 10px;
	}
	
#left {
	float: left;
	display: inline;
	width: 130px;
}

#middle {
	float: left;
	display: inline;
	width: 470px;
	margin-left: 10px;
}

#right {
	float: left;
	display: inline;
	width: 310px;
	margin-left: 10px;
}
	


/* Header */
#header {
	position: relative;
	width: 1024px;
	height: 165px;
	margin:0px auto;
	text-align:left;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	}
	
#search {
	position: absolute;
	top: 86px;
	left: 638px;
	width: 236px;
	height: 31px;
	border-width: 1px;
	border-style: solid;
	border-color: #989898;
}

input.search {
	background-color: #000000;
	border-width: 0px;
	width: 232px;
	height: 23px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 2px;
	font-family: arial;
	font-size: 14.5pt;
	}



#searchsubmit {
	position: absolute;
	top: 86px;
	left: 891px;
	width: 88px;
	height: 31px;
	border-width: 1px;
	border-style: solid;
	border-color: #989898;
}
	


/*Nav */

#homelogolink {
	position: absolute;
	top: 45px;
	left: 35px;
	width:405px;
	height: 80px;
	cursor: pointer;
}


#videosnav {
	position: absolute;
	top: 14px;
	left: 446px;
	width: 51px;
	height: 17px;
}


#extremeporn {
	position: absolute;
	top: 14px;
	left: 524px;
	width: 99px;
	height: 17px;
}


#livegirls {
	position: absolute;
	top: 14px;
	left: 642px;
	width: 74px;
	height: 17px;
}


#getlaid {
	position: absolute;
	top: 14px;
	left: 737px;
	width: 65px;
	height: 17px;
}

#advertise {
	position: absolute;
	top: 14px;
	left: 826px;
	width: 76px;
	height: 17px;
}

#contact {
	position: absolute;
	top: 14px;
	left: 923px;
	width: 61px;
	height: 17px;
}

/* Footer */
#footer {
	position: relative;
	width: 1024px;
	height: 375px;
	margin:0px auto;
	text-align:left;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	}



/*Posts */

.post {
		width: 470px;
		margin-bottom: 10px;
}

.post-thumb {
	float: left;
	display: inline;
	width: 152px;
	text-align: center;
}

.post-thumb a img {
	border: 0px;
  }


.post-content {
	float: left;
	display: inline;
	width: 305px;
	margin-left: 10px;
	font-size: 11pt;
	padding-top: 10px;
}

.post-details {
	display: inline;
	color: #ff3333;
}


/* Pagination */


.pagination-left {
	float: left;
	display: inline;
	width: 137px;
	height: 17px;
	margin-bottom: 10px;
	margin-top: 9px;
}

.pagination-right {
	float: left;
	display: inline;
	width: 300px;
	height: 17px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.paging{
	padding: 0px;
}

.paging ul{
	margin: 0;
	padding: 0;
}

.paging li{
	list-style-type: none;
	display: inline;
	font-size: 11pt;
	margin-top: 0px;
	padding-top: 0px;
}

.paging a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.paging li a:hover, .paging li .selected {
	color: white;
}
