html,body {
    min-height: 101%;
}
 
body {
    background-image: url(http://i50.tinypic.com/6sugjs.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
    color: #B41F25;
}
 
/*  Use 950 pixels width for normal screens, 100% for iPhones */
#container {
    width: 950px;
    margin: 0 auto;
    padding-left: 8px;
    position: relative;
}
 
@media only screen and (max-device-width: 480px) {
  #container {
    width: 100%;
  }
}
 
#content-wrap {
    padding-right: 8px;
    overflow: hidden;
}
 
#main-content {
    margin: 20px 0 20px 0;
    padding: 0 15px;
    min-height: 150px;
    overflow: hidden;
}
 
#page-content > *:first-child {
    margin-top: 0;
}

#page-title {
    padding-bottom: 2px;
    border-bottom: 1px solid #B41F25;
    margin-top: 0;
    font-size: 180%;
} 


#header{
    height: 125px;
}

#header h1 a span{
    display:none;
}

#header h2{
    display:none;
}

#header h1 a,#header h1 a:hover{
    display: block;
    margin: 0; padding:0;
    background-image: url(http://i47.tinypic.com/2zzrp5h.jpg);
    height: 100px;
    width: 616px;
    position: absolute;
    bottom: 25px; left: 0px;
}


#top-bar {
    width: 100%;
    height: 29px;
    right: 0;
    left: 0;
}
 
#top-bar li, #top-bar ul {
    margin: 0;
    padding: 0;
}
 
#top-bar ul {
    margin-right: 8px;
    height: 29px;
    background: black;
}
 
#top-bar ul ul {
    margin-right: 0;
}
 
#top-bar li a {
    color: B41F25;
    font-size: 13px;
    font-weight: bold;
    line-height: 29px;
    padding: 0 15px;
    text-decoration: none;
}
 
#top-bar li a:hover {
    text-decoration: none;
    background: #B41F25;
    color: black;
}
 
#top-bar li ul {
    border: none;
}
 
#top-bar li ul li a {
    width: 18em;
    color: #B41F25;
    background: black;
}
 
#top-bar li ul li a:hover {
    color: black;
    background: #B41F25;
}
 
#top-bar ul li.sfhover ul{
    width: 20em;
    background-color: black;
}
 
#top-bar ul li.sfhover ul li{
    height: 29px;
}
 
#top-bar ul li.sfhover ul li.sfhover {
    height: 29px;
    width: 20em;
    background-color: black;
}
 
#top-bar ul li.sfhover ul a{
    width: 20em;
    background-color: black;
}
 
#top-bar ul li.sfhover ul li:hover a{
    background-color: #B41F25;
    color: black;
}
 
#top-bar ul li ul li ul{
    display: none;
}
 
#top-bar ul li.sfhover ul li.sfhover ul {
    display: inherit;
    position: relative;
    left: 20em;
    bottom: 29px;
}
 
#top-bar ul li.sfhover ul li.sfhover ul li a{
    background-color: black;
    color: #B41F25;
}
 
#top-bar ul li.sfhover ul li.sfhover ul li:hover a{
    background-color: #B41F25;
    color: black;
}

#search-top-box {
    right:-53px;
    top:50px;
}
 
#search-top-box .button {
    visibility: hidden;
}
 
#search-top-box input.empty {
    background-color: transparent;
    color: #B41F25;
}
#search-top-box .text {
    padding:2px 2px 2px 5px;
    width:220px;
}

#side-bar {
    border-right:1px #B41F25;
    float:left;
    margin-top:50px;
    overflow:hidden;
    padding:0 ;
    width:0px;
} 

#login-status {
    right: 8px;
    top: 8px;
}
 
#login-status a {
    color: #B41F25;
    text-decoration: none;
}
 
#login-status #account-topbutton, #account-options li a:hover, .change-textarea-size a {
    color: white;    
    background: transparent;
}
 
#login-status #account-topbutton:hover, .change-textarea-size a:hover {
    color: black;
    background: white;
}
 
input.text, textarea {
    border-color: #B41F25;
}
 
div.buttons input, input.button, button, file, a.button {
    background: transparent; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    color: #B41F25;
}
 
div.buttons input:hover, input.button:hover, button:hover, a.button:hover, file:hover {
    background: #B41F25;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    height: 26px;
}
 
div.page-calendar-box {
    padding: 0;
}
 
a {
    color: #B41F25;
    text-decoration: underline;
}
 
a:hover {
    background-color: transparent;
    color: #B41F25;
    text-decoration: none;
}
 
a.newpage {
    color: black;
    background-color: #B41F25;
    text-decoration: underline;
}
 
/*  Pop-up hover text over images or links  */
/*  Use: [[span class="hover"]]Image or link[[span]]Hover text[[/span]][[/span]] */
 
.hover{
    color: #B41F25;
    text-decoration: underline;
}
 
.hover:hover{
    background-color: transparent;
    color: #B41F25;
    text-decoration: none;
}
 
.hover span {
    display: none;
}
 
.hover:hover span {
    position: absolute;
    display: inline;
    margin: 15px -20px;
    height: auto;
    width: auto;
    background: black;
    background-image: url(http://themes.wdfiles.com/local--files/spacedout/background.jpg);
    background-position: top center;
    background-repeat: repeat;
    border: 1px #B41F25;
    color: #B41F25;
    padding: 1em;
    font-size: 12px;
}
 
.hover:hover span span {
    position: relative;
    margin: auto;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
}
 
#breadcrumbs {
    margin-bottom: 1em;
}
 
.odate, .like-odate {
    font-size: 85%;
    font-weight: bold;
    color: #B41F25;
    background: transparent;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
 
.member .error-block {
    display:none;
}

* TABS */

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png);
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: #a3a3a3;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#700 url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1300px;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}