/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: verdana, helvetica, sans-serif;
  color: black;
}

h1 {
  text-align:center;
  color: white;
  font-size: 14px;
  padding-top: 1px;
}

h2 {
  color: #ffffff;
  font-size: 13px;
  text-align:center;
  padding-top:2px;
  padding-bottom:2px;
}

h3 {
  color: #6B006B;
  font-size: 16px;
  text-align:center;
  padding-top:2px;
  padding-bottom:10px;
  text-decoration:underline;
}

h4 {
  color: #6B006B;
  font-size: 13px;
  padding-top:10px;
  text-align: left;
}

h5 {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  text-decoration:underline;
  padding: 0px;
  margin: 0px;
}
h6 {
  color: #6B006B;
  font-size: 12px;
  text-align:center;
}


p {
  font-size: 13px;
  text-indent:10px;
  text-align: left;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
}

a:link, a:visited {
  color: black;
}



hr {
	background-color: #6B006B;
	height: .5px;
	width: 80%;
}



/* HEADER CONTENT
----------------------------------------------------------------*/
#header h1 {
  color: white;
  font-weight: normal;
  font-size: 14px;
}
#header h1 em {
  color: yellow;
  font-family: georgia;
  font-weight: bold;
  font-size: 28px;
}

/* SPECIALIZED LLINKS
----------------------------------------------------------------*/


/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
  color: #6B006B;
  margin: 0;
}
#sidebar p {
  font-size: 10px;
  text-align:left;
  text-indent:0px;
  padding:0;
}

/* subNavigation
----------------------------------------------------------------*/
#subNavigation p {
  color: #6B006B;
  font-size: 12px;
  text-align:left;
  text-indent:0px;
  padding:0;
}

#subNavigation a {
  color: #6B006B;
  font-size: 12px;
  text-align:left;
  text-indent:0px;
  padding:0;
}




/* CONTENT BOX CONTENT
----------------------------------------------------------------*/
#contentBox p {
  color:#FFFFFF;
  font-size: 13px;
  text-align:left;
  text-indent:10px;
  padding:0;
}

#contentBox ul {
	margin-top: 10px; 
	padding-left: 10px;
	}

#contentBox li {
	text-decoration:none;
	padding-top: 5px;
	margin-left: 5px;
	color:#FFFFFF;
	font-size: 12px;
	vertical-align:text-top;
	}
	
/* CONTENT2
----------------------------------------------------------------*/
#content2 h1 {
  color:#6B006B;
  font-size: 15px;
  text-align:left;
  margin-top:10px;
  text-indent:10px;
  padding:0;
}

#content2 h2 {
  color:#ffffff;
  font-size: 13px;
  text-align:center;
  text-indent:10px;
  padding:0;
}

/* CONTENT
----------------------------------------------------------------*/
#content h1 {
  color:#6B006B;
  font-size: 15px;
  text-align:left;
  margin-top:10px;
  text-indent:10px;
  padding:0;
}

#content h2 {
  color:#ffffff;
  font-size: 13px;
  text-align:center;
  text-indent:10px;
  padding:0;
}

#content ul {
	list-style: disc;
 	color:#6B006B;
	margin-top: 0px; 
	margin-left: 10px;
	}

#content li {
  	color:#6B006B;
	padding-top: 5px;
	margin-left: 5px;
	font-size: 12px;
	vertical-align:text-top;
	}
	
#content a {
  color:#6B006B;
  font-size: 12px;
  text-align:left;
  margin-top:10px;
  text-indent:10px;
  padding:0;
}

		

/* FORMS
----------------------------------------------------------------*/
fieldset {
  border: 1px solid #AAA;
}

fieldset p {
  margin: 4px 0;
}

legend {
  color: #999;
  font-weight: bold;
  font-size: 18px;
}

label {
  float: left;
  width: 160px;
  text-align: right;
  font-size: medium;
  margin-right: 14px;
}

input.text {
  width: 290px;
} 

input.textShort {
  width: 80px;
}

input.submit {
  float: right;
}


/* TABLES
----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  width:349px;
 }

#photoGalTable {
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 150px;
  width:500px;
 } 
 
 #photoGalTable2 {
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 90px;
  width:600px;
 } 

td {
  padding: 2px 3px;
  font-size: 12px;
  vertical-align:top;
}


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
	padding:0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
}

#footer a {
	padding:0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}

.white {
  color: white;
  font-size: 12px;
  text-indent:10px;
  text-align: justify;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
}

#white {
  color: white;
  font-size: 12px;
  text-indent:10px;
  text-align: justify;
}

/* LEGGE STUFF
----------------------------------------------------------------*/
.backing
{
  text-align: left;
  color: black;
  background: #ffffff;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.byline
{
  text-align: center;
  color: black;
  font-size:10px;
  }
  
.wholeIndent
{
  text-align: left;
  margin-left: 10%;
  font-size: 13px;
  }
 
 .imageRightPad
{
  margin-left: 10px;
  margin-right: 10px;
  }



