/*------------------------------------------------------------

	Master.css
	www.ankordesign.com
	
	Last Modified : 	23th January 2009
	Created by : 		Gregory Lynn
	Contact: 			desk[at]ankordesign.com	
	Copyright 2007 - 2009
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */

body	{
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.cnt	{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header {
	height: 163px;
	background-image: url(../images/header-logo2.png);
	background-repeat: no-repeat;
	background-position: 69px 18px;
	padding-top: 73px;
}

#red {
	background-image: url(../images/red-frame.png);
	height: 394px;
	width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-right: 14px;
	padding-bottom: 24px;
	padding-left: 14px;
}
#slideshow1 {
	height: 386px;
	width: 580px;
	margin-left: 10px;
}

#menu-cnt {
	background-image: url(../images/menu-btm-bdr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#menu {
	margin-top: 59px;
}
#specials {
	background-image: url(../images/specials-box.png);
	background-repeat: no-repeat;
	height: 323px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 64px;
	margin-left: 0px;
}
#location-cnt {
	background-image: url(../images/location-bg.gif);
	background-repeat: repeat;
	padding-top: 64px;
}
#location {}
#map {
	background-image: url(../images/map-bg.png);
	padding: 19px;
	height: 345px;
	width: 512px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 64px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#footer-cnt {
	background-image: url(../images/footer-top-brd.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	padding-top: 64px;
	margin-bottom: 80px;
}
#footer-logo {
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 153px;
}
#footer-left {
	margin-right: 10px;
}
#footer-right {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #65655F;
	padding-left: 15px;
	margin-left: -5px;
}
.btm-brd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65655F;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


/* Typography
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size: 75%;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #DDDFD0;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #550A15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 {
	font-size: 32px;
	margin-bottom: 0.75em;
}
#red h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 1em;
}
#specials h3 {
	margin-bottom: 3px;
}
#footer h3 {
	color:#65655F;
	margin-bottom: 5px;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1.5em;
	font-size: 14px;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #550A15;
}
a           {
	color: #550A15;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #550A15;
}
#map a, #map a:hover, #footer a, #footer a:hover {border:none;}
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     {
	margin: 0 0 1.5em;
	text-transform: uppercase;
	color: #51524C;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
}
#header address, #location address { color:#111111;} 
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

img { margin:0; padding:0; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#specials ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
#specials li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
	padding: 0px;
}
#specials li a {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
#specials li a:hover {}

#menus ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menus li {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #550A15;
	padding-left: 175px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 173px;
	line-height:173px;
}
#menus li a {}
#menus li a:hover {}
li#dining-menu {
	background-image: url(../images/dining-menu.png);
	background-repeat: no-repeat;
}
li#catering-menu {
	background-image: url(../images/catering-menu.png);
	background-repeat: no-repeat;
}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	padding: 0px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: inline;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: inline;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	width: 75%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 12px;
	padding: 2px 5px;
	width: 90px;
	vertical-align: bottom;
	border: 1px solid #838383;
	background-color: #F0F0F0;
	background-image: url(../images/submit-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}


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

/* Layout
-------------------------------------------------------------- */

#ie6warning {
	background-color: #ffee7e;
	text-align: center;
	color:#666;
	padding:5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	position: absolute;
	top: 0px;
	width:100%;
	z-index: 100;
	left: 0px;
}


/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */


/* IE PNG Fix (from http://www.twinhelix.com/css/iepngfix/   Thanks!)
-------------------------------------------------------------- */
img, div, a, li, input { behavior: url(/css/iepngfix/iepngfix.htc) }
