@charset "UTF-8";

body {
	color: #764301;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	background-image: url(images/bg_iStock_000002221047_Rotate_Sml.jpg);
	background-repeat: repeat;
	background-color: #E4A643;
}

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #900;
}
h2 {
	color: #764301;
}

h3 {
	line-height: .25em;
	font-weight: bold;
	text-transform: capitalize;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	color: #900;
}
h4 a {
	font-style: oblique;
	font-size: 14px;
	color: #900;
}

h5 {
	font-style: oblique;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #F00;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #60C;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ 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 ~~ */

.header {
	background-color: #FC0;
	width: 840px;
	height: 178px;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	background-image: url(images/SingingCrabLogo_Lg.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}
.header p .hours {
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 13px;
	font-size: 14px;
}
.header p {
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-right: 25px;
	color: #764301;
	font-weight: lighter;
}
.header p .email {
	font-style: oblique;
	font-size: 14px;
	font-weight: bold;
}

#container {
	width: 840px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.content {
	width: 840px;
	float: left;
	background-image: url(images/bg_newsprint_scr55.jpg);
	background-color: #EFEDE1;
	position: relative;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #900;
	float: left;
	width: 840px;
	font-size: 13px;
	font-weight: bold;
}

ul.nav li {
	display: inline;
}

ul.nav a, ul.nav a:visited {
	padding: 0.2em 1em;
	background-color: #900;
	float: left;
	text-decoration: none;
	font-family: sans-serif;
	color: #FC0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FC0;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #C00;
	color: #FF0;
}


/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 10px;
	text-align: center;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 840px;
	color: #333;
	line-height: 14px;
}
.footer p a:link {
	color: #333;
	text-decoration: underline;
}

.footer p a:hover, a:active, a:focus {
	color: #900;
}

/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 10px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.text {
	float: left;
	width: 425px;
	font-size: 13px;
	line-height: 14px;
	overflow: auto;
	margin-top: 30px;
	margin-left: 30px;
	padding-left: 20px;
	position: relative;
}

.text .recipe {
	text-decoration: none;
	list-style-type: none;
}

.photo {
	float: left;
	width: 325px;
	height: 375px;
	margin-top: 30px;
	color: #FFF;
	margin-left: 10px;
	background-color: #866239;
	margin-bottom: 20px;
}

.menu_table {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 50px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

.menu_table table {
	padding: 0px;
	width: 800px;
	margin: 0px;
}

caption {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}

tr .item {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	width: 140px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

tr .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	width: 475px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

tr .price {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 15px;
	width: 94px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.price .light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th.sides {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

tr .sides_items1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	width: 200px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 70px;
}

tr .sides_items2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	width: 100px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
}

tr .sides_items3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	width: 100px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}

form {
	overflow: hidden;
	width: 100%;
	line-height: 2em;
}

form input {
	border: 2px solid #8C6239;
	color: #6B492B;
}

label {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 50px;
}
	
input, textarea {
	background-color: #FFF;
	color: #6B492B;
	border: 2px solid #866239;
	border-radius: 6px;
}
.text .sign_up {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: bold;
	text-align: left;
	border: 3px solid #999;
	height: 125px;
	margin-bottom: 20px;
	padding-left: 25px;
	color: #FC0;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	background-color: #900;
}
.text .sign_up h6 {
	font-size: 18px;
	font-weight: bold;
}
.text .sign_up p {
	line-height: 1.25em;
}
.text .sign_up form #send {
	margin-left: 60px;
}
.social_media {
	padding: 10px;
	float: left;
	width: 325px;
	text-align: center;
}
social_media img {
	margin: 20px;
}
.social_media p {
	font-size: 11px;
	line-height: 12px;
}

h1 span {
	width: 140px;
	height: 45px;
	background-image: url(images/Arriba.png);
	background-repeat: no-repeat;
	left: 30px;
	top: 0px;
	position: absolute;
}
h1 .cajun {
	width: 317px;
	height: 62px;
	background-image: url(images/cajun.png);
	background-repeat: no-repeat;
	left: 25px;
	top: -10px;
	position: absolute;
}

h1 .restaurant {
	width: 312px;
	height: 62px;
	background-image: url(images/restaurant.png);
	background-repeat: no-repeat;
	left: 20px;
	top: 0px;
	position: absolute;
}

h1 .party {
	width: 246px;
	height: 52px;
	background-image: url(images/party.png);
	background-repeat: no-repeat;
	left: 25px;
	top: -8px;
	position: absolute;
}
h1 .mardigras {
	width: 181px;
	height: 43px;
	background-image: url(images/mardigras.png);
	background-repeat: no-repeat;
	left: 20px;
	top: 0px;
	position: absolute;
}
h1 .menu {;
	width: 347px;
	height: 50px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	left: 25px;
	top: 45px;
	position: absolute;
}
h1 .recipe_title {
	width: 260px;
	height: 52px;
	background-image: url(images/recipe.png);
	background-repeat: no-repeat;
	left: 25px;
	top: -6px;
	position: absolute;
}
h1 .contact {
	width: 192px;
	height: 44px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	left: 23px;
	top: 0px;
	position: absolute;
}
