/*
Theme Name: sixtyTen
Theme URI: http://reversial.com
Description: A sleek, modern, and simple two-column wordpress theme.
Version: 0.7.1
Author: Dylan Pyle
Author URI: http://reversial.com
*/

body{
    /*
        try a background color of #49545c if you want it to look like versions < 0.6
        */
    background-color:#282c2f;
    background-repeat: repeat-x;
    background-attachment: fixed;
    color:#fff;
    font-family:arial,sans-serif;
    font-size:11px;
    height:100%;
    margin:0px;
    padding:0px;
    
}
#outt{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    /*margin-top:40px; */
    /* this would of course be margin-bottom, but no, INTERNET EXPLORER FAGGOTRY wins again */
    /*padding-bottom:50px; */
}
#rightbar{
    width:220px;
    float:right;
    color:#ddd;
}
#rightbar .title{
    color:#ddd;
    text-decoration:none;
    display:block;
    margin-top:10px;
    font: 18px Trebuchet MS,sans-serif;
    border-bottom:1px dotted #aaa;
    margin-bottom:10px;
    margin-left:15px;
}
#rightbar div.title{
    cursor:default;
}
#rightbar .text{
    padding-left:15px;
    font:11px verdana,sans-serif;
    margin-bottom:20px;
}
#rightbar a img{
    border:1px solid #555;
}
#rightbar a img:hover{
    border:1px solid #999;
}
#rightbar input{
    border:1px solid #555;
    background-color:#34383b;
    color:#ccc;
    cursor:default;
}
#rightbar input:hover{
    border:1px solid #999;
    color:#fff;
}
#rightbar a{
    color:#ccc;
    text-decoration:none;
}
#rightbar a:hover{
    color:#fff;
}
#out{
    width:580px;
    /*  float:right; */
    height:100%;
    padding-left:40px;
    padding-right:40px;
    border:1px solid #555;
    border-top:0px;
}
#titel{
    padding-top:10px;
    padding-bottom:10px;
    padding-right:20px;
    border-right:1px solid #bbb;
    font-size:18px;
    font-family:Trebuchet MS,sans-serif;
    color:#fff;
    text-decoration:none;
}
#titel:hover{
    color:#ccc;
}
#desc{
    color:#ddd;
    padding-left:20px;
    cursor:default;
    font:11px verdana,sans-serif;
    /*
    i've decided, after much debate, that i don't like this. if you do, feel free to uncomment it.
    letter-spacing:1px;
    */
}
#head{
    padding-bottom:20px;
    padding-top:40px;
    width:580px;
    /* margin-left:220px; */
    padding-left:40px;
    padding-right:40px;
    border-left:1px solid #555;
    border-right:1px solid #555;
}
#it{
    background-color:#fff;
    color:#000;
    padding:20px;
}
.pt, h1, h2{
    font:18px Trebuchet MS,sans-serif;
}
.pt a{
    color:#000;
    text-decoration:none;
}
.pt a:hover{
    color:#888;
}
.pd{
    color:#999;
    float:right;
    cursor:default;
    font:11px verdana,sans-serif;
    margin-top:5px;
}
#foot{
    padding-top:10px;
    color:#bbb;
    padding-bottom:40px;
    height:100%;
}
#foot a{
    color:#eee;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
}
#foot a:hover{
    color:#bbb;
}
#foot .righty{
    float:right;
    margin-right:10px;
}
#foot #cred{
    padding:0px;
}
.content{
    line-height:170%;
    margin-bottom:20px;
}
.content a, .pd a{
    text-decoration:none;
    color:#527d9f;
    border-bottom:1px dotted #527d9f;
}
.content a:hover, .pd a:hover{
    border-bottom:1px dotted #fff;

}
a img{
    border-bottom:0px;
    border:1px solid #527d9f;
}
a img:hover{
    border:1px solid #999;
}
.righty a img{
    border:0px;
}
blockquote{
    margin-left:20px;
    padding-left:10px;
    border-left:7px solid #d5d5d5;
    color:#555;
}
/* comments stuff */
.odd, .even{
    padding:10px;
}
.odd{
    background-color:#dfdfdf;
}
.even{
    background-color:#fff;
}
.pd img{
    border:0px;
    margin-bottom:-5px;
}
.pd a{
    border-bottom:0px;
}
/*
this crap is all for the Nifty Corners!
*/
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#ffffff; border:0 solid #fff; border-width:0 1px;}
/*
this is for the nifty corners for the comments display
*/
.xtopc, .xbottomc {display:block; background:transparent; font-size:1px;}
.xb1c, .xb2c, .xb3c, .xb4c{display:block; overflow:hidden;}
.xb1c, .xb2c, .xb3c {height:1px;}
.xb2c, .xb3c, .xb4c {background:#dfdfdf; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1c {margin:0 5px; background:#fff;}
.xb2c {margin:0 3px; border-width:0 2px;}
.xb3c {margin:0 2px;}
.xb4c {height:2px; margin:0 1px;}
.xboxcontentc {display:block; background:#dfdfdf; border:0 solid #fff; border-width:0 1px;}