/*
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";

/* Sets page */
BODY {
	MARGIN: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
font-family : Verdana, Arial, Helvetica; 
}
/* Forms */
/* Stops forms form having blank space around them */
form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #00000;
	text-decoration: none;
}
ul {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #00000;
	text-decoration: none;
}

a:link, a:visited {
color : #DC7A0F;
text-decoration: none;
}
a:hover{
color : #DC7A0F;
text-decoration: underline;
}

#contain {
	width:700px;
	margin:0px auto;
		background:url(style/images/side-menu-bg.jpg) repeat-y left top;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
#sidebar {
	width:140px;

	padding:5px;
}
#sidebar input {
	max-width:140px;
}
#bodbolt {
	width:550px;
	background:url(style/images/bolt-bg.jpg) repeat-y;

}
#inbod {
	width:470px;
		padding: 40px;
}
#inbod img, #inbod input, #inbod textarea {
	max-width:470px;
	height:auto;
}
#foot {
	background:#e24b25;
	padding:5px;
	text-align:right;
	color:#FFF;
}
#foot a {
	color:#FFF;
}
.clear {
	clear:both;
}
.post {
	padding: 10px 0px;
}
