/* Dark Style Sheet */

body {
	background: #ffffff;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #ffffff;
}

#wrapper{
	background: #4f4408 url(../i/contentbg_dark.gif) top center repeat-y;
}

div#header {
	background: #b50f03 url(../i/logo_dark.gif) top left no-repeat;
}

div#primarynav ul#prinavmenu {
	background: url(../i/prinav_dark.gif);
}

div#footer {
	background: #4f4408 url(../i/footer_dark.gif) top left no-repeat;
	color: #ffffff;
	border-top: #fff2cc dashed 1px;
}

#home a:hover	{background: transparent url(../i/prinav_dark.gif) 0 -50px no-repeat;}
#fountains a:hover {background: transparent url(../i/prinav_dark.gif) -70px -50px no-repeat;}
#contact a:hover {background: transparent url(../i/prinav_dark.gif) -165px -50px no-repeat;}
#links a:hover {background: transparent url(../i/prinav_dark.gif) -248px -50px no-repeat;}


/* You are here - Pri Nav */
	
body#homepage #home {background: transparent url(../i/prinav_dark.gif) 0 -50px no-repeat;}
body#fountainspage #fountains {background: transparent url(../i/prinav_dark.gif) -70px -50px no-repeat;}
body#contactpage #contact {background: transparent url(../i/prinav_dark.gif) -165px -50px no-repeat;}
body#linkspage #links {background: transparent url(../i/prinav_dark.gif) -248px -50px no-repeat;}

/* Current Style */

#dark  {background: transparent url(../i/style.gif) 0 -142px no-repeat;}

/* Font Styles */

p{
	color: #ffffff;
}

h1 {
	color: #fff2cc;
}

h3, h5{
	color: #fff2cc;
}

h4{
	color: #fff2cc;
	border-top: #fff2cc 1px dashed;
}

/* Links */

a:link, a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #b50f03;
}

div#footer a:link, div#footer a:visited, div#footer a:active, div#footer a:hover {
	color: #ffffff;
}

/* rounded corners  www.vertexwerks.com/tests/sidebox/ */

.boxhead {
	background: url(../i/sbhead-dark.gif) no-repeat top left;
	color: #b50f03; 
}

.boxbody {
	background: url(../i/sbbody-dark.gif) no-repeat bottom left;
}

/* Form */

div#contactform label {
	color: #fff2cc;
}

div#contactform input#Reset, div#contactform input#send {
	border: 1px solid #ffffff;
	background: #fff2cc;
	color: #4f4408;
}

div.row input {
	border: 1px solid #ffffff;
	color: #ffffff;
} 

.displayinline {
	display: inline;
}