/* 
    AUTHOR: Mark Wiard
            Mark@woodenski.com
            MarkWiard.com
			
Site Colors
 Dark Tan - 715B22
 Light Tan - CAAD5D
 Medium Tan - 705B26
 Dark Brown - 202020
			
			
*/

/* RESETS & BASIC PAGE SETUP */

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Georgia, serif;
	font-size: 62.5%;
	background-color: #676356;
}
ul {
	list-style-position: outside;
	list-style-image: url(PNG/star.png);
	padding-bottom: 5px;
	text-align: left;
	list-style-type: none;
	margin-left: 30px;
	padding-left: 0px;
}
p {
	font-size: 1em;
	margin-bottom: 1.1em;
	text-align: left;
}
a {
	outline: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
	text-align: left;
	color: #333333;
	padding-top: 15px;
}
.calendar {
	font-size: 0.9em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
/* END RESET */

/* TOOLBOX */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
/* END TOOLBOX */



/* STRUCTURE AND STUFF */





/* END STRUCTURE */
#header {
	background-color: #000000;
	width: 100%;
}
#navcontainer {
	background-color: #676356;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #433A1C;
	border-right-color: #676356;
	border-bottom-color: #433A1C;
	border-left-color: #676356;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 1.2em;
}
ul#navlist li {
	float:left;
}
#navlist a:link {
	color: #fff;
	text-decoration: none;
}
#navlist a:visited {
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #D5E14D;
	text-decoration: none;
}
#navlist a:active {
	color: #fff;
	text-decoration: none;
}
#mainContent {
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}
#footer-nav {
	background-color: #000000;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
#footer-nav a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#footer-nav a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #333333;
	text-decoration: none;
}
#footer-nav a:active {
	color: #fff;
	text-decoration: none;
}
.sidebar img {
	border: 3px solid #FFFFFF;
}
.copyright {
	color: #99CCCC;
	font-size: 0.8em;
}
.quote {
	color: #433A1C;
	font-size: 1.0em;
	font-style: italic;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #433A1C;
}
