﻿@charset "utf-8";
body {
	font: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
    background-color: maroon;
}

h1 {
	margin-left: 5px;
	font-family: Monotype Corsiva;
	font-size: 400%;
	margin-top: -10px;
	}
	
h2 {
	margin-left: 5px;
	}

p {
	margin: 10px;
	text-indent: 15px;
	}
	
	
#wrap {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: whitesmoke;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#masthead {
	text-align:center;
	font-size: 40px;
	padding-top: 5px;;
	-webkit-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
    background: rgb(138,35,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,35,54,1) 0%, rgba(209,113,132,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,35,54,1)), color-stop(99%,rgba(209,113,132,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2336', endColorstr='#d17184',GradientType=0 ); /* IE6-9 */
}

#myCanvas {
	padding-top: 5px;
	-webkit-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	}
	
.content {
	width: 960px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}


#col1 {
		float: left;
		width: 580px;
		padding: 0 20px 0 10px;
		border-right: 2px solid black;
}
 
 #col3 {
		float: left;
		width: 625px;
		padding: 0 20px 0 10px;
		border-right: 2px solid black;
}

 #col4{
		float: left;
		width: 625px;
		padding: 0 20px 0 10px;
		border-right: 2px solid black;
}

#map {
	margin-bottom: 30px;
	}
	
#map iframe {
	margin-left : 10px;
	border: 2px solid #DADADA;
	}

.img-background, #map {
			-webkit-box-shadow: 2px 2px 5px #000;
			-moz-box-shadow: 2px 2px 5px black;
			-o-box-shadow: 2px 2px 5px black;
			box-shadow: 2px 2px 5px #000;
			margin-bottom: 10px;
			padding: 10px;
}
	
#col2 {
		float: left;
		width: 280px;
		padding: 1px 0 0 0;
		margin-left: 5px;
		margin-top: 50px;
}

.contactInfo {
		font-size: 14px;
		letter-spacing: 0.1em;
}

.content h1.level1 {
			color: black;
			letter-spacing: 0.2em;
			margin-bottom: 20px;
			font-family: Monotype Corsiva;
}

.hours {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
}

.hours li.closed {
		color: black;
}

.hours li span {
		float: right;
}


#slideshow {
	float: right;
	border: 10px groove maroon;
	margin-top: -50px;
	margin-right: 15px;
	margin-bottom: 10px;
	-webkit-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 15px 10px 10px rgba(0,0,0,0.5);
	}
	
#image {
	float: right;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px black;
	-o-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px #000;
	padding: 10px;
	margin-top: -40px;
	margin-right: 35px;
}

#image2 {
	float: left;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px black;
	-o-box-shadow: 2px 2px 3px black;
	box-shadow: 2px 2px 3px #000;
	padding: 10px;
	margin-top: 50px;
	margin-left: 40px;
}

#image3 {
	float: right;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px black;
	-o-box-shadow: 2px 2px 3px black;
	box-shadow: 2px 2px 3px #000;
	padding: 10px;
	margin-top: 50px;
}

#image4 {
	float: left;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px black;
	-o-box-shadow: 2px 2px 3px black;
	box-shadow: 2px 2px 3px #000;
	padding: 10px;
	margin-top: 50px;
	margin-left: 40px;
}

#image5 {
	float: right;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px black;
	-o-box-shadow: 2px 2px 3px black;
	box-shadow: 2px 2px 3px #000;
	padding: 10px;
	margin-top: 50px;
	margin-left: 40px;
}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
#menu {
	width: 960px;
    height: 35px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: maroon;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
	}

#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}

#menu li { 
    display: inline; 
    padding: 20px; 
}

#menu a {
    text-decoration: none;
    color: #FFF;
    padding: 8px 8px 8px 8px;
}

#menu a:hover {
    color: black;
    background: -moz-linear-gradient(top,  rgba(138,35,54,1) 0%, rgba(209,113,132,1) 99%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,35,54,1)), color-stop(99%,rgba(209,113,132,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2336', endColorstr='#d17184',GradientType=0 ); /* IE6-9 */
}

/* ~~ The footer ~~ */
#siteinfo 	{ 
			clear: both; 
			width: 960px; 
			height: 90px;
            border-top: 2px solid black;
            background: rgb(138,35,54); /* Old browsers */
            background: -moz-linear-gradient(top,  rgba(138,35,54,1) 0%, rgba(209,113,132,1) 99%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,35,54,1)), color-stop(99%,rgba(209,113,132,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(138,35,54,1) 0%,rgba(209,113,132,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2336', endColorstr='#d17184',GradientType=0 ); /* IE6-9 */
			}

#siteinfo {
    padding-bottom: 10px;
}
			
#siteinfo  ul	{
	list-style-type: none;
	text-align: center;
	padding-top: 25px;
		}
		
#siteinfo  ul li	{
		display: inline;
		}
		
#siteinfo  a	{
	text-decoration: none;
	color: white;
	font-size: 1em;
	padding: 1px 2px;
	font-family:  Georgia, Palatino, Times New Roman, serif;
}

#siteinfo  a:hover	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 1em;
	padding: 1px 2px;;
}

.top {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	}

/*table rules*/
table {
	color: black;
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
}

table.specials {
	color: black;
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
	border: 5px groove maroon;
}

.products {
	list-style-type: none;
	}

.products img {
	 margin-left: -30px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px black;
	-o-box-shadow: 2px 2px 5px black;
	 box-shadow: 2px 2px 5px #000;
	 margin-bottom: 10px;
	 padding: 10px;
	 margin-top: 20px;
	}

.products li span {
		float: right;
		font-size: 14px;
		margin-top: 50px;
		font-weight: bold;
		}

#info {
	font-size:14px;
	margin-top: 30px;
	}

#info2{
	text-align: center;
	padding-top: 20px;
}

#ownerInfo {
	padding: 10px;
	text-align: center;
	margin-top: -40px;
	margin-right: 30px;
	}

#ownerInfo2 {
	padding: 10px;
	text-align: center;
	margin-top: 50px;
	margin-right: 20px;
	}
	
#main {
	margin-top: -20px;
	padding: 10px;
	text-align: center;
	}

	
		
#main2 {
	float: left;
	margin-right: 50px;
	margin-left: 20px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px black;
	-o-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px #000;
	padding: 10px;
	text-align: center;
	}
	
#main3 {
	float: left;
	margin-top: 60px;
	margin-right: 50px;
	margin-left: 20px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px black;
	-o-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px #000;
	padding: 10px;
	text-align: center;
	}
	
	
#main h4 {
	margin-top: 5px;
	}
	
#main h5 {
	margin-top: -20px;
	}

/*specials pages*/
.jan, .feb, .mar, .apr, .may, .jun, .jul, .aug, .sep, .oct, .nov, .dec {
		border-bottom: 2px solid maroon;
		margin-bottom: 15px;
		}

#rental {
	float: right;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px black;
	-o-box-shadow: 2px 2px 3px black;
	box-shadow: 2px 2px 3px #000;
	padding: 10px;
	margin-top: -30px;
	 }
	
	