@charset "utf-8";
/* CSS Document */

html,body,p,h1,h2,h3,h4,img,form,fieldset,ul,li,span,a, #mainwrap, #maincolumn {
	margin: 0;
	border: 0;
}

h1, h2, h3, h4, legend, p {
	padding: 0;
}


body {
	text-align:left;
	border-top: 3px #1d3f46 solid;
  background-image: url(images/background.gif);
	background-color: black;
	background-position: left top;
	background-repeat: repeat-x;
	color: #999999;
	font-family: Trebuchet MS, sans-serif;
	font-size: 80%;
	padding-bottom: 25px;
}


/* @group link styles */

a { 
	text-decoration: none;
}

a:link, a:visited {
	color: #e80000;
}

a:link span, a:visited span {
	color: white;
}

a:hover {
	color: white;
}

#footer a:link, #footer a:visited {
	color: #009b2c;
	font-size: 0.9em;
}


/* @end */


h1, h2, h5{
	font-size: 1.4em;
	display: inline;
}


h1 {
	color: white;
}


h2 {
	color: white;
}

h4 {
	padding-top: 16px;
}


h5  {
  color: white;
  padding-left: 20px;
}


.empty {
	font-size: 0;
	line-height: 0;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 951px;
	position: relative;
}

#logo {
	width: 185px;
	height: 88px;
	float: left;
	padding: 5px 0 0 0px;
}

#topbar {
	position: relative;
	background: url(images/naughty-logo.gif) no-repeat bottom;
	height: 150px;
}


/* @group TOPBAR FORM */


#topbar form {
	margin-left: 450px;
	text-align: right;
	padding-top: 15px;
}

#topbar fieldset {
	font-size: 13px;
	padding: 0;
}

#topbar fieldset strong {
	text-transform: uppercase;
	vertical-align: middle;
}
	
#topbar input {
	width: 110px;
	padding: 0 3px;
}

#topbar input.loginbtn {
	padding: 10px 20px 0 0;
	width: 110spx;
	height: 65px;
	border: 0;
}

/* @end */


.tagline {
	position: absolute;
	left: 25px;
	bottom: 0px;
}

#regcolumn {

	background: #780104 url(images/top-corner.gif) no-repeat top;
	margin-top: 20px;
	width: 335px;
	float: right;
	-moz-border-radius: 10px;
	
}	

#regcolumn div{

	background: transparent url(images/bottom-corner.gif) no-repeat bottom;
	padding-bottom: 55px;
}



#maincolumn {
	margin: 0 0 0 0px;
	padding: 0;
}

#maincontent {
	width: 600px;
	background: #000000;
}

#supporting {
	background: #780104 url(images/bottom-corner-wide.gif) no-repeat bottom;
	-moz-border-radius: 10px;
}

#supporting div {
	background: url(images/top-corner-wide.gif) no-repeat top; 
	padding-top: 10px; 
	
	}

#supporting p {
	padding: 0.4em 0 20px 20px;
	margin-right: 250px;
	margin-bottom: 15px;
	line-height: 1.4em;
}

a.search {
	float: right;
}

a.yourlover {
	margin-left: 0px;
}

a.yourlover2 {
	margin-left: 10px;
}

#banners {
	padding-top: 5px;
}


#footer {
	margin: 1em 0 0 0;
	text-align: right;
}

label {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}

/* @group formlayout */


.formlayout {
	background-color: #780104;
	padding-top: 1.3em;
	font-size: 1em;
}

.formlayout fieldset {
	padding: 0;
	margin-top: 0.8em;
}

.formlayout fieldset, .formlayout input {
	vertical-align: middle;
}
   
.formlayout label, .formlayout input, .formlayout p.formnote {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 8px;
}

.formlayout input, .formlayout p.formnote {
	width: 160px;
	margin: 0;
}

.formlayout label {
	text-align: right;
	padding: 0.4em 10px 0 0;  /*--adjust top padding for font size/weight--*/
}

.formlayout legend, .formlayout p.formnote {
	margin: 0;
	font-size: 0.8em;
	padding: 0 0 0.2em 110px;
}

.formlayout legend {
	color: #CC0000;
	font-style: italic;
}

.formlayout p.formnote {
	font-weight: normal;
	color: #999999;
}

.formlayout .day {
	width: 52px;
}

.formlayout .month {
	width: 66px;
}

.formlayout .year {
	width: 57px;
}

.formlayout br {
	clear: left;
}

input.regjoinbtn {
	padding-top: 3em;
	width: 129px;
	height: 52px;
}

/* @end */





