/*
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";

object { margin-left:50px; width:850px; }
.post object { margin-left:175px; width:500px; }
object#homeswf{margin-left:0px; width:526px; float:left; cursor: pointer;}

#sub_nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
         z-index:100;
}

#sub_nav a {
	display: block;
         z-index:100;
}

#sub_nav li { /* all list items */
	float: left;
         z-index:100;
}

#sub_nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#sub_nav li ul a {
        padding:5px;
        width:150px;
}

#sub_nav li ul li {
        float:none;
}

#sub_nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
        z-index:100;
}

