/*
Theme Name: Walking With Jane
Description: Custom theme for the Walking With Jane website
Author: Carissa Broadbent
Author URI: http://www.nasyradesign.com
Version: 1.0
*/

body {
background-color: #e5e9fa;
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

p {
font-family: 'Garamond', serif;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.025em;
}


h1 {
font-family: 'PT Sans Narrow', sans-serif;
Font-size: 36px;
letter-spacing: 0.05em;
color: #091651;
font-weight: normal;
text-align: center;
text-transform: uppercase;
}

h1 a {
text-decoration: none;
color: #091651;
}

img
{
border:none;
}

#pageContent {
width: 550px;
color: #091651;
/* border-bottom: 1px #091651 dotted; */
}


#sidebar a {
display: block;
color: #091651;
font-size: 24px;
font-family: 'PT Sans Narrow', sans-serif;
text-decoration: none;
text-align: center;
padding-top: 7px;
padding-bottom: 7px;
letter-spacing: 1px;
text-transform: uppercase;
list-style-type: none;
}


#sidebar a:hover {
color: #99a4d6;
}

#sidebar ul li {
border-top: 1px #091651 solid;
}

#sidebar ul li:first-child {
border: none;
}

#content {
float: left;
width: 750px;
min-height: 560px;
margin-left: 220px;
}

#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
display: block;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -300px;
position: relative;
background-image:url('images/logo.png');
background-repeat: no-repeat;
background-position: right top;

}

a:link, a:visited {
text-decoration:underline;
color: #35458e;
}

a:hover {
text-decoration: none;
color: #99a4d6;
}

#footer a:link, #footer a:visited {
text-decoration: underline;
color: #99a4d6;
}

#footer a:hover {
color: #35458e;
text-decoration: none;
}

h1 a:link, h1 a:visited, h1 a:hover {
color: #091651;
text-decoration: none;
}

#metadata {
background-color: #d3d8ef;
border-bottom: 1px #091651 dotted;
}

#header {
width: 100%;
background-color: #e5e9fa;
height: 144px;
background-image:url('images/headerbg.png')
}

#sidebar ul{
list-style-type: none;
display: block;
width: 200px;
float: left;
padding-left: none;
margin: 0;
padding: 0;
}

#sidebar {
width: 200px;
float: left;
margin: 0 0 0 0;
padding-top: 40px;
padding-right: 10px;
padding-left: 0;
position: fixed;
}

#bottom-container {
clear: both;
width: 100%;
background-color: #091651;
position: relative;
}

#footer {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #e5e9fa;
height: 750px;
}

#push {
height: 300px;
}

#footer, #push {
clear: both;
}

#footer ul {
list-style-type: none;
}

.footeritem {
width: 32%;
margin: 5px;
float: left;
padding: 0;
}

#footer ul{
margin: 0;
padding: 0;
}

#footer h2 {
font-family: 'PT Sans Narrow', sans-serif;
Font-size: 30px;
letter-spacing: 0.05em;
color: #e5e9fa;
font-weight: normal;
text-align: center;
text-transform: uppercase;
}

blockquote {
font-size: 12px;
line-height: 12px;
}

#footer p {
text-align: left;
}

#comments ul {
list-style-type: none;
color: #ffffff;
}

ol.commentlist{
	margin: 10px 5px;
	padding: 10px;
}
.commentlist .comment-body{
	padding: 10px;
	background: #EFEFEF;
	border: solid thin #DEDEDE;
	margin: 10px 0;
	position: relative;
}
.comment-body a.comment-reply-link{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #AEAEAE;
}
ol.commentlist li{
	list-style: none;
}
ol.commentlist img.avatar{
	padding: 5px;
	background: #DEDEDE;
	border: solid thin #CECECE;
	float: left;
	display: block;
	margin: 15px;
	width: 32px;
	height: 32px;
}
ol.commentlist .comment-author{
	line-height: 25px;
}
.comment-body cite.fn{
	font-size: 14px;
	font-style: normal;
}
.commentmetadata a{
	margin: 0;
	font-size: 11px;
	color: #999;
}
.comment-body p{
	margin: 5px;
}
 
.comment-body .comment-author.vcard{
	margin: 0;
}
.nav-below {
width: 100%;
}

.nav-previous {
float: left;
}

.nav-previous a {
color: #ffffff;
}

.nav-next {
float: right;
}