body {
	background-image: url(/assets/img/forrest_bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: verdana;
	font-size: 14px;
}

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

p {
	clear: both;
	margin-bottom: 5px;
}

#content ul, #sidebar ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

#container {
	background-color: #f7f5d6;
	border-radius: 15px;
	-moz-box-shadow:	5px 5px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	5px 5px 10px rgba(0, 0, 0, 0.6);
	box-shadow:			5px 5px 10px rgba(0, 0, 0, 0.6);
	color: #3F3F3C;
	margin: 25px auto;
	position: relative;
	width: 668px;
}

#main {
   -moz-box-shadow:    inset 0 0 15px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
   box-shadow:         inset 0 0 15px rgba(0, 0, 0, 0.25);
}

#main-in {
	clear: both;
	position: relative;
}

#logo {
	display: block;
	padding: 25px 20px;
	position: relative;
}

#menu {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 20px;
	overflow: auto;
}

#menu li {
	float: left;
	padding-right: 25px;
}

#menu li.active {
	color: #3F3F3C;
}

#menu li a {
	color: #817B67;
}

#menu li a:hover {
	color: #3F3F3C;
}

#content {
	clear: both;
	line-height: 18px;
	margin-left: 20px;
	padding-bottom: 20px;
	width: 440px;
}

#sidebar {
	background-image: url(/assets/img/sidebar_bg.png); 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	line-height: 16px;
	right: -10px;
	position: absolute;
	top: 10px;
	width: 190px;
}

#sidebar-in {
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 15px;
}

#content a, #sidebar a {
	border-bottom: 1px dotted #3F3F3C;
	color: #3F3F3C;
	text-decoration: none;
}

#content a.no-border, #sidebar a.no-border {
	border: none;
}

#fireplace {
	float: left;
}

/* IE FIX */
body.ie #container {
	zoom: 1;
	filter: 
		progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#000000);
}