/*
	File: typography.css 
	Date: September 13, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:150%;
	}
	

/* page titles */
h1 {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:24px;
	color:#660033;
	font-weight:bold;
	letter-spacing:1px;
}


/* used for catering headings */
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#993300;
	letter-spacing:1px;
	font-size:130%;
}

h3 {
font-family:"Times New Roman", Times, serif;
font-size:150%;
font-weight:bold;
color:#666666;
border-bottom: 1px dotted #666666;
letter-spacing:1px;
margin:0px;
padding:0px;

}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#003366;
font-size:110%;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:140%;
	color:#666633;
	font-size:95%;
	font-style:italic;
}


ul li {
	font-size:70%;
	color:#993300;
	line-height:150%;
	list-style-type:square;
}

ul li ul li {
	font-size:100%;
	list-style-type:circle;
}

a:link {
	color:#660000;
	text-decoration:underline;
}

a:active {
	color:#660000;
	text-decoration:underline;
}

a:visited {
	color:#333300;
	text-decoration:underline;

}

a:hover {
	color:#FF0000;
	text-decoration:none;

}

.contentImage {
	border: 1px solid #000000;
	margin:5px;
}

.captionText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:65%;
	padding:0px 5px 0px 5px;
}

.contentList {
	margin-top:-10px;
}


/* -------------------- homepage content --------------------- */

.largeLetter {
	font-size: 170%;
	color:#CC6600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

.contentButton {
	margin: 5px 0px 5px 0px;
}

#foodTable {
	margin:-15px auto -15px auto;
	padding:0px;
}

#foodTable ul {
	padding-left:0px;
	margin-left:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:110%;
}

#upcomingEvents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#996600;
}

#upcomingEvents a:link {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
}

/* -------------------- carry-out content --------------------- */

.carryOut {
	font-size: 120%;
	line-height:150%;
	font-weight:bold;
	letter-spacing:1px;
}

.topofPage {
	color:#666666;
	font-size:70%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align:right;
}

.topofPage a {
	color:#666666;
}


/* Contact us page */

.contactForm {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:red;
}

#fieldset {
	width:300px;
	border:none;
	text-align:left;
	margin:0px auto 0px auto;
}


/* -------------------------- menu navigation ---------------------------------- */

.menuNav {
	margin:0px auto 20px auto;
	border:1px solid #f26522;
}

/* -------------------------- catering menu ---------------------------------- */

.catering ul {
	font-size:120%;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

.catering li {
	margin-bottom:5px;
	color:#000033;
}

.catering li ul li {
	font-size:80%;
	line-height:120%;
}	

.cateringPrice {
	background-color:#0099CC;
	color:#fff;
	font-size:95%;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.chooseItem {
	font-size: 60%;
	color:#666666;
	letter-spacing:0px;
}

/* -------------------------- events page ---------------------------------- */

.eventTable {
background-color:#ffffff;
border:2px solid #003366;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.eventTitle {
background-color:#003366;
color:#fff;
font-weight:bold;
}

.eventGray {
background-color:#CCCCCC;
}

/* -------------------------- shark bay bar page ---------------------------------- */

.barTable {
background-color:#ffffff;
border:2px solid #993300;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.barTitle {
background-color:#993300;
color:#fff;
font-weight:bold;
}

.barGray {
background-color:#CCCCCC;
}


/* -------------------------- online store page ---------------------------------- */

.onlineStore {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:90%;
}

.storeItem {
	border: 1px solid #003366;
}

.storeItem img {
	border:3px solid #666666;
}

.storeItemText {
	background-color:#333333;
}