/* HTML5 */
header, nav, article, section, aside, footer {
display:block;
}

#firefox2 {
display: none;
}

.ff2 #firefox2 {
display: block;
position: relative;
margin: 0 auto;
width: 938px;
padding: 10px;
background-color: #000;
color: #fff;
border-left: 1px solid #d64727;
border-right: 1px solid #d64727;
border-bottom: 1px solid #d64727;
z-index: 3000;
}

.ff2 #firefox2 a {
color: #d64727;
text-decoration: underline;
}

.ff2 #firefox2 p {
margin-top: 12px;
}

body {
background-color: #000;
color: #fff;
}

a:link, a:visited, a:active, a:hover {
color: #868883;
text-decoration: none;
}

#container {
position: relative;
margin: 20px auto 0 auto;
padding: 0;
border: 1px solid #a09695;
width: 958px;
min-height: 638px;
}

/* Putting positioner inside container allows us finer control within the box. */
#positioner {
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0;
}

body footer {
font-size: .8em;
margin: 0 auto 10px auto;
padding: 0;
width: 958px;
}

#ftr-maillist-rss {
text-align: right;
}

#gnav {
float: left;
}

#barker {
float: right;
margin: 0 10px 0 0;
padding: 24px 0 0 0;
height: 46px;
text-transform: uppercase;
font-size: 1.2em;
font-weight: bold;
}

#barker #headlines {
list-style: none;
margin: 0;
padding: 0;
width: 650px;
}

.innerfade li {
list-style: none;
right: 0;
margin: 0;
padding: 0;
}

#main {
float: left;
margin: 0;
padding: 0;
width: 698px;
min-height: 471px;
}

.popup {
display: none;
position: absolute;
left: 120px;
top: 110px;
padding: 10px;
background-color:#202020;
border:1px solid #333333;
}

.closebtn {
position: absolute;
top: -22px;
left: -22px;
z-index: 2000;
}

.left {
float: left;
margin: 0 10px 10px 0;
padding: 0;
}

.right {
float: right;
margin: 0 0 10px 10px;
padding: 0;
}

/* float left or right, but give a left- and right-margin */
.padleft {
float: left;
margin: 0 10px;
}

.padright {
float: right;
margin: 0 10px;
}

.clearleft {
clear: left;
}

.clearright {
clear: right;
}

.clear {
clear: both;
}

#maillist-pop {
position: absolute;
width: 400px;
left: 50%;
height: 420px;
top: 100px;
margin: 0 0 0 -210px;
padding: 10px;
z-index: 1999;
display: none;
background-color: #000;
border: 1px solid #a09695;
}

#maillist-confirm-pop {
position: absolute;
width: 400px;
left: 50%;
height: 225px;
top: 100px;
margin: 0 0 0 -210px;
padding: 10px;
z-index: 1999;
display: none;
background-color: #000;
border: 1px solid #a09695;
}

#maillist-complete-pop {
position: absolute;
width: 400px;
left: 50%;
height: 225px;
top: 100px;
margin: 0 0 0 -210px;
padding: 10px;
z-index: 1999;
display: none;
background-color: #000;
border: 1px solid #a09695;
}

.dialog {
position: absolute;
width: 200px;
left: 50%;
height: 150px;
top: 100px;
margin: 0 0 0 -100px;
padding: 10px;
z-index: 1999;
display: none;
background-color: #000;
border: 1px solid #a09695;
}

/* Scrolling styles for scrolling boxes like Shows (Not using jQuery Scrollable plugin)  */

.mask {
float: left;
clear: both;
position: relative;
padding: 10px;
height: 511px;
width: 638px;
background-color: #000;
background: rgba(0, 0, 0, 0.75);
}

#scroll {
float: left;
margin: 0;
padding: 0;
}

.scroll-pane {
width: 668px;
height: 511px;
overflow: auto;
float: left;
padding: 0 10px 0 0;	
}
