﻿/* CSS layout for Mase's Place Bar & Grill---
Created Nov. 2007 by Artworx Web Solutions, LLC--- */

body{
	background-color:white;
	background-image:url('images/macesplace/bg.jpg');
	background-repeat:repeat-x;
	margin:auto;
}
#masthead {
	position: relative;
	background-image: url('images/macesplace/seasonopen2010.jpg');
	background-repeat: no-repeat;
	height: 395px;
	width:100%;
	min-width:957px;
	margin-right:0px;

}
#specials{
	width: 200px;
	float:left;
	margin-left: 50px;
	margin-top: 235px;
}
#thursday{
    float:left;
	width:200px;
	margin-top:235px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif ;
	color:red;
	z-index:1000;
}
#friday {
	float:left;
	width:150px;
	margin-top:235px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	margin-bottom:0px;
}

#saturday{
	float:left;
	width:200px;
	margin-top:235px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	margin-bottom:0px;

}

#sunday{
	float:left;
	width:150px;
	margin-top:235px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	margin-bottom:0px;

	
}
#container {
	position: relative;
	padding-left:10px;
	min-height:3300px;
	
	
}
#aboutus{
	text-align:justify;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:small;
	padding-left:10px;
	padding-right:10px;
	margin-right:0px;


}
#location {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right:10px;
	padding-left:10px;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:small;
	text-align: left;

}

#page_content {
	margin-left: 300px;
	border-left-color: #1D1309;
	border-left-style: solid;
	border-left-width: thin;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	min-height:3720px;
	
}


#footer {
	font-size: small;
	text-align: left;
	height: 51px;
	background-image: url('images/macesplace/footer.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 17px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	margin:10px 0 0 0;
	
}

#thursday h1, #friday h1, #saturday h1, #sunday h1 {
	margin-bottom:0px;
}
hr{
	width: 100%;
	color: #814424
}
h2 {
	text-align:left;
	font-size:medium;
	color:#f3a540;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	margin: 5 0 0 0;
}
p{
	line-height:1.5em;
}
a{
	color:black;
	text-decoration:none;

}
a:hover {
	color: #846B4C;
	text-decoration:underline;
}
#winelist p{
	text-align:center;
}
img{
	border:0; 
}

blockquote {
	text-align: justify;
	width: 80%;
	background-color: #F8C887;
	padding: 10px;
	line-height: 1em;
	border: medium black double;
	margin:0 auto 0 auto;
}