/*

	-- -- -- -- -- -- --
	Conestoga Trail Bluegrass & Gospel Festival
	default.css
	main site foundation layout
	-- -- -- -- -- -- --
	
*/

@import url("reset.css");

/* -- basic HTML elements -- */

	body {
		font: 73% Arial, Helvetica, sans-serif;
		color: #000;
		background: #fff url(../images/ui/bg.jpg) fixed no-repeat center top !important;
		background: #fff url(../images/ui/bg-ie.jpg) fixed no-repeat center top;
		margin: 0;
		padding: 0;
	}

	
/* -- Content Styling -- */
	abbr, .small-caps {
		letter-spacing: 0.1em;
	}
	p abbr, p .small-caps {
		font-size: 0.9167em; /* 11px */
	}
	a:link, a:visited {
		color: #362A19;
		text-decoration: underline;
	}
	a:hover {
		color: #000;
	}
	.disclaimer {
		color: #584b43;
		font: italic 1em Candara, georgia, serif;
		display: block;
		margin: 1em 0;
		text-indent: 0;
		text-align: right;
	}
	h2 {
		margin: 0 0 15px 0;
		font-size: 2.3em;
		font-weight: bold;
	}
	h3 {
		font-size: 1.7em;
		color: #4A4034;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.5833;
	}
	input, textarea {
		font: 1.3em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		color: #291e18;
	}
	ul {
		margin-bottom: 0.5em;
	}
	ul li {
		font-size: 1.3em;
		line-height: 1.3;
		margin-left: 1.5em;
		color: #222;
		list-style: disc;
	}
	ol li {
		font-size: 1.3em;
		line-height: 1.6923;
		margin-left: 24px;
		list-style: lower-roman;
	}
	ul li h4, ol li h4,
	ul li p, ol li p {
		font-size: 1em;
	}
	p {
		font-size: 1.4em;
		line-height: 1.4;
		margin: 0 10px 0.5em 10px;
		color: #231E1A;
	}
	
/* -- containers -- */
	#container {
		width: 800px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.footer {
		width: 100%;
		height: 30px;
		border-top: 1px solid #000;
		background: #D6CDBE;
		padding: 5px 0 0 0;
	}
	.footer div.links, .footer div.copyright {
		width: 390px;
		height: 10px;
		margin: 5px 0;
		float: left;
	}
	.footer div.links {
		text-align: left;
		padding: 0 0 0 10px;
	}
	.footer div.copyright {
		text-align: right;
		padding: 0 10px 0 0 ;
	}
	
	body, html {
		height: 100%;
	}
	
	.column-1 {
		width: 500px;
		height: auto;
		display: block;
		margin: 0 0 0 15px;
		position: relative;
		float: left;
	}
	.column-2 {
		width: 260px;
		height: auto;
		display: block;
		margin: 0 0 0 525px;
		position: relative;
	}
	.donation {
		width: 258px;
		height: 408px;
		display: block;
		margin: 0;
		padding: 120px 0 0 0;
		position: relative;
		background: url(../images/ui/bg-donate.jpg) no-repeat;
	}
	.donation p {
		color: #000;
		font-size: 1.1em;
		line-height: 1.3;
		margin: 0 20px 10px 15px;
	}
	.donation p a:link, .donation p a:visited {
		color: #fff;
		text-decoration: underline;
	}
	.donation p a:hover {
		color: #726AA3;
	}
	
/* -- header -- */
	#links {
		width: 800px;
		height: 25px;
		display: block;
		background: #EBE2D4 url(../images/ui/bg-header-top.jpg) no-repeat 0 bottom;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	
	#header {
		width: 800px;
		height: 150px;
		display: block;
		background: url(../images/ui/bg-header.jpg) no-repeat;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
		
	#header h1 {
		width: 630px;
		height: 41px;
		background: url(../images/ui/logo.jpg) no-repeat;
		position: relative;
	}
	#header h1 a:link, #header h1 a:visited {
		width: 630px;
		height: 41px;
		display: block;
		text-indent: -9000px;
		overflow: hidden;
		position: relative;
		z-index: 5;
	}
	
	#body {
		width: 800px;
		height: auto;
		display: block;
		padding: 30px 0 0 0;
		background: #EBE2D4 url(../images/ui/bg-header-bottom.jpg) no-repeat 0 top;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
		
/* -- header nav -- */
	#primary-nav {
		position: relative;
		width: 790px;
		height: 30px;
		display: block;
		margin: 72px 0 0 10px;
		padding: 0;
	}
	#primary-nav ul {
		margin: 0;
	}
	#primary-nav li {
		width: 6em;
		height: 30px;
		list-style: none;
		margin: 0 2px;
		display: block;
		float: left;
	}
	#primary-nav li a:link, #primary-nav li a:visited {
		width: auto;
		height: 27px;
		display: block;
		padding-top: 3px;
		font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #EBE2D4;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
	}
	#primary-nav li a:hover {
		color: #fff;
		background: url(../images/ui/bg-menulink.jpg) repeat-x;
		border: 1px solid #4C4135;
		padding-top: 2px;
		height: 26px;
	}
	#primary-nav li.schedule {
		width: 12em;
	}
	
/* -- footer -- */
	#footer {
		padding-top: 51px;
		background: url(../images/ui/bg-bottom.png) repeat-x 0 -1px;
	}
	#footer .wrapper1 {
		background: #333332 url(../images/ui/footer-black.jpg);
	}
	#footer .wrapper2 {
		width: 780px;
		margin: 0 auto;
		position: relative;
		height: 30px;
	}
	#footer p {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
	
	#footer .links {
		height: 30px;
		width: 70%;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	#footer .links ul {
		height: 30px;
		width: auto;
		display: block;
		margin: 0;
		padding: 0;
	}
	#footer .links ul li {
		height: 30px;
		width: auto;
		display: block;
		list-style: none;
		float: left;
		margin: 0 15px 0 0;
		padding: 0;
	}
	#footer .links ul li a img {
		height: 16px;
		width: 16px;
		display: block;
		padding: 0;
		margin: 6px 5px 0 0;
		float: left;
		text-indent: -9000px;
	}
	#footer .links ul li a {
		height: 30px;
		width: auto;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 0.7em;
		letter-spacing: normal;
		line-height: 2.8em;
		color: #666;
	}

	
	#footer .copyright {
		height: 30px;
		width: 30%;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		text-align: right;
		font-weight: normal;
		font-size: 1em;
		letter-spacing: normal;
		line-height: 2.6em;
		color: #888;
	}





	
	