@charset "utf-8";
/* CSS Document */

/*
Theme Name:  Lied Lodge Blog
Theme URI:  http://blog.liedlodge.org
Description:  Lied Lodge Blog
Author:  John Wooten
Author URI:  http://johnwooten.info
Version:  1.0

COLORS
Dark Green #009158
Tan #EEE0B1
*/



/* ---------------- 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;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---------------- Universal Styles ---------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE0B1;
	background-image: url(images/paper_bg.jpg);
	background-repeat: repeat;
	line-height: 1.5em;
}
h1 {
	font-size: 24px;
	line-height: 1.2em;
	color: #332200;
	letter-spacing: -0.01em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 15px;
	font-weight: normal;
	color: #006B3F;
	padding-bottom: 2px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #006B3F;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}
small {
	font-size: 12px;
}
p {
	padding-bottom: 15px;
}
a:link, a:visited {
	color: #006B3F;
	text-decoration: none;
}
a:hover, a:active {
	color: #006B3F;
	text-decoration: underline;	
}
.clearDiv {
	clear: both;
}
.imageLink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.navdivide {
	margin-right: 5px;
	margin-left: 5px;
	color: #690;
	font-size: 10px;
	position: relative;
	bottom: 2px;
}
.separator {
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.readMore {
	float: right;
	margin-right: 35px;
	margin-bottom: 10px;
}
#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	height: 153px;
	width: 780px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#logo {
	width: 780px;
	height: 153px;
	position: absolute;
	z-index: 5;
}
#nav {
	background-color: #006B3F;
	background-image: url(images/nav_bg.gif);
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 8px;
	font-weight: bold;
}
#nav ul li {
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #019D60;
	padding-left: 10px;
}
#main {
	width: 558px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	min-height: 620px;
}
#main img {
	padding: 4px;
	border: 1px solid #CCC;
	float:left;
}
#sidebar {
	width: 160px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sidebarDividerRight {
	background-color: #DDD;
	height: 400px;
	width: 1px;
	float: right;
	margin-top: 78px;
}
#sidebarDividerLeft {
	background-color: #DDD;
	height: 400px;
	width: 1px;
	float: left;
	margin-top: 78px;
}
#footer {
	background-color: #007F37;
	height: 30px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;	
}



/* ---------------- Network Styles ---------------- */
#network {
	width: 120px;
	height: auto;
	background: url(images/network-bg.jpg) no-repeat;
	border: 1px solid #ccc;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #00693F;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 645px;
	float: left;
	padding: 0;
	position: absolute;
	z-index: 500;
}
a#network:hover {
	color: #663;
	text-decoration: none;
	border: 1px solid #00693F;
}
a#network:active, a#network:focus {
	color: #663;
}
#network-links {
	display: none;
	position: absolute;
	top: 116px;
	width: 180px;
	background: #fff;
	border-top: 1px solid #999;
	z-index: 1000;
	left: 587px;
}
#network-links ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border: 1px solid #999; 
	border-top: 2px solid #555;
}
#network-links ul li a {
	display: block; 
	width: 100%; 
	height: 30px; 
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	border-bottom: 1px solid #eee;
	background: #FFF;
}
#network-links ul li a:hover {
	background: #f9f9f9; 
	text-decoration: none; 
	color: #333;
}
#network-links ul li a img {
	display: block;
	float: left;
	padding: 5px;
	width: 30px;
	height: 19px;
}



/* ---------------- WordPress Misc---------------- */
.previousPage {
	margin-left: 30px;
	float: left;
}
.nextPage {
	margin-right: 30px;
	float: right;
}



/* ---------------- WordPress Comments ---------------- */ 
#comments_template {
	border-top: 1px solid #E3E3E3;
	margin-top: 15px;
	padding-top: 15px;	
}
ol#comments {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
ol#comments li {
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-left: 80px;
	list-style: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}
ol#comments .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}
ol#comments small a {
	font-weight: normal;
	color: #999;
}
ul.commentlist {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
ul.commentlist li {
	margin: 0px;
	padding: 10px 0px 20px 100px;
	position: relative;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	min-height: 75px;
}
ul.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #DEDEDE;
}
ul.commentlist .commentmetadata {
	display: none;
}
ul.commentlist ul  {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
ul.commentlist ul li {
	border: 0px;
	background-color: #FFF;
	overflow: auto;
	background-image: none;
	padding-bottom: 0px;
	min-height: 75px;
}


/* ---------------- WordPress Image Wrap ---------------- */ 
.wp-post-image {
	float: left;
	margin: 0px 10px 0px 0px;
}
.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	color: #333;
}
.attachment-post-thumbnail {
	margin-top: 10px;
}
img.alignright {
	float:right;
	margin: 10px;
}
img.alignleft {
	float:left;
	margin: 0px 10px 10px 0px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin: 10px;
}
a img.alignleft {
	float:left;
	margin: 0px 10px 10px 0px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------- Facebook and Twitter ---------------- */ 
	.fblink {
		float:left;
		margin: .5em;
		width: 350px;
	}
	
	.twitlink {
		float:left;
		margin: .5em;
	}

	.endsharebar {clear:left}
