@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://twilight.ponychan.net/chan/files/src/136178345475.png');/*Darkest*/
    /*background-image:url('http://twilight.ponychan.net/chan/files/src/136178317153.png');/*Darker*/
    background-image:url('http://dash.ponychan.net/chan/files/src/136165857717.png');/*Light*/
    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(88,85,75,0.5);
}

/*------------------------------------------- Top Menu ----------------------------------------------*/
#verytopbar{
    margin: 0;
    padding: 0;
    min-width: 570px;
}
.darkbar{
    max-height: 26px;

}
.navbarsection{
    margin: 0;
    padding: 0;
}
.navbarboard{
    border: 0;
    padding: 0;
}
.adminbar.darkbar{
    border:0;
    margin: 0;
}
a.adminbaritem{
    border:0;
    margin: 0;
    padding-left: 3px;
}
#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,0.8);
    color: rgb(244, 240, 203);
    background-color: #070707;
}
#themedropdown, #watchedthreads {
    border: 1px solid rgba(116, 109, 91,0.8);
    border-radius: 5px;
}
#watchedthreadlist{
    border-bottom: 1px solid rgb(244, 240, 203);
}
#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{
    padding: 4px 4px 5px 4px;
    font-family: Droid Serif;
    font-size: 1em;
    font-weight: normal;
    color: #f4f0cb;

    background: -moz-linear-gradient(top,  rgba(116,109,91,0) 38%, rgba(116,109,91,0) 47%, rgba(116,109,91,0.8) 83%, rgba(116,109,91,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(116,109,91,0)), color-stop(47%,rgba(116,109,91,0)), color-stop(83%,rgba(116,109,91,0.8)), color-stop(100%,rgba(116,109,91,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00746d5b', endColorstr='#cc746d5b',GradientType=0 ); /* IE6-9 */

    background-position: top;  
    background-size:1px 50px;  
      
    -webkit-transition: background 300ms ease-out;  
    -moz-transition: background 300ms ease-out;  
    -o-transition: background 300ms ease-out;  
    transition: background 300ms ease-out;  
}
.darkbar a:hover{
    background-position:10px;
}
a.navbarboard.navbarcurboard{
    background-position:10px;
}
/*------------------------------------------- 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;
    text-shadow: 2px 2px 5px rgba(116,109,91,1);
}
.boardheaderdesc{
    color: #f8f8f8;
    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!*/
    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;
}
.postertrip:after{
    content: '##Tripfag##';
    color: rgb(120,182,212);
    border: 1px dashed white;
    border-style:dashed hidden dashed hidden; 
}
.admin{
    color:#91fed9;
    font-family: Droid Serif;
    border-top: 1px dashed #ec293a;
    border-bottom: 1px dashed #005ea3;
}
.admin:before{
    content: '#';
    color: white;
}
.admin:after{
    content: '#';
    color: white;
}
.mod{
    color: #e1373c;
    font-family: Droid Serif;
    border-top: 1px dashed #eae135;
    border-bottom: 1px dashed #eae135;
}
.mod:before{
    content: '#';
    color: #eae135;
}
.mod:after{
    content: '#';
    color: #eae135;
}
.posttime, .reflink a, .filetitle, .filesize{
    font-family: Droid Serif;
    font-weight: normal;
    color: #6c6955;
}
.thread{
    margin-bottom: 0px;
    margin-top: 20px;
    min-width: 90%;
}
.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);
}
.thread table{
    min-width: 55%;
}
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 rgba(214,204,140,0.5);
    background-color: #000000;
    border-radius: 5px;
    color: #000000;
}
.spoiler:hover{
    color: rgb(244, 240, 203);
}
.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);
    border-radius: 5px;
}
.highlight{
    border-left: 6px double rgba(248,248,248,0.3);
}
.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;
    border-top: 1px solid rgba(116, 109, 91,0.5);
    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;
}
/*----------------------------------------- PONYUPz USERSCRIPT CSS -----------------------------------*/
#puz_replyboxdiv {
    background-color: rgba(9,9,9,0.5) !important;
    color: #f4f0cb !important;
    font-family: Droid Serif !important;
    border: 2px solid rgba(116, 109, 91,0.8) !important;
    border-radius: 5px !important;
    width: 402px !important;
    position: absolute !important;
    right: 50px !important;
    padding: 5px 5px 5px 5px !important;
    display: none;
}
#puz_rbname label, #puz_rbemail label, #puz_rbsubject label {
    color: #a9a590;
}
#puz_replyboxdiv input, #puz_replyboxdiv textarea{
    margin: 2px 2px 2px 2px;
    color: #f4f0cb;
    border: 1px solid #f8f8f8;
    padding: 3px 3px 3px 3px;
    margin-bottom: 1px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
    font-family: Open Sans;
}
#puz_replyboxdiv textarea{
    font-size: 1em !important;
}
#puz_rbfooter input[type='submit']{
    font-size: 0.9em !important;
    margin-top: 4px !important;
}
#puz_rbname input{
    color:black !important;
    background-color: black !important;
}
#puz_rbname input:focus{
    color: #090909 !important;
}
#puz_footermessage{
    font-family: Droid Serif !important;
    border: 2px solid rgba(116, 109, 91,0.8) !important;
    background-color: rgba(35,35,35,0.6) !important;
    border-radius: 5px !important;
    color: #f4f0cb !important;
}
#puz_footermessage div{
    border-left: 2px solid transparent !important;
}
#puz_footermessage a{
    font-family: Droid Serif !important;
    color: #ebd171 !important;
}

#puz_cpanel {
color: #f4f0cb !important;
background-color: rgba(9,9,9,0.9) !important;
position: fixed;
right: 62px;
top: 33px;
padding: 5px;
font-size: 15px;
font-family: Droid Serif !important;
width: 400px !important;
background-position: 100% 0%;
background-repeat: no-repeat;
display: none;
}
#puz_cpinner, #puz_version{
    color: #f4f0cb !important;
}
#puz_cpinner li {
    border: 1px solid rgba(116, 109, 91,0.2) !important;
    background-color: rgba(9,9,9,0.9) !important;
    display: block;
    float: left;
    border-style: solid;
    cursor: pointer;
    padding: 3px 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.puz_active {
    color: #f4f0cb !important;
    border: 1px solid rgba(116, 109, 91,0.2) !important;
    background-color: rgba(9,9,9,0.9) !important;
    display: block;
    float: left;
    border-style: solid;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 5px;
}

#puz_cpinner a{
    color: #ebd171 !important;
}
#puz_cpinner a:hover{
    color: #eae135 !important;
}

#puz_cpanel a{
    color: #ebd171 !important;
}
#puz_cpanel a:hover{
    color: #eae135 !important;
}







