/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/

body {
	font: 14px/22px Arial, Verdana, sans-serif;
	background: #fff url(/wp-content/themes/startertheme/startertheme/images/body-bg.gif) repeat-x;
	margin: 0;
	color: #333;
}

h2 {
	color: #0068b3;
	font-size: 140%;
	margin-bottom: 0;
}

.post img {
	border: 0;
}

p.post-byline {
	margin-top: 0;
	font-style: italic;
	color: #999;
}

p.post-metadata {
	font-style: italic;
	color: #999;
	margin-bottom: 35px;
}

a:link, a:visited {
	color: #09f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin:  auto;
	width:  938px;
	background: #fff url(/wp-content/themes/startertheme/startertheme/images/header.gif) no-repeat;
	padding-top: 75px;
}
#logo {
	float:  left;
	padding-left: 75px;
}
#logo img {
	border: 0;
}
#content-primary {
	margin-left: 300px;
//	padding-top: 250px;
	padding-right: 50px;
	padding-bottom: 50px;
//	background: #fff url(/wp-content/themes/startertheme/startertheme/images/illustration.gif) no-repeat;
}

#content-primary ol, #content-primary ul {
	list-style-type: none;
	padding-left: 20px;
}
#content-primary ol {
	padding-left: 0;
}

#content-primary ul li {
	padding-left:18px;
	background:url(/wp-content/themes/startertheme/startertheme/images/arrow.gif) no-repeat 0 0.20em;
}
#content-primary ol li p {
	margin-left: 1.4em;
}
#content-primary ul li p {
	margin-left: 0;
}
#content-primary li h2 {
	font-size: 110%;
	margin-bottom: 0;
}

#content-primary li p {
	margin-top: 0;
}
#nav-primary {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#nav-primary li {
	font-size: 110%;
	font-weight: bold;
	padding-left:18px;
	background:url(/wp-content/themes/startertheme/startertheme/images/arrow.gif) no-repeat 0 0.25em;
}

#footer {
	text-align: right;
	padding-right: 20px;
	color: #666;
}