/*
Theme Name: BB-Novo beta1
Theme URI: http://www.g-loaded.eu/
Description: Based on the original Kakumei theme for bbPress by Bryan Veloso. Customized for the needs of G-Loaded.eu forums.
Version: 0.1 beta1
Author: George Notaras
Author URI: http://www.g-loaded.eu/
*/
*{margin:0;padding:0;}
.alt{background:#fff;}
p{margin-bottom:1em;}
.left{float:left;}
.right{float:right;}
.delete:hover{background:#c00;color:#fff;}
.notice{border:2px solid #4c9545;background:#abd8a2;color:#4c9545;font-size:1.1em;font-weight:700;margin:0 0 1.1em;padding:10px 15px;}
.notice p{margin-bottom:0;}
.login p{padding:0 0 5px;}
.login label{display:block;padding-right:10px;}
.login #submit,.search #submit{font-size:1em;}
p.login{font-weight:400;font-size:1.2em;}
form.login input,form.search input{margin-top:3px;border:1px solid #999;}
.frontpageheatmap{font-weight:400;line-height:30px;padding-bottom:10px;}
#front-page #main h2,#forum-page #main h2,h2.post-form,#userlogin,#currentfavorites,#register{color:#333;border-bottom:1px solid #ddd;margin:0 0 10px;padding:0 0 5px;}
#front-page #discussions ul{padding:0 0 0 14px;}
.infobox{border:1px solid #ccc;border-width:1px 0;padding:1em;}
.infobox ul{margin:10px 0 10px 12px;padding:0;}
.infobox ul li{padding-bottom:3px;}
#topic-info{float:left;padding:0 1em 0 0;}
#topic-tags{border-left:1px solid #ccc;float:right;padding:0 0 0 1em;}
.nav{margin:15px 0;padding:12px 0;}
.nav span,.nav a{padding:6px;}
#thread{background:#eee;list-style:none;margin:0 0 0 100px;padding:0;}
#thread li{line-height:1.5em;padding:1.5em 1em;}
#thread li ol,#thread li ul{margin-left:40px;}
#thread li ol li,#thread li ul li{padding:0;}
.threadauthor{margin-left:-110px;overflow:hidden;position:absolute;width:95px;}
.threadauthor small{font:11px Verdana, Arial, Helvetica, sans-serif;}
.poststuff{border-top:1px dotted #ccc;font:10px Verdana, Arial, Helvetica, sans-serif;text-transform:uppercase;margin:10px 0 0;padding:5px 0 0;}
.num,#forumlist small{font:11px Verdana,Arial,Helvetica,sans-serif;text-align:center;}
.postform{background:#f0f0f0;margin-bottom:1em;padding:1em;}
.postform textarea{height:12em;width:720px;display:block;margin:5px 0;padding:5px;}
#manage-tags{list-style:none;margin:10px 0;}
#manage-tags li{float:left;width:200px;padding-bottom:10px;}
.submit{text-align:right;}
.topictitle{font-size:22px;font-weight:400;display:inline;}
#content .frontpageheatmap a{font-weight:400;text-decoration:none;}
#content .infobox li{margin-bottom:2px;}
#content .nav a{border:1px solid #ccc;font-weight:400;}
#content .nav a:hover{border:1px solid #999;}
#content a:visited{font-weight:400;}
#front-search{float:right;margin-top:-8px;}
#latest td,#forumlist td,#favorites td{padding:5px 10px;}
#forumlist tr td div.nest{padding-left:2.5ex;}
#latest th,#forumlist th,#favorites th{border-bottom:1px solid #aaa;background:#ddd;font:11px Verdana,Arial,Helvetica,sans-serif;text-transform:uppercase;padding:5px 10px;}
#latest,#forumlist,#favorites{background:#f7f7f7;margin-bottom:2em;width:100%;}
.bozo{background:#EE8;}
.alt.bozo{background:#FF9;}
.deleted{background:#E88;}
.alt.deleted{background:#F99;}
#profile-menu{list-style:none;margin-bottom:10px;}
#profile-menu li{font-size:1.1em;margin-right:20px;display:inline;padding:4px 7px;}
#profile-menu li.current{background-color:#eee;}
#userinfo{margin-top:10px;}
#userinfo dd{margin:0 0 5px;}
#useractivity{margin:15px 0 5px;}
.user-recent{margin:0 0 10px;}
.user-recent ol{margin:5px 0 0 28px;}
.user-recent ol li{margin:0 0 3px;}
fieldset{border-top:3px double #ccc;border-bottom:1px solid #ccc;border-left:none;border-right:none;margin-bottom:15px;width:720px;padding:10px 0 10px 10px;}
legend{font-weight:700;padding:0 15px;}
fieldset table{text-align:left;margin:0 15px;}
fieldset table td{padding:2px 0;}
fieldset p{font-size:11px;margin:10px 16px;}
.nav span,#userinfo dt{font-weight:700;}
.postform label,.topiclink{display:block;}

#menu {
    background: #333;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu li {
    float: left;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#menu a {
    background: #333 url("images/seperator.gif") bottom right no-repeat;
    color: #ccc;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
}

#menu a:hover {
    background: #FFCC66 url("images/hover.gif") bottom center no-repeat;
    color: #000;
    padding-bottom: 8px;
}
