/*universal styles*/

p {font-family: 'Verdana', sans-serif; font-size:0.8em; color:white;}
A:link {text-decoration: none; color: white; }
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white; }
A:hover {text-decoration: underline; color: #fff587;}

img {
border-width: 0;
}

body {
	
	background-color: black;
background-position: top center;
background-repeat: repeat-y;
background-attachment: fixed;
margin: 0 auto;
padding: 0;
}

li {
font-family:'Verdana', sans-serif;
color: white;
font-size: 0.8em;
}

.contentContainer {
	max-width: 850px;
width:expression(document.body.clientWidth > 850? "850px": "auto" );
border-top: 1px solid white;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
clear: both;
}

.centreText {
text-align: center;
}

.floatImgRight {
float: right;
clear: right;
margin: 4px; 
text-align: center;
padding: 10px;
font-size: 0.8em;
}

.floatImgRight img {
	border: solid 1px white;
}

.floatImgRight img:hover {
	border: dashed 1px white;
}

h2 {
	font-family:'Trebuchet MS', 'Tahoma', sans-serif;
	font-size: 2em;
		text-decoration: underline;
		color: white;
}

h3 {
font-family:'Verdana', sans-serif;
font-size: 0.8em;
color: white;
text-decoration: underline;
font-weight: bold;
}

.active a, .active li {
		font-weight: bold;
}

/*header styles*/

.headerContainer, #aboutNav {
margin: 0 auto;
	max-width: 850px;
width:expression(document.body.clientWidth > 850? "850px": "auto" );
z-index: 5;
padding: 0;
}

.headerContainer h1 {
	font-size: 0em;
text-indent: -9000px;
background-image: url(../images/main/header.gif);
background-repeat: no-repeat;
height: 35px;
margin: 0 auto;
}

#headerNav {
clear: both;
max-width: 850px;
margin: 0 auto;
list-style: none;
padding: 0;
  }


#headerNav li {
list-style: none;
float: left;
font-size: 1.2em;
font-family: 'Tahoma', sans-serif;
text-align: center;
	 padding: 0 1em 0 1em;
 }
 
 #headerNav li a {

 }
 
 #headerNav li a:hover {
	 text-decoration: overline;
	 
 }
 
 .home
 {
	 padding-left: 0;
 }
 
 .selected {
 font-weight: bold;
 text-decoration: overline;
 }
 

/*footer styles*/


.footerContainer {
	position: relative;
	margin: 0 auto;
	max-width: 850px;
width:expression(document.body.clientWidth > 850? "850px": "auto" );
z-index: 5;
clear: both;
padding: 0;
border-top: 1px solid white;
}

.footerText {
font-family:'Arial', sans-serif;
font-size:0.7em !important;
color:white;
text-align:center;
}

#footerButtonsContainer {
position: relative;
margin: 0 auto;
text-align: center;
}

.quoteText {
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	font-family: 'Tahoma', sans-serif;
}

.qN {
	display: none;
}

#leftQuote{
position: absolute;
left: 5px;
}

#rightQuote{
position: absolute;
right: 5px;
}

#bgEnable, #bgUnlock {
	display: none;
}

/*index page styles*/


.leftIndexColumn {
float: left;
width: 45%;
padding-bottom: 10px;
padding-right: 5%;
}

.rightIndexColumn {
float: left;
width: 45%;
padding-bottom: 10px;
}

.indexTagline {
	font-weight: bold;
	font-style: italic;
}

	
.leftIndexColumn, .rightIndexColumn  {
	text-align: center;
}

.leftIndexColumn h2, .rightIndexColumn h2  {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	}
	
#blogarea  {
	line-height: 2em;
}

.links *, *.links
{
	color: #bf60bf !important;
}

.gallery *, *.galleery
{
	color: #e9e9ff !important;
}


#welcomearea h2, .home *, *.home {
	color:#80ff80 !important;
}

#newsarea h2, .contact *, *.contact
{
	color: #ff8080 !important;
}

#aboutarea h2, .about *, *.about {
	color: #3DAFFF !important;
}

#blogarea h2, .blog *, *.blog, #headerimg * {
	color: #ffd980 !important;
}

#frontContainer {
	text-align: center;
}

/* contact page styles*/

form {
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 0.8em;
	color: white;
	border: 1px solid white;
	
}

input {background-color: transparent; border: 1px dashed #f0f0f0; font-family: 'Tahoma', 'Arial', sans-serif; font-size: 1.2em; color: #c6c7f4; font-weight: bold;}
textarea {background-color: transparent; border: 1px dashed #f0f0f0; font-family: 'Tahoma', 'Arial', sans-serif; font-size: 1.2em; color: #c6c7f4; font-weight: bold;}

.submit {
	background-color: #0000c0;
	color: white;
	text-align: center;
	font-family: 'Verdana', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.reset {
	background-color: #8080ff;
	color: white;
	text-align: center;
	font-family: 'Verdana', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 10px;
}

/* links page styles*/

#linksLeft {
	width: 150px;
	float: left;
	border-right: 1px solid white;
}

#links  {
	list-style: url(images/main/bullet.gif);
}

#linksRight {
	float: left;
	padding-left: 20px;
}

/*about page styles */

#aboutNav {
clear: both;
max-width: 850px;
margin: 0 auto;
list-style: none;
padding: 0;
  }


#aboutNav li {
list-style: none;
float: left;
font-size: 1em;
font-family: 'Tahoma', sans-serif;
text-align: center;
padding: 0 1em 0 1em;
margin-left: 15px;
background-color: grey;
 }

#aboutNav A:hover{
	text-decoration: none;
}

#aboutWrapper h4 {
	height: 50px;
	text-indent: -2000em;
}

	
#hatelove_quote {
	background: url(/images/about/quote_hatelove.gif) no-repeat;
}

#adulthood_quote {
	background: url(/images/about/quote_adulthood.gif) no-repeat;
}

#intense_quote {
	background: url(/images/about/quote_intense.gif) no-repeat; 
}

#silence_quote {
	background: url(/images/about/quote_silence.gif) no-repeat; 
}

#poem_quote {
	background: url(/images/about/quote_poem.gif) no-repeat;
}

	



/*not found page styles*/

#NotFoundCaption {
max-width: 850px;
width:expression(document.body.clientWidth > 850? "850px": "auto" );
z-index: 5;
margin: 0 auto;
background-color: #000080;
border: solid #c0c0ff 5px;
clear: both;
}

.NotFoundText {
font-family: 'Tahoma', sans-serif;
font-size: 1em;
color: white;
text-align: center;
}

