@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);

body{
    font-family:"Droid Sans", "Trebuchet MS", sans-serif;
    color:#333;
    margin:20px auto;
    width:100%;
    background-color:#fff;
    font-size:1em;
    line-height:1.5em;
    background:url('../img/background.png');
}

h1{
    font-size:2em;
    font-weight:bold;
    line-height:1.5;
}

h2{
    font-size:1.2em;
    font-weight:bold;
    margin:20px 0 0 0;
}



/* --------- Clear Fix */

.clear:after                                    { visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0; }
.clear                                          { display: inline-block; }
* html .clear                                   { height: 1%; }
.clear                                          { display: block; }

.clearboth                                      { clear:both; }

/* --- Links */

a, a:focus, a:visited{
    color:#333;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

/* --- Forms */

textarea{
    font-family:"Droid Sans", "Trebuchet MS", sans-serif;
    font-size:0.8em;
    color:#333;
    width:330px;
    height:125px;
    padding:10px;
    float:left;
    border:1px solid #ccc;
    
}

input{
    margin-top:20px;
    font-family:"Droid Sans", "Trebuchet MS", sans-serif;
    font-size:13px;
    color:#333;
    width:170px;
    height:48px;
    line-height:48px;
    vertical-align:middle;
    background-color:#fff;
    border:1px solid #ccc;
    background:url('../img/comment-submit.gif');
}

/* --- Shortcuts */

.bold{
    font-weight:bold;
}


#top-ads, #bottom-ads{
    width:900px;
    margin:0 auto;
    text-align:center;
    margin-bottom:20px;
}

#menu-categories a, #bottom a{
    color:#fff;
}

#menu-categories a{
    text-shadow: #fff 1px 1px 0;
}


#main{
    width:900px;
    margin:0 auto;
    border:1px solid #ccc;
    padding:20px 0;
    background:url('../img/main-bg.png');
    border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
}

#left{
    float:left;
    width:250px;
}

#logotype{
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}

#menu{
    text-shadow: #000 1px 1px 0;
}

#menu li{
    padding:10px 10px 10px 40px;
    border-bottom:1px solid #ccc;
    border-top:1px solid #fff;
}

#menu li:hover{
    background:url('../img/menu-hover-bg.png');
    color:#fff;
}

#menu li.active, #menu li.active:hover{
    background:url('../img/menu-active-bg.png');
    color:#fff;
    border-top:0;
}

#menu li.active a, #menu li:hover a{
    color:#fff;
    text-decoration:none;
    text-shadow: #000 1px 1px 0;
}

#menu li.categories{
    border:0;
}

#menu-categories ul{
    padding:10px 10px 10px 40px;
    color:#fff;
    font-size:0.9em;
    border-top:0;
    position:relative;
    background:url('../img/menu-hover-bg.png');
    
}

#menu-categories ul li{
    position:relative;
    left:-40px;
    width:200px;
    padding:5px 10px 5px 40px;
    margin:0;
    background:url('../img/menu-hover-bg.png');
}

#right{
    float:left;
    width:570px;
    padding:0 40px;
    background-color:#fff;
}

#counts{
    margin:10px 0 20px 0;
    text-align:center;
}

#add-secret-form{
    margin-bottom:20px;
}

#secret-list li{
    border-bottom:1px dashed #ccc;
    padding:20px 0;
    vertical-align:middle;
}

#secret-list p{
    margin-bottom:10px;
}

#secret-list span{
    font-size:0.7em;
    margin-right:10px;
    height:32px;
    line-height:32px;
    vertical-align:middle;
}

/* Used when viewing a secret */
div#secret-list{
    border-bottom:1px dashed #000;
    padding:20px 0;
}

span img{
    padding-right:3px;
}

.fblikebutton, .fblikestaticbutton{
    position:relative;
    top:4px;
    width:0px;
    visibility:hidden;
}

.fblikestaticbutton{
    visibility:visible;
}

.showbutton{
    visibility:visible;
}

#secret-list li#commentswrapper{
    padding:0;
}

#commenthelptext{
    margin:10px;
    font-size:0.8em;
    line-height:1.6em;
    float:right;
    width:170px;
    text-align:left;
}

#comments li{
    font-size:0.8em;
    margin:0;
    word-wrap: break-word;
    padding:10px 0;
}

#comments span{
    line-height:normal;
}

#tack p{
    margin-bottom:10px;
}

#bottom{
    width:900px;
    margin:0 auto;
    background-color:#000;
    text-align:center;
    margin:0 auto;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    margin-bottom:20px;
}

#bottom img{
    height:45px;
    width:250px;
    float:left;
}

#bottom ul{
    background-color:#000;
    height:45px;
    text-align:center;
    margin:0 auto;
    display:inline;
    width:auto;
}

#bottom li{
    height:45px;
    line-height:45px;
    width:45px;
    vertical-align:middle;
    background-color:#000;
    color:#fff;
    text-align:center;
    display:inline-block;
    float:none;
    ^float:left;
}

#bottom li.active{
    background:url('../img/paging-active-bg.png');
}

