/*
Theme Name: Lyons Georgia Theme
Theme URI: http://www.lyonsga.org
Description: Lyons Ga Theme by Richmond Hill Media
Version: 1.0
Author: Doy Cave
Author URI: http://www.richmondhillmedia.com/

*/

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================================= HTML and styles === */	

body {
	line-height: 18px;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #321d07;
	text-align: center;
	background: url(images/body_bg.jpg) top left repeat;
}

p {
	margin-bottom: 9px;
}

h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 9px;
	color: #8e4635;
	font-weight: normal;
}

	h2 a {
		color: #8e4635;
		text-decoration: none;
	}

hr{
	visibility:hidden;
	margin: 0;
	padding: 0;
}

/* ============================================================= BANNER and styles === */	

#banner {
	width: 980px;
	margin: 0 auto;
	background: url(images/banner_bg.jpg) top center no-repeat;
	height: 410px;
	position: relative;
}

	.home a {
		position: absolute;
		top: 17px;
		left: 18px;
		display: block;
		background: transparent url(images/logo_bg.gif) top center no-repeat;
		width: 345px;
		height: 167px;
		text-indent: -999em;
	}

.bannerContent {
	position: absolute;
	top: 200px;
	left: 44px;
	width: 400px;
	height: 190px;
	text-align: left;
}

.bannerNav {
	width: 475px;
	position: absolute;
	top: 9px;
	left: 500px;
	text-align: center;
}

	.bannerNav li {
		display: inline;
	}
	
	.bannerNav li a {
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 14px;
		padding: 2px 9px;
		border-right: 1px dotted #8e4635;
		text-decoration: none;
		color: #8e4635;
	}
	
		.bannerNav li.last a {
			border-right: none;
		}

.flash {
	position: absolute;
	top: 37px;
	left: 489px;
}

/* ============================================================= BANNERIN and styles === */	

#bannerIn {
	width: 980px;
	margin: 0 auto;
	background: url(images/banner_bg.jpg) top center no-repeat;
	height: 200px;
	position: relative;
	
}
	.bannerPhoto {
		float: right;
	}


/* ============================================================= CONTENT and styles === */	

#content {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	min-height: 100px;
}

	.contentLeft {
		float: left;
		width: 550px;
		margin: 18px 0 18px 36px;
		display: inline;
	}
	
	.contentRight {
		float: right;
		width: 250px;
		margin: 18px 36px 18px 0;
		display: inline;
	}
	
	.contentRight .page_item a {
		display: block;
		color: #691f16; 
		border-bottom: 1px dotted #CCC;
		padding: 9px 0;
		text-decoration: none;
	}
	
	.contentRight .page_item a:hover {
		background-color: #d5c7a9;
		color: #FFF;
		padding: 9px;
	}
		.contentRight .page_item ul {
			display: none;
		}
		
		.contentRight .current_page_item ul, .contentRight .current_page_parent ul {
			display: block;
			margin-left: 15px;
			border-bottom: 1px dotted #CCC;
		}
		
		.contentRight .page_item ul li a {
			border-bottom: none;
			font-size: 10px;
			color: #a72221;
		}
		

/* ============================================================= FOOTER and styles === */	

#footer {
	width: 980px;
	margin: 0 auto;
	background: url(images/footer_bg.jpg) top center no-repeat;
	height: 125px;
}

/* ============================================================= NAV and styles === */	

#nav {
	width: 1024px;
	background: url(images/nav_bg.gif) top center no-repeat;
	height: 51px;
	margin: 0 auto;
	text-align: center;
}

	#nav ul {
		margin-left: 18px;
		padding-top: 9px;
	}

	#nav li {
		float: left;
		position: relative;
		line-height: 34px;
	}
	
	#nav li a {
		font-size: 18px;
		font-family: Georgia, 'Times New Roman', Times, serif;
		padding: 2px 12px 2px 12px;
		border-right: 1px dotted #FFF;
		color: #FFF;
		text-decoration: none;
	}
	
	#nav li ul {
		position: absolute;
		width: 250px;
		left: -999em;
		background: #d5c7a9;
		margin-left: 0;
		padding: 9px 0;
		text-align: left;
		border-left: 4px double #691f16;
		border-right: 4px double #691f16;
		border-bottom: 4px double #691f16;
		
	}
	
	#nav li ul li, #nav li ul li li {
		float: none;
		border-bottom: 1px dotted #691f16;
	}
	
	#nav li ul li a, #nav li ul li li a {
		border-right: none;
		font-size: 14px;
		color: #691f16;
	}
	
	#nav li ul li a:hover, #nav li ul li li a:hover {
		color: #000000;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	


/* ============================================================= WORDPRESS and styles === */	

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright, div.alignright {
	margin: 0 0 18px 18px;
	border: 1px solid #000;
}

img.alignleft, div.alignleft {
	margin: 0 18px 18px 0;
	border: 1px solid #000;
}

img.alignnone, div.alignnone {
	border: 1px solid #000;
}

.separate{
	clear: both;
	height: 0;
	visibility:none;
}

.more {
	display: block;
	height: 34px;
}

	.more a {
		display: block;
		float: right;
		width: 130px;
		height: 33px;
		background: url(images/readMore_bg.gif) top center no-repeat;
		text-indent: -999em;
	}

.navigation {
	padding: 9px 0;
	border-top: 1px dotted #CCC;
}


/* ============================================================= TALES of the ALTAMAHA styles === */	

body#tales {
	line-height: 18px;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #321d07;
	text-align: center;
	background: url(images/tales_body_bg.jpg) top center repeat fixed;
}

#tales p {
	margin-bottom: 9px;
}

#tales h2, #tales h3, #tales h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 36px;
}

#tales h2 {
	font-size: 24px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 9px;
	color: #321d07;
	font-weight: bold;
}

	#tales h2 a {
		color: #321d07;
		text-decoration: none;
	}
	
#tales h3 {
	font-size: 18px;
}

#tales hr{
	visibility:hidden;
	margin: 0;
	padding: 0;
}

/* CONTAINER and styles === */
#talesContainer {
	background: transparent url(images/tales_container_bg.png) top center no-repeat !important;
	background: transparent url(images/tales_container_bg.gif) top center no-repeat;
}

/* BANNER and styles === */
#talesBanner {
	background: transparent;
	height: 287px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

	.talesHome a {
		display: block;
		position: absolute;
		width: 460px;
		height: 160px;
		top: 83px;
		left: 80px;
		background: transparent;
		text-indent: -999em;
	}

/* CONTENT and styles === */
#talesContent {
	background: #e6ce9f url(images/tales_content_bg.jpg) top center no-repeat;
	width: 940px;
	margin: 0 auto;
	min-height: 705px;
	text-align: left;
	padding: 18px 0;
}
	
	.talesContentLeft, .talesContentRight, .talesContentWide, .talesSideLeft, .talesSideRight {
		margin-bottom: 18px;
	}
	
	.talesContentLeft {
		float: left;
		margin-left: 80px;
		width: 540px;
		display: inline;
	}
	
	.talesContentRight {
		float: right;
		margin-right: 80px;
		display: inline;
		width: 540px;
	}
	
	.talesContentWide {
		width: 780px;
		margin-left: 80px;
	}
	
	.talesSideLeft {
		float: left;
		width: 220px;
		margin-left: 80px;
		display: inline;
		
	}
	
	.talesSideRight {
		float: right;
		width: 220px;
		margin-right: 80px;
		display: inline;
	}
	
		.sideNav {

		}
		
		.sideNav li ul {
			margin-bottom: 18px;
		}
		
			.sideNav li ul li a {
				display: block;
				padding: 6px 9px;
				border-bottom: 1px dotted #000;
				text-decoration: none;
				color: #321d07;
			}
			
			.sideNav li ul li a:hover {
				background-color: #000;
				color: #e6ce9f;
			}
	
	.tales3Col, .tales4Col {
		float: left;
		margin-right: 20px;
		display: inline;
	}
	
	.tales3Col {
		width: 220px;
	}
	
	.tales4Col {
		width: 300px;
	}

/* FOOTER and styles === */
#talesFooter {
	background: transparent url(images/tales_footer_bg.png) top center no-repeat !important;
	background: transparent url(images/tales_footer_bg.gif) top center no-repeat;
	width: 940px;
	height: 274px;
	width: 980px;
	margin: 0 auto;
	
}

/* NAV and styles === */
#talesNav {
	position: absolute;
	top: 252px;
	left: 80px;
	height: 30px;
	text-align: center;
}

	#talesNav li {
		line-height: 30px;
		display: inline;
	}
	
	#talesNav li a {
		font-size: 14px;
		padding: 8px 20px 7px 20px;
		font-family: Georgia, 'Times New Roman', Times, serif;
		color: #000;
		text-decoration: none;
		border-right: 1px solid #000;
		text-transform: uppercase;
	}
	
	#talesNav li.last a {
		border-right: none;
	}
	
	#talesNav li a:hover {
		background-color: #000;
		color: #e6ce9f;
	}

/* MISCELLANEOUS styles === */

.entry ul {
list-style: circle;
margin-left: 15px;
margin-bottom: 18px;
}

.entry li {

}

#left1ColGutt {
	margin-left: 80px;
}

.talesMore {
	border-top: 1px dotted #000;
	margin: 36px 0 18px 0;
	text-align: right;
}

.talesMore a {
	padding: 9px;
	color: #321d07;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	text-decoration: none;
}

	.talesMore a:hover {
		color: #000;
	}

.divide {
	clear: both;
	background: transparent;
	height: 5px;
	border-top: 2px solid #000;
	margin-bottom: 18px;
	width: 820px;
	margin-left: 60px;
}

.wp-caption {
background-color: #EFEFEF;
border: 1px solid #CCC;
padding: 9px;
text-align: center;
text-decoration: none;
color: #006;
}
