﻿/* Smyth County Jam  - xhtml/css by Larry D. Hogston - http://www.smythcountyjam.com/


/***** Body and main container *****/
body {
	height: 500px;
	margin: 0 auto;
	padding: 0;
	font: 90% arial,helvetica,sans-serif;
	width: auto;
	background-color: #006666;
	color: #404040;
}
#wrap {
	background: #ffffff;
	color: #404040;
	margin: 0 auto;
	width: 800px;
}
/***** Various tags *****/
a {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1.4em 0;
	font-weight: normal;
	font-size: small;
}
/***** Header *****/
#header {
	margin: 0px 0 0;
	padding: 0;
	height: 160px;
	text-align: center;
}
#header h1 {
	color: #505050;
	background-color: inherit;
	width: 350px;
	margin: 0 0 10px;
	font-size: 2em;
	float: left;
}
#header h1 a {
	color: #505050;
	background-color: inherit;
	text-decoration: none;
}
#header p {
	width: 400px;
	float: right;
	text-align: center;
	margin: 8px 0 0;
	font-weight: bold;
	line-height: 1.8em;
}
#frontphoto {
	margin: 0 0 0px;
	border: 0px;
	border-color: teal;
	width: 800px;
	height: 160px;
}
/***** Left sidebar *****/
#leftside {
	clear: left;
	float: left;
	width: 140px;
	padding: 0;
	font-size: small;
}
#leftside h2 {
	color: #505050;
	background-color: #ccffff;
	font-size: 1.3em;
	margin: 0 0 5px;
	padding: 0;
}
#leftside h1 {
	color: #505050;
	background-color: #ccffff;
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0;
}
#leftside div.announce {
	clear: left;
	margin: 10px 0 15px;
	padding: 7px 5px;
	width: 126px;
	font-size: 0.8em;
	background-color:white;
	color:#FFFFCC;
	border-left: 0px solid #cccccc;
	line-height: 1.5em;
}
#leftside div.announce p {
	margin: 10px 0 0;
	color: #053A26;
	padding: 0;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.0em
}
/***** Main menu *****/
ul.avmenu {
	width: 140px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}
ul.avmenu li {
	width: 140px;
	padding: 0;
	line-height: 1.4em;
	display: inline;
}
ul.avmenu li a {
	background-color: #f4f4f4;
	color: #505050;
	font-weight: bold;
	width: 130px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
}
ul.avmenu li a.current {
	background-color: #eaeaea;
	color: red;
}
ul.avmenu li a:hover {
	background-color: #eaeaea;
	color: #505050;
}
ul.avmenu ul {
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	width: 125px;
}
ul.avmenu ul a {
	padding: 3px 1px 3px 5px;
	font-weight: normal;
	width: 115px;
}
ul.avmenu ul ul {
	width: 113px;
}
ul.avmenu ul ul a {
	width: 100px;
}
/***** Right sidebar *****/
#extrasbios {
	font-family: Verdana, Arial, sans-serif;
	float:right;
	width: 140px;
	height:650px;
	overflow:auto;
	border: heavy;
	border-color: teal;
	margin: 5px 0 5px;
	background-color: white;
}
#extrasbios a {
	margin: 0 0 4px;
	padding: 3px;
	font-size: .6em;
	line-height:inherit;	
	color: #053A26;
}
#extras {
	float: right;
	width: 140px;
	height: inherit;
	border: heavy;
	border-color: teal;
	padding: 3px;
	font-size: 1.0em;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFCC;
}
#extras ul {
	margin: 0 0 16px;
	padding: 0;
}
#extras p {
	margin: 0 0 16px;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.4em;
}
#extras li {
	list-style: none;
	line-height: 1.2em;
	margin: 0 0 6px 0;
	padding: 0;
}
#extras ul ul {
	margin: 6px 0 0 10px;
	padding: 0;
}
#extras ul ul li {
	margin: 0 0 4px 0;
}
#extras ul ul li a {
	font-size: 1.1em;
	font-weight: normal;
}
#extras h2 {
	color: #505050;
	background-color: #a5d8f6;
	font-size: 1.2em;
	margin: 0 0 8px;
	padding: 0;
}
#extras h1 {
	color: #505050;
	background-color: #a5d8f6;
	font-size: 1.2em;
	margin: 0 0 8px;
	padding: 0;
}
#extrasLink {
	float: right;
	width: 140px;
	height: inherit;
	border: heavy;
	border-color: teal;
	padding: 3px;
	font-size: 1.0em;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

/***** Main content *****/
#content {
	width: auto;
	margin: 0 150px 0px 150px;
	text-align: left;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding: 0 0px;
	line-height: 1.5em;
	background-color: white;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1.0em;
	margin: 6px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: teal;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#content h2 p {
	color: lime;
}
#content h4 {
	color: black;
	font-size: 1.0em;
	line-height: .8em;
	padding: 6px;
}
#content-guest {
	width: auto;
	margin: 0 150px 0px 150px;
	text-align: left;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding: 0 0px;
	line-height: 1.5em;
	background-color: white;
}
#content-fest {
	width: 640px;
	margin: 0px 5px 0px 140px;
	text-align: left;
	border-left: 2px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding: 0 6px;
	line-height: 1.5em;
	background-color: white;
}
#content-fest img {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 6px;
	width: 498px;
}
#content-fest p {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1.0em;
	margin: 6px;
}
#content-fest ul {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1.0em;
	
}

#content-fest ul li{
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1.0em;
	
}



#content-fest h1 {
	font-family: Verdana, Arial, sans-serif;
	color: #CC3300;
	font-size: 1.9em;
	line-height: 1.3em;
	padding-left: 6px;
}
#content-fest h2 {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1.4em;
	line-height: 1.3em;
	padding-left: 6px;
	text-align: center;
}
#content-fest h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #CC3300;
	font-size: 1.9em;
	line-height: 1.3em;
	padding-left: 6px;
	text-align: center;
}
#contentD {
	width: auto;
	margin: 0 0px 0px 150px;
	text-align: left;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding-left: 6px;
	line-height: 1.5em;
	background-color: white;
}
#contentD p {
	color: black;
	font-size: 1.0em;
	margin: 6px;
}
#contentD h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: teal;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#contentE {
	width: auto;
	margin: 0 0px 0px 150px;
	text-align: left;
	border-left: 3px solid #e0e0e0;
	border-right: 3px solid #e0e0e0;
	padding-left: 6px;
	line-height: 1.5em;
	background-color: white;
}
#contentE p {
	color: black;
	font-size: 1.0em;
	margin: 6px;
}
#contentE h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: teal;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#contentE img {
	width: 300px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	float: none;
}
#contentF {
	width: 510px;
	height: auto;
	margin: 0px 0px 0px 140px;
	text-align: left;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding: auto;
	line-height: 1.2em;
	background-color: white;
}
#contentG {
	width: auto;
	margin: 0 0px 0px 150px;
	text-align: left;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding: 0 0px;
	line-height: 1.5em;
	background-color: white;
}
#contentG h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: teal;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#contentF img {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 6px;
	width: 498px;
}
#contentF p {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1.0em;
	margin: 6px;
}
#contentF h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #053A26;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#contentF h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #053A26;
	font-size: 1.0em;
	line-height: 1.0em;
	padding-left: 6px;
}

#letter {
	width: auto;
	margin: 0 150px 0px 150px;
	text-align: left;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding: 0 8px;
	line-height: 1.5em;
	background-color: white;
}
#letter h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #053A26;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#vendors {
	background-color: #E9FFE8;
}
#vendors h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #053A26;
	text-align: center;
}
#moved h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC3300;
	text-align: center;
}
#moved h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	color: #053A26;
	text-align: left;
	border: thin;
	border-color: teal;
}
#top h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 14px;
	color: black;
	text-align: center;
}
#top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 14px;
	color: #CC3300;
	text-align: center;
}
#top h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 14px;
	color: #CC3300;
	text-align: center;
}
#top h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 14px;
	color: #053A26;
	text-align: center;
}
#test {
	text-align: center;
	width: 500px;
	background-color: white;
}
#test img {
	width: 100px;
}
#form {
	width: auto;
	margin: 0 150px 0px 0px;
	text-align: left;
	padding: 0 0px;
	line-height: 1.5em;
	background-color: white;
}
#weather {
	width: auto;
	margin: 0 0px 0px 150px;
	text-align: left;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding: 0 0px;
	background-color: white;
}
#weather h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: teal;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 6px;
}
#copyright {
	width: 500px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1em;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: black;
}
#content h2 p {
	color: lime;
}
#content img {
	padding: 0px;
	display: inline;
	background: #cccccc;
	color: #303030;
	border: 0px solid #f0f0f0;
}
/***** Footer *****/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 4px solid #f0f0f0;
	width: 100%;
	text-align: center;
	color: #808080;
	background: #ffffff;
}
#footer p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: teal;
}
#footer a {
	color: black;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
/***** Various classes *****/
.left {
	margin: 3px 10px 2px 0;
	float: left;
}
.right {
	margin: 2px 0 2px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.postinfo {
	background-color: #f4f4f4;
	border-left: 4px solid #cccccc;
	color: #606060;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 1px 0 20px;
	padding: 8px 5px 8px 8px;
}
.clearing {
	clear: left;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
.hide {
	display: none;
}
