/* @override http://www.susanlanefelt.com/wordpress/wp-content/themes/susanlanefelt/css/lanefelt.css */

body {
	background: url('../img/main_bg.png') top center no-repeat #FEEEEE;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 125%;
}



a {
	color: #000;
}

a:hover {
	color: #CC3366;
}

#header {
	background: url(../img/header_bg.png) no-repeat;
	height: 359px;
	margin-top: 3px;
}

#logo {
	padding-top: 12px;
	height: 69px;
}


#navigation {
	margin-top: 196px;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
	height: 45px;
	display: block;
	font-family: helvetica;
}

#navigation ul {
	list-style-type: none;
	margin: 0 0 0 15px;
	font-size: 18px;
	text-transform: uppercase;
}

#navigation li {
	float: left;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 8px 0 8px;
	margin: 0;
}

#navigation li:hover {
}

#content {
	background: url(../img/bg_content.png) repeat-y;
}

#main {
	padding: 20px 30px 20px 30px;
}

.post {
	margin-bottom: 40px;
}

.post h1 {
	font-weight: normal;
	font-size: 40px;
	color: #CC3366;
	margin: 15px 0 30px 0;
}

.post h1 a {
	text-decoration: none;
}

.post h2 {
	font-weight: normal;
	font-size: 20px;
}

#comment-area h3 {
	font-weight: normal;
	font-size: 18px;
}

ul.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

ul.commentlist p {
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #ECECEC;
}

.entry {
	
}

.entry p {
	color: #666;
	font-size: 13px;
	line-height:135%;
}

ul.post_info
{
	width: 560px;
	padding: 0;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	border-top: 1px solid #CCC;
	list-style: none;
	padding: 12px 0 12px 0;
}

.post_info_date
{
	width: 360px;
	margin: 0;
	float: left;
	color: #CC3366;
}

.post_info_comments
{
	width: 200px;
	margin: 0;
	text-align: right;
	display: inline-block;
}

#sidebar div.textwidget {
	margin-bottom: 25px;
}

#sidebar {
	padding: 20px 30px 20px 0;
}

#sidebar div.textwidget {
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

#sidebar h2 {
	font-size: 22px;
	color: #CC3366;
	font-weight: normal;
	margin-bottom: 15px;
}

#sidebar div.textwidget h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;	
}

#sidebar div.textwidget p {
	font-size: 12px;
	margin-bottom: 20px;
}


ul#event {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
}

li.event_date {
	color: #CC3366;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

li.event_name {
	margin: 0;
	padding: 0 0 5px 0;	
}



/*Footer*/

#footer {
	background: url(../img/bg_footer.png) no-repeat;
	height: 38px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

#bottom {
	background: url(../img/bg_bottom.png) no-repeat;
	height: 180px;
	text-align: left;
	margin-bottom: 20px;
}

#bottom h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

#bottom h4 a {
	color: #FE8B9B;
	text-decoration: none;
}

#bottom p {
	font-size: 12px;
	color: white;
}



.bottom_link {
	padding: 50px 0 0 35px;
}

#bottom ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	text-align: center;
}

#bottom li {
	color: #666;
	display: inline;
	margin: 0;
	padding: 5px;
	font-size: 10px;
}

#footer_links {
	padding-top: 20px;	
}






