/* © Copyright The Montague Inn 2010* Design: newcenturydesign.co.uk */
/* Written by Leyton Edwards */


body{
	font: 100%/1.3em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background-color: #f7f5e8;
	}

h1
{
	font: 210%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #877f56;
	font-weight: normal;
	/*font-style: italic;*/
	margin: 0;
	padding: 0px 0 10px 0;	
}

h2
{
	font: 130%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #9a8e79;
	font-weight: normal;
	/*font-style: italic;*/
	margin: 0;
	padding: 0px 0 10px 0;	
}

h3
{
	color: #9a8e79;
	font-weight: normal;
	/*font-style: italic;*/
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2em;
	left: 10px;
	position: relative;
	top: 10px;
	width: 250px;
}

h4
{
	font: 130%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #444;
	font-weight: normal;
	/*font-style: italic;*/
	margin: 0;
	padding: 0px 0 10px 0;	
}


a:link, a:visited, a:active
{
	color: #990610;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
 	color: #990610;
	font-weight: normal;
	text-decoration: underline;
}



/* HEADER */


#logo
{
	background: url(../images/montague-logo.png) no-repeat;
	height: 127px;
	width: 350px;
	padding: 0px;
	margin: 8px auto;
}


/* HEADER END */

.container
{
	margin: 0 auto;
	width: 960px;

}

/* OVERVIEW */ 

#box {	
	padding: 1px 0 20px 0;
	background: url(../images/mont-bg.jpg);
	background-color: #f4f1e3;
	background-repeat:repeat-x;
}

#flash
{
	display: block;
	width: 960px;
	height: 305px;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 0;
}

/* OVERVIEW END*/


/* MENU */ 

#navL
{
	display: block;
	float: left;
	width:10px;
	height:41px;
	/*background: url(../images/nav-l.jpg);*/
}

#navR
{
	display: block;
	float: right;
	width:10px;
	height:41px;
	/*background: url(../images/nav-r.jpg);*/
}

#topMenu {
	height: 41px;
	width: 960px;	
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	/*background: url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	color: #f4f1e3;*/

}

#topMenu ul {
	margin: 0 0 0 70px; /* was 150 */
	padding:0;

}

#topMenu ul li {
	float:left;
	list-style-type: none;
	margin: 7px 0 0 0;
	padding:0 12.5px 0 0;
}


#topMenu a, #topMenu a:active, #topMenu a:visited {
	margin:0;
	display: block;
	vertical-align: middle;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	font: 100%/1.3em Georgia, "Times New Roman", Times, serif;
	/*color: #f4f1e3;*/
}

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

/* MENU END */ 

/* RIGHTCOL */ 

#box .textArea {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	float: left;
	display: block;
	width: 960px;

}

#box .columnOne
{
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #444;
	float: left;
	display: block;
	width: 580px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
}

#menus1{
	height: 80px;
	background-image: url(../images/pdf-box-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 280px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c1b88c;
	border-bottom-color: #c1b88c;
	border-left-color: #c1b88c;
}
#menus2{
	height: 80px;
	background-image: url(../images/pdf-box-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 295px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #c1b88c;
	border-right-color: #c1b88c;
	border-bottom-color: #c1b88c;
}
.menus-text{
	top: 5px;
	left: 10px;
	position: relative;
	font-size: 12px;
	width: 250px;
}

#lunch{
	position: relative;
	font-size: 12px;
	height: 56px;
	width: 37px;
	top: 12px;
	float: left;
}
#dinner{
	position: relative;
	font-size: 12px;
	height: 56px;
	width: 37px;
	top: 12px;
	left: 65px;
	float: left;
}
#s-lunch{
	position: relative;
	font-size: 12px;
	height: 56px;
	width: 37px;
	top: 12px;
	left: 123px;
	float: left;
}
#divider1{
	position: relative;
	font-size: 12px;
	height: 56px;
	width: 1px;
	top: 12px;
	left: 34px;
	float: left;
	background-color: #c1b88c;
}
#divider2{
	position: relative;
	font-size: 12px;
	height: 56px;
	width: 1px;
	top: 12px;
	left: 100px;
	float: left;
	background-color: #c1b88c;
}
#box .columnTwo
{
	border: solid 1px #877f56;
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #444;
	float: right;
	display: block;
	width: 340px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #ded8bb;
	/*height: 293px;*/
}
#images{
	position: relative;
	top: -23px;
}
.gallery-text{
	top: -18px;
	position: relative;
}

/* RIGHTCOL END */ 

/* 2 columns for Contact page */
#box .contactOne
{
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #444;
	float: left;
	display: block;
	width: 232px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
}
#box .contactTwo
{
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #444;
	float: left;
	display: block;
	width: 280px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
	left: 30px;
	position: relative;
}
.indent{
	text-indent: 10px;
	top: -12px;
	position: relative;
	margin-bottom: -12px;
	}
/* 2 columns for Contact page */


#box .map
{
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #444;
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
	left: 30px;
	position: relative;
	width: 700px;
	top: 10px;
}

#news-box, #event-box, #blog-box
{
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	float: left;
	display: block;
	width: 550px;
	text-align: left;
	background-color: #000;
	border: 1px solid #877F56;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	word-wrap: break-word;
}

#news-box h1, #event-box h1, #blog-box h1
{
	color: #fff;
}

#news-box h4, #event-box h4, #blog-box h4
{
	color: #fff;
}


#news-image, #event-image, #blog-image{
	float: right;
	height: 200px;
	width: 250px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#contactOne{}  

/* FOOTER */ 

/*---------------------------------footer-----------------*/
#main_footer{
	font: 90%/1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width:100%; float:left; background:url(../images/footer-bg.gif) repeat-x #ae041e; color:#d3cbb4; margin:0; padding:0; 	text-align: center; 
	}
#footer {
	font-weight: normal;
	width:960px; height:187px;
	margin:0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	}
	
#footer a{
	font-weight: normal;
	font: 100%/1.3em Georgia, "Times New Roman", Times, serif;
	color:#f4f1e3;
	text-decoration:none;
	margin:0 4px 0 4px;
	}

#footer a:hover{
	text-decoration:underline;
	}
	
#footerMenu{
	padding-top: 15px;
}
#footerMenu ul {
	margin: 0 0 0 50px;
	padding:0;

}

#footerMenu ul li {
	float:left;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 12.5px;
	padding-bottom: 0;
	padding-left: 0;
	font: 105%/1.3em Georgia, "Times New Roman", Times, serif;
}



/* FOOTER END */ 
/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #a70000; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #a70000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; margin: 0 auto;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: none; }

/* LIGHTBOX END */

#gallery
{
	display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 340px;
	/*height: 200px;*/
	z-index: 3;
}

#gallery li
{
	padding: 0;
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 6px;
	margin-left: 6px;
}

* html #gallery li
{
	margin: 4px;
	padding: 0;
	float: left;
	width: 70px;
	height: 70px;
	display: block;
}


h2.eventtitle {padding:15px 0 3px 0; margin-top:10px; border-top:1px solid #DED8BB;}
.eventdate {font-weight:bold;}
div.row {clear:both; padding-top:12px; border-top:3px solid #DED8BB; font-size:13px;}
div.row div.formleft {float:left;padding:2px 0 0 0; margin:0;width:110px;text-align:right; color:#666666; font-weight:bold;}
div.row div.formright {padding:0; margin:0;margin-left:120px;}
.clearboth {clear:both;}
.hide {position:absolute; top:0; left:-1600px;}
.show {position:relative; top:0; left:0px;}
.smaller {font-size:80%}
.okmessage { font-weight:bold;background-color:#66CC00; color:#FFFFFF; padding:10px; border:1px solid #006600; padding:10px 20px;}
.errormessage {font-weight:bold; background-color:#FF6600; color:#FFFFFF; padding:10px; border:1px solid #cc0000; padding:10px 20px;}
.required { color:#CC0000;}
.formhints {font-size:12px; color:#999999; font-weight:normal;}
.gallery-text {
    position: relative;
    top: 0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.twittercol {float:right;margin: 0 0 10px; padding: 10px; text-align: left; width: 340px; clear: right;}

#christmasmenu {  width:575px; margin-bottom:20px; }
#christmasmenuinner { position:relative;border:1px solid #C1B88C; padding:0; height:80px; background-image:url("../images/pdf-box-bg.jpg"); background-repeat:repeat-x; background-position:top left;font-size: 12px;}
.xmastext { position:absolute; top:30px; left:20px;}
.xmasmenu { position:absolute; top:10px; left:365px;}
#holly {position:absolute; top:-23px; left:-11px;}



