
html {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(/pics/layout/bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

body {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color: #000;
}

a:hover {
	text-decoration:none;
	color: #00A8FF;
}

#out {
	width: 1000px;
	padding: 0;
	margin: 0;
	
}

#topline {
	width: 1000px;
	height: 18px;
	padding: 0;
	margin: 0;
	background-image: url(/pics/layout/topline.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	width: 1000px;
	height: 128px;
	padding: 0;
	margin: 0 0 10px 0;	
}

#headlogo {
	width: 454px;
	height: 128px;
	padding: 0;
	margin: 0;
	background-image: url(/pics/layout/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;	
}


#headerempty {
	width: 454px;
	height: 128px;
	padding: 0 10px 0 0;
	margin: 0;
}

#headad {
	width: 536px;
	height: 128px;
	padding: 5px 0 0 0;
	margin: 0;
	float:right;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

#navline {
	width: 1000px;
	font-size: 19px;
	padding: 0;
	line-height: 30px;
	margin-bottom: 20px;
	background-image: url(/pics/layout/navline.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	text-transform: uppercase;
}

#navline ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navline ul li {
	text-align:center;
	display:inline;
	padding: 0;
	margin: 0;
}

#navline ul li a {
	margin: 0;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #FF0096;
	text-decoration: none;
}

#navline ul li  a:hover {
	margin: 0;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #00A8FF;
	text-decoration: none;
}

#topad {
	width: 1000px;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	color: #fff;
}

#addgal {
	text-align: right;
	padding-right: 60px;
}

#content_top {
	width: 1000px;
	height: 15px;
	padding: 0;
	margin: 0;
	background-image: url(/pics/layout/content_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content_bottom {
	width: 1000px;
	height: 15px;
	padding: 0;
	margin: 0;
	background-image: url(/pics/layout/content_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	padding: 0;
	margin: 0;
	width: 1000px;
	text-align: left;
	background-color: #fff;
	background-image: url(/pics/layout/content_lines.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#left {
	float: left;
	width: 784px;
}

#right {
	float: right;
	width: 216px;
}

#middle {
	width: 568px;
	float: right;
	margin: 0 0 0 21px;
}

#sideleft {
	width: 180px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: center;
}

#sideright {
	width: 180px;
	float: left;
	margin: 0 15px 0 21px;
	padding: 0;
	text-align: center;
}

#sideleft h3,
#sideright h3 {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 18px;
	color: #4DA308;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#sideleft ul,
#sideright ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
}

#sideleft ul li a,
#sideright ul li a {
	padding: 0 0 3px 5px;
	margin: 0 0 3px 0;
	color: #FF0096;
	font-weight: bold;
	text-decoration:none;
	display:block;
	border-bottom: 1px solid #ccc;
}

#sideleft ul li  a:hover,
#sideright ul li  a:hover {
	padding: 0 0 3px 5px;
	margin: 0 0 3px 0;
	color: #00A8FF;
	font-weight: bold;
	text-decoration:none;
	display:block;

}

#sideright ul li.partners {
	text-align: right;
}

#sideright ul li.partners a {
	padding: 0;
	margin: 0;
	color: #555;
	text-decoration:none;
	font-size: 11px;
	border-bottom: 0px solid #ccc;
	display:inline;
}

.clear {	
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

#shadow_bottom {
	width: 800px;
	height: 20px;
	margin: 0;
	margin: 0;
	background-image: url(/pics/layout/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
   text-align: center;
   padding: 5px 0 0 0;
   font-size: 11px;
   color: #477A93;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration:underline;
	color: #477A93;
	font-size: 11px;
}

#footer a:hover {
	text-decoration:none;
	color: #477A93;
	font-size: 11px;
}

.contentad {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	clear: both;
}

.contentad2 {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}

ul.freeporn {
	list-style: none;
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
	border-top: 1px dotted #ccc;	
	background-image: url(/pics/layout/bg_list.png);
	background-repeat: repeat-y;
	background-position: top left;
}

ul.freeporn li {
	padding: 0 0 3px 3px;
	margin: 0 0 3px 0;
	display:block;
	border-bottom: 1px dotted #ccc;
	color: #4DA308;
	font-weight: bold;
}

ul.freeporn li a{
	color: #FF0096;
	text-decoration:none;
	font-weight: normal;
}

ul.freeporn  li  a:hover {
	color: #00A8FF;
	text-decoration:none;
	font-weight: bold;
}

/*
ul.freeporn  li  a:visited {
	color: #555;
	text-decoration:none;
	font-weight: normal;
}
*/

span.stars {
	padding: 3px 0 0 0;
	float: right;
	clear:both;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #00A8FF;
}

p.textbox {
	padding: 0;
	margin: 0;
	text-align: justify;
}

hr {
	border: 0px;
	border-top: 1px;
	border-top-color: #E0E0E0;
	border-style: dotted;
	height: 0;
	clear: both;
}

img.top {
	vertical-align: top;
}

img.partnerthumb {
	padding: 1px;
	margin: 0;
}

.smallcount {
	font-size: 11px;
	font-weight: normal;
	color: #777;
}

.small {
	font-size: 11px;
}

.red {
	color: #ff0000;
}

.green {
	color: #008800;
}

div.pages {
	padding: 0;
	margin: 0;
	text-align: center;
}

div.pages a {
	margin: 0;
	padding: 0;
}

#dumpgallery {
	padding: 0;
	margin: 0;
	clear: both;
}

#dumpgallery img  {
	padding: 1px;
	margin: 0;
}

#infobox {
	margin: 0;
	padding: 5px;
	width: 240px;
	float: right;
	clear: both;
	border: 1px dotted #00A8FF;
	background-color: #EFFFE2;
	text-align: center;
}

.likeit{
	width: 115px;
	color: #fff;
	background-color: #4DA308;
	border: 1px solid #295B00;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.likenot{
	width: 115px;
	color: #fff;
	background-color: #0851A3;
	border: 1px solid #0A325F;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#infobox h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 36px;
	color: #FF0096;
}

#sharecontainer {
	clear: both;
}

#sharebbcode {
	width: 280px;
	margin: 0;
	padding: 0 4px 0 0;
	float: left;
}

#sharehtmlcode {
	width: 280px;
	margin: 0;
	padding: 0 0 0 4px;
	float: right;
}

textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
}

input.textfield {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
	width: 500px;
}

input.sharebox,
input.shareboxbig   {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #444;
}

input.sharebox  {
	width: 268px;
}

input.shareboxbig  {
	width: 556px;
}

input.button{
	background-color: #efefef;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	width: 120px;
}

textarea.textfield {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
	width: 500px;
}

textarea.sharebox {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 268px;
	color: #444;
	overflow-x: hidden;
}

p.msgbox{
	background-color: #FEFFC8;
	border: 1px solid #cecece;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
}

#partnerbox {
	margin: 0;
	padding:0;
	clear: both;
}

#partnerbox ul {
	list-style:none;
	margin:0;
	padding: 0;
}

#partnerbox ul li {
	text-align:center;
	padding: 1px;
	margin: 0;
	width: 140px;
	float: left;
	overflow: hidden;
}

#partnerbox ul li a{
	margin: 0;
	padding: 0;
	color: #FF0096;
	text-decoration: none;
	display:block;
}

#partnerbox ul li  a:hover {
	margin: 0;
	padding: 0;
	color: #00A8FF;
	text-decoration: none;
	display:block;
}

#partnerbox ul li.top1  {
	font-weight: bold;
	font-size: 16px;
}

#partnerbox ul li.top2  {
	font-weight: bold;
}

/* linkex home footer */

.exlinks {
   text-align: justify;
   padding: 0;
   font-size: 12px;
   color: #555;
}

.exlinks a,
.exlinks a:link,
.exlinks a:active,
.exlinks a:visited {
	text-decoration:underline;
	color: #00A8FF;
}

.exlinks a:hover {
	text-decoration:none;
	color: #00A8FF;
}
