/* Custom CSS */

body
{
	background-color: #382e22;
	color: #444444;
}

img {
	border: none;
}

#header {
	margin: 0 auto;
	width: 960px;
}

a {
	color: #0e6fc9;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Text */

h3 {
	color: #f93d00;
	font-weight: 100;
	font-size:20px;
}

h4 {
	color: #444444;
	font-weight: 800;
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Grid Mod */

.container_16 {
	background: #fff;
}

/* Nav */

#nav {
	padding: 9px;
	margin: 0;
	font-size: 18px;
	color: #fff;
}

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

#nav .main {
	margin: 0;
	float: left;
	padding-right: 26px;
	position: relative;
}

#nav ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

#nav li .dropdown {
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	padding-top: 8px;
	font-size: 13px;
	line-height: 24px;
	color: #cfcdb4;
	width: 110px;
	background: none;
}

#nav li ul li {
	padding: 0 8px;
	background: #271f14;
}

#nav li ul a {
	color: #cfcdb4;
}

#nav li ul a:hover {
	color: #fff;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover .dropdown { 
	display: block;
	top: 14px;
	left: -8px;
}

.leftnav,
.rightnav,
.midnav {
	display: inline;
	float: left;
}

.midnav {
	width: 936px;
	height: 42px;
	background: #271f14;
}

.leftnav {
	background: url("../images/nav_left_bg.gif") no-repeat;
	width: 12px;
	height: 42px;
}

.rightnav {
	background: url("../images/nav_right_bg.gif") no-repeat;
	width: 12px;
	height: 42px;
}

.subnav ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subnav li a {
	color: #444444;
	text-decoration: none;
}

.subnav li a:hover {
	color: #333333;
	text-decoration: underline;
}
	
.leftcorner {
	height: 12px;
	background: url(../images/left_corner.png) bottom left no-repeat;
}

.rightcorner {
	height: 12px;
	background: url(../images/right_corner.png) bottom right no-repeat;
}

.fill_dropdown {
	height: 10px;
	background: #271f14;
}

/* Stories Page */

.storiesright li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #444444;
}

.storiesright li a {
	color: #444444;
	text-decoration: none;
}

.storiesright li a:hover {
	color: #333333;
	text-decoration: underline;
}

.storydate {
	font-size: 12px;
	line-height: 12px;
	padding-bottom:10px;
}

/* Boxes */

.box {
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
}

.picturebox {
	margin-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

#featured .box {
	display: inline;
	float: left;
	width: 350px;
}