/*
-----------------------------------------------
cherokeehomeowners base screen style
author:    chris ilias
version:   2004.08.28
----------------------------------------------- */



/* Page Structure
----------------------------------------------- */
body {
	background: #FDF7D2 url("/images/background-shadow.gif") center repeat-y;
	margin: 0;
	font: 69%/1.5em verdana, lucida, arial, helvetica, sans-serif;
	text-align: center;
	min-width: 720px;
	color: #332;
	}

#wrapper {
	width: 690px;
	margin: auto;
	padding: 0;
	text-align: left;
	background-color: #FFFEF5;
	}

#banner {
	width: 690px;
	height: 110px; /* can go up to 145px; currently hiding 45px worth */
	background: url("/images/banner-temp.jpg") 0 -35px;
	border-bottom: 1px solid #999;
	}

#banner h1 {
	display: inline;
	}

#banner a {
	display: block;
	width: 690px;
	height: 110px;
	margin: 0;
	padding: 0;
	}

#banner a span {display: none;}

#maincontent {
	width: 350px !important;
	width /**/: 410px;
	padding: 0 30px 30px 30px;
	text-align: justify;
	float: left;
	}

#sidebar {
	width: 249px;
	margin: 7px 30px 0 0;
	float: right;
	display: inline;
	}

#footer {
	border-top: 2px solid #ddd;
	margin-top: 20px;
	padding-top: 5px;
	color: #999;
	text-align: left;
	font-size: 0.9em;
	}



/* Navigation
----------------------------------------------- */
#navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-top: 15px;
	}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	}

#navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 5px;
	}

#navcontainer li a {
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	}

#navcontainer li a:hover {
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	}

/* current nav rules */
body#homepage #navhome,
body#glossarypage #navglossary,
body#linkspage #navlinks,
body#contactpage #navcontact {
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	}



/* Text
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, "times new roman", serif;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 2.4em;
	line-height: 1em;
	margin-bottom: 0.6em;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	}

h2 {
	font-size: 1.5em;
	padding-bottom: 0.6em;
	}

h3.date {
	width: 20px !important;
	width /**/: 28px;
	float: left;
	border-right: 1px solid #aaa;
	padding-right: 7px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	color: #aaa;
	}

h3.date span {
	font-size: 1.5em;
	}

.newspost {
	width: 214px;
	margin: 0 0 20px 35px;
	font-size: 0.9em;
	}

p {margin: 0 0 1em 0;}

a:link, a:visited, a:active {
	color: #696;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #363;
	text-decoration: underline;
	}

a.current:link, a.current:visited, a.current:active, a.current:hover {color: #C25514;}

ul, li {
	margin: 0;
	padding: 0;
	}

dl {margin: 0 0 30px 0;}

#linkspage dt, #glossarypage dt {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	}

#linkspage dd, #glossarypage dd {
	margin: 0 0 1em 1em;
	}



/* Forms
----------------------------------------------- */
.button {padding: 0 .5em;}

.button:hover {
	cursor: pointer;
	background: #aaa;
	}

.button, .textblank, textarea {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-family: inherit;
	font-size: 1.0em;
	}

.textblank, textarea {
	margin-bottom: 1em;
	padding: 0 0 0 3px;
	}

.textblank {
	height: 1.5em;
	width: 200px;
	}

textarea {width: 300px}

#searchblank {margin: 0;}

legend {display: none}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 solid; /* Opera7 displays the border if the solid value isn't in place */
	}

label {display: block;}