/* AirWeek CSS 1 Style Sheet */

/* See readme.txt if you want */
/* ~~~Generic/non-specific styles */

body
{
	background: #033F77;
	font-family: sans-serif;
}

h1
{
	border-top: thin solid #FFF;
	color: white;
	font-size: medium;
	font-weight: 600;
}

/* Banner styles */
#sitebannertext
{ /* Writing inside banner */
	color: #0CF;
	font-size: medium;
}

#bannername1
{ /* ICATA Airshow */
	font-size: large;
	color: #0184FF;
}

#bannerconjunction
{ /* in conjunction with */
	color: #CCCCCC;
	font-size: xx-small;
}

#bannername2
{ /* EAA AirWeek 2005 */
	font-size: large;
	color: #00CCFF;
}

#bannerdates
{ /* 29 April 'til 2 May 2005 */
	color: #08C;
	font-size: small;
}

#bannervenue
{ /* Wonderboom Airport */
	color: #8CF;
	font-size: small;
}

#sitebannervenue
{ /* More writing in banner: where is it */
	color: #08C;
	font-size: small;
}

#pagetitle
{ /* Page title */
	border: none;
	border-bottom: solid 1px white;
	color: #888;
	font-size: medium;	
	font-weight: 700;
	letter-spacing: 1ex;
}

/* Master navigation menu */
#sectionsmenu
{
	border: 1px ridge #8CF;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sectionsmenu a:link
{
	color: white;
}

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

#sectionsmenu a:hover
{
	color: #8CF;
}

#sectionsmenu a:active
{
	color: #8FF;
}


#sectionsmenu ul
{ /* Displays the menu as a | single | row */
	background: url(./css/sectionsbg.gif);
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#sectionsmenu ul li
{
	border-right: 1px solid #FFF;
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
}

#sectionsmenu ul li#lastsectionitem
{
	border-right: none;
}

.mainContent
{ /* The real stuff */
	background: #08C;
	border: 1px solid #CCC;
	display: block;
	padding:10px;
}

.navigation
{
	background: #E4E4E4;
	border:1px dashed #CCC;
	font-size: small;
	list-style-type: none;
	padding: 5px;
}

.navigation ul
{
	margin-left: 0;
	padding: 0px;
	list-style-type: none;
}

.navigation ul li
{ /* Level 1 navigation items */
	background: url(./css/navli1back.gif) no-repeat;
	background-position: 100% 0.3ex;
	display: block;
	margin-left: 0; /* else w32.ie6 screws it up */
	list-style-type: none;
	padding-left: 0;
}

.navigation ul li ul li
{ /* Level 2 navigation items */
	background: none;
	display: block;
	margin-left: 0;
	list-style-type: none;
	padding-left: 10px;
}

.footer
{
	background: #E4E4E4;
	border: thin solid #88F;
	color: #808080;
	font-size: smaller;
	padding: 0.2ex;
}