﻿/***************************************************************
* This Style Sheet was created by R David Paine III (WeirDave)
* Located at http://www.weirdave.com
* For the purpose of creating www.savannahsstpete.com
* Project started on 12/24/2007
****************************************************************/
/* COMMON TAGS */
body {
	color: White;
	background-color: #400040;
	font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
	margin: 0;
	padding: 0em 1em 1em 1em;
}
html {
	color: white;
	background-color: #400040;
	font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
	margin: 0;
	padding: 0em 1em 1em 1em;
}
h6 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
h5 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
h4 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
h3 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
h2 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
h1 {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
img {
    border: 0px;
}
form {
	border: 0px;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}
a:hover {
	color: #FFD700;
	text-decoration: underline overline;
}
a:active {
	color: yellow;
	text-decoration: underline overline;
}
.center {
    text-align:center
}
.right {
	text-align: right;
}
.error {
    font-style: italic;
    color: #FF0000;
    padding-left: 2em;
}
.padding10 {
    padding:10px
}
.padding20 {
    padding:20px
}
.disclaimer {
    font-size: .75em;
    font-style: italic;
}


/* HEADER TAGS */
#header {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
    clear: both;
    height: 2em;
}
#header .logo {
   	position: absolute;
	float: left;
	width: 300px;
}
#header .tagline {
	padding: .2em;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
	color: #FFFF00;
	float: right;
	text-align: right;
	font-size: 1.5em;
}
/* CONTENT */
#content_canvas {
    position: relative;
    width: 100%;
    background-repeat: repeat;
    background-image: url('../images/bg_100x100.jpg');
    min-height: 768px;
    float: left;
}
.content_bucket {
	padding: 2%;
	background: #742F20;
	float: left;
	width: 70%;
	position: relative;
	margin-right: 5%;
}
.indent {
	text-indent: 3em;
}
/* NAVIGATION */
#navigation {
	width: 200px;
	float: right;
	position: absolute;
    top: 0px;
    right: 0px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#navigation li {
	border-bottom: 1px solid Black;
}
#navigation li a:visited {
	display: block;
	padding: 0.4em 0.5em 0.4em 0.5em;
	border-right: 12px solid #742F20;
	border-left: 1px solid #742F20;
	background-color: #FFDC76;
	color: #742F20;
	text-decoration: none;
	border-right-color: #742F20;
	border-left-color: #742F20;
	font-weight: bold;
}
#navigation li a:link {
	display: block;
	padding: 0.4em 0.5em 0.4em 0.5em;
	border-right: 12px solid #742F20;
	border-left: 1px solid #742F20;
	background-color: #FFDC76;
	color: #742F20;
	text-decoration: none;
	border-right-color: #742F20;
	border-left-color: #742F20;
	font-weight: bold;
}
#navigation li a:hover {
	background-color: #742F20;
	color: #FFFFFF;
}
.middle  {
	vertical-align: middle;
}
/* FOOTER TAGS */
#footer {
    margin: .5em;
    border-bottom: 0;
    text-align: center;
    clear: both;
    font-size: .75em;
    white-space: nowrap;
    position: relative;
}
/* TAGS FOR CONTACT US & RESERVATION FORMS */
label {
	color: #FFFFFF;
	font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
	text-align: right;
}
.ValidateMessage {
	color: red;
	font-style: italic;
}
input {
    background-color: #FFDC76;
    border: 1px outset #663300;
    padding: 2px 4px 2px 4px;
}
select {
    width: 100px;
    background-color: #FFDC76;
    border: 1px solid #663300;
}
textarea {
	width: 200px;
	height: 40px;
	background-color: #FFDC76;
	border: 1px solid #663300;
}
.thanks {
	font-size: 3em;
	color: #008000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.errormessage {
	font-size: 3em;
	color: #FF0000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.FormIntro {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
    color: #FFFFFF;
}

/* MAP TAGS */
#map {
	width: 500px;
	height: 500px;
	color: #000000;
	font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
}
.td_label {
    text-align: right;
    width: 30%;
}
/* MENU TAGS */
.MenuTable {
    width: 100%;
    border-collapse: collapse;
}
.foodpic {
    width: 200px;
    height: 150px;
    vertical-align: middle;
}
.foodcards {
    padding: 6px;
    border: 1px solid #FFDC76;
    color: #FFFFFF;
    background-color: #742F20;
    width: 100%;
    vertical-align: middle;
}
.menuitem {
    font-weight:bold;
}
.foodpiccell {
    border: 1px solid #FFDC76;
    background-color: #742F20;
    color: #FFFFFF;
    width: 200px;
    height: 150px;
    vertical-align: middle;
}
