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

* {
	margin: 0;
	padding: 0;
}

/* Page Formatting */
html { position: relative; background: url(../images/interface/masthead.jpg) top center no-repeat #110303; }

body {
	position: relative;
	width: 995px;

	margin: 0 auto;

    color: #ddd;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.page {
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding-top: 300px;
}

div.clear { clear: both; }

h3#telNo {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 65px;
	font-weight: bold;
	color: #FFCC33;
}

/* Masthead */
ul#masthead {
    position: absolute;
    top: 10px;
    left: 0;

	width: 995px;
	height: 30px;

	text-align: center;
	list-style-type: none;
}

ul#masthead li {
	float: left;
	margin: 0 10px;
}

ul#masthead li span {
	color: #ff9900;
	margin-right: 5px;
	font-weight: bold;
}

ul#masthead li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

ul#masthead li a:hover { text-decoration: underline; }

/* Columns */
div.column {
    float: left;
    width: 975px;
	padding: 20px 10px;
	margin-bottom: 10px;
}

/* Column content formatting */
h1 { font-weight: normal; }

h2 {
	width: auto;
	color: #fff;

	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;

	padding-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}

p { line-height: 18px; padding-bottom: 10px; }
div.column a { color: #111; }

div.content {
	float: right;
	width: 45%;
	height: 400px;
	overflow: auto;
}

div.content p, div.content h2, div.content h3 {
	margin-right: 10px;
}


/* Girl List */
ul.girls { list-style-type: none; }

ul.girls li {
	float: left;
	margin: 15px;
}

ul.girls li img {
	width: 150px;
	height: 200px;

	padding: 1px;
	border: 2px solid #9a4213;
}

ul.girls li a.button {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

ul.girls li a:hover img { background-color: #9a4213; }

/* Latest Girl */
div#latestGirl {
	float: left;
	width: 500px;
}

div#latestGirl img {
	float: left;
	width: 215px;
	height: 300px;

	margin-right: 10px;
	padding: 1px;
	border: 0;
}

div#latestGirl a { color: #fff; }

/* Footer */
ul#footer {
	clear: both;
	width: 995px;
	height: 30px;
	line-height: 30px;

	margin-bottom: 20px;
	padding: 5px 0 0 0;
	list-style-type: none;
}

ul#footer li {
	float: right;
	color: #ddd;
	font-size: 12px;
	margin-left: 1%;
}

ul#footer li a { color: #ddd; text-decoration: none; }
ul#footer li a:hover { text-decoration: underline; }

/* W3C Logo */
ul#footer li a.w3c {
	display: block;

	width: 26px;
	height: 14px;

	margin-top: 4px;
	padding: 0 4px 0 28px;

	color: #222;
	text-decoration: none;

	font-size: 8px;
	font-weight: bold;
	line-height: 7px;

	background: url(../images/interface/w3c.gif) top left no-repeat #ffd377;
	border: 1px solid #fff;
}

ul#footer li a.w3c#w3cCSS { background-color: #bed6e6; }

ul#footer li a.w3c#w3cXHTML:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #fff599; }
ul#footer li a.w3c#w3cCSS:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #dff8f8; }

h3#debug {
	position: absolute;
	z-index: 100;
	top: 140px;
	left: -50px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

ul.sitemap { list-style-type: none; }
ul.sitemap li { padding-bottom: 0; margin-bottom: 15px; }
ul.sitemap li h3 { margin-bottom: 0; }
ul.sitemap li a { color: #fff; }
ul.sitemap li span { color: #777; }

/* SEO Boxes */
div.seoBox {
	position: fixed;
	display: none;

	left: 50%;
	top: 200px;

	margin-left: -400px;
	z-index: 9999999;

	width: 760px;
	height: 380px;

	padding: 10px 20px 30px 20px;
	overflow: none;

	background: #000;
	border: 1px solid #fff;
}

div.seoBox div {
	width: 98%;
	height: 100%;
	padding-right: 2%;
	overflow: auto;
}

div.seoBox, div.seoBox h1, div.seoBox h2, div.seoBox h3, div.seoBox p { color: #fff; }
div.seoBox h1 { position: static; top: 0; margin: 0; }

div.seoBox a#seoClose {
	position: absolute;
	bottom: 7px;
	right: 20px;

	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

div.seoBox a#seoClose span { color: #d00; font-weight: bold; }