/*
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/960.css";
@import "style/css/text.css";
body {
	color:#CCC;
	background-color: #660;
	background-image: url(/wp-content/themes/starkers/style/images/devon-wedding-dress-bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}
a {
	color: #F9C;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
}
#header {}
#nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #639;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #639;
	height: 35px;
	margin-bottom: 20px;
}
#nav ul {
	display: block;
	padding: 0px;
	list-style-type: none;
	height: 34px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav ul li a {
	line-height: 35px;
	margin: 0px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #F9C;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#nav ul li a:hover {
	background-color: #639;
	color: #FFF;
}
#content {
}
#blocknav {
}
#blocknav ul {
	display: block;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #722B9C;
	height: 416px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.padder {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #639;
}
#blocknav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#blocknav ul li a {
	background-color: #300;
	display: block;
	height: 416px;
	width: 312px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
#blocknav ul li a:hover {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wedding {
	background-image: url(/wp-content/themes/starkers/style/images/devon-wedding-dresses-bridal-honiton.jpg);
}
.evening {
	background-image: url(/wp-content/themes/starkers/style/images/devon-evening-party-wear-honiton.jpg);
}
.prom {
	background-image: url(/wp-content/themes/starkers/style/images/devon-prom-dresses-gowns-honiton.jpg);
}
#footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #639;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
#logo {
	display: block;
	height: 95px;
	width: 240px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#logo h1 {
	text-indent: -9000px;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#logo img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.txt-center {text-align:center;}
.pad-top {padding-top: 20px;}
.description {
	padding-top: 40px;
	color:#F9C;
	font-style: italic;
	font-weight: normal;
}