/* Styling the page body **************************************/
html { background: url(images/background_1.jpg)}

body {
	position: relative;
	min-width: 670px;
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #555; }

/* Styling links **********************************************/
a:link { color: Blue; }
a:visited { color: Red; }
a:hover { color: Cyan; }
a:focus, a:active { color: Violet; background-color: Pink; }

/* Styling headings *******************************************/
h2, h3 {
	color: Black;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	margin-top: 0; }

h3 { font-size: 135%; }
h4 { margin-bottom: -1em; }

/* Styling the masthead ***************************************/
#branding_Afghan{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.jpg) repeat-x; }
#branding_Main{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/Red.jpg)}
#branding_Contact{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.jpg)}
#branding_Mushroom{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/grass.jpg) repeat-x; }
#branding_Geo{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.jpg) repeat-x; }
#branding_fish{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/water.jpg) repeat-x; }
#branding_turtle{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.jpg) repeat-x; }
#branding_wrestle{
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.jpg) repeat-x; }
	
#branding h1 {
	margin: 0; 
	padding: 10px 0 0;
	color: #fff; }

#branding a img { border: black; background: transparent; }
#branding h1 a { color: #fff; }
#branding h1 a:focus, #branding h1 a:active { background: transparent; }

/* Styling the address ****************************************/
#address {
	color: #eee;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.3; }

/* Styling the tag line ***************************************/
#tagline {
  margin: 0;
  position: absolute;
  top: 5px;
  right: 0;
  width: 65%;
  font: italic 145% Georgia, "Times New Roman", Times, serif;
  color: Black;
  text-align: center; }

#tagline p { margin: 0 0 .2em; }

/* Styling the main content ************************************/
#main-content { width: 65%; float: right; padding-bottom: 20px; }

#main-content p img {
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 2px; }

/* Styling the navigation menu **********************************/
#navigation {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; }

#navigation li {
	border-bottom: 1px solid #b5b5b5;
	font: 130% Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 6px 35px;
	background: transparent 
	
#navigation a { text-decoration: none; }

#navigation li.current {
	font-style: italic;
	background-image: url(images/ornament-current.gif);
	color: #ab0000; }
	
/* Styling the footer ********************************************/
#copyright {
	clear: both;
	text-align: right;
	font-size: 80%;
	color: #888;
	padding-top: 15px;
	background: transparent url(images/footerline.gif) 100% 0 no-repeat; }

/* Styling the contact form **************************************/
#contact {
	border: none;
	margin: 0;
	padding: 0; }

#contact ol {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#contact li {
	margin: .2em 0;
	float: left;
	width: 100%; }

#contact label {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 2%; }

#contact input#submit {
	margin-left: 32%;
	width: 10em; }

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: 100%; }

#contact legend {
	color: #ab0000;
	font: 135% Georgia, "Times New Roman", Times, serif;
	margin: auto 0;
	padding: 0; }

/* Styling the menu page ******************************************/
.menu {
	width: 100%;
	margin-bottom: 3em;
	border-collapse: collapse; }

.menu th {
	color: #ab0000;
	text-align: left;
	border-bottom: 1px solid #ddd; }
	
.menu td { border-bottom: 1px solid #ddd; }

.menu thead th { font-size: 85%; }
.menu tbody th { width: 50%; }

.menu tbody th em {
	font-size: 90%;
	font-weight: normal;
	color: #555; }

/* Styling the reviews page ****************************************/
.blurb {
  margin-bottom: 1em;
  padding-bottom: 30px;
  background: transparent url(images/blurb.gif) 50% 95% no-repeat; }

.blurb blockquote {
  margin: 1em 20px;
  font-style: italic; }

.blurb cite { font-style: normal; }

.blurb p.source {
  text-align: right;
  font-size: 90%; }
