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

* {
	margin: 0;
	padding: 0;
}

/* Page Formatting */
html { position: relative; background: url(../images/interface/htmlBG.jpg) top left repeat-x #8b102d; }

body {
	position: relative;
	width: 995px;

	margin: 0 auto;

    color: #ddd;

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

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

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

div.clear { clear: both; }

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

	width: 995px;
	height: 80px;

	padding-top: 178px;

	text-align: right;
	list-style-type: none;

	background: url(../images/interface/masthead.jpg) top left no-repeat #000;
}

ul#masthead li {
	float: right;
	clear: right;
	width: 135px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	padding: 4px 8px 4px 0;
	background-color: #000;
}

ul#masthead li a {
	color: #fff;
	font-size: 17px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

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

div.column.girls { padding-top: 10px; background: url(../images/interface/columnBG.gif) top left repeat-x #000; }

/* Column content formatting */
h2 {
	width: auto;
	color: #fff;

	font-size: 20px;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;

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

h3 {
	padding-bottom: 10px;
}

p { line-height: 20px; padding-bottom: 10px; text-align: justify; }
div.column a { color: #530014; }

div.content {
	float: left;
	width: 44%;
	padding: 10px;
	background: url(../images/interface/columnBG.gif) top left repeat-x #000;
}

div.content.wide { clear: both; width: 98%; margin-top: 20px; }
/* Girl List */
ul.girls { list-style-type: none; background-color: #000; }

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

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

	padding: 1px;
	border: 1px solid #530014;
}

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: #530014; }

/* Latest Girl */
div#latestGirl {
	float: right;
	width: 490px;
	padding: 10px 10px 80px 10px;
	background: url(../images/interface/columnBG.gif) top left repeat-x #000;
}

div#latestGirl img {
	float: right;
	width: 150px;
	height: 200px;

	margin-left: 10px;
	padding: 1px;
	border: 1px solid #530014;
}

div#latestGirl p { padding-bottom: 21px; }

div#latestGirl a { color: #530014; }
div#latestGirl a:hover img { background-color: #530014; }

/* Footer */
ul#footer {
	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: #fff;
	font-size: 11px;
	margin-left: 1%;
}

ul#footer li a { color: #fff; 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;
}
