/*  
Theme Name: Waterfields
Theme URI: http://wordpress.org/
Description: Theme developed by Webfooted Designs for Waterfield's Bookshop.
Version: 1
Author: Webfooted Designs
Author URI: http://www.webfooteddesigns.co.uk



/* BODY */
body {
	background-color: #9A9CC1;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

/* CONTAINER */

#container {
    margin: 10px auto 0 auto;
    width: 758px;
    background-color: #E0E3E9;
    color: #000;
    border: 1px solid #1F1F40;
	text-align: left;
	}
	

/* HEADER */

#header {
	background-color: #393976;
	color: #000;
	font-family: Times, 'Times New Roman', serif;
	height: 120px;}
	


h1 {
    margin: 0;
    font-size: 3em;
    font-weight: normal;
    padding: 5px 5px 0 5px;
    }
    
h1 span {font-size: 0.7em;}

h2 {margin: 0 10px;
    font-weight: normal;
    padding: 0;
    position: relative;
    top: -10px;
    font-size: 1.8em;}
    
    


/* NAV */

#nav {background-color: #CDBC9A;
    color: #000;
    font-size: 0.9em;
    border-bottom: 1px solid #1F1F40;
    }
    
#nav ul {margin: 0;
    padding: 0;
    list-style: none;
    }
    
#nav li {float: left;}

#nav a {background-color: #CDBC9A;
    color: #000;
    text-decoration: none;
    display: block;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #9A937A;
    font-weight: bold;
    }
    
#nav a:hover {background-color: #B19661;
    color: #000;
    }
    
#search {text-align: right;
    padding: 5px 5px 0 0;
    height: 31px;
    }

#searchbox {border: 1px solid #000;}

input {vertical-align: middle;
    }
    
/* CONTENT */

#content {float: left;
    font-size: 0.9em;
    width: 583px;
    }
    
#content img {border: 1px solid #000;
	margin: 10px 10px 10px 20px;
	float: right;}	
	
h3 {color: #393976;
	margin: 10px 20px 0 20px;
	font-size: 1.3em;}
	
#content p, h4 {margin: 10px 20px 20px 20px;}	

#content ul {margin-top: 0;}

#content a {color: #393976;
    font-weight: bold;
    }
    
#content a:hover {text-decoration: none;}

#content .edit {font-size: 0.8em;}

#content .post a {font-weight: normal;}

small {font-size: 0.85em;}

#new {background-color: #fff;
    border: 1px solid #393976;
    margin: 20px;}
    
#new h4 {padding: 5px;
    margin: 0;
    background-color: #393976;
    color: #fff;}

#new p {margin: 5px;}
    
/* SIDEBAR */

#sidebar {
    margin-left: 585px;
    width: 172px;
    font-size: 0.8em;
    background-color: #393976;
    }
    
    
	
#sidebar a {color: #fff;
	background-color: inherit;
	text-decoration: none;
	}
	
#sidebar a:hover {color: #CDBC9A;
	background-color: inherit;
	}
	
#sidebar ul {list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#sidebar li {
	padding: 0 20px;
	margin: 10px 0 5px 6px;
	width: 126px;}


/* FOOTER */

#footer {background-color: #CDBC9A;
	color: #000;
	border-top: 1px solid #1F1F40;
	text-align: center;
	font-size: 0.8em;
	padding: 3px 0 5px 0;
	clear: both;
	}
	
#footer a {
	color: #000;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
/* CREDIT */

#credit {margin: 0 auto 10px auto;
	width: 758px;
	color: #fff;
	background-color: inherit;
	font-size: 0.8em;
	text-align: right;
	padding-right: 5px;}
	
#credit a {color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#credit a:hover {text-decoration: none;}	


    
    
    
