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

* {
	margin: 0;
	padding: 0;
}

/* Page Formatting */
html { position: relative; background-color: #1c150d; }

body {
	position: relative;
	width: 995px;

	margin: 0 auto;

    color: #dbc5df;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	background: url(../images/interface/masthead.jpg) top center no-repeat;
}

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

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

div.clear { clear: both; }

/* Masthead */
ul#masthead {
    position: absolute;
    top: 155px;
    right: 67px;

	height: 30px;

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

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

ul#masthead li span {
	color: #005a88;
	margin: 0 5px;
	font-weight: bold;
}

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

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

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

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

	font-size: 30px;
	font-weight: normal;
	font-style: italic;

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

h3 {
	color: #9929ad;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
}

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

div.content {
	float: left;
	width: 47%;
	padding-top: 30px;
}

div.content.half { float: left; }
div.content.half.right { float: right; }

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

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

ul.girls li img {
	width: 135px;
	height: 190px;
	border: 4px solid #9929ad;
}

ul.girls li a.button {
	display: block;
	color: #9929ad;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

ul.girls li a:hover img { border-color: #fff; }

/* Latest Girl */
div#latestGirl {
	float: right;
	width: 450px;
	padding-right: 10px;
	margin-top: 20px;
}

div#latestGirl img {
	float: right;
	width: 175px;
	height: 244px;

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

div#latestGirl a { color: #9929ad; }

/* 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: #fff;
	font-size: 12px;
	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;
}
