/*
Theme Name: Misty Morning for bbPress
Theme URI: http://www.refueled.net/bbpress-themes/
Description: A bbPress theme based on our Misty Morning Wordpress theme.
Version: 1.0
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/



/* Basics */

* { margin: 0; padding: 0; }

body {
    background: #86888b ;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 20px;
  }

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

a:hover {
    color: #555;
    text-decoration: underline;
  }

a:visited {
    color: #555;
  }

.alt { background: #fff; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
    background: #c00;
    color: #fff;
}


h1{
    font-family: georgia, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: 300;
    }
    
h2{
    font-family: georgia, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: 300;
    margin: 6px 0 6px 0;
    }


/* Container */

#container {
    margin: 0 auto;
    width: 937px;
    position: relative;
    background: #fff;
    border: 5px solid #000;
    overflow: hidden;
    }
    
#spacer {
    height: 25px;
    background: white;
    }
    
/* Header */

#header {
    width: 937px;
    background: #fff url('http://www.endurancebasecamp.com/images/endurance_bc_headerv3.jpg') top center no-repeat;
    height: 200px;
    margin-top: 0;
    color: #fff;
    }

#header h1 {
    font-family: palatino linotype, georgia, arial, times;
    font-size: 20pt;
    font-weight: 300;
    padding: 110px 0 0 18px;
    margin:0;
    color: #fff;
        text-indent: -9999px;
        height: 0px;
    }
    
#header h1 a {
    color: #fff;
    text-decoration: none;
        text-indent: -9999px;
    }
    
#header h1 a:hover {
    color: #D2D1CC;
    text-decoration: none;
    }
    
#header h2 {
    font-family: palatino linotype, georgia, arial, times;
    font-size: 10pt;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 0 18px;
    margin:0;
    color: #fff;
        text-indent: -9999px;
        height: 0px;
    }
    
h1, h2, h3, h4 {
    font-family: georgia, Verdana, Sans-Serif;
    }
    
h3{
    font-family: georgia, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: 300;
    }
    
h4{
    font-family: georgia, Verdana, Sans-Serif;
    font-size: 9pt;
    font-weight: 300;
    }
    
#header p { margin-bottom: 0; }


/* Navigation */

#nav {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 25px;
    background: #99ca45;
    font-family: verdana, arial, tahoma;
    font-size: 8pt;
    list-style: none;
    line-height: 1;
    border: 1px solid #86888b;
}

#nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a {
    display: block;
    line-height: 14pt;
    padding: 4px 9px 2px 9px;
    color:#000000;
    text-decoration: none;
        border-right: 1px solid #86888b;
}

#nav a:hover {
    background-color:#86888b;
    color: #fff;
}

#nav li { /* all list items */
    float: left;
}

#nav li ul { /* second-level lists */
    position: absolute;
    background: #919191;
    width: 180px;
    left: -999em; 
    margin: 0;
    padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#nav li ul a{
    background: #919191;
    list-style: none;
    font-family: tahoma, verdana, serif;
    font-size: 8pt;
    font-weight: 300;
    text-align: left;
    padding: 6px;
    width: 180px;
    letter-spacing: 1px;
}

#nav li ul a:hover{
    background: #fff;
    color: #5B5B5B;
}


#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
  
  

/* Main Content */


#main { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13pt;
    margin: 0;
    padding: 12px;
    float: left;
    width: 650px;
}

#frame { 
    padding: 0 0 0 2px;
}


h3.bbcrumb {
    font-family: palatino linotype, georgia, arial, times;
    font-size: 10pt;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 12px 0 6px 0;
}

.notice { 
    border: 2px solid #888888; 
    background: #F0F0F0; 
    color: #343434; 
    font-size: 1.1em; 
    font-weight: bold;
    padding: 10px 15px; 
    margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form */

.login { 
    font-family: verdana, sans-serif;
    font-size: 8pt;
    color: #797979;
    margin: 19px 12px 0px 12px;
    padding: 12px 6px 0 6px;
    width: 640px;
    float: left;
    background-color: #F0F0F0;
}

.login a, .login a:visited {  color: #666666; text-decoration: none;}
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
    display: block;
    float: left;
    padding-right: 10px;
}

.login #submit {
  font-family: verdana, arial, times;
    font-size: 7pt;
    margin-top: 16px;
    height: 18px;
    padding: 0px 4px 6px 4px;
    color: #3B3B3B;
    border: 1px solid #E7E7E7;
    background-color: #fff;
}

p.login {
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    padding-bottom: 12px;
    
}

form.login input { 
  font-family: verdana, arial, times;
    font-size: 7pt;
    margin-top: 3px;
    margin-bottom: 13px;
    border: 1px solid #E7E7E7;
    padding: 2px;
}

p.submit{margin-top: 12px;}

/* Sidebar + Hottags */

#sidebar {
    width: 220px;
    float: right;
    color: #000;
    padding: 0;
    list-style-type: none;
        margin: 10px;
  }

#sidebar h2 {
    font-family: arial, verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    padding: 8px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px #fff solid;
    color: #fff;
    background: #99ca45;
  }


#sidebar a {
    color: #676767;
    text-decoration: none;
    padding: 0;
  }

#sidebar a:hover {
    color: #000;
    text-decoration: underline;
  }

#sidebar ul { 
    background-color: #fff;
    list-style-type: none;
    margin: 0; 
    font-size: 11px;
    padding: 12px;
    border-right: 1px solid #E3E3E3;
  }

#sidebar li { 
    margin: 0;
    line-height: 14pt; 
    padding: 0;
  }
  
#sidebar li a{ 
    margin: 0;
    padding: 0;
  }

#sidebar ul li ul { 
    margin: 0 14px 0 14px;
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
    color: #797979; 
  }

tags-input {
    border: 1px solid #868686;
    }

#hottags { 
    width: 220px;
    overflow-x: hidden;
    float: left;
    margin: 0 0 12px 0;
}

.frontpageheatmap {
    background-color: #fff;
    list-style-type: none;
    margin: 0; 
    font-size: 11pt;
    padding: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #797979;
    line-height: 14pt;
}

#hottags h2 {
  font-family: arial, verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    padding: 8px;
    margin: 0;
    text-transform: uppercase;
    color:  #fff;
    background: #99ca45;
  }
  

/* Search */

#searchform{
    padding: 0;
    font-family: verdana, arial, times;
}

#searchform input#s{
    width: 70%;
    font-family: verdana, arial, times;
    font-size: 8pt;
    padding: 2px;
    border: 1px solid #B7B7B7;}

#searchform input#searchsubmit{
    width: 24%;
    font-family: verdana, arial, times;
    font-size: 7pt;
    padding: 2px;
    border: 1px solid #B7B7B7;
    background-color: #fff;
    color: #797979;
}


/* Front Page or Forum Section */

#forums {
  padding: 0 0 20px 0px;
  }

textarea {
    border: 1px solid #868686;
    }
    
select {
    border: 1px solid #868686;
    }
    
input {
    border: 1px solid #868686;
    }

#front-page #discussions { 
    margin: 0;
    padding: 0 0 12px 0;
  }

#front-page #main h2, #userlogin, #currentfavorites, #register {
    color: #333;
    margin: 0 0 10px;
    padding: 12px 0 12px 0;
    font-family: palatino linotype, georgia, arial, times;
    font-size: 12pt;
    font-weight: 300;
  }
  
h2.post-form{
    color: #333;
    margin: 22px;
    padding: 12px;
    font-family: palatino linotype, georgia, arial, times;
    font-size: 12pt;
    font-weight: 300;
    }
    
#post-form {
    padding: 12px;
    }

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
    background: #E3E3E3; 
    }


/* Topic Page */

.infobox {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 16px;
    float: right;
    overflow: hidden;
    width: 620px;
}

.infobox ul {
    margin: 10px 0 10px 12px;
    padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
    border-left: 1px solid #ccc;
    margin-top: -2em;
    padding: 0 1em 1em;
    float: right;
}

.nav {
    margin: 15px 0;
    padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
  clear: both;
    background: #eee;
    list-style: none;
    margin: 20px 0 0 100px;
    padding: 0;
}

#thread li {
    padding: 1.5em 1.0em;
    line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadpost{font-family: verdana, arial, times; font-size: 8pt;}

.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;
    margin: 10px 0 0;
    padding: 5px 0 0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.num, #forumlist small {
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

.postform {
    background: #fff;
    padding: 0;
}

.postform textarea {
    height: 12em;
    margin: 5px 0;
    padding: 5px;
    width: 90%;
    display: block;
}

.postformsub {
  font-family: verdana, arial, tahoma; font-size: 7pt; background-color: #fff;
  }

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
    margin: 10px 0; 
    list-style: none; 
}

#manage-tags li {
    float: left;
    width: 200px;
    padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
    font-size: 16pt;
    font-weight: normal;
    display: inline;
}

/* Other Content */

#content .frontpageheatmap a {
    font-weight: normal;
    text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
    border: 1px solid #ccc;
    font-weight: normal;
}
#content .nav a:hover {
    border: 1px solid #999;
}
#content a:visited {
    font-weight: normal;
}

#front-search {
    float: right;
    margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-family: verdana, arial, times; font-size: 8pt; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #E0E0E0; }

#latest th, #forumlist th, #favorites th {
    /* border-bottom: 1px solid #aaa; */
    background: #86888b;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
    color:#fff;
}

#latest, #forumlist, #favorites {
    background: #F7F7F7;
    width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



/* Search Page */

.results{margin: 24px; }



/* Profile Page */



#profile-menu {
    list-style-type:none;
    text-align:right;
    margin: -51px 0 0 0;
    padding:0;
    float: right;
    
}


#profile-menu li {
    float:left;
    text-align:center;
}

#profile-menu li a {
  font-family: verdana, arial, times;
    font-size:8pt;
    display:block;
    text-decoration:none;
    color:#333;
    padding:6px;
    background:#FFF;
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    }    

#profile-menu li a:hover {
    background:none;
    text-decoration:none;
    color: #fff;
}



#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#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; }


/* Profile Edit Page*/

fieldset { 
    border-top: 3px double #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 10px 0 10px 10px; 
    margin-bottom: 15px;
    width: 640px;
}

legend { 
    font-weight: bold;
    padding: 0 15px;
}

fieldset table { 
    text-align: left;
    margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
    font-size: 11px;
    margin: 10px 16px;
}


/* 48 x 48 avatars */

.post {
    min-height: 60px;
}

.view  {
    font-size: 8pt;
    list-style-type: none;
    margin-left: -14px;
    }
    
    


/* Footer */

#footer {
    clear: both;
    width: 100%;
    height: 30px;
    background: #86888b;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    }
    
#footer .left{
    float:left;
    }

#footer .left p {
    padding: 8px;
    margin: 0;
    font-size: 7pt;
    }


#footer .left a {
    color: #E5E5E5;
    text-decoration: none;
    border:none;
}

#footer .left a:hover {
    color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
    float:right;
    }
    
#footer .right p {
    padding: 8px;
    margin: 0;
    font-size: 7pt;
    }

#footer .right a {
    color: #E5E5E5;
    text-decoration: none;
    border:none;
    }

#footer .right a:hover {
    color: #f5f5f5;
    text-decoration: underline;
    border:none;
    }