/* Begin Typography & Colors */
body {
	background-color: #d5d6d7;
	background: url("bgcolor.jpg");
	color: #333;
	text-align: center;
	}
			
#page {
	background-color: white;
	background: url("bg.jpg") repeat-y top; border: none;
	text-align: left;
	}

#header {
	background-color: #EEEEEE;
	background: url("header.jpg") no-repeat bottom center;
	}

#footer {
	background-color: #eee;
	background: url("footer.jpg") no-repeat bottom; border: none;
	}
	
.itemdescription {
	padding: 0 0 0 15px;
	}

.words {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	line-height: 1.2em;
	font-size: 0.8em;
	text-align: justify;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	text-align: left;
	line-height: 0.8em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 0.75em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar {
	font: 0.625em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.2em;
	}

small, #sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
}
a:link {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}

/* decrease header height by 2 pixels? (acutal size-2) */
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 210px;
	width: 100%;
	background-color: #EEEEEE;
	}
		
#headerimg {
	margin: 0;
	height: 210px;
	width: 100%;
	}

.main {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px 0 0;
	width: 530px;
	text-align: justify;
	}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 0.6em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .regulartext ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .regulartext li {
	margin: 7px 0 8px 10px;
	}

.regulartext ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.regulartext ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.regulartext ol li {
	margin: 0;
	padding: 0;
	}

.blockmetadata ul, .blockmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Lists */



/* Begin Form Elements */
.formnormal { background-color: #F5F5F5; color: #000000; }

.formfocus  { background-color: #FFFFE8; color: #000000; }

/* End Form Elements */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 600px;
	width: 140px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

hr {
	display: none;
	}
	
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
