/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: georgia;
	font-size: 15px;
	background-image: url('wood.png');
	/*text-align:center;*/ /* horizontal centering for IE Win quirks */
}

h2 { font-size: 16pt;  font-style: normal; font-stretch: wider;  margin-bottom: 15px; color: #DD0486; }

li { list-style-position: inside; }

ul.primary-links 
{
	position: relative;
	left: 19px;
	top: 4px;
	list-style-type:none;
	display:block;
}


ul.primary-links li
{
	float:left;
	margin:0;
	padding:0;	
}


ul.primary-links li a {
text-decoration: none;
color: #818181;
font-size: 13pt;
padding:0px 15px 0;
}

ul.primary-links li a:hover {
color: #c35656;
}

ul.primary-links li a.active {
font-weight: bold;
color: #c35656;
}


#container {
	/*width: 70%;*/
	margin: 10px auto;
	background-color: white;
	color: #73716D;
	border: 0px solid #bcc5bf;
	line-height: 1.4;
	min-height: 550px;
	width: 960px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbe9fb));
	background: -moz-linear-gradient(top, #ffffff, #fbe9fb);
}


#header {
	color: #000000;
	padding: 1.1em;
	background-color: #ffffff;
	border-bottom: 0px solid gray;
}

#slogan { font-size: 18pt; text-align: center; margin-bottom: 10px; color: #DD0486; font-style: italic; }
#contact { float: right; }
#phone-image { float: right; margin-right: 10px; margin-top: 8px; }
.content ul { list-style-image: url('regencystamp.png'); margin-left: 0px; }

#menu { border-bottom: 2px solid red; padding-bottom: 15px; height: 20px; margin-bottom: 10px; }

/* 
	Styling for Home page 
*/
.regency-ss .views-field-body { background: rgba(0, 0, 0, 0.3);  color: #ffffff; position: relative; top: -54px; font-size: 18pt; padding: 10px; text-align: center; }
.panel-col-top { margin-bottom: -40px; }
#home-left { padding-right: 10px; }
#home-right { padding-left: 10px; }

#menu-table td { width: 252px; padding-right: 60px; }
#menu-desc td { padding-bottom: 10px; }
#menu-spec td { padding-bottom: 10px; }
#menu-image td { padding-bottom: 20px; }
#menu-dl td { text-align: center; }
#divider { margin-top: 30px; border-top: 1px gray dotted; }
#wine-list { margin-left: auto; margin-right: auto; margin-top: 30px; width: 165px; height: 60px; background-color: #ffffff; padding: 5px; }
#wine-list img { float: left; margin-right: 5px; }

/*
	Styling for Contact page
*/
#contact-mail-page { width: 280px; }
#opening-hours-image { margin-top: 60px; }
#map { margin-top: 60px; }
#address { height: 170px; }
#hours { height: 170px; }

/*
	Styling for Main Content
*/

#main{ color: #73716D; padding: 5px 30px 20px 30px; max-width: 100%; }


/*
	Styling for Footer
*/
#footer {text-align: center; color: white; font-size: 12px; padding: 7px 0px 0px 0px;}

/*
	Styling for Anchors
*/
a { color: #73716D; }
a.underline {text-decoration: underline;}
a.selected {color:#16568B;}
a:hover {text-decoration: underline; color: #c35656; opacity: 0.5;}

/*
	General styling
*/
#logo:hover {opacity: 0.8; cursor: pointer;}
.regency {color: #DD0486; font-style: italic;}
.hidden {display: none;}
.faded {opacity: 0.65;}
.rounded	{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; 
			  box-shadow: 5px 5px 25px #ccc;
			  -moz-box-shadow: 5px 5px 25px #ccc;
			  -webkit-box-shadow: 5px 5px 25px #ccc;
			}
.bordered { border: 8px #e5b7c1 solid; }

.clear {overflow: hidden; width: 100%;}

.larger-text { font-size: 16pt; line-height: 1.1; }
.smaller-text { font-size: 10pt; }
.small-print { font-size: 10pt; color: #dd0486; }
.flourish { padding: 5px 0 5px 30px; }

#promotion { 
		height: 141px; 
		margin-top: -18px;
		margin-bottom: 28px;
		border: 1px solid gray;
		width: 400px;
		margin-left: auto;	
		margin-right: auto;
		margin-top: 20px;	
     	      }
#promotion-text { padding-top: 10px; padding-left: 245px; }
#promotion-text a { text-decoration: none; color: #ce0000; }