/****************************************************************/
/*	Design: 	AFirst											*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	1.00											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background: black url(fest_top.png) no-repeat center top;
  margin: 0 auto;
  padding: 0;
  color: white;
  
}

a

{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover

{
	color: pink;
}

#adbox
{
	text-align:center;
	margin: 6px;
	
} 


/********************************/
/*	Page Container				*/
/********************************/

#wrapper
    {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
    }

/********************************/
/*	Main Header					*/
/********************************/

#header
{
	height: 120px;
	width: 755px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:15px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 0.9em;
	border: solid #99ffff 3px;
	
}

#content h2
{
	border-bottom: 1px dashed #66cc66;
	background-color: black;
	color: #66cc66;
	font-size: 1em;
}

#content h3
{
	color: firebrick;
	font-size: 1.2em;
}

#content h4
{
	color: darkolivegreen;
	font-size: 2 em;
}

.festmonth {
	font-size: 16px;
	font-weight: bold ;
	text-align: center ;
	color: #C2FDFF
	}
.promo {
	text-align: left ;
	margin-top: 18px ;
	margin-bottom: 18px ; }
p {
	font-size: 13px;
	line-height: 125% ;
	}
A:link,active { color: #99ffff; font-weight: bold; text-decoration: none }
A:visited { color: #ff99ff; font-weight: bold; text-decoration: none }
A:hover { color: #ffff99; font-weight: bold; text-decoration: none }



/****************************/
/*	Sidebar and Navigation 	*/
/****************************/

#navigation
{
	clear: both;
	float: right;
	width: 220px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: pink;
	background-color: black;
	border: solid #99ffff 1px;
}

#sub-navigation
{
	clear: both;
	float: right;
	width: 220px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: pink;
	background-color: black;
	border: solid #c4c4c4 1px;
}

.infobar
{
	clear: both;
	float: right;
	width: 150px;
	padding: 10px 15px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
}

.infobar-title
{
	color: #66cc66;
	border-bottom: 1px dashed #66cc66;
}

.navad
{
	clear: both;
	float: center;
	width: 160px;
	font-size: 85%;
	text-align: center;
	color: black;
}


#navigation-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: black;
	font-size: 0.9em;
}

#subnavigation-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: black;
	font-size: 0.9em;
}

#navigation p
{
	color: #66cc66;
	font-size: 0.9em;
	background-color: black;
}

#sub-navigation p
{
	font-size: 0.9em;

}


#navigation li p
{
	font-size: 0.9em;
}

#navigation ul li
{
	list-style-type: none;
	text-decoration: none;
	font-size: 0.9em;
}	
	
#navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#99ffff;
}

#sub-navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#99ffff;
}

#navigation a:hover
{
	list-style-type: none;
	text-decoration: none;
	color: #ffff99;
}

#sub-navigation a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #ffff99;
}

/********************************/
/* Footer						*/
/********************************/

#footer
{
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: black;
}

