body
{
	background-color: #756c51;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

a { color: #FC0; text-decoration: none; }

a:visited { color: #FFC; }

a:hover, a:visited { text-decoration: underline; }

a:active { text-decoration: blink; }

#body-wrapper
{
	width: 999px;
	min-height: 1020px;
	border-left: 1px #CC9 solid;
	border-right: 1px #CC9 solid;
	border-bottom: 1px #CC9 solid;
	background-color: #333333;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	margin: -10px auto 0 auto;
	padding: 0 0 10px 0;
}

.accessible { display: none; }

.ui-box, .widget ul, .widget_search div
{
	border: 1px #CC9 solid;
	padding: 0 10px 10px 10px;
	margin: 10px 0 10px 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h2, #sitenav li 
{
	margin: 10px 0 10px 0;
	padding: 2px 5px;
	font-size: 1.2em;
	background-color: #756c51;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #CC9 solid;
}

#sitenav
{
	list-style-type: none;
	position: relative;
	float: right;
	width: 615px;
	top: 18px;
	right: 18px;
	font-size: 0.8em;
	margin: 10px 0 0 0;
	padding: 15px 0 15px 10px;
}

#sitenav li {
	display: inline;
	margin-right: 5px;
	padding: 5px;
}

#sitenav a:visited, #content h2 a:visited, #sidebar h2 a:visited { text-decoration: none; }

#content
{
	position: relative;
	float: right;
	width: 605px;
	min-height: 850px;
	top: 68px;
	right: 18px;
	margin: 0 0 15px 10px;
}

#content h2, #sidebar h2
{
	border-bottom: none;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-khtml-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	margin-bottom: 0;
}

#content .ui-box, .widget .ui-box, .widget ul {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

#content small.meta {
	display: block;
	border-bottom: 1px #CC9 solid;
	margin: 0 -10px 10px -10px;
	padding: 1px 5px;
	font-size: 0.8em;
}

.commentlist {
	list-style-type: none;	
	padding: 0;
}

.commentlist li {
	border-top: 1px #CC9 solid;
	display: block;
}

.commentlist .avatar {
	float: right;
	margin-top: -10px;
	border: 1px #CC9 solid;
	border-top: none;
}

.commentlist .comment-meta {
	font-size: 0.8em;
}

.commentlist .comment-author {
	margin-top: 10px;
	font-weight: bold;
}

.commentlist p { padding-left: 15px; }

#comment { width:99%; }


#home-link
{
	display: block;
	border: none;
	width: 320px;
	height: 360px;
	margin: 0 0 0 0;
}

#sidebar, #footer
{
	font-size: 0.9em;
}

#sidebar
{
	position: relative;
	width: 320px;
	min-height: 610px;
	top: 0px;
	left: 15px;
	margin-bottom: 15px;
}

.widget ul, .widget_search div, .widget .ui-box { padding: 10px; }

#featured-content { height: 210px; margin-bottom: 19px; }

#searchform { margin-bottom: 20px; }

#searchform label { display: none; }

#searchform div { text-align: center; }

#searchform #s { width: 200px; }

#widgets
{
	margin: 10px 0 30px 0;
	list-style-type: none;
	min-height: 340px;
}

.widget li {
	list-style-type: circle;
	margin-left: 15px;
}

#footer
{
	margin: 70px 10px 10px 15px;
	width: 945px;
	text-align: center;
}


#footer p
{
	margin: 10px 0 0 0;
}