@CHARSET "UTF-8";

body {
	background-color: #44443F	
}

#page {
	padding-top: 0;
	margin-top: 20px;
	border: 5px solid #393939
}

#header {
	height: 100px
}

h1.blog-title, #header p.description {
	margin: 0;
	padding: 0 10px	
}

.page-head h2 {
	font-variant: small-caps;
	text-align: left
}
 
#sidebar-1 h4, #sidebar-2 h4 {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.8px
}

#sidebar-2 .textwidget {
	margin-top: 0px
}

#page h3.entry-title {
	font-variant: small-caps	
}

#sidebar-1 ul li a, #sidebar-2 ul li a {
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	border-bottom: 1px solid #DADADA
}

#sidebar-1 ul li a:hover, #sidebar-2 ul li a:hover {
	border-bottom: 1px solid #393939
}

ul.menu {
	margin-bottom: 5px	
}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;/*
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	
}

#footer {
	width: 950px;
	clear: both
}

#footer a:hover {
	color: #FFF	
}

.footerpoweredby {
	float: left	
}

.footerfeedlinks {
	float: right
}

/* Forum sidebar */
#sidebar-2 #forum-latest-activity a {
	display: inline;
	border-bottom: none
}

#sidebar-2 #forum-latest-activity a:hover {
	color: #393939
}

#forum-latest-activity li {
	border-bottom: 1px solid #DADADA
}

#primary.forum-page {
	width: 690px
}