/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
em, font, img, q, s, samp,
small, strike, strong, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html { overflow-y:scroll; }
ol, 
ul { list-style:none; margin:0; padding:0; }

/* generic */
body
{
  background: #c2c3c5;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 13px;
}

a
{
  color: #0000EE;
  text-decoration: none;
}
a:hover, a:visited
{
  color: #0000AA;
}

.inner
{
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* header */
header
{
  background: url('//cachemd.cdnhost2000xl.com/images/whitelabels/bangbuddies.com/header_bg.png');
  width: 100%;
  height: 92px;
  margin: 0 0 10px 0;
  float: left;
}

header #logo
{
  margin: 30px 0 0 0;
  float: left;
}

#auth { 
  background: #333; 
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;

  z-index: 500;
}
#auth a, #auth a:visited { color: #ffffff; }
#auth a:hover { color: #FFFFFF; }

/* content */
#wrapper
{
  margin: 0 0 20px 0;
}

#members
{
  width: 240px;
  text-align: center;
  list-style: none;
  margin: 5px 20px 0 0;
  float: left;
}
#members h2
{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
/*
#members li
{
  width: 240px;
  margin: 0 0 10px 0;
  display: block;
}*/
#members li h3
{
  font-size: 12px;
  font-weight: bold;
}
#members li h4
{
  font-size: 11px;
  font-weight: bold;
}

#name {
	color: #FFF;
	font-size: 24px;
	text-shadow: 4px 4px 4px #000;
	position: absolute;
	top: 590px;
	left: 20px;
	text-align: right;
	font-weight: bold;
	
}

#title { 
	position: absolute;
	top: 15px;
	left: 30px;
	color:#FFF;
	font-size: 31px;
	text-shadow: 2px 2px 2px #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#thumbs { 
margin: 0 auto;
width: 970px;
padding-top: 10px;
}

#thumbs ul li {
	float: left;
	padding-left: 16px;
	
}

#thumbs ul li:first-child { padding-left: 0; }

#reg-wrap
{
  width: 480px;
  height: 520px;
  float: left;
  position: absolute;
  top: 90px;
  right: 20px;
  color: #000;
  background-image: url('/tour/zbigvid3/ifbg.png');
  background-repeat: no-repeat;
  padding-top: 20px; 
}
 


#reg-wrap h1
{
  font-size: 22px;
  color: #FC0;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
#reg-wrap #register_form
{
  width: 470px;
  height: 550px;
  margin: 0 0 0 10px;
  float: left;
}

/* footer */
footer
{
  width: 100%;
  height: 92px;
  font-size: 11px;
  line-height: 15px;
  float: left;
}

*img.png { behavior: url(/css/iepngfix.htc); } 

#seal {position: absolute; top: 477px; left: 16px; }

#follow-label {
float: left;
margin: 1px 6px 0 0;
font-weight: bold;
}

p { margin: 0; padding: 0; }

#footer-include {

  margin: 0 auto;
  text-align: left;
}

#footer-disclaimer {
  width: 60%;
  margin: 0 auto;
  float: left;
}

#footer-follow {
  width: auto;
  margin: 0 auto;
  padding-top: 0;
  text-align: right;
  float: right;
}

#guarantee { display: none; }
