/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body{
	margin: 0px;
	padding: 0px;
	color: #ffff00;
	font-family: Geneva, 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif;

	font-size: 75%;
	font-weight: bold;
	background-color: #672A31;
}

.header{
	background-color: #000000;	
}

.headerimg-left{
	border:0px;
	float:left;
	padding-left: 5px;
}

.headerimg-right{
	border:0px;
}

#container{
	position:absolute;
	left:50%;
	top:50%;
	width:762px;
	height: 34em;
	margin-left:-381px; 
	margin-top: -200px;
	background-color:#000000;	
	border: 1px solid #ffffff;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 100%;
	padding-top: 5px;
	-moz-border-radius: 6px;
}

#content{
	padding-left: 10px;
	padding-right: 10px;
}

.content2{
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	height:200px;
}

head:first-child+body #footer
{
	bottom: 5px; 
}

#footer{
	position: absolute;
	bottom: 0px;
	color: #FFFFCC;
	text-align: center;
	width: 100%;
	font-size: 90%;
}

H2{
	font-size:150%;
 	font-style: italic;
 	font-weight: bold;
}

.row { clear: both; }

.col1{
	float: left;
	width: 45%;
	text-align:left;
	background-color: #000000;
 	border: 1px solid #ffff00;
	padding-left: 10px;
	height: 14.6em;
	-moz-border-radius: 6px;
}

/* Hide from IE*/
html>body .col1 {border: 1px inset #ffff00;}

.content-center{
	width: 85%;
	text-align: left;
	background-color: #000000;
 	border: 1px solid #ffff00;
	padding-left: 10px;
	padding-right: 10px;
	height: 14.5em;
	padding-top: 10px;
	overflow: auto;
	-moz-border-radius: 6px;
}

html>body .content-center{
	height: 185px;
	margin-left: 6.75%;
 	border: 1px inset #ffff00;
}

.col2{
	float: right;
	width: 48%;
	text-align:left;
	background-color: #000000;
 	border: 1px solid #ffff00;
	padding-left: 10px;
	padding-right: 10px;
	height: 14.6em;
	-moz-border-radius: 6px;
}

/* Hide from IE*/
html>body .col2 {border: 1px inset #ffff00;}

.linkitem{
	float: left;
	height: 120px;
	padding-right: 5px;
	text-align: center;
}

.linkitem2{
	float: left;
	padding-right: 5px;
}
img.logo{
	padding: 5px;
}

img.link{
	vertical-align:top;
	border: 0;
}

img.link2{
	vertical-align:bottom;
	border: 0;
}

.logoright{
	position: relative;
	float: right;
	padding-right: 10px;
	text-align: right;
}

#menu{
	text-align: center;
	height: 19px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 4px; 
}

.page_item{
	float: left;
	text-decoration: none;	
	text-align: center;
	width: 8em;
	margin-left: 2px;
}	

.page_item a{
	display: block;
	background-color: #000000;
 	border: 1px outset #ffff00;
	text-decoration: none;
	-moz-border-radius: 6px;
}

.page_item a:hover{
	display: block;	
	background-color:#801533;
 	border: 1px inset #ffff00;
	-moz-border-radius: 6px;
}

div.indent{
	position: relative;
	left: 125px;
}

div.label{
	float: left;
	width: 115px;
}

a:link 	{
	color: #00cc00;
}

a:visited {
        color: #CCFFFF
}

a:hover{
       color: #FF00FF
}

a:active{
       color: #ccFFFF
}

.input1{
	margin:0px;
	padding:0px;
}

.input
{
	font-size: .99em;
}

.submit{
	padding-top: 5px;
}

.form-label
{	
        float: Left;
	width: 48%;
	font-weight: bold;
	text-align: right;
}

.form-input{
	text-align:left;
}

.form-buttons{
	clear: both;
	width: 96%;
}

p.feedback {
	
}

hr.feedback {
	color: #ffff00;
	background-color: #ffff00;
	width: 80%;
}

div.linklist{
	clear: both;
	text-align:left;
}

div.text{
	position:absolute;
	left:75%;
	top:50%;
	width:100px;
	text-align:left;
	background-color: #000000;
 	border: 1px inset #ffff00;
	padding-left: 10px;
	height: 14.5em;
	-moz-border-radius: 6px;
}

