/* @override http://localhost:8888/news/wp-content/themes/jaml/starkers/style.css */

/*
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 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/* these were here when I got here
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
*/

img {
	border: 0;
}

/* the main content-wrapping div, opened in header.php and closed in footer.php */

body {
	background-color: lightgrey;
}

div#page_wrapper {
	background-color: white;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	
	border: none;
}

div#content_body {
	padding: 20px 50px;
	min-height: 400px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}

div#content {
	width: 70%;
	float: left;
}

img.alignleft {
float:left;
padding-right: 20px;
}

img.alignright {
float:right;
padding-left: 20px;
}

h2.post_title {
	font-weight: bold;
	font-size: 32px;
}

h2.post_title a {
	text-decoration: none;
	color: black;	
}

h3.post_title {
	font-weight: bold;
	font-size: 24px;	
}

h3.post_title a {
	text-decoration: none;
	color: black;		
}

p.post_info {
	margin-top: -16px;
	padding-top: 0px;
	color: #c3c3c3;
	font-size: 14px;
}

p.post_info a {
	text-decoration: none;
}

p.single_post_info {
	color: #c3c3c3;
	font-size: 14px;
clear: both;
padding-top: 16px;
}

p.single_post_info a {
	text-decoration: none;
}

p.post_tags {
	color: #c3c3c3;
	font-size: 14px;
clear:both;
padding-top:16px;
}

p.post_tags a {
	text-decoration: none;
}

ul.prev_next {
	list-style-type: none;
}

h3#comments {

}


/* to separate out the sidebar */

div#sidebar {
	width: 30%;
	float: right;
}

#sidebar li {
	list-style-type: none;
}

#sidebar li.rss {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(/news/wp-includes/images/rss.png) no-repeat 1px;
}

#sidebar li.rss a {
	text-decoration: none;
}

/* the heading */

div#heading {
	padding-left: 32px;
}

#heading h1 {
	font: bold 32px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-bottom: 0;
	text-shadow: #b3b3b3 1px 1px 0;
}

#heading h2 {
	color: #b3b3b3;
	font: normal normal 20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: 2px;
	text-shadow: #e6e6e6 1px 1px 0;
}

/* the nav bar, used to show links */

ul#nav_bar {
	list-style-type: none;
	font: normal bold 20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-shadow: #ccc 1px 1px 0;
	background-color: #e6e6e6;
	padding: 4px 0 4px 10px;
}

ul#nav_bar li {
	display: inline;
	padding: 4px 8px;
}

ul#nav_bar li.nav_bar_normal a {
	text-decoration: none;
	color: blue;
}

ul#nav_bar li.nav_bar_normal a:visited {
	color: blue;
}

li.nav_bar_selected {
	color: black;
}

li.rss_menu {
	float: right;
}

/* the footer, shown on every page, styled to match the nav bar */

div#footer {
	clear: both;
	background-color: #e6e6e6;

	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
}

#footer p {
	margin-top: 32px;
	color: #4c4c4c;
	font: 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	
	text-align: center;
	padding: 8px 0 8px 10px;
	margin: 0px;
	text-shadow: #b3b3b3 1px 1px 0;
}

#footer a {
text-decoration: none;
}
