/* @override http://www.highstreetcaffe.com/redesign/index.php?css=main/site_css.v.1231642774 */

/*
Design by Pixeldust Films and Interactive
http://www.pixeldustfilms.com

*/

/* @group Page Layout */

* {
	padding: 0;
	margin: 0;
}

* ul li {
	list-style: none;
}

.clear {
	clear: both;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	background: #000 url(./themes/site_themes/default/images/bg.jpg) no-repeat;
}



body#about {
	background-image: url(./themes/site_themes/default/images/bg_about.jpg);
}

body#menus {
	background-image: url(./themes/site_themes/default/images/bg_menus.jpg);
}

body#contact {
	background-image: url(./themes/site_themes/default/images/bg_contact.jpg);
}

body#accolades {
	background-image: url(./themes/site_themes/default/images/bg_accolades.jpg);
}


/*  turned off for the moment



body#blog {
	background-image: url(./themes/site_themes/default/images/stripe_blog.png);
}



  */


#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #41413e;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	height: 100px;
	margin: 0;
	background: #41413e url(./themes/site_themes/default/images/topleft_logo.gif) no-repeat;
	border-bottom: 3px solid #000;
}

#flashbanner {
	width: 802px;
	height: 152px;
	padding: 10px;
	margin: 0 auto;
	clear: both;
}

#flashcomponent {
	padding: 0;
	margin: -35px 25px 10px 25px;

}

/* high street mailing list on icontact.com */



#SignUp .signupframe {
background-color: transparent;

}


/* @group Left Column */




#leftcolumn {
	color: #333;
	border: none;
	background: #000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 240px;
	float: left;
	border-right: 1px solid #f7eaff;
}

#leftcolumn p {
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	
	
}

#wrapper #leftcolumn ul li a, #wrapper #leftcolumn ul li a:visited, #wrapper #leftcolumn ul li a:active {
display:block;
height:22px;
padding:8px 5px 0px 0;
text-decoration:none;
border-bottom: 1px dotted #576794;
	color: #ff3450;
}

#wrapper #leftcolumn ul li a:hover {
display:block;
height:22px;
padding:8px 5px 0px 0;
text-decoration:none;
border-bottom: 1px dotted #576794;
background: #ccc;
color: #000;
}

.stats {
	color: #546ca5;
	font-weight: bold;
	font-size: 175%;
	text-align: center;
	display: block;
	padding: 15px 0 15px 0;
	margin: 0;
}

a .restaurant {
	padding: 5px;
	margin: 10px;
	display: block;
	border: 1px solid #d0b2ff;
}

a:hover .restaurant {
	background-color: #f3e3ff;
}

/* @end */

/* @group Right Column */

#rightcolumn {
	float: right;
	color: #f9e4f7;
	border: none;
	margin: 0;
	padding: 10px;
	width: 638px;
	display: inline;
	background: #000;
}

#rightcolumn p {
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}

p.readmore {
	display: block;
	float: right;
	font-weight: bold;
	padding: 8px;
	margin: 5px 0 0 0;
}

.posted {
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 80%;
	color: #823d41;
	display: inline-block;
	width: 100%;

}

.posted a:link {

}

#rightcolumn ul {
	list-style: disc;
	padding: 5px;
	margin: 5px 0 5px 20px;
	
}

#rightcolumn li {
	list-style: disc;
	padding: 2px;
	margin: 4px;
	line-height: 1.8em;


	
}


p.commentnote {
	display: block;
	width: 500px;
	font-size: 95%;
	background-color: #d9fa9b;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
    color: #000;
    margin: 10px;
}



/* @end */

/*

 @group Feature bottom */

#featurebottom {
	display: block;
	width: inherit;
	height: 230px;
	clear: both;
	padding: 6px;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000 url(./themes/site_themes/default/images/featurebottom.jpg) no-repeat;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #000;
}

#featurebottom h1 {
	font-size: 100%;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	border: none;
}

#featurebottom p {
	padding: 5px;
	margin: 10px 0 0 0;
	text-align: left;
	line-height: 1.5em;
}

#featureleft {
	display: block;
	width: 33%;
	padding: 0 5px 0 0;
	float: left;
}

#featureright {
	display: block;
	width: 33%;
	float: right;
	margin: 0 20px 0 5px;
	padding: 0 0 0 10px;
}

#featurecenter {
	display: block;
	padding: 0px 160px 5px 160px;
	margin: 0;
	
}



#maincontent #featurebottom a:link {
	color: #DFFCF7;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
	
}

#maincontent #featurebottom a:hover {
	color: #000;
	
}

#maincontent #featurebottom a:visited {
	color: #fff;
	
}



/* flickr stream */

#flickr {
margin: 0;
}

#flickr img {
float: left;
margin: 0 12px 12px 0;
width: 50px;
height: 50px;
padding: 2px;
border: 3px solid #dbd5c5;
background: #fffefa;
}

#flickr a:hover img {
border-color: #fffefa;
background: #fffefa;
}

/* @end */


/* @end */

/* @group maincontent */

#maincontent {
	background-color: #000;
}

#maincontent a:link {
text-decoration:none;
border-bottom: 1px dotted #576794;
color: #ff3450

}

#maincontent a:hover {
	color: #ebb3ff;
	border-bottom: 1px dotted #576794;
}

#maincontent a:visited {
	color: #ff3450;

}

/* @group Menu Formatting */

#menu {

padding: 5px;
display: block;
font-size: 100%;
width: 600px;}


#leftmenu {
float: left;
width: 280px;
margin-left: 5px;
padding: 2px;
line-height: 1.5em;
letter-spacing: 1px;
}

#rightmenu { float: right;
width: 280px;
margin-right: 5px;
padding: 2px;
line-height: 1.5em;
letter-spacing: 1px;
}

#menu h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 115%;
border-bottom: 1px #fff solid;
color: #fff;
text-transform: uppercase;}


.winelist {
	font-size: 90%;
}

/*end the new menu layout
*/



/* @end */

/* @end */

/* @group images */

.imagefloat {
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	margin: 0 8px 3px 0;

}


/* @end */

/* @group Block Level */

h1, h2, h3, h4 {
	padding: 10px 0 4px 0;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	

}

h1 {
	color: #fcc1d1;
	font-size: 128%;
}

h2 {
	color: #4c322f;
	font-size: 120%;
}

h2.title {
	font-size: 115%;
	color: #e6fcbe;
	margin: 0 0 20px 0;
}

h3 {
	color: #e1deff;
	font-size: 114%;
}

h4.date {
	letter-spacing: 1px;
	color: #a498e7;
}

/*

@end */

/* @group Navigation */

#navcontainer {
	float: right;
	margin: 80px 0 0 0;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #cabbeb;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}

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

/* @end */

/* @group Footer */

#footer {
	width: 900px;
	clear: both;
	color: #dd9ed2;
	border: none;
	background: #000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}

#footer a:link {
	color: #cdc5d8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	display: inline-block;



}

#footer a:hover {
	color: #fff;
	background-color: #7b4482;



}

#footer a:visited {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ededed;
	text-decoration: none;
	display: inline-block;
	
	
}

/* @end */