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

/* BODY + PAGE */

body {
	background:#5ad0f6 url(images/bg-body.jpg) no-repeat top center;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	background:url(images/bg-page.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	width:980px;
}

/* HEADER */

.header { background:url(images/bg-table.jpg) bottom right repeat; }
.heart { text-align:center; }
.heart.pink { margin-top:25px; }
.heart.blue {}
.head.webcam { margin-left:10px; }
.desc.webcam { margin-left:10px; }
.head.updates { margin:63px 25px 0 0; text-align:right; }
.desc.updates { margin-right:10px; text-align:right }
#girls {
	height:425px;
	overflow:auto;
	margin:0;
	padding:0;
	width:240px;
}
#girls img {
	display:block;
	margin:10px auto 0;
}

/* EPISODE */

.title {
	color:#fff;
	font-size:36px;
	margin-left:10px;
}
.description { margin:15px 0 0 20px; }
.head.join { font-size:36px; text-align:center; }
.head.join a { color:#f54cab; text-decoration:none; }
.head.join a:hover { color:#6dcff6; }
.desc.join { color:#000; font-size:20px; text-align:center; }
.images-large img { display:block; float:left; padding-left:10px; }
.images-small img { display:block; float:left; padding-right:10px; }

/* JOIN PAGE */

#joinlist {
	list-style:none;
	list-style-image:url(images/bullet.gif);
	margin:0 0 0 30px;
	padding:0;
}
.joinlist li { margin:0; padding:0; }
.head.price { color:#000; font-size:16px; padding:10px; text-align:right; }
.info { padding:10px; text-align:center; }
.head.payment { padding-left:30px; }
.joinform { margin:10px auto; padding:0; }

/* FOOTER */

#footer {
	background:url(images/bg-footer.gif) no-repeat;
	color:#7a7a7a;
	height:150px;
	margin:0 auto;
	width:980px;
}
#footer a { color:#000; text-decoration:none; }
#footer a:hover { color:#f54cab; }
.footertext { padding:70px 0 0 20px; }

/* MISC */

.txt-large {
	color:#fff;
	font-size:26px;
}
.txt-small {
	color:#000;
	font-size:14px;
}
.txt-tiny {
	color:#7a7a7a;
	font-size:11px;
	font-weight:normal;
}
a img {
	border:none;
	display:block;
}