/* Horizon - Purple Haze Style */

/* 

-----------------------------------------------
Copyright (C) Horizon MG. All Rights Reserved.
Author Matthew Holmes
Version 0.1
-----------------------------------------------

*/

/* general styles */

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 { display: none; }

hr { border-top: 1px solid #D8D8D8; }

/* links */

a { color: #3A1133; text-decoration: underline; }
a:hover { text-decoration: none; }

/* layout styles */

#container { position: relative; width: 100%; background: url(images/webimages/bg-content.gif) repeat-y; }
#container .fadepic {
	position: absolute;
	width: 184px;
	height: 113px;
	background: url(images/webimages/fadepic.jpg) no-repeat;
	bottom: 1px;
	left: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 128px;
	background-color: #3A1133;
}

/*** LOGO ***/

#header .logo {
	float: left;
	width: 184px;
	height: 128px;
	background: url(images/webimages/horizon-logo.gif) no-repeat;
}

/*** PICTURE ***/

#header .picture {
	position: relative;
	float: left;
	width: 610px;
	height: 128px;
	background: url(images/webimages/bg-pic.jpg) no-repeat;
}

#header .slogan {
	position: absolute;
	color: #FFF;
	top: 100px;
	left: 27px;
}

/*** CONTENT ***/

#content { position: relative; width: 794px; }
#content .contentarea { float: right; margin: 0 0 0 -3px; width: 610px; }
#content .banner { padding: 27px; background-color: #FFF; }
#content .banner .bannerarea { 
	padding: 10px; 
	background-color: #EEE6A4; 
	color: #3A1133;
	font-size: 15px;
	font-weight: bold;
}

#content .leftCol, #content .rightCol { float: left; padding: 0 27px 27px 27px; width: 251px; }

#way { float: left; width: 251px; padding: 0; }
#way dl { display: inline; float: left; width: 251px; margin: 0; padding: 0; }
#way dd {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#way dd.img img 
{
	float: right;
	margin: 5px 0 0 8px;
	padding: 4px;
	border: 1px solid #D9E0D6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background-color: #FFF;
}
#way dd.link
{
	float: right;
	margin: 0;
	padding: 4px;
}




.workshops img { padding: 0 5px 0 0; }
.workshoptable { padding-bottom: 5px; font-size: 11px; }
.workshoptable a { font-size: 13px; font-weight: bold; }

/*** SEARCH ***/

.search { padding: 12px 0 12px 0; }
.search form { margin: 0; padding: 0; }
.search .searchfield { width: 190px; border: 1px solid #D8D8D8; }
.search .searchbutton { 
	height: 20px;
	border-style: none;
	background-color: #3A1133;
	color: #FFF;
	font-size: 10px;
}

/*** MAIN NAVIGATION ***/

#content .nav { padding: 27px 22px 15px 20px; width: 140px; }
.nav ul { list-style-type: none; margin: 0; padding: 0; }
.nav li { display: inline; margin: 0; padding: 0; }
.nav li a { 
	display: block; 
	padding: 6px 6px 6px 18px;
	border-bottom: 1px solid #CCC;
	background: url(images/webimages/arrow.gif) 0px 8px no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover { text-decoration: underline; }

.secnav li a {
	color: #999;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	border-top: 1px solid #D8D8D8;
}

/*** FOOTER CREDITS ***/

#footer .footercredits {
	position: absolute;
	padding-bottom: 12px;
	font-size: 10px;
	top: 12px;
	left: 210px;
}

#footer .footercredits ul { list-style-type: none; margin: 0; padding: 0 0 8px 0; }
#footer .footercredits li { display: inline; margin: 0; padding: 0; }
#footer .footercredits li a { color: #3A1133; text-decoration: underline; }
#footer .footercredits li a:hover { text-decoration: none; }

#footer .footercredits a { color: #666666; text-decoration: underline; }
#footer .footercredits a:hover { text-decoration: none; }



.back_button, .rightCol hr { display: none; }
