body			{ background-color: #e5ddd5; background-image: url('../images/ulis-background.gif'); background-position: top center; background-repeat: no-repeat; font-size: 10px; margin-top: 50px; }

.container		{ width: 840px; background-color: #d5ccc3; border: 15px solid #FFF; }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }

h1 a 				{ color: #373737; text-decoration:none; }
h1 a:hover			{ color: #ed1c24; }


h2,
#maincontent h2	{ font-family: "Brush Script MT", Georgia; font-size: 1.8em; color: #ed1c24; border: none; }

h2 a:hover			{ color: #373737; }
/*
 * Page related styles
 */


/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/



#header {
	
	margin: 0px;
	padding: 0px;
	/*background: url('../images/logo.gif') 50px 17px no-repeat;*/
	height: 279px;
	width: 960px;
	margin-left: -54px;
}

#header h1		 { display: none;  }
#header .description { display: none; }

#header .column {
	margin: 0;
	padding: 0;
}

#reso {
	
	margin: 0px;
	padding-left:145px;
	padding-top: 20px;
	width: 765px;
	display:none;
	margin-left: -34px;

	background: url('../images/res-bird.png') no-repeat;
	
}


/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

#blogbutton						{  position:absolute; top:102px; left:900px;  background-image:url('../images/menu/Blogbutton.png'); width:96px; height:154px; }
#blogbutton:hover	{background-image:url('../images/menu/Bloghover.png'); }
#resbutton						{  position:absolute; top:102px; left:996px;  background-image:url('../images/menu/Resbutton.png'); width:123px; height:154px; }
#resbutton:hover	{background-image:url('../images/menu/Reshover.png'); }
#navi 							{ background-color: #d5ccc3; font-family: "Brush Script MT", "Segoe Script", Georgia; text-align: center; margin: 10px 0; }
#navi ul						{ margin: 0 auto; padding: 0; list-style: none; }
#navi li						{ margin: 0; padding: 0; display: inline; background-image: none; }
#navi li.current_page_item a,
#navi li a:hover 				{ color: #ed1c24; }

#navi li a 						{ color: #FFF; padding: 0; text-decoration: none; }
#navi li.current_page_item a	{ color: #ed1c24; text-decoration: none; }

/*
 * Footer Related Styles
 */

#footer 		{ margin:auto; margin-top:25px; color: #cec7c6; width: 840px; }
#footer a		{ color: #cec7c6; }

#maincontent .leftimg { margin-left: -102px; }
#maincontent .rightimg { margin-right: -108px; }


.beer-listing-1,.beer-listing-2 { float: left; width: 220px; margin-right: 40px;}
.beer-listing-3 { float: left; width: 220px; }
.beer-title{ font-family: Arial; font-size: 1.4em; color: #ed1c24; padding-bottom: 5px; }
.beer-desc{}


#beer-text {
	float: left;
	max-width: 260px; 
	
}
#contact-entry {
	float: left;
	width: 540px;
}
#contact-spacer {
	float: right;
	margin-bottom: 56px;
}

/* Newsletter Signup */
#newsletter_signup {
	width: 204px;
	//height: 148px;
	float: right;
	//position: relative;
	margin-top: -75px;
	margin-bottom: 90px;
	//margin-left: 30px;
}
#newsletter_signup h4 {
	//font-size: .8em;	
	margin-top: 42px;
	//margin-bottom: 10px;
	width: 200px;
	color: #ed1c24;
}
#newsletter_form {
	margin: 0px;
}
#newsletter_email {
	width: 200px;
}
#newsletter_signup input {
	//font-size: .75em;
	display: block;
	margin-bottom: 5px;
	}
/* End Newsletter */

/*-----------------------------------------------------------------------------
	Blog
-----------------------------------------------------------------------------*/

#sidebar {width:220px; margin-left:-20px;}

#rss {float:left; font-size:90%; line-height:200%; margin-right:10px;}
#bio {float:left; margin-right:5px; }

.datestamp{ position:absolute; margin-left:-70px; width:60px; margin-top:8px;}
.date_meta{ font-size:48px;color:#ed1c24; font-weight:bold; line-height:36px; float:right;}
.month{font-size:18px;color:#373737; font-weight:bold; line-height:18px; float:right; text-transform:uppercase;}
.year{ font-size:18px;color:#ed1c24; font-weight:bold; line-height:14px; float:right;}


