/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/typography.css";
@import "css/text.css";
@import "css/960.css";

body{
	text-align:center;
}

a:link{
	color:#151515;
	text-decoration:none;
}

a:visited{
	color:#151515;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#title{
	margin-top:15px;
	font-size:36px;
}

#menu-main-menu span{
	font-size:24px;
	color:#cccccc;
	padding-bottom:10px;
}

#nav ul li{
	display: inline;
	list-style-type: none;
	margin-left:5px;
}

#nav ul li a{
	font-size:24px;
	padding:10px 15px;
}

.menu-item-last span { display: none; }

#content-title{
	text-align:left;
	border-bottom:1px #ccc solid;
}

#content{
	text-align:left;
}

#content a:link{
	color:#4f4f4f;
	text-decoration:underline;
}

#content a:visited{
	color:#4f4f4f;
	text-decoration:underline;
}