﻿/* =================================================
Site:           http://www.meccafest.com/
Created:        09 21 2009
Last Modified:  09 21 2009 
Created by: Tommy Higginbotham
================================================= */

/* Primary site settings */
a:link {
	color: #990000;
	text-decoration: none
}

a:visited {
	color: #990000;
	text-decoration: none
}

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

a:hover {
	color: #CC6600;
	text-decoration: underline
}

BODY {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	background-color:#000000;
	margin-top: 0px;
	top: auto;
	color: #B38F5E;
}

h1 {
	font-family: tahoma;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #790000;
}

h2 {
	font-family: tahoma;
	font-size: 14px;
	font-style: italic;
	color: #B38F5E;
}

.news_hr {
	color: #B38F5E;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B38F5E;
	border-bottom-color: #B38F5E;
}

/* Table Images */
.navigation {
	background-image: url(../../images/index_11.gif);
	background-repeat: no-repeat;
	width: 531px;
	height: 25px;
	color: #B38F5E;
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
	background-position: right;
	text-align: center;
}
.tablebg {
	background-image: url(../../images/index_13.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
}
.footer {
	background-image: url(../../images/index_14.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 652px;
	height: 45px;
	text-align: center;
	vertical-align: middle;	font-size: 10px;
	font-family: tahoma;
}
/* Primary page navigation links */

a.nav:link {
	color: #B38F5E;
	text-decoration: none;
	font-size: 10px;
}

a.nav:visited {
	color: #B38F5E;
	text-decoration: none;
	font-size: 10px;

}

a.nav:active {
	color: #B38F5E;
	text-decoration: line-through;
	font-size: 10px;
} 

a.nav:hover {
	color: #B38F5E; 
	text-decoration: underline;
	font-size: 10px;

}
