@media (orientation: landscape){

body {
margin:0 0 0 0;
font-family:"arial",sans-serif;
}

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

.adult-verification {
    width:100%;
    min-width:110px;
    text-align:center;
    background-color:#000000;
    color:#FFFFFF;
    border:1px dashed #FFFFFF;
    font-weight:bold;
    cursor:pointer;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
    font-size:11px;
    overflow:hidden;
}

.adult-verification p {
    padding: 11px 0px;
    margin:0px;
}

.navpane {
float:left;
width:100%;
}

.copypane {
float:left;
width:100%;
}

.txtnav ul {
list-style-position:inside;
margin:0px;
padding:0px;
}

.txtnav li {
list-style-type: none;
float:left;
padding-right:15px;
}

.red {
color:#A52A2A;
font-size:.8em
}

.green {
color:#008000;
}

.blue {
color:#0000FF;
text-decoration:underline;
}

.pf {
border:2px groove #000;
}

#sidebar {
background:url(images/tweet_border.gif) top left no-repeat;
width:201px;
vertical-align:top;
padding: 12px 0 0 12px;
}

#main_menu {

padding:0 0 0 0;
}

.main_menu {
display:;
}

.main_menu a {
    margin-bottom:15px;
    display:inline-block;
}

#index {
text-align:center;
width:415px;
}

#content {
padding:10px;
text-align:top;
}

.mobile_nav {
display:none;
}

.mobile_social {
display:none;
}

.sub_menu {
width:448px;
line-height:0px;
font-size:0px;
text-align:center;
}

.grad_gray {
background:url(images/grad_gray.png) #fff top repeat-x;
}
.grad_red {
background:url(images/grad_red.png) #fff top repeat-x;
}
.grad_yellow {
background:url(images/grad_yellow.png) #fff top repeat-x;
}

#nav {
border-collapse:collapse;
width:781px;
vertical-align:top;
}

#nav td {
vertical-align:top;
}

.big {
width:415px;
}

.thumb {
height:90px;
}
.thumbs {
overflow-x:scroll;
overflow-y:hidden;
background:transparent;
height:115px;
width:422px;
}

.thumbs table tr td {
    text-align:center;
}

.fadeOUT, td.fadeOUT {
filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;
}

.fadeIN, td.fadeIN {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}

span.copyright {
font-size:.7em;
color:#000;
}

span.txtnav, span.txtnav a {
color:#999;
}

span.txtnav a:hover {
color:#000;
}



.fadeThisOut {
    animation: fadeInOut 4s linear forwards;
}

@keyframes fadeInOut {
 0% { opacity:1; }
 100% { opacity:0; }
}

}