/* SOTM Layout CSS Document */

* {
border:0;
margin:0;
padding:0;
}

.announcement {
background:#fff;
padding:5px 50px 0;
height:35px;
font-size:1.1em;
line-height:1.2em;
}

body {
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size: 67.5%;
line-height:130%;
background:url('/images/back-repeat.jpg') #7B7776 repeat-x 0 0px;
text-align:center;
}

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

#topmenu {
display:block;
background:url('/images/top_menu.jpg') center no-repeat;
margin:0 auto;
width:800px;
height:45px;
}

#topmenu.new {
display:inline-block;
position:relative;
background:url('/images/top_menu_lt.jpg') left no-repeat;
margin:0 auto;
padding:0 20px;
width:auto;
height:45px;
}

#topmenu.new span {
display:block;
position:absolute;
top:0;
right:0;
background:url('/images/top_menu_rt.jpg') right no-repeat;
width:16px;
height:45px;
}

#topmenu ul {
display:block;
padding-top:6px;
}

#topmenu li {
display:inline;
height:45px;
}

#topmenu a {
margin:10px;
font-size:1.2em;
color:#271313;
text-decoration:none;
border:0;
}

#topmenu.new a {
margin:10px 7px;
}

#topmenu a:hover {
border-bottom:#271313 dashed 1px;
}

#youtube {background:url('/images/youtube_y.gif') center center no-repeat;}
#flickr {background:url('/images/flickr_y.gif') center center no-repeat;}
#twitter {background:url('/images/twitter_y.gif') center center no-repeat;}

#flickr span,
#twitter span,
#youtube span {
display:block;
visibility:hidden;
width:40px;
}

h1 a {
display:block;
height:45px;
width:364px;
margin:0 auto;
border:0;
background:url('/images/someoneoncetoldme.jpg') center no-repeat;
}

h1 span {
display:none;
}

#wrapper {
display:block;
width:778px;
margin:0 auto;
}

#inner_wrapper {
float:left;
display:block;
width:778px;
background:url('/images/content_repeat.jpg') repeat-y;
}

#content {
position:relative;
float:left;
width:718px;
padding:30px 30px 10px 30px;
color:#fff;
font-size:1.2em;
background:url('/images/content_top.jpg') left top no-repeat;
}

#content.gallery  {
text-align:left;
padding:30px 30px 22px 8px !important;
width:740px;
}


#TLC, #TRC, #BLC, #BRC {
position:absolute;
z-index:0;
}

#TLC { top:13px; left:13px; }
#TRC { top:13px; right:13px; }
#BLC { bottom:6px; left:13px; }
#BRC { bottom:6px; right:13px; }

#footer {
clear:both;
padding:20px 0 5px 0 ;
font-size:1.1em;
color:#ffcc00;
text-align:center;
}

#footer a {
text-decoration:none;
}

#footer img {
vertical-align:middle;
margin-bottom:1px;
}

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