/* 	Britannia Arms - Cupertino Screen CSS 
	8-25-2007
	by Amadeo Donofrio - amadeo@amadeodonofrio.com
	
Global Styles
------------------------------------*/
*{
	margin:			0;
	padding:        0;
}

body{
	background:		#a71d22 url(../i/bg.png) 0 0 repeat-x;
	color:			#fff;
	font-family:	Georgia, "Times New Roman", Times, serif;
}

#container{
	width:			1000px;
	margin:			0 auto;
}

#header{
	height:			181px;
	position:		relative;
	z-index:		100;
}

#header #logo{
	position:		absolute;
	top:			15px;
	left:			0;
	width:			173px;
	height:			185px;
	background:url(../i/logo.png) 0 0 no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/logo.png', sizingMethod='scale');
	_background-image:none;
}

/*COMING SOON STYLES
---------------------------------*/
#soon{
	margin: 		0 auto;
	width:			173px;
	height:			185px;
	padding:        0;
	background:url(../i/logo.png) 0 0 no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/logo.png', sizingMethod='scale');
	_background-image:none;
}	


#header #title{
	position:		absolute;
	top:			31px;
	left:			245px;
	width:			704px;
	height:			125px;
	background:url(../i/britannia-amrs-2.png) 0 0 no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/britannia-amrs-2.png', sizingMethod='scale');
	_background-image:none;
}	

#header #address{
	position:		absolute;
	top:			20px;
	left:			160px;
	width:			780px;
	height:			90px;
}	

#content{
	background:		url(../i/bg-content-stripe.gif) 0 0 repeat-y;
	min-height:     404px;
	height:			auto !important;
	height:			404px;
	padding:        0 25px 0 25px;
	position:		relative;
}

#fade{
	background:		url(../i/bg-content.gif) 0 0 repeat-x;
	width: 			1000px;
	height: 		250px;
	display: 		block;
	position: 		absolute;
	left:			0;
	z-index:		0;
}

h1{
	font-size:		24px;
	color:			#9B0A0E;
	margin:			17px 0 15px 0;
}

h2{
	font-size:		18px;
	color:			#9B0A0E;
	margin:			3px 0 15px 0;
	display:		block;
	padding:        0 0 5px 0;
	border-bottom:	1px dashed #9B0A0E;
}

#content p{
	color: 			#4B4B4D;
	font-size:		12px;
	line-height:	18px;
	margin:			0 0 15px 0;
}


#content a{
	color: 			#9B0A0E;
}

#content a:hover{
	color:			#000;
}

/* Menu Styles
---------------------------------*/
div.block{
	display: 		block;
	clear: 			both;
	margin:			0 0 0 0 !important;
	color:			#4B4B4D;
	font-size:		12px;
}

div.last{
	border:			0;
}


div.colA,
div.colB{
	width:			320px;
	display: 		inline;
	float:			left;
	position:		relative;

}

div.colA{
	margin: 		0 25px 0 0;
}

div.item{
	display: 		block;
	margin:			0 0 25px 0;
	padding:        0;
	text-align:		left;
	clear: 			both;
	width:			100%;
	position:		relative;
	font-weight:	bold;
}

div.kids div.item{
	margin:			0 0 7px 0;
}

div.feat{
	padding:        15px;
	margin:	        0 5px 15px 0;
	border:			1px solid #4b4b4d;
	width:			635px;
}

div.block p{
	display:		block;
	padding:		6px 0 0 5px;
	font-style:		italic;
	font-weight:	normal;	
	line-height:	19px !important;
}

div p.desc{
	margin:			-12px 0 15px 0 !important;
}

span.price{
	position:		absolute;
	right: 			0;
	font-weight:	normal;
	font-style: 	normal;	
}

p.desc span.price{
	position:		absolute;
	right: 			2px;
}

span.loc{
	font-style:		italic;
	font-weight:	normal;	
	position:		absolute;
	right:			0;
	font-size:		11px;
}

div.feat span.price{
	position:		absolute;
	right: 			15px;

}



/* Content Calendar Styles
---------------------------------*/

#content-cal{
	background:		#fff url(../i/bg-content.gif) 0 0 repeat-x;
	min-height:     404px;
	height:			auto !important;
	height:			404px;
	padding:        20px 25px 0 25px;
}


/* 	Navigation Styles
------------------------------------*/

#header ul{
	position:		absolute;
	top:			144px;
	left:			225px;
	
}

#header ul li{
	list-style-type:none;
	display:		inline;
	float:			left;
	margin:			0 15px 0 0;
	padding:        0 10px 0 0;
	line-height:	15px;
}

#header ul li a{
	font-size:		12px;
	color:			#fff;
	text-decoration:none;
	display:		block;
	text-indent:    -9000px;
}

#header ul li a:hover{
	text-decoration: none;
}

#header ul li a#home{
	background: 	url(../i/nav-home.gif) 0 0 no-repeat;
	width:			86px;
	height:			35px;
}

#header ul li a:hover#menu{
	background: 	url(../i/nav-menu.gif) 0 -38px no-repeat;	
}
#header ul li a#menu{
	background: 	url(../i/nav-menu.gif) 0 0 no-repeat;
	width:			86px;
	height:			35px;
}

#header ul li a:hover#specials{
	background: 	url(../i/nav-specials.gif) 0 -38px no-repeat;	
}

#header ul li a#specials{
	background: 	url(../i/nav-specials.gif) 0 0 no-repeat;
	width:			121px;
	height:			35px;
}

#header ul li a:hover#events{
	background: 	url(../i/nav-events.gif) 0 -38px no-repeat;	
}

#header ul li a#events{
	background: 	url(../i/nav-events.gif) 0 0 no-repeat;
	width:			98px;
	height:			35px;
}

#header ul li a:hover#about{
	background: 	url(../i/nav-about.gif) 0 -38px no-repeat;	
}

#header ul li a#about{
	background: 	url(../i/nav-about.gif) 0 0 no-repeat;
	width:			137px;
	height:			35px;
}

#header ul li a:hover#contact{
	background: 	url(../i/nav-contact.gif) 0 -38px no-repeat;	
}

#header ul li a#contact{
	background: 	url(../i/nav-contact.gif) 0 0 no-repeat;
	width:			97px;
	height:			35px;
}

#header ul li a:hover#home{
	background: 	url(../i/nav-home.gif) 0 -38px no-repeat;	
}

/* 	Sub Navigation Styles
------------------------------------*/
ul#sub-nav{
	display:		block;
	clear:			both;
	margin:			0 0 20px 0;
	position:		absolute;
	top: 			22px;
	right:			0;
}

ul#sub-nav li{
	display: 		inline;
	float:			left;
	margin: 		0 10px 0 0;
	padding:        0 10px 2px 0;
	border-right:	1px solid #4b4b4d;
	line-height:	18px;
}

ul#sub-nav li.last{
	border:			none;
}

ul#sub-nav li a:link,
ul#sub-nav li a:visited,
ul#sub-nav li a:active{
	color: 			#9B0A0E;
	font-weight:	bold;
	text-decoration:none;
}

ul#sub-nav li a:hover{
	color:			#191160;
	text-decoration:underline;
}
ul#sub-nav li.active a{
	color:			#191160;
	text-decoration:none;
}


/* 	Column Layout Styles
------------------------------------*/
#l{
	width:			667px;
	float: 			left;
	display:		inline;
	margin:			25px 0 0 0;
	padding: 	    0;
	position: 		relative;
}

#r{
	width:			204px;
	float: 			right;
	display:		inline;
	position:		relative;
	height:			100%;
	background:		#dddeed url(../i/bg-r-col.gif) 0 0 repeat-x;
	margin:			0 15px 0 0;
	padding:        267px 17px 0 17px;
}

#r a.more{
	font-size:		11px;
	float: 			right;
	margin:			0 0 10px 0;
}

#r a:link,
#r a:visited,
#r a:active{
	text-decoration:none;
	color: #4b4b4d;
}

#r a:hover{
	text-decoration:underline;
	color:#9B0A0E;
}

#r p{
	line-height: 16px;
}



#promo{
	position: 		absolute;
	top:			25px;
	left:			-29px;
}


/* Home Page Styles
---------------------------------- */
p.home{
	font-size: 16px !important;
	line-height:	20px !important;
	padding: 0 0 10px 0 !important;
}

p.home-mod{
	width: 		320px;
	margin:		0 0 20px 0 !important;
	font-size: 16px !important;
	line-height:	20px !important;
}

p.home-mod img{
	float:		right;
	display:	inline;
	margin:		0 0 5px 5px;
	border:		1px solid #4b4b4d;
	padding:    2px;
}





/* Bugfixes
---------------------------------- */
.clearfix:after { /* All except IE */
content: ".";
display: block;
height: 0;
line-height: 0px;
clear: both;
visibility: hidden;
}
.clearfix { /* IE Mac */
display: inline-block;
}
/* Hides from IE Mac, for IE Win \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}


/*  Contact Us Page Styles
------------------------------------*/
div.contact-r{
	position: relative;
	background: red;
	float: left;
	padding-top:24px !important;
	_padding-top:42px !important;
	height: auto;
}

/*  Specials Page Styles
------------------------------------*/
.specials #content{
	background:		#fff url(../i/bg-content.gif) 0 0 repeat-x;
}

.specials #r{
	display:		none;
}

.specials #l{
	width:			1000px;
}

div.spec-col{
	width:			470px;
	float:			left;
	display:		block;
	margin-right:	10px;
}

div.spec{
	display: 		block;
	float: 			left;
	width:			440px;
	border:			1px solid #b79f9b;
	padding: 	    10px;
	background:		url(../i/bg-content.gif) 0 0 repeat-x;
	margin-bottom:	10px;
}

div.spec h3{
	color:			#191160;
	margin:			0 0 5px 0;
}

div.spec img{
	float:			right;
	padding:        5px;
	border:			1px solid #b79f9b;
}	

div.spec p{
	line-height:	19px !important;
}


/* 	Footer Styles
------------------------------------*/
#footer{
	margin:			5px 10px 20px 10px !important;
	font-size:		10px;
	font-family:	Arial, Helvetica, sans-serif;
	padding:        4px 0 0 0;
	display: 		block;
}

#footer p{
	display:		block;
}

#footer a{
	color:			#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


/* 	Footer Navigation Styles
------------------------------------*/
#footer ul{
	display:		inline;
	float:			right;
}

#footer ul li{
	list-style-type:none;
	display:		inline;
	float:			left;
	margin:			0 10px 0 0;
	padding:		0 10px 2px 0;
	line-height:	8px;
	border-right:	1px solid #fff;
}

#footer ul li.last{
	border:			none;	
	padding:        0 0 2px 0;
	margin:         0 0 2px 0;
}

#footer ul li a{
	color:			#fff;
	text-decoration:none;
	display:		block;
}

#footer ul li a:hover{
	text-decoration:underline;
}

/* 	Utility Styles
------------------------------------*/
.fl{
	display:		inline;
	float:			left;
}

.fr{
	display:		inline;
	float:			right;
}

span.red{
	color:			#80191C;
}

span.blue{
	color:			#191160;
	font-weight:	bold;	
}

/* 	Links
------------------------------------*/
:focus
{
  -moz-outline-style: none;
}

