@charset "UTF-8";
/* CSS Document */


/* Eric Meyers CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height:100%;
	}

body {
	line-height: 1.25;
	color: black;
	background: white;
	text-align:center;
}
ol, ul {
	list-style:circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* End of Reset */

/* Start of layout styling
---------------------------------------------------*/

#container {
	background:url(../../images/TheMillRestaurantTemplate_01.jpg) repeat-x #E6E6E6;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	min-height:100%;
	width:950px;
	margin:auto;
	-webkit-box-shadow: 0px -10px 5px #666;
	-moz-box-shadow: 0px -10px 5px #666;
	position:relative;
	}

#mainContentContainer {
	text-align:left;
	width:1000px;
	height:100%;
	margin:0 auto 0 auto;
	padding-bottom:200px;
	}
	
#leftColumn, #rightColumn {
	width:455px;
	padding:10px;
	float:left;
	}

#rightColumn a, #footerRightColumn a {
	border:none;
}
	
#navigation {
	height:29px;
	padding-top:10px;
	background:url(../../images/navGradient.png) repeat-x #7CA5D8;
	color:white;
	}
	
#navigation ul 
	{
		padding:0;
	}

.nav {
	color:white;
	display:inline;
	text-transform:uppercase;
	font-size: 13px;
	font-family: 'Droid+Serif', 'Times New Roman', Helvetica, Verdana, Arial, sans-serif;
	margin:0 12px 0 12px;
	}

.nav a:link, .nav a:visited {
	-webkit-transition-property: color;
	-webkit-transition-duration:0.4s;
	color:white;
	text-decoration:none;
	border:none;
	}
	
.nav a:hover {
	-webkit-transition-property: color;
	-webkit-transition-duration:0.4s;
	color:#000000;
	}
	
#footer {
	color:white;
	text-shadow:1px 1px 1px #999;
	border-top:1px solid #CCCCCC;
	height:200px;
	width:100%;
	background:#93B6E0 url(../../images/footerBackground_03.jpg) repeat-x;
	float:none;
	clear:both;
	position:absolute;
	bottom:0;
	padding:5px 0 5px 0;
	}
	
#footerLeftColumn {
	padding:10px;
	padding-left:40px;
	float:left;
	}
	
#footerRightColumn {
	padding:10px;
	padding-right:40px;
	padding-top:50px;
	text-align:right;
	float:right;
	}

#guides {
	text-align:center;
	margin:10px 0 10px 0;
	}
	
/* Element Styling
------------------------------------------------- */

a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #0033FF;
	color:#0033FF;
}

a:hover, a:active {
	border-bottom:1px solid;
	color:#003399;
}

h1, h2 {
	font-family: "Droid+Serif", "Times New Roman", Helvetica, Verdana, Arial, sans-serif;
	margin-bottom:18px;
	font-variant:small-caps;
	text-shadow:1px 1px 3px #999;
	font-size: 30px;
	font-weight: bold;	
	}

h3, h3 a:link, h3 a:visited {
	font-family: "Droid+Serif", "Times New Roman", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	text-shadow:1px 1px 3px #999;
	text-decoration:none;
	color:white;
	border:none;
	}
	
#leftColumn h3 {
	color:black;
	}
	
h4 {
	font-family: "Droid+Serif", "Times New Roman", Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	text-shadow:1px 1px 3px #999;	
	}


p {
	font:13px normal Helvetica, Arial, sans-serif;
	line-height:1.25em;
	margin-bottom:15px;
	}

li {
	font:13px normal Helvetica, Arial, sans-serif;
	line-height:1.25em;
	}	
	
.scrapbook {
	-moz-box-shadow: 2px 2px 5px #666;
	-moz-transform: rotate(-3deg);
	-webkit-box-shadow: 2px 2px 5px #666;
	-webkit-transform: rotate(3deg);
	border:1px solid #CCCCCC;
	padding:3px;
	margin-right:15px;
	margin-left:5px;
	background:#EEEEEE;
	}

.bordered {
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	padding:3px;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}

.gallery {
	border:2px solid #CCCCCC;
	background:#EEEEEE;
	padding:3px;
	margin:10px;
	-webkit-box-shadow:1px 1px 5px #666;
	-moz-box-shadow:1px 1px 5px #666;
}

.linkBack {
	font-size:9px;
	}

.priceList {
	margin-bottom:10px;
}

.tableLeft, .tableRight {
	font:13px normal Helvetica, Arial, sans-serif;
	padding:5px 0 0 10px;	
}

iframe {
	border:1px solid black;
	}
	
blockquote {
	padding:10px 10px 0 10px;
}

blockquote p:before {
	content:'\201C';
	margin-right:3px;
}

blockquote p:after {
	content:'\201D';
	margin-left:3px;
}

blockquote p {
	font:15px normal italic "Times New Roman", Helvetica, Arial, sans-serif;
	font-style:italic;
	clear:right;
}

cite {
	float:right;
	font:11px normal Helvetica, Arial, sans-serif;
	font-style:italic;
	margin-bottom:25px;
}


/* Form Styling
------------------------------------------------*/

label, legend {
	display:block;
	color:black;
	}

label {
	font:15px bold "Cochin" Helvetica, Verdana, Arial, sans-serif;
}

legend {
	font:18px bold "Cochin" Helvetica, Verdana, Arial, sans-serif;
}

fieldset ul {
	padding: 1em 1em 0 0;
	list-style:none;
	}
	
fieldset li {
	padding-bottom:1em;
	}
	
fieldset.submit {
	border-style:none;
	}