/*
Theme Name: Cottage Grove Garden Tour
Theme URI: http://cottagegrovegardentour.org/
Description: Custom theme for CGGT
Version: 1.0
Author: LightWeb Design
Author URI: http://lightwebdesign.com/
*/

html {
	margin: 0px;
	padding: 0px;
}

#content p {
	line-height: 1.4em;
}


body {
	color: #333333;
	background-color: #8a619a;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 1px;
	font: 100% "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 1.8em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

li {
	margin-bottom: 10px;
	font-weight: bold;
}

img {
	border: none;
}

a:link, a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active {
	color: #006633;
	text-decoration: underline;
}

#container {
	width: 918px;
	margin: 0px auto;
	padding-top: 1px;
	position: relative;
	background: url(images/containerBkg11.png) repeat-y;
}

#header {
	background: url(images/headerBkg11.jpg) no-repeat;
	height: 402px;
	width: 918px;
	margin: 90px auto 0px;
}

#content {
	width: 820px;
	text-align: left;
	margin: 0px auto;
	padding-top: 16px;	/*border: 1px solid #333333;*/
}

#footer {
	background: url(images/footerBkg11.jpg) no-repeat;
	height: 114px;
	width: 918px;
	margin: 0px auto 100px;
	position: relative;
}

#copy {
	position: absolute;
	right: 40px;
	bottom: 144px;
	font-size: 0.9em;
	font-style: italic;
}

#navBox {
	width: 200px;
	border: 1px solid #999999;
	float: right;
	margin: 15px 15px 40px;
}

#navBoxTitle {
	background: #797292;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 0.9em;
}

#navBoxContent {
	padding: 5px;
	font-size: 0.9em;
}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navBoxContent ul {
	margin: 0px;
	padding: 0px;
}

#navBoxContent li {
	list-style: none;
	margin: 0px;
	padding: 5px;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

