/*  
Theme Name: Churchill's Pub
Theme URI: http://churchillspub.us
Description: A custom theme for Churchill's Pub and Grille
Version: 1.0
Author: Matt Gossman
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f9e5bd;
	font-family: Times New Roman, Times, serif;
	color: #3f392f;
}

a {
	color: #540000;
}

a:hover {
	color: #720000;
}

#headerlarge{
	background: #6f0000 repeat-x url(http://churchillspub.us/images/css/indexheaderbackground.gif);
	margin: 0;
	padding: 0;
}

.headerinside {
	width: 900px;
	margin: 0 auto;
}

#headerlarge h1 {
	width: 395px;
	background: no-repeat url(http://churchillspub.us/images/css/largecoasterlogo.gif) center bottom;
	text-indent: -5000px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	height: 430px;
	padding: 0;
	float: left;
}

#mainstory {
	width: 480px;
	color: white;
	font: 22px/35px Times New Roman, Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
	float: right;
}

#mainstory h2 a:link, #mainstory h2 a:visited,#mainstory h2 a:active,#mainstory h2 a:hover  {
	color: white;
	text-decoration: underline;
}

#mainstory a:link, #mainstory a:visited,#mainstory a:active,#mainstory a:hover  {
	text-decoration: underline;
	color: white;
}

.clear {
	clear: both;
}

#largenav {
	text-align: center;
	clear: left;
}

#nav {
	width: 100%;
	background: #520000;
	margin: 0;
	padding: 14px 0;
}

#nav li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#nav li a {
	color: #f9e5bd;
	text-decoration: none;
	font: 25px Times New Roman, Times, serif;
	padding: 15px 25px;
}


#nav li a:hover {
	background: no-repeat center bottom url(http://churchillspub.us/images/css/menutab.gif);
}

#largefooter {
	width: 900px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#recentnews {
	width: 420px;
	float: left;
}

#emailgroup {
	width: 420px;
	float: right;
}

#largefooter h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 2px;
	width: 100%;
	border-bottom: 1px solid #530000;
}

#headersmall {
	background: #6f0000;
	margin: 0;
}

#headersmall div {
	width: 900px;
	margin: 0 auto;
}

#headersmall h1 {
	width: 287px;
	height: 100px;
	background: no-repeat url(http://churchillspub.us/images/css/smalllogowithcoaster.gif) left top;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}

#content {
	width: 900px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#contentleft {
	width: 580px;
	float: left;
	border-right: 1px solid #d7c4a0;
	padding-right: 20px;
}

#contentright {
	width: 280px;
	float: right;
	font-size: 90%;
}

#content h2 {
	color: #540000;
	margin-bottom: 8px;
	margin-top: 5px;
	font-size: 140%;
}

/* @group Comments */

.commentbubble {
	width: 580px;
	margin-top: 20px;
}

.comment {
	background: #f8e9ca url(http://churchillspub.us/images/css/commenbubble.jpg) no-repeat left bottom;
	border-top: 1px solid #d5c5a1;
	font-size: 90%;
	padding: 0 10px 10px;
}

.commentby {
	margin-left: 35px;
}



/* @end */

/* Food Menu Styling Start */

.menusubtitle {
	width: 100%;
	border-bottom: 1px solid #540000;
	float: none;
	clear: both;
	padding-top: 15px;
	padding-bottom: 3px;
}

dl{
	width: 100%;
	overflow: visible;
	margin: 0 0 1em;
}

dt,dd.price{
	font-size: 110%;
	font-weight: bold
}

dt{
	float: left;
	padding-right: 3px;
	color: #720000
}

dd{
	margin:0
}

dd.price{
	float: right;
	padding-left: 3px;
	color: #720000
}

dd.ingredients{
	float: left;
	width: 100%;
	padding: 3px 0;
	font-style: italic;
}

/* Food Menu Styling End */

/* Recent Posts Formating */

ul.dates {
	margin: 0;
	padding: 0;
}

ul.dates li {
	margin: 0;
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #d7c4a0;
}

ul.dates a {
	color: #540000;
	text-decoration: none;
}

ul.dates a:hover {
	color: #720000;
}

.date {
	margin-right: 15px;
	color: #720000;
}

.eventdate {
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
	color: black;
	padding: 0;
	margin: 6px 0 3px;
}

.eventtitle {
	color: #720000;
	padding: 0;
	margin: 3px 0;
	font-size: 110%;
	font-weight: bold;
}

.eventdescription {
	font-style: italic;
	padding: 0;
	margin: 3px 0;
}