/*
Theme Name: PoorRichards
Theme URI: http://modernleaf.com
Author: Kevin Hauge
Author URI: http://modernleaf.com
Description: Poor Richard's Commonhouse Theme from Modern Leaf Design
Version: 1.0
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image:url('/wp-content/themes/PoorRichards/images/woodbg.jpg');
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	color: #a01e21;
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	font-family: Georgia, serif;
	color: #a01e21;
}

h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #a01e21;
}

h4 {
	font-size: 16px;
	font-family: Georgia, serif;
	font-style:italic;
	font-weight: normal;
	color: #a01e21;
}

h5 {
	font-family: Georgia, serif;
	color: #a01e21;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h6 {
	font-family: Georgia, serif;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

p {
	line-height: 150%;
	font-family: Palatino, Georgia, serif;
	font-size: 14px;
}

ul, ol {
	line-height: 150%;
	list-style-type: circle;
}

li {
	font-family: Palatino, Georgia, serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #a01e21;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0px;
	padding: 0px;
}

/* ------------ Header ------------- */

#header-container {
	float: center;
	width: 1140px;
	margin: 0px auto;
}

#header {
	float: center;
	width:1140px;
	height: 150px;
}

#logo {
	width: 256px;
	height: 154px;
	float:left;
	background: url('/wp-content/themes/PoorRichards/images/logo.png') bottom right no-repeat;
}

#menu {
    width: 655px;
	height:150px;
	float: left;
}

#head-social {
	width: 219px;
	height: 154px;
	float:right;
	background: url('/wp-content/themes/PoorRichards/images/nav-ribbon.png') bottom left no-repeat;
    display: block;
	text-align: center;
}

/* ------------- Nav ----------------- */

#nav-home
{
    height: 68px;
    width: 104px;
    overflow: hidden;
    background: url('/wp-content/themes/PoorRichards/images/nav-home.png') top left no-repeat;
    display: block;
    float: left;
	margin-top:86px;
}

#nav-home:hover
{
    background-position: bottom left;
}

#nav-about
{
    height: 68px;
    width: 128px;
    overflow: hidden;
    background: url('/wp-content/themes/PoorRichards/images/nav-about.png') top left no-repeat;
    display: block;
    margin-left: auto;
    float: left;
	margin-top:86px;
}

#nav-about:hover
{
    background-position: bottom left;
}

#nav-menu
{
    height: 68px;
    width: 131px;
    overflow: hidden;
    background: url('/wp-content/themes/PoorRichards/images/nav-menu.png') top left no-repeat;
    display: block;
    margin-left: auto;
    float: left;
	margin-top:86px;
}

#nav-menu:hover
{
    background-position: bottom left;
}

#nav-banquet
{
    height: 68px;
    width: 170px;
    overflow: hidden;
    background: url('/wp-content/themes/PoorRichards/images/nav-banquet.png') top left no-repeat;
    display: block;
    margin-left: auto;
    float: left;
	margin-top:86px;
}

#nav-banquet:hover
{
    background-position: bottom left;
}

#nav-contact
{
    height: 68px;
    width: 132px;
    overflow: hidden;
    background: url('/wp-content/themes/PoorRichards/images/nav-contact.png') top left no-repeat;
    display: block;
    margin-left: auto;
    float: left;
	margin-top:86px;
}

#nav-contact:hover
{
    background-position: bottom left;
}

/* ---------------- Tables ------------------ */

.table-grey {
	border-collapse: collapse;
	width: 95%;
	float: center; 
}

.table-grey th, td {
	border-bottom: 1px solid #555;
	padding: 12px;
	font-family: Palatino, Georgia, serif;
	font-size: 14px;
	color: #ccc;
	text-align: left;
}

.contactform {
	border-collapse: collapse;
	width: 95%;
	float: center; 
}

.contactform td {
	padding: 12px;
	border: 0px;
	font-family: Palatino, Georgia, serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.button-tan {
			-moz-box-shadow:inset 0px 1px 0px 0px #fff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
			box-shadow:inset 0px 1px 0px 0px #fff;
			background:-moz-linear-gradient( center top, #f1ece8 5%, #dfdfdf 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece8', endColorstr='#dfdfdf');
			background-color:#26434D;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #fff;
			display:inline-block;
			color:#ccc;
			font-family:Georgia, Times, serif;
			font-size:16px;
			padding:10px 20px;
			text-decoration:none;
			text-shadow:0px 0px 0px #fff;
		}

.button-red {
			-moz-box-shadow:inset 0px 1px 0px 0px #fff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
			box-shadow:inset 0px 1px 0px 0px #fff;
			background:-moz-linear-gradient( center top, #f1ece8 5%, #dfdfdf 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece8', endColorstr='#dfdfdf');
			background-color:#dfdfdf;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #fff;
			display:inline-block;
			color:#a01e21;
			font-family:Georgia, Times, serif;
			font-size:16px;
			padding:10px 20px;
			text-decoration:none;
			text-shadow:1px 1px 0px #fff;
}
.button {
			-moz-box-shadow:inset 0px 1px 0px 0px #fff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
			box-shadow:inset 0px 1px 0px 0px #fff;
			background:-moz-linear-gradient( center top, #f1ece8 5%, #dfdfdf 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece8', endColorstr='#dfdfdf');
			background-color:#dfdfdf;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #fff;
			display:inline-block;
			color:#666;
			font-family:Georgia, Times, serif;
			font-size:16px;
			padding:10px 20px;
			text-decoration:none;
			text-shadow:1px 1px 0px #fff;
		}

.input-box {
margin-bottom: 5px;
background: #e8e8e8;
border: #ccc solid 1px;
}

.input-box-required {
margin-bottom: 5px;
background: #e8e8e8;
border: #c00 solid 1px;
}

/* ---------------- Content ------------------ */

#content {
	float: center;
	width: 1140px;
	margin: 0px auto;
	padding: 0px;
	background: #F4DFC0;
	text-align: center;
}

#tan-content {
	width:1140px;
	margin: 0px auto;
	padding: 0px;
	float:center;
	background: #F4DFC0;
	clear:both;
}

#inner-content {
	width:1000px;
	margin: 0px auto;
	padding: 15px 20px 15px 40px;
	float:center;
	background: #F4DFC0;
}

#inner-width {
	width:1100px;
	margin: 0px auto;
	float:center;
}

#inner-width-banquet {
	width:750px;
	margin: 0px auto;
	float:center;
}

#green-span {
	width:100%;
	height:400px;
	float:center;
	background: #1C444E;
	background-image:url('/wp-content/themes/PoorRichards/images/banner_bg.png');
	background-repeat: repeat-x;
	clear:both;
}

#green-span-sub {
	width:100%;
	height:71px;
	float:center;
	background: #1C444E;
	background-image:url('/wp-content/themes/PoorRichards/images/sub-banner_bg.png');
	background-repeat: repeat-x;
	clear:both;
}

#front-banner {
	width: 800px;
	height:280px;
	float:right;
	margin-top: 40px;
}

#banner-area {
	width: 1140px;
	height: 400px;
	margin: 0px auto;
	float: center;
}

#banner-area-sub {
	width: 1140px;
	height: 71px;
	margin: 0px auto;
	float: center;
}

#sub-logo-bar {
	width: 286px;
	height: 71px;
	background-image:url('/wp-content/themes/PoorRichards/images/sub-logo.png');
	background-repeat: no-repeat;
	float: left;
}

#logo-container {
	width: 200px;
	padding: 10px 0 0 10px;
}

#sub-banner {
	width: 800px;
	height:71px;
	float:right;
	margin: 0;
}

#hours {
	width: 286px;
	height: 400px;
	background-image:url('/wp-content/themes/PoorRichards/images/hours_bg.png');
	background-repeat: no-repeat;
	float: left;
}

#hours-container {
	width: 200px;
	padding: 75px 0 0 50px;
}

#hours-container p {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-color: #333;
}

/*  ------------------ Layout ------------------ */

.one_half { 
	width:450px; 
	float:left; 
	margin:4px 35px 4px 0px;
	background: #F4DFC0;
	text-align: left;
}
.one_half_last { 
	width:500px; 
	float:left; 
	margin-right:0; 
	padding-right:0; 
	text-align: left;
	clear:right!important;
	background: #F4DFC0;
}

.one_third { 
	width:360px; 
	float:left; 
	margin:4px 10px 4px 0px;  
	text-align: center;
}
.one_third_last { 
	width:360px; 
	float:left; 
	margin-top: 4px;
	margin-right:0; 
	padding-right:0; 
	text-align:center;
	clear:right!important;
}

.one_fourth { width:218px; float:left; margin:4px 35px 4px 0px; }
.one_fourth_last { width:218px; float:left; margin-right:0; padding-right:0; clear:right!important;}

.two_third { width:642px; float:left; margin:4px 35px 4px 0px; }
.two_third_last { width:642px; float:left; margin-right:0; padding-right:0; clear:right!important;  }

.three_fourth { width:722px; float:left; margin:4px 35px 4px 0px; }
.three_fourth_last { width:722px; float:left; margin-right:0; padding-right:0; clear:right!important;  }

.one_fifth { width:167px; float:left; margin:4px 35px 4px 0px; }
.one_fifth_last { width:167px; float:left; margin-right:0; padding-right:0; clear:right!important;  }

.four_fifth { width:767px; float:left; margin:4px 35px 4px 0px; }
.four_fifth_last { width:767px; float:left; margin-right:0; padding-right:0; clear:right!important;  }

.one_sixth { width:133px; float:left; margin:4px 35px 4px 0px; }
.one_sixth_last { width:133px; float:left; margin-right:0; padding-right:0; clear:right!important; }

.five_sixth { width:810px; float:left; margin:4px 35px 4px 0px; }
.five_sixth_last { width:810px; float:left; margin-right:0; padding-right:0; clear:right!important;  }

/*  ------------------ Footer ------------------ */

#footer-span {
	background: #333;
	width:1140px;
	height: 420px;
	clear:both;
}

#footer {
	background: #333;
	width:1140px;
	height:420px;
	clear:both;
}

#footer-span-sub {
	background: #333;
	width:1140px;
	height: 400px;
	clear:both;
}

#footer-sub {
	background: #333;
	width:1140px;
	height: 400px;
	clear:both;
}

#footer-span-contactpg {
	background: #333;
	width:1140px;
	height: 280px;
	clear:both;
}

#footer-contactpg {
	background: #333;
	width:1140px;
	height: 280px;
	clear:both;
}

#footer, #footer-sub p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}

h4 .footer-contact-em {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

#footer a {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-flag {
	background: #333;
	width:1140px;
	height:137px;
	clear:both;
	background-image:url('/wp-content/themes/PoorRichards/images/footer_bg.jpg');
	background-repeat: no-repeat;
	float: center;
}

#footer-copyright {
	width:430px;
	margin: 0 auto;
	padding-top:90px;
	float: center;
	text-align:center;
}

#footer-copyright p {
	font-size: 10px;
	color: #999;
}

#footer-left {
	width: 430px;
	float:left;
	text-align: left;
	padding: 30px 5px 5px 30px;
}

#footer-pricing {
	width: 450px;
	float:left;
	text-align: left;
	padding: 10px 5px 5px 30px;
}

#footer-banquet-form {
	padding-top:10px;
	width: 600px;
	float:right;
    display: block;
}

.footer-head {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.footer-contact {
	font-size: 14px;
	font-family: Georgia, serif;
	font-style:italic;
	font-weight: normal;
	color: #ccc;
	padding-bottom: 10px;
}

.small-em {
	font-size: 10px;
	font-family: Georgia, serif;
	font-style:italic;
	font-weight: normal;
	color: #ccc;
}

#footer-twitter {
	padding-top: 20px;
    width: 310px;
	float: left;
}

#footer-facebook {
	padding-top:15px;
	width: 360px;
	float:right;
    display: block;
}

.qr-code {
  padding-right: 15px;
}