/*
Style Code for Final Site (working title)
Copyright 2008.
Hilary Reeves

*/

/*  ----------------- redefined elements ------------- */

body{
	background-image: url(../images/pineconepattern.png);
	background-repeat: repeat;
	font-family: Arial;
	color: black;
	font-size: 15px;
}

/*  -----------------  divs and such ------------- */



#wrap{
	margin-left:10px;
	width: 1000px;
}


#rightBar{
	margin-left: 757px; position: absolute;
	width: 200px;
	padding: 20px;
}

#main{
	margin-left: 245px; float: left;
	width: 700px; 
	background-color:#e5f3e2;
	background-repeat: x;
	padding: 20px;

}

.photos{
	margin-left: 30px;
	border: 20px;
	width: 350px;
	over-flow: hidden;
	border-color: #c6d7c2;
	border-style: none;
	overflow: hidden;
}


#leftBar{
	margin-left: 0px; position: absolute;
	width: 200px; 
	padding: 20px;
}

.sideBarImages{
	margin-left: 5px;
}

#centerText{
	text-align: left;
	color: #275031;
	font-size: 1.5em;
	font-weight: bold;

}

#holiday
{
	color: red;
}

#centerSub{
	text-align: left;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}

#specials{
	
}


.day{
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #275031;	
}

#header{
	margin-left: 215px;
	
}	

#center{
	margin-left: 150px;
}


/*  -----------------spans and such ------------- */

h2{
	font-family: Arial black;
	color: #275031;	
	font-size: 1.5em;
}

.food{
	color: black;
	font-size: 1em;
}

a{
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	color: #275031;
	text-decoration: none;
}

a:hover{
	color: #5c91ba;
}

