/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #fff url(images/main_bg3.jpg) no-repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 80px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 20px;
	font-size: 1.2em;
}

#main_content {
	width: 580px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	margin-bottom: 0;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #999900;
}

#navlist li a:hover {
color: #808059;
}

#navlist li a.active {
color:#993300;
}


/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666666;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #808059;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #999900;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	font-size: 1.0em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 55px;
	margin-top: 10px;
}

.heading_blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}

a:link {color: #999900}     /* unvisited link */
a:visited {color: #999900}  /* visited link */
a:hover {color: #993300}   /* mouse over link */
a:active {color: #808059}   /* selected link */



/*---------------------------------------------- Misc --------------------------------*/


.content_image {
padding: 0 0 10px 25px;
}

.music_image {
padding: 25px 0 10px 25px;
clear:left;
}
.clear {
clear:both;
}

#flashPlayer {
padding: 20px 10px 20px 40px;
float:left;
clear:left;
/*background: url(images/road.jpg);
background-repeat: no-repeat;*/
}

.spacer{
padding:10px;
}

/*---------------------------------------------- highslide gallery --------------------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
			padding-left:10px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
	
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	display:none
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
		display:none
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 20px 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}