ul
{
    list-style-image: url(images/bullet.gif);
}

body, th, td, input, textarea
{
	font-family: helvetica;
	font-size: 13px;
	color: #666666;
	font-style: normal;
}

form
{
}

fieldset
{
}

input, textarea
{
	font-weight: bold;
}

input.text
{
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}

input.button
{
	background: #B8D03B;
	border-top: 1px solid #D6E48E;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #FFFFFF;
}

h1, h2, h3
{
	margin-top: 30px;
	font-family: Verdana,Arial,sans-serif;
	color: #626456;
	font-style: normal;
}

h1
{
	letter-spacing: -.075em;
	font-size: 3em;
}

h2
{
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
}

h3
{
	font-size: 1em;
}

p, ul, ol
{
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol
{
	margin-left: 3em;
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}

a
{
	text-decoration: none;	
	color: #3C7BCF;
}

a:hover
{
	border: none;
	/*background: #B8D03B;*/
	color: #B8D03B;
}

h1 a, h2 a, h3 a
{
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	background: none;
	border-bottom: 1px dotted #B8D03B;
	color: #B8D03B;
}

hr
{
	display: none;
}

#search
{
	float: right;
	width: 260px;
	padding-top: 7px;
}

#search fieldset
{
	border: none;
}

#search #s
{
	width: 160px;
}

#search #x
{
	width: 80px;
}

.post
{
}

.post .title
{
	margin: 0;
	font-weight: normal;
}

.post h1.title
{
	font-size: 2.4em;
}

.post .entry
{
	padding-bottom: 30px;
}

.post .meta
{
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a
{
	color: #CFCFCF;
}

.post .links
{
	margin: 0;
}

.post .tags
{
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a
{
	border: none;
}


.sidebar
{
	position: absolute;
	padding-left: 0px;
    width: 230px
}

.sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li
{
}

.sidebar li ul
{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar li li
{
    padding: 5px 20px 5px 35px;
    background: url(images/bullet.gif) no-repeat 20px 50%;
    border-bottom: 1px solid #F3F3F3;
}

.sidebar h2
{
    margin: 0;
    padding: 0px 0 3px 20px;
    border-bottom: 1px solid #E7E7E7;
    letter-spacing: -1px;
    font-size: 1.2em;
    font-weight: bold;
}

.sidebar a
{
	line-height: 13px;
	font-size: 13px;
    text-decoration: none;
    border-bottom: none;
}

.sidebar a:hover
{
    text-decoration: underline;
}

.sidebar ul
{	
    list-style-image: none;
}

.sidebar_content
{
	padding: 0px 0px 0px 260px;
	width: 590px;
}