/* ------------ begin reset = Eric Meyers Reset Reloaded = ------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}

/* ------------ end reset ------------*/

/* ------------ clearfix code ------------*/
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/* basic */
body {
	background: #262626;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;			/* resets font size 10px = 1em */
}

a:link, a:visited {color:#ff0;text-decoration:underline;}
a:hover {color:#fff;text-decoration:none;}
a img {display: block;margin: 0 auto;position: relative;}
img {border: 1px solid #ff0;}
img.noborder {border: none;}
/* structure */
#wrap {padding: 0;}
#content {
	background: #fff;
	border: 4px solid #000;
	margin: 20px auto;
	padding: 14px;
	position: relative;
	width: 900px;}
#footer {
	margin: 60px auto;
	position: relative;
	text-align: center;
	width: 850px;}

.box {
	background: #000;
	border: 1px solid #fff;
	margin: 0;
	padding: 30px 10px 10px;
	position: relative;
	text-align: center;}

/* general */
.text12 {font-size: 1.2em;line-height: 115%;}
.text14 {font-size: 1.4em;line-height: 115%;} 
.text16 {font-size: 1.6em;line-height: 120%;} 
.text18 {font-size: 1.8em;line-height: 115%;}
.text20 {font-size: 2.0em;line-height: 120%;} 
.text22 {font-size: 2.24em;line-height: 115%;} 
.text24 {font-size: 2.4em;line-height: 120%;}
.text26 {font-size: 2.6em;line-height: 120%;}
.text28 {font-size: 2.8em;line-height: 120%;}
.text30 {font-size: 3.0em;line-height: 120%;}
.text32 {font-size: 3.2em;line-height: 120%;}
.text34 {font-size: 3.4em;line-height: 115%;}

.bold {font-weight: bold;}
.clear {clear: both;}
.italic {font-style: italic;}

/* shared */
.bottomad {}
.title,
.warning,
.gallery {
	background: #000;
	border: 1px solid #666;
	margin: 0 60px;
	padding: 10px 10px 14px;}
.warning a:hover, 
.gallery a:hover {color: #fff;}
.background {
	background: #3b3a3d;
	border: 1px solid #666;
	margin: 4px 10px;
	padding: 10px;}

/* index */
.title h1 {
	font-size: 3.6em;
	font-weight: bold;}
.title h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 7px;}
.i-left {
	float: left;
	width: 470px;}
.i-left img {margin-bottom: 3px;}
.i-right {
	float: left;
	position: relative;
	width: 408px;}
.warning {margin-top: 40px;}
.enter {
	font-size: 2.8em;
	margin-top: 14px;}
	
/* recips */
.recips {margin: 20px auto;width: 660px;}
.recips ul {
	float: left;
	padding: 0 10px;
	width: 200px;}
.recips li {
	background: #000;
	border: 1px solid #666;
	font-size: 1.4em;
	margin: 7px 0;
	padding: 4px;}
.bookmark {	
	background: #000;
	border: 1px solid #666;
	clear: left;
	font-size: 1.6em;
	margin: 7px 10px;
	padding: 4px;
	width: 630px;}
/* main */
.narrow {
	float: left;
	padding: 0 10px;
	width: 350px;}
.wide {
	float: left;
	width: 500px;}
	
.gallery {
	font-size:2.6em;
	margin-bottom: 10px;
	margin-top: 20px;}
.gallery span {margin: 0 60px;}

/* galleries */
#player {
	border: 2px solid #666;
	height: 413px;
	margin: 10px auto;
	width: 550px;}
	
/* footer */
.legal {font-size: 1.3em;}
.copy {font-size: 1.8em;margin: 10px 0 7px;}
.perverted {font-size: 1.6em;margin-bottom: 40px;}
