/*
Skin Name: Heather Robinson
Skin URI: http://www.heatherrobinson.net/
Description: Skin for the site http://www.heatherrobinson.net/
Author: Josh Carr
Author URI: http://www.joshcarr.com/
Version: 1.0
Global Navigation: N

COLORS

pink		db8fb6
blue		85a5b2
dark gray	444
light gray	777

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #8c8c8c url(heatherrobinson/images/body-bg.gif) 50% 0 repeat-y;
	color: #444;
}

div#wrapper {
	width: 680px;
	text-align: left;
	margin: 0 auto;
} 

div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}
div#content {
	margin: 0 50px 0 200px;
}
div.sidebar {
	float: left;
	width: 170px;
	overflow: hidden;
}
div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}

/*
= HEADER 
*/

div#header div#blog-description{
	display: none;
}

div#header h1 a{
	margin: 20px 0 3px 0;
	font-size: 2px;
	color: #99b4bf;
	display: block;
	width: 680px;
	height: 180px;
	background: url(heatherrobinson/images/header-bg.jpg) no-repeat;
}

/*
= NAV
*/

ul#main-nav{
	list-style-type: none;
	
}

ul#main-nav li{
	display: block;
	float: left;
	list-style-type: none;
}

ul#main-nav li#nav-links{
	display: none;
}

ul#main-nav li a{
	display: block;
	height: 37px;
	margin-right: 3px;
	background: transparent url(heatherrobinson/images/nav-bg.gif) no-repeat;
	font-size: 2px;
	color: #db8fb6;
	text-decoration: none;
}

ul#main-nav li#nav-commentary a{
	width: 166px;
	background-position: 0 0px;
}

ul#main-nav li#nav-features a{
	width: 137px;
	background-position: -169px 0;
}

ul#main-nav li#nav-profiles a{
	width: 133px;
	background-position: -309px 0;
}

ul#main-nav li#nav-blog a{
	width: 98px;
	background-position: -445px 0;
}

ul#main-nav li#nav-contact a{
	width: 134px;
	margin-right: 0;
	background-position: -546px 0;
}

ul#main-nav li#nav-commentary a:hover, body.category-commentary ul#main-nav li#nav-commentary a, body.s-category-commentary ul#main-nav li#nav-commentary a{
	background-position: 0 -100px;
}

ul#main-nav li#nav-features a:hover, body.category-features ul#main-nav li#nav-features a, body.s-category-features ul#main-nav li#nav-features a{
	background-position: -169px -100px;
}

ul#main-nav li#nav-profiles a:hover, body.category-profiles ul#main-nav li#nav-profiles a, body.s-category-profiles ul#main-nav li#nav-profiles a{
	background-position: -309px -100px;
}

ul#main-nav li#nav-blog a:hover, body.category-blog ul#main-nav li#nav-blog a, body.s-category-blog ul#main-nav li#nav-blog a{
	background-position: -445px -100px;
}

ul#main-nav li#nav-contact a:hover, body.page ul#main-nav li#nav-contact a{
	background-position: -546px -100px;
}


/*
= SIDEBAR
*/


div.sidebar {
	margin-top: 20px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #777;
}

div.sidebar h3{
	font-size: 1.1em;
	margin: 15px 0 0 0;
	line-height: 15px;
	text-transform: uppercase;
	color: #85a5b2;
}


div.sidebar a:link, div.sidebar a:visited {
	text-decoration: none;
	color: #777;
}

div.sidebar a:hover {
	text-decoration: underline;
	color: #777;
}

/*
= CONTENT
*/
div#content {
	margin-top: 20px;
}

div#content a:link, div#content a:visited {
	color: #444;
	text-decoration: underline;
}

div#content a:hover {
	color: #db8fb6;
	text-decoration: underline;
}

div#content h2 {
	padding-top: 4px;
	margin-bottom: 16px;
	font-size: 2.5em;
	color: #db8fb6;
	line-height: 1em;
}

div#content h2 a:link, div#content h2 a:visited {
	color: #db8fb6;
	text-decoration: none;
}

div#content h3{
	font-size: 1.2em;
	margin: 1.1em 0 0 0;
	text-transform: uppercase;
	color: #85a5b2;
}

div#content h3 a:link, div#content h3 a:visited {
	color: #85a5b2;
	text-decoration: none;
}

div#content h3 a:hover {
	text-decoration: underline;
}

div#content p{
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div.post, div.page {
	margin-bottom: 30px;
}

div.entry-date {
	line-height: 1.5em;
	font-size: 1.1em;
	font-style: italic;
}

div.post abbr{
	border: 0;
}

div.entry-meta {
	color: #85a5b2;
	border-bottom: 1px solid #85a5b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#content div.entry-meta a:link, div#content div.entry-meta a:visited {
	text-decoration: underline;
	color: #85a5b2;
}

div#content div.entry-meta a:hover {
	text-decoration: none;
	color: #85a5b2;
}

/*
= COMMENTS 
*/

div#content h3#numcomments {
	margin-bottom: 15px;
}

li.comment {
	color: #777;
	border-bottom: 1px solid #85a5b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#content li.comment a:link, div#content li.comment a:visited {
	text-decoration: underline;
	color: #777;
}

div#content li.comment a:hover {
	text-decoration: none;
	color: #777;
}

div.comment-author {
	font-style: italic;
	color: #85a5b2;
}

div#content li.comment div.comment-author a:link, div#content li.comment div.comment-author a:visited {
	text-decoration: underline;
	color: #85a5b2;
}

div#content li.comment div.comment-author a:hover {
	text-decoration: none;
	color: #85a5b2;
}

div.comment-meta {
	font-style: italic;
	margin-bottom: 15px;
}

ol#comments {
	list-style-type: none;
}

div.formcontainer div.form-label, div.formcontainer div.form-submit {
	margin: 15px 0 0 0;
}

/*
= FOOTER 
*/

div#footer {
	text-align: center;
	padding: 40px 0;
	color: #777;
}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #444;
}

div#footer a:hover {
	text-decoration: underline;
	color: #444;
}


















