/*
  
Theme Name: Roger
Theme URI: http://www.creative-corner.co.uk
Description: For Roger's Restaurant
Tags: 
Version: 1
Author: Richard Heywood
Author URI: http://www.creative-corner.co.uk
Credits: 

*/ 


@charset "UTF-8";
* {
	margin: 0;
}
body {
	background-image: url(/wp-content/themes/roger/images/background.jpg);
	background-position: 50% 0;
	color:#5B5043;
	font-family:'Bookman Old Style', 'Georgia', 'Times New Roman', serif;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
#header {
	height: 75px;
}
#nav {
	width: 460px;
	text-align: center;
	padding-top: 30px;
}
#nav ul {
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	color: #544a3c;
	padding: 0 7px 3px 7px;
}
#nav li a:hover, a:focus, a:active {
	color: #990000;
	text-decoration: none;
	border-bottom: solid #990000 2px;
	padding-bottom: 5px;
}
#logo {
	float: right;
	width: 440px;
}
h1, h2, h3, h4, h5, h6  {
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1  {
	font-size: 120%;
	margin-bottom: 20px;
}

h2  {
	font-size: 100%;
	margin-bottom: 20px;
}

h3 {
	font-size: 90%;
	border-bottom: solid #990000 1px;
	display: inline;
	padding-bottom: 5px;
}
h4 {
	font-size: 90%;
	margin-bottom: 15px;
}
p {
	margin: 10px 0 10px 0;
}
#mainContent {
	width: 420px;
	height: 320px;
	overflow: auto;
	padding: 10px 20px 0 20px;
	text-align: center;
}

#mainContent p {
	font-size: 90%;	
	line-height: 180%;
}
 
#photos {
	width: 440px;
	height: 330px;
	float: right;
}

#footer {
	position: absolute;
	top: 450px;
	width: 920px;
	font-size: 90%;
	line-height: 150%;
}

#footer1 {
	width: 320px;
	float: left;
	margin-right: 100px;
	padding-top: 5px;
}
#footer2 {
	width: 220px;
	float: left;
	margin-right: 45px;
	padding-top: 5px;
}
#footer3 {
	width: 220px;
	float: left;
	padding-top: 5px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #544a3c;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0px;
}

#nav .current-menu-item a, a:focus, a:active{
	color: #990000;
	text-decoration: none;
}

#nav .current-menu-parent a, a:focus, a:active{
}

#nav .current_page_item a, a:focus, a:active{
	color: #990000;
	text-decoration: none;
}

#nav .current-page-ancestor a, a:focus, a:active{
	color: #990000;
	text-decoration: none;
}

.post {
	margin-bottom: 40px;
}
