body {
    background: #333;
    width: 984px;
    margin: 0 auto;
}

header {
   background-color: #222;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
   background-image: -webkit-linear-gradient(top, #333, #222);
   background-image:    -moz-linear-gradient(top, #333, #222);
   background-image:     -ms-linear-gradient(top, #333, #222);
   background-image:      -o-linear-gradient(top, #333, #222);
}

header h1 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 30px;
    float: left;
    width: 275px;
    display: block;
}

header h1:hover {
    color: #a41;
    background: #222;
}

header small {
    color: #999;
    font-weight: 100;
    font-size: 0.75em;
}

header nav {
    float: right;
}

ul {
    list-style-type: none;
}

a {
    color: #a41;
    font-weight: 500;
    text-decoration: none;
}

header nav ul li {
    border-left: 1px solid #333;
    float: left;
}

header nav ul li a {
    color: #999;
    display: block;
    width: 120px;
    padding: 45px 30px 15px 15px;
}

header nav ul li a:hover {
    color: #a41;
    background: #222;
}

article {
    background: #fff;
    width: 984px;
}

article div.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 15px 0 15px;
	background:#000;
	background:rgba(0,0,0,.7);
	width:884px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.slides_container div.slide {
	width:984px;
	height:419px;
	display:block;
}
footer {
   background-color: #222;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
   background-image: -webkit-linear-gradient(top, #222, #333);
   background-image:    -moz-linear-gradient(top, #222, #333);
   background-image:     -ms-linear-gradient(top, #222, #333);
   background-image:      -o-linear-gradient(top, #222, #333);
}

footer strong {
    font-weight: 500;
}

footer section {
    width: 298px;
    height: 115px;
    padding: 30px 15px 15px 15px;
    font-size: 0.8em;
    line-height: 1.6em;
    float: left;
    color: #999;
    font-weight: 100;
}

footer section h1 {
    font-size: 1.6em;
    font-weight: 100;
    margin-bottom: 15px;
}

footer section#elsewhere {
    width: 297px;
    border-left: 1px solid #333;
}

footer section#latest {
    background: 5px url('../images/twitter.png') no-repeat;
    padding: 20px 15px 15px 15px;
    height: 125px;
    width: 297px;
    border-left: 1px solid #333;
}

footer section#latest p {
    font-size: 1.6em;
    line-height: 2.0em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
