/*
Theme Name: Jennie Brown
Theme URI: http://www.serenestudios.co.uk
Description: Jennie Brown
Version: 1.0
Author: Dan Hill
Author URI: http://www.serenestudios.co.uk

*/

body {
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	background: #fff url(images/jennie-brown-bg.jpg) top center fixed no-repeat;
}

a {
	text-decoration: none;
	color: #165580;
}

a:hover {
	color: #1e77b3;
}

.container {
	background: #fff;
}

#header {
	text-align: center;
}

#nav {
	list-style: none;
	height: 35px;
	background: #2a71a3;
	
}

#nav li {
	display: inline;
	margin-right: 10px;
	line-height: 35px;
	border-right: 1px solid #fff;
	padding-left: 9px;
	padding-right: 11px;
}

#nav li.page-item-11 {
	border: none;
}

#nav li a {
 	color: #fff;
 	line-height: 35px;
 	font-weight: lighter;
 	font-size: 18px;
}

#nav li a:hover {
 	/*color: #3ea6f0;*/
 	
}

#footer {
	text-align: center;
	font-size: 0.8em;
	width: 600px;

}