body {
	background: white url('images/body_background_green-gradient.jpg') repeat-y right;
	padding: 0;
	margin: 0;
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #333;
}

a:visited {
	color: #464640;
}

a:link {
	color: #687656;
}


#sidebar a:link {
	color: #4f5941;
	text-decoration: underline;
}
#sidebar a:link {
	text-decoration: underline;
}

#sidebar a:hover {
        text-decoration: none;
        color: white; }


a:hover {
	text-decoration: none;
	color: #f09c42;
}

#page {
	float: left;
	padding-right: 24px;
	padding-left: 24px;
	margin-left: 10px;
	width: 657px;
	font-size: 1.2em;
	z-index: 10;
	margin-bottom: 30px;

}


h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        }

h1 {
	margin-top: 0px;
	padding-top: 20px;

	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}
h1 {
        font-size: 4em;
        text-align: center;
        }

h2 {
        font-size: 1.6em;
        }


h2.date {
	text-align: center;
	font-variant: small-caps;
}

h3 {
        font-size: 1.8em;
}

h3.author {
	text-align: right;
	border-bottom: 3px solid #f09c42;
	margin-bottom: 0;
	padding-bottom: 0;
}


h3 a {
	text-decoration: none;
}

h3 a:link { color: #464640; }
h3 a:hover { color: #f09c42; }

h4 {
	font-weight: bold;
	font-size: 1.2em;
}

h4.title {
	color: #505249;
	padding-top: 0px;
	margin-top: 0px;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

ul, li {
        list-style-type: none;
        list-style-image: none;
	list-style: none;
}

#sidebar ul  { 
	margin: 0px;
	padding: 0px;
}

#sidebar ul h2 {
	margin-right: -26px;
}

#sidebar {
	z-index: 50;
	float: right;
        margin-top: -24px;
	margin-right: 18px;
	width: 200px;
	font-size: 85%;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-variant: small-caps;
        font-size: 1.8em;
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	z-index: 99; 
       padding: 0;
        margin: 0 auto;
        height: 168px;
        width: 100%;
        background: #464640 url('images/header_background.gif') repeat-x top;
}


#header img {
        margin-top: 12px;
        margin-left: 10px;
        }

#header .description {
        color: white;
        margin-left: 30px;
        font-size: small;
        font-style: italic;
        margin-top: 5px;
        }


#sidebar .box_top {
        height: 22px;
        padding: 0px;
        background-image: url(images/orangebox_top.gif);
        background-repeat: no-repeat;
        margin-bottom: -6px;
}

#sidebar .box_middle {
	margin: 0;
        background-color: #f09c42;
        border-left: 1px solid white;
        border-right: 1px solid white;
	padding-right: 12px;
	padding-left: 16px;
}

#sidebar .box_bottom {
        height: 22px;
        padding: 0px;
        background-image: url(images/orangebox_bottom.gif);
        background-repeat: no-repeat;
        margin-top: -6px;
        margin-bottom: 20px;
}


#sidebar img {
	border: none;
}

hr {
	display: none;
}

#footer {
        color: #999;
        padding: 0px;
        margin: 0 auto;
        width: 100%;
        clear: both;
        text-align: center;
	margin-bottom: 30px;
        }

#footer p {
        font-size: xx-small;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        }

#footer img, #footer img a, #footer img a:link, #footer img a:visited {
	border: none;
}

