/*
Theme Name: LLG
Theme URI: http://www.laneliteraryguild.org/
Description: LLG blog style.
Version: 1.0
Author: mikey
Tags: three columns, widgets
*/

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
}

a {
	color: #6A2720;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

.graylink a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

.graylink a:hover {
	color: #900;
	text-decoration: underline;
	font-weight: normal;
}

img { display: block; }

form { margin: 0; }

p { margin: 0 0 1em 0; }

ul { list-style: square outside; }

ul li { padding-bottom: 4px; }

blockquote { margin: 0 25px 0 25px; }


/*-------------------------------------------------
PAGE STRUCTURE
-------------------------------------------------*/

#header {
	background: #491B16;
	border-bottom: 4px solid #aaa;
	padding: 2px 3px 2px 0;
	text-align: center;
	margin-bottom: 15px;
}

#menulogo {
	width: 84px;
	padding-left: 76px;
	margin-bottom: 8px;
}

#content {
	margin: 0 auto;
	width: 950px;
}

#maincolumn {
	float: left;
	width: 480px;
	margin: 0 30px 0 10px;
}

#leftside {
	float: left;
	width: 180px;
}

#rightside {
	float: right;
	width: 250px;
}

div.footer { clear:both; margin-top:10px; padding: 10px; }


/*-------------------------------------------------
HEADLINES
-------------------------------------------------*/

h1 {
	margin: 1px 0 8px 0;
	padding: 0 0 4px 0;
	font-size: 18px;
	line-height: 1.1;
}

h2 {
	margin: 0 0 12px 0;
	padding: 6px 0 0 0;
	font-size: 16px;
	color: #555;
	border-top: 1px solid #999;
	line-height: 1.1;
}

h3 {
	margin: 0 0 12px 0;
	padding: 6px 0 0 0;
	font-size: 14px;
	color: #666;
	border-top: 1px solid #999;
	line-height: 1.1;
}


/*-------------------------------------------------
POSTS
-------------------------------------------------*/

div.post {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #aaa;
}

.postkicker, .postmetadata {
	color: #444;
	font-size: 11px;
	clear: both;
	line-height: 1.2;
}

.postentry ul {
	list-style-position: outside;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
}

.postentry ul li {
	margin: 0 0 1em 0;
	padding: 0;
}


/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

div.sidebar h2 {
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
	padding: 0 0 3px 0;
	border-top: none;
	border-bottom: 1px solid #aaa;
}

ul.blogroll {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 16px 0;
}

ul.blogroll li {
	border-bottom: 1px solid #aaa;
	list-style-type: none;
	list-style-image: none;
	padding: 2px 0 2px 0;
	line-height: 1.2;
	margin: 0;
}

div.sideblurb {
	border-bottom: 1px solid #aaa;
	margin: 0 0 16px 0;
	padding: 2px 0 4px 0;
}


/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/

.navigation {
	border-bottom: 1px solid #aaa;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 11px;
	background-color: #eee;
}

.naventry {
	border-top: 1px solid #aaa;
	padding: 3px 6px 3px 6px;
}

.navbottom {
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}


/*-------------------------------------------------
ROLLERS
-------------------------------------------------*/

a.roller {
	display: block;
	background-position: top;
}

a.roller:hover {
	background-position: bottom;
}

.btlogo {
	width: 84px;
	height: 84px;
	background-image: url(images/logoduo.gif);
}

.btnews {
	width: 180px;
	height: 28px;
	background-image: url(images/newsduo.gif);
}

.btabout {
	width: 180px;
	height: 28px;
	background-image: url(images/aboutduo.gif);
}

.btmembership {
	width: 180px;
	height: 28px;
	background-image: url(images/membershipduo.gif);
}

.btwindfall {
	width: 180px;
	height: 28px;
	background-image: url(images/windfallduo.gif);
}

.btcalendar {
	width: 180px;
	height: 28px;
	background-image: url(images/calendarduo.gif);
}

.btnewsletter {
	width: 180px;
	height: 28px;
	background-image: url(images/newsletterduo.gif);
}

.btworkshops {
	width: 180px;
	height: 28px;
	background-image: url(images/workshopsduo.gif);
}

.btlinks {
	width: 180px;
	height: 28px;
	background-image: url(images/linksduo.gif);
}

.btcontact {
	width: 180px;
	height: 28px;
	background-image: url(images/contactduo.gif);
}


/*-------------------------------------------------
FORMS
-------------------------------------------------*/

form input.text, form textarea {
	background-color: #eee;
  width: 380px;
}

form textarea {
	padding: 2px;
}

form input.submit {
	padding: 2px;
	width: 200px;
}


/*-------------------------------------------------
ALIGNMENT
-------------------------------------------------*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 8px 3px 0;
	text-align: left;
	padding-top: 4px;
}

.alignright {
	float: right;
	margin: 0 0 3px 8px;
	text-align: right;
	padding-top: 4px;
}

.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }


/*-------------------------------------------------
UTILITY BELT
-------------------------------------------------*/

img.floatmiddle { margin: 0 auto; }

/* clears */
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
