/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #333333;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #f5fbf8;
		}
		
#masthead {
	width: 100%;
	background-color: #FFFFFF;
		}
		
#logo {
	width: auto;
	margin-left: 25px;
	margin-top: 15px;
		}

#navigation {
	width: 100%;
	background-color: #0099cc;
	padding-top: 8px;
	padding-bottom: 8px;
		}

#navigation ul {
	list-style-type: none;
	display: inline;
	margin-left: 215px;
	font-variant: small-caps;
		}

#navigation li {
	display: inline;
	margin-right: 40px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
		}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
		}

#navigation a:hover {
	color: #0060b6;
		}
#greenspace {
	background-color: #f5fbf8;
	height: 20px;
}
#subject-nav {
	width: 200px;
	float: left;
	background-color: #f5fbf8;
}
.nav-title {
	color: #f5fbf8;
	background-color: #00a28f;
	padding-bottom: 5px;
	font-variant: small-caps;
	width: 160px;
	padding-top: 5px;
	margin-top: 0px;
}

#subject-nav ul {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
#subject-nav li {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.1em;
	font-style: italic;
	padding-left: 5px;
}
#subject-nav a {
	text-decoration: none;
	color: #00a28f;
}
#subject-nav a:hover {
	color: #0060b6;
}



#content {
	float: left;
	width: 575px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/layout/content-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
		}
#content-border {
	margin-right: 15px;
	margin-left: 15px;
}

#locator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 0.2em;
	color: #0099cc;
	margin-bottom: 25px;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 5px;
}
#content li {
	letter-spacing: 0.1em;
	margin-top: 7px;
	font-style: italic;
}
#content a:link {
	text-decoration: underline;
	color: #0060b6;
}
#content a:visited {
	text-decoration: underline;
	color: #6666CC;
}

#content a:hover {
	color: 0099cc;
	text-decoration: underline;
}

#content-base {
	background-image: url(../img/layout/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	height: 66px;
}


#footer {
	background-color: #FFFFFF;
	margin-top: 20px;
	height: 50px;
	padding-top: 10px;
	color: #0099cc;
	padding-left: 20px;
		}
#footer li {
	display: inline;
	margin-right: 40px;
}
.caps {
	font-variant: small-caps;
}
.top-marg25 {
	margin-top: 25px;
}



.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
		
.contact-form p {
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contact-form p label {
	float: left;
	width: 60px;
}
.contact-form .text {
	padding: 2px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006594;
	background: #e6f4f2;
	border: 1px solid #00aec5;
}
.contact-form .textarea {
	padding: 2px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006594;
	background: #e6f4f2;
	border: 1px solid #00aec5;
	height: 100px;
}
.submit   {
	color: #FFFFFF;
	margin-left: 60px;
	position: relative;
	font-size: 0.9em;
	padding: 2px 3px;
	border: none;
	background-color: #0099cc;
}

#human {
visibility:hidden;
display:none;
}

/* ---------- 3. links and navigation ---------- */

a:link {
		text-decoration: none;
		}

a:visited {
		text-decoration: none;
		}
		
a:hover {
		text-decoration: none;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 1.6em;
	color: #00a28f;
	margin-bottom: 10px;
		}

h2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: lighter;
	color: #0099cc;
	margin-bottom: 10px;
	margin-top: 20px;
		}

h3 {
		font-size: 1.2em;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
		}

ul {
	list-style-type: none;
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 1.5em;
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
