/*
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";

html {
background: url('http://www.andpress.com/content/img/header_bg.png') repeat-x;
}

body {
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, serif;
font-size: 11px;
line-height: 14px;
color: black;
font-style: italic;
}

#footer, #sidebar, #post-details, #single-post-details, #comments, #single-post-links {
display:none;
}

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:active {
color: black;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: underline;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: underline;
}

#logo {
position: absolute;
padding-top: 25px;
padding-left: 35px;
background: white;
width: 165px;
}

#main-content, #single-post {
position: absolute;
width: 750px;
margin-top: 143px;
margin-left: 200px;
}

#main-content p, #single-post p {
margin:0 0 11px;
}

#nav {
position: absolute;
width: 800px;
margin-left: 200px;
margin-top: 60px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 10px;
line-height: normal;
}

#nav dl {
margin: 0;
padding: 0;
}

#nav dl a:active {
text-decoration: none;
}

#nav dl a:hover {
text-decoration: none;
}

#nav dt {
display: table-cell;
}

.nav-item {
text-align: center;
height: 20px;
display: table-cell;
vertical-align: middle;
}

#nav-news .nav-item {
width: 39px;
}

#nav-catalog .nav-item {
width: 59px;
}

#nav-about .nav-item {
width: 46px;
}

#nav-contact .nav-item {
width: 58px;
}

#nav-item:hover {
cursor: pointer;
}

#nav-news .nav-item:hover {
background: url('http://www.andpress.com/content/img/nav_news_bg.png') no-repeat;
}

#nav-catalog .nav-item:hover {
background: url('http://www.andpress.com/content/img/nav_catalog_bg.png') no-repeat;
}

#nav-about .nav-item:hover {
background: url('http://www.andpress.com/content/img/nav_about_bg.png') no-repeat;
}

#nav-contact .nav-item:hover {
background: url('http://www.andpress.com/content/img/nav_contact_bg.png') no-repeat;
}

#nav dt#nav-catalog {
padding-left: 20px;
padding-right: 20px;
}

#nav dt#nav-about {
padding-right: 20px;
}

#sub-nav {
font-size: 9px;
margin-top: 15px;
color: #999999;
}

#sub-nav a:link {
color: #999999;
text-decoration: none;
}

#sub-nav a:visited {
color: #999999;
text-decoration: none;
}

#sub-nav a:active {
color: #999999;
text-decoration: none;
}

#sub-nav a:hover {
color: #999999;
text-decoration: none;
}

#post {
margin-bottom: 25px;
float: left;
}
