/* f.gov */

/* RESET */

html, body, form, fieldset {margin:0;padding:0;font:100%/120% Arial, Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin:0;padding:0;}
li, dd, blockquote {margin-left:1em;}
form label {cursor:pointer;}
fieldset {border:none;}
input, select, textarea {font-size:100%;font-family:inherit;}
a img, :link img, :visited img {border:0;}
table {border-collapse: collapse;border-spacing:0;}

/* END RESET */

/* LAYOUT */

#top {height:60px;width:100%;overflow:hidden;background:transparent;}
#wrapper {overflow:auto;}
* html #wrapper {width:100%;height:532px;z-index:0;}
#container {height:500px;width:10000px;background-color:#000;overflow:hidden;border-top:15px solid #ccc;}

/* END LAYOUT */

/* STYLES */

body {background:#333 url(../images/bg/FaultedRange.jpg) repeat 0 0;}
a {text-decoration:underline;color:#800000;}
a:hover {text-decoration:none;}

/* Main Page */
#contact {text-align:center;font-size:11px;font-weight:bold;margin:0 0 40px 0;}
#contact a{text-decoration:none;color:#ccc;}
#contact a:hover {color:#fff;}
#logo span {display:none;}
#logo {margin:80px auto 0 auto;width:300px;height:200px;background:transparent url(../images/logo.jpg) no-repeat 0 0;}

.entry {float:left;margin-right:200px;height:440px;padding:20px 0;}
.poster, .photo {float:left;margin-top:20px;}
.image {float:left;margin-bottom:10px;}
.text {float:left;margin-left:40px;height:440px;width:400px;}

.text h1 {line-height:1.5;color:#fff;font-size:26px;}
.text p {color:#fff;line-height:1.5;font-size:12px;color:#aaa;margin-bottom:10px;}

#intro {float:left;margin:0 100px 0 0;width:400px;}
#player {height:17px;margin:20px auto;text-align:center;}
#gallery {width:940px;height:600px;margin:30px auto;}

.backlink {text-align:center;font-size:11px;margin:20px 0;}

.wordylink {}
.caption {display:block;margin:10px 0;font-size:11px;color:#fff;text-align:center;}

#container .caption a{color:#fff;font-weight:bold;}


/* Nav */

#top ul {list-style:none;margin:0;padding:0;height:30px;}
#top ul li {float:left;margin:0;padding:0;}
#top ul li a {display:block;float:left;line-height:30px;color:#fff;font-size:11px;padding:0 15px;background-color:#000;text-decoration:none;border-right:1px solid #333;}
#top ul li a:hover {color:#fff;background-color:#800000;}

/* END STYLES */

/* MISC */

.hide {display:none;visibility:hidden;}
.clear {clear:both;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
.textCenter {text-align:center;}
.bold {font-weight:bold;}
.gray {color:#666;}
.small {font-size:10px;}
.padtop {padding-top:20px;}

/* END MISC */

/* HACKS */

/* Clearfix hack by Tony Aslett => http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}

/* END HACKS */