/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
body{
    background:url('http://www.sacredseasons.com/images/bg1.png') top center no-repeat #000;

}
#footer-message-wrapper{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}
#footer-message-inner{
    border-top: 1px solid #666;
    color: #999;
    font-family: Verdana, 'Myriad Pro', Myriad, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size:12px;
}

#footer-message-inner p{
    margin:2px;
}
#footer-text-ecg{
    font-weight:bold;
    color:#fff;
    font-size:14px;
}

#footer-text-right{
    float: left;
    margin-top:10px;
    margin-left:10px;
    
}

#footer-text-left{
    border-right: 1px solid #666;
    float: left;
    padding-right: 10px;
    margin-top:10px;
}

.title{
    margin-top:10px;
}
.ss_leaderboard{
    width:75%;
}
.ss_oddrow{
    background: rgb(8,8,8);
    background: rgba(255,255,255,0.05);
}
#frontpage-bottom-header-ss2{
    height:50px;
    background:url('../images/bottomheader.png');
}
.submitted{
    color:#aaa;
}
.content{
    color:#fff;
    
}
#frontpage-latestnews-content{
    padding-right:100px;
}
#frontpage-latestnews{
    float:left;
    width:50%;
}

.read-more a:link, .read-more a:visited{
    color:#2ccce4;
    font-weight:bold;
}
.frontpage-leaderboard-username{
    font-size:20px;
    font-weight: bold;
}
#frontpage-topplayers{
    float:left;
    width:50%;
}

.frontpage-leaderboard-classimage{
    width:40px;
    height:40px;
    border:1px solid #aaa;
}

.ss_leaderboard_frontpage tbody{
    border:0px;
}

.frontpage-leaderboard-rank{
    color:#aaa;
    text-align:right;
    font-size:26px;
    padding-right:20px;
}

.frontpage-leaderboard-tr{
    border-bottom: 1px solid #333;
}

.frontpage-leaderboard-gain{
    color:#aaa;
    text-align:right;
    font-size:14px;
}

.newfrontpagebottom{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    border:1px solid #000;
}

#playbuttondiv{
    position: absolute;
    right:20px;
    bottom:60px;
}

#frontpage-playbutton{
    height:320px;
    position:relative;
}

#header-site-info{
    position:absolute;
    top:0px;
    left:40px;
    z-index:50;
}

#header-group-inner{
    position:relative;
}

#sidebar-first{
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.5);
}
#content-inner{
    
}
h1{
    font-size:30px;
}

#main-wrapper{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}
#content-inner-inner{
    color:#fff;
}
.sf-menu{
    float:right;
    opacity:1;
    color:#fff;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited{
    color:#fff;
}
.sf-menu a:link{
    padding-bottom: 22px;
}
.sf-menu a:hover{
    background:#d40000;
    padding-bottom: 22px;
    background-image: url('../images/menuarrow.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
}

#primary-menu-inner .sf-menu li{
    background-image: url('../images/menuarrow.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
}
#primary-menu-inner ul.sf-menu{
    
}
#primary-menu-inner ul.sf-menu li li{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
}
#primary-menu{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
    margin-top:50px;
    margin-bottom:50px;
    font-size:16px;
    font-weight: 700;
    border-top: 1px solid #666;
    border-bottom:1px solid #666;
}

#primary-menu-inner ul.menu li.expanded li.leaf a:link{
    padding-bottom:12px;
    background-image: none;

}

a,
a:link,
a:visited {
    color:#fff;
}