/* style.css for bistro933.com */

body {
	background: url('/images/blue_background.jpg') repeat;
	font: 11px Verdana, Geneva, sans-serif; /* page fonts */
	color:#333; /* text color on page */
	margin: 0;
}

a {
	text-decoration:underline;
	color:#4c4a65;
}

a:hover { text-decoration:none; } /* take away underline when hovered over */

img { border-style:none; } /* no ugly borders around images */

h2 {
	margin:0;
	font-size:30px;
	padding-bottom: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}

h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}

h4 {
	margin:0;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:25px;
	color:#2b2b2b;
}

/* main */

#main {
	margin: 0 auto;
	width: 1000px;
	padding: 8px 0 8px;
}


/* header */

#header img { display:block; }


/* menu */

#menu {
	/* black background */
	background:#000000;
	list-style:none;
	margin: 0;
	padding:0 0 0px 15px;	
	height:1%;
}

#menu:after {
	content:" ";
	display:block;
	clear:both;
}

#menu li {
	padding:8px 30px 0px 30px;
	float:left;
	width: 135px;
}

#menu li a {
	font:16px Arial, Helvetica, sans-serif; /* menu font styles */
	text-transform: uppercase;
	color:#e1e1e1;	/* menu font color */
	height:25px;
	float:left;
	text-decoration:none;
}

#menu li a:hover {
	color:#fff; /* menu font color when hovering */
} 


/* content */
#content {
	width:970px;
	background:#fff;
	padding:23px 15px 0px 15px;
}


/* footer */

#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#4c4a65;
	text-align:center;
}

#footer p {margin:0; padding-bottom: 8px;}

#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #4c4a65;
}


#barandhours:after {
	content:" ";
	display:block;
	clear:both;
}

#wines:after {
	content:" ";
	display:block;
	clear:both;
}

/* classes */

.entry p {
	margin:0 0 22px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}

.title h2 {
	text-decoration: none;
	text-align: center;
}

.center {text-align: center;}
