@import "http://fonts.googleapis.com/css?family=Open+Sans";
@import "http://fonts.googleapis.com/css?family=Droid+Serif";

html, body{
    min-width: 570px;
    font-size: 95%;
    position: relative;
    background-color: #070707;
    font-family: Open Sans;

            background-image:url('http://dash.ponychan.net/chan/files/src/136165857717.png');
            background-position:right bottom;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-attachment:fixed;
           
}

a {
    font-weight: normal;
    text-decoration: none;
}

a, a:visited, a:active {
    color: #ebd171;
}

a:hover{
    color: #eae135;
}

hr{
    border: 1px solid rgba(225,55,60,0.2);
}

/*------------------------------------------- Top Menu ----------------------------------------------*/
#verytopbar{
    margin: 0;
    padding: 0;
    min-width: 570px;
   /* position: relative !important;*/


}
.darkbar{
    max-height: 26px;

}
.navbarsection{
    margin: 0;
    padding: 0;
}
.navbarboard{
    /*float: left;*/
    border: 0;
    padding: 0;
}
.adminbar.darkbar{
    border:0;
    margin: 0;
    /*position: static;
    float: right;*/

}
a.adminbaritem{
    border:0;
    margin: 0;
    padding-left: 3px;
}
/*.darkbar:after { /*Clearing the floats
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
#themedropdown .themelink a {
    padding: 0.5em 0.8em;
    width: 10em;
    font-size: 0.9em;
    background-size:1px 120px;
}

#verytopbar, #themedropdown, #watchedthreads {
    box-shadow: 1px 1px 8px rgba(116, 109, 91,1);
}

#watchedthreadlist{
    border-bottom: 1px solid rgb(244, 240, 203);
}

#watchedthreads, #themedropdown{
    color: rgb(244, 240, 203);
    background-color: #050505;
}
#themedropdown h2{
    border-top: 1px solid transparent;
    border-bottom: 2px solid rgba(225,55,60,0.6);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}


.darkbar a{

            font-family: Droid Serif;

    font-size: 1em;
    font-weight: normal;
    color: #f4f0cb;
    padding: 4px 4px 5px 4px;

background: rgb(116,109,91); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(116,109,91,1) 27%, rgba(0,0,0,1) 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgba(116,109,91,1)), color-stop(52%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(116,109,91,1) 27%,rgba(0,0,0,1) 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(116,109,91,1) 27%,rgba(0,0,0,1) 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(116,109,91,1) 27%,rgba(0,0,0,1) 52%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(116,109,91,1) 27%,rgba(0,0,0,1) 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#746d5b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

      
    -webkit-transition: background 400ms ease-out;  
    -moz-transition: background 400ms ease-out;  
    -o-transition: background 400ms ease-out;  
    transition: background 400ms ease-out;

    background-position: bottom;  
      
    background-size:1px 50px;  
    cursor:pointer;   

}
.darkbar a:hover{
    background-position:10px;


}
.adminbar a{
}
.adminbar a:hover{
}
/*------------------------------------------- Above post input ----------------------------------------------*/
#bodywrap3{
    padding-bottom: 0px;
}

#bodywrap3 div:first-child{/*Paypal logo placement fix*/
    top: 10px;
}

.logo{
    color: #f8f8f8;
    font-family: Droid Serif;
    padding-top: 30px;
}
.logo:before{
    content: "/";
}
.logo:after{
    content: "/";
}

.boardheaderdesc{
    color: #f4f0cb;
    font-family: Droid Serif;
}
/*----------------------------------------- Post input --------------------------------------*/
#postform{
    font-family: Open Sans;
}

.postblock{
    color: #f4f0cb;
    font-weight: normal !important;
    font-size: 0.8em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Droid Serif;
    background-color: rgba(35,35,35,0.5);
    border: 1px solid #f8f8f8;
}
.postarea input[type="submit"] {
    vertical-align: bottom;
    margin: -10px 0.3em 0px 0.1em;
    padding: 5px 5px 5px 5px;
    font-size: 0.8em;
}
.postarea input[type="text"], .postarea input[type="password"], .postarea textarea, .postform tbody tr td input:nth-child(1) {
margin: 0;
color: #f4f0cb;
border: 1px solid #f8f8f8;
padding: 3px 3px 3px 3px;
margin-bottom: -1px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: transparent;
font-family: Open Sans;
}
.postarea input[type="text"]:focus, .postarea input[type="password"]:focus, .postarea textarea:focus, .postform tbody tr td input:nth-child(1):focus {
    border: 1px solid #f8f8f8;

    box-shadow: 2px 1px 6px rgba(116, 109, 91,1);
}
/*----------------------------------------- Below post input --------------------------------------*/
.subject{
    font-family: Droid Serif;
}
.item{/*Blotter! Make this more visible*/
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 6px;

    padding: 10px 10px 10px 10px;

    color: #f4f0cb;
    background-color: rgba(35,35,35,0.6);

    border: 2px solid #f8f8f8;

    border-radius: 5px;
}
.item .date{
    font-family: Droid Serif;
    font-size: 1.2em
}
/*-------------------------------------------------- OP and Posts ---------------------------------------*/


.postertrip, .postername, .postername a{
    font-weight: normal;
    font-family: Droid Serif;
    color: #a9a590;
}


.admin{
    color:#91fed9;
    font-family: Droid Serif;
    border-top: 1px dashed #ec293a;
    border-bottom: 1px dashed #005ea3;

}
.mod{
    color: #e1373c;
    font-family: Droid Serif;
    border-top: 1px dashed #e1373c;
    border-bottom: 1px dashed #e1373c;
}
.posttime, .reflink a, .filetitle, .filesize{
    font-family: Droid Serif;
    font-weight: normal;
    color: #6c6955;
}

.thread{

    margin-bottom: 0px;
    margin-top: 20px;

}
.thread, .reply{
    padding: 10px 5px 10px 5px;
    position: relative;
    color: #f4f0cb;
    border-radius: 5px;
    
}
.reply{
    background-color: rgba(0,0,0,0.5);
    border: 2px solid rgba(248,248,248,0.1);
}

.op blockquote{
        text-shadow:
    -1px -1px 1px #000,
    1px -1px 1px #000,
    -1px 1px 1px #000,
    1px 1px 1px #000;
}

.reply blockquote span{
    margin-top: 0px;
    margin-right: 7px;
}
.thread:after, .reply:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.unhidethreadplaceholder{
    font-family: Droid Serif;
    color: rgb(108, 105, 85);
}
.unhidethreadplaceholder a{
    color: #ebd171;
}

.last-edit-time {
    color: #6c6955;
    font-size: 0.75em;
    font-style: italic;
}
.spoiler{
    text-shadow:0px 0px 0 #000000;
    border: 1px solid #d6cc8c;
    background-color: #000000;
    border-radius: 5px;
    color: #000000;
    padding: 2px 2px 2px 2px;
}

.spoiler:hover{
    color: rgb(244, 240, 203);
}

/*.postfooter{
    position: absolute;
    bottom: 0;
    right: 0;

}*/
.helphover div, .reflinkpreview{
    color: #f4f0cb;
    background-color: #070707;
    border: 2px solid rgba(248,248,248,0.2);
    box-shadow: 1px 1px 5px rgba(116, 109, 91,1);


}
.highlight{
    border-left: 15px double rgba(248,248,248,0.5);
}
.unkfunc{
    color: rgb(120,182,212);
}

/*-------------------------------------------------- Footer ---------------------------------------*/
.navbar{
    color: #f4f0cb;
    float:left;

}
.userdelete{
    color: #f4f0cb;
    float: right;
    position: static;
}
#bodywrap3 table{
    color: #f4f0cb;
}

.footer{
    color: #f4f0cb;
    min-height: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('https://dl.dropbox.com/u/20817027/lurker.png');
    background-repeat: no-repeat;
    background-position: 102% 27%;
    border-radius: 5px;
}



/*--------------------------------------------------------------------------------------
-------------------------------------- Front Page --------------------------------------
----------------------------------------------------------------------------------------*/
#verytopbar h1{
    clear: both;
    padding-top: 5px;
    font-size: 0px;
    min-height: 90px;
    background-image:url('http://pinkie.ponychan.net/chan/files/src/136162653768.png');
    background-position: center;
    background-repeat: no-repeat;

}
#verytopbar h3{
    font-size:0;
    min-height: 70px;
    background-image:url('http://pinkie.ponychan.net/chan/files/src/136162601251.png');
    background-position: center;
    background-repeat: no-repeat;
}

#bodywrapmain3{
    margin-top: 170px;
    min-width: 1125px;
    padding-bottom: 0px;
}

/*-------------------------------------- Site left side bar ---------------------------------*/
#siteleftsidebar{
    padding: 5px 2px 20px 2px;
    position: relative;
    color: #f4f0cb;
    border-radius: 5px;

    border: 2px solid rgba(248,248,248,0.2);

    background-color: rgba(0,0,0,0.7);

}
#siteleftsidebar h2{
    border: 2px solid rgba(225,55,60,0.6);
    border-style: hidden hidden solid hidden;
    font-family: Droid Serif;
}

/*------------------------------------- Site middle -----------------------------------*/
#sitemiddle{

    padding: 5px 2px 20px 2px;
    position: relative;
    color: #f4f0cb;
    border-radius: 5px;

    border: 2px solid rgba(248,248,248,0.2);

    background-color: rgba(0,0,0,0.7);
}

li.tab a{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 2px solid rgba(248,248,248,0.2);
    border-style: solid solid hidden solid;
    background-color: rgba(0,0,0,0.7);
}

#sitemiddle h2{
    border: 2px solid rgba(225,55,60,0.6);
    border-style: hidden hidden solid hidden;
    font-family: Droid Serif;
}
.newssubtitle{
    font-family: Droid Serif;
}


/*----------------------------------------- Site right side bar -----------------------------------*/
#siterightsidebar{
    padding: 5px 2px 20px 2px;
    position: relative;
    color: #f4f0cb;
    border-radius: 5px;

    border: 2px solid rgba(248,248,248,0.2);

    background-color: rgba(0,0,0,0.7);

}
#siterightsidebar h2{
    border: 2px solid rgba(225,55,60,0.6);
    border-style: hidden hidden solid hidden;

    font-family: Droid Serif;
}
#siterightsidebar .recentpostitem img{
    float: left;
    border-radius: 5px;
    border: 2px solid rgba(248,248,248,0.2);
}
.recentpostheaderline {
    font-family: Droid Serif;
}



