/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

h1 {
	font-size: 48px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: lighter;
	color: #2993d1;
}

h2 {
	font-size: 24px;
	color: #4a5525;
}

h3 {
	font-size: 18px;
	color: #cb8d96;
}

h4, h5, h6 {
	font-size: 16px;
}

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #FFFFFF;
	border: 1px solid #D2C7A4;
}

pre:hover, blockquote:hover
{
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol {
}

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #787878;
	background-color: #4d3f28;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../../../images/lw_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 85%;
}

#wrapper2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FAF7EF;
	background-image: url(../../../images/bottom_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}


#navigation
{
	margin-left: auto;
	margin-right: auto;
	float: right;
	margin-top: 90px;
	margin-bottom: 0px;
	background-color: #FAF7EF;
	padding-right: 5px;
	padding-top: 5px;
}
#headerbg {
	background-repeat: no-repeat;
	width: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../../../images/lw_logo_header.gif);
	height: 150px;
}
.clear {
	clear: both;
}

#wrapper
{
	color: #858585;
	background-color: #FAF7EF;
	margin-top: -20px;
	padding-top: 20px;
}

#content-wrapper
{
	width: 600px;
	float: left;
	margin-left: 15px;
}

#content
{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
}

#sidebar-wrapper
{
	width: 210px;
	float: right;
	margin-right: 15px;
}

#sidebar
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

	
#extras
{
	float: left;
	width: 780px;
	color: #C7AA92;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#navigation h1 { margin-left: 10px; padding-top: 25px; float: left; text-transform: lowercase; font-size: 35px; display: block; margin-bottom: 0px; padding-bottom: 0px;}
#navigation h1 a { color: #FFF;}

/* Navigation */

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
	display: block;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	margin-left: 5px;
}
#navigation li:hover {
	background-color: #FFF;
}
#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding-top: 7px;
	height: 27px;
	font-size: 18px;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #4a5525;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #4a5525;
	background-color: #a7b69f;
}

#navigation li.active a
{
	color: #FFFFFF;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link {
}

#wrapper a:visited {
}

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#contactForm {
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #666600;
	text-align: left;
}
#contactForm h2 {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 10px;
}
#contactForm input {
	font-size: 14px;
	font-weight: lighter;
	border: 1px solid #666600;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, sans-serif;
	padding: 3px;
	background-color: #FDFBF4;
	background-repeat: repeat-x;
	background-position: top;
	color: #666600;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contactFormContainer {
	text-align: right;
	font-size: 12px;
}
.contactFormContainer p {
	font-size: 12px;
	margin: 0px;
}


p#success
		{
			padding: 10px;
			background: #92FFA5;
			border: 2px solid #009218;
			color: #009218;
			font-weight: bold;
			margin: 10px;
			text-align: center;
		}
		
p#bademail, p#badserver
		{
			padding: 10px;
			background: #FFA3A1;
			border: 2px solid #D00D00;
			color: #D00D00;
			font-weight: bold;
			margin: 10px;
			text-align: center;
		}



/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #eee1b7;
	color: #4a5525;
	border: 1px solid #666600;
	background-image: url(images/rightside.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sideblock li {
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sideblock li a {
	color: #647232;
	text-decoration: none;
}
.sideblock li a:hover{
	color: #FFFFFF;
}
.post-wrapper {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.post-wrapper2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.post a {
	color: #666600;
	font-weight: bold;
}
.post a:hover {
	color: #3399FF;
}
.postTop {
	background-color: #FDFCF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #DBD3C4;
	border-left-color: #666600;
}
.postTop a {
	color: #666600;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.sideblock ul { }

.sideblock h3 {
	margin-top: 5px;
	color: #4a5525;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: normal;
	display: block;
}

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #FFFFFF; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
.date .month {
	display: block;
	color: #FFCC00;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -12px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 20px;
color: #6EB1C4;
text-transform: uppercase;
margin-left: 10px;
margin-bottom: 2px;
float: left;
}

.search_bg {
height:40px;
width:356px;
float: right;
margin-right: -60px;
background-image: url(images/search-bg.gif);
background-position: left;
background-repeat: no-repeat;
}

#search {
vertical-align:top;
color:#000000;
padding:0;
}

#search input {
background-color: transparent;
font-size:11px;
color:#FFF;
font-family:Tahoma, arial, verdana, courier;
width:135px;
height:41px;
vertical-align:middle;
margin: 10px 0px 0 10px;
padding:0;
border: none;
margin-top: 10px;
}

#search .input {
width:84px;
height:32px;
background-image: url(images/search.gif);
border:none;
vertical-align:middle;
margin:0;
padding:0;
margin-left: 30px;
margin-bottom: 11px;
}
.alignright {
	float: right !important;
	margin-top: 0;
	border: 10px solid #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left !important;
	border: 10px solid #FFFFFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
#footer
{
	text-align: left;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../../images/footer_bg.gif);
	margin: 0px;
	padding: 0px;
	}
#footerContainer {
	background-image: url(../../../images/footer_bg_container.gif);
	height: 75px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footerContainer li {
	float: left;
	display: block;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	margin-left: 5px;
}
#footerContainer li:hover {
}
#footerContainer li a:link,
#footerContainer li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding-top: 7px;
	height: 27px;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
}

#footerContainer li a:hover,
#footerContainer li a:active
{
}

#footerContainer li.active a
{
}
#footerAddress {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	width: 200px;
	line-height: 12px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
}
#footerNav {
	float: right;
}
 