/*
Theme Name: Corkboard
Author: Lindsay Keeth
Author URI: http://wovenandspun.net
*/

/* Colors
#b1d1a1 - light green
#305310 - dark green
#0f1e01 - darker green
#e0acd2 - pink
*/

body { background: #0f1e01; color: #fff; font-size: 0.95em; font-family: Georgia, Arial, Verdana; line-height: 1.4em; word-spacing: .2em; }

a:link { color: #e0acd2; text-decoration : none; font-weight: normal; }
a:visited { color: #e0acd2; text-decoration : none; font-weight: normal; }
a:active { color: #b1d1a1; text-decoration : none; font-weight: normal; }
a:hover { color: #b1d1a1; text-decoration : underline; font-weight: 600; }

#header
{
	width: 790px;
	height: 420px;
	margin: auto;
}

#content
{
	background: #b1d1a1 url(greenwoodbg.png);
	width: 790px;
	height: 100%;
	margin: auto;
}

#posts
{
	width: 520px;
	height: 100%;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0;
}

.posted
{
	color: #b1d1a1;
	font-weight: bold;
}

.clear 
{
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden;
}

ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}


/* Sidebar */

#sidebar
{
	width: 200px;
	height: 100%;
	float: left;
	color: #b1d1a1;
	padding: 10px;
}

.navhead
{
    background: url(images/navbg.png) no-repeat;
	width: 200px;
	height: 20px;
	color: #0f1e01;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 15px;
}

#sidebar ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar li
{
	padding-left: 1em;
	font-size: 0.9em;
	border-bottom: dashed 1px #e0acd2;
}
