h1{
    text-align: right;
    font-size: 30pt;
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #444;
}

h2{
    font-size: 15pt;
    font-weight: normal;
    font-style: italic;
    font-family: "Times New Roman", serif;
    margin-bottom: -8px;
    color: #98a9ba;
}

h3{
    font-size: 15pt;
    font-weight: normal;
    font-style: italic;
    font-family: "Times New Roman", serif;
    margin-bottom: 2em;
}

h4{
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    padding-bottom: 5px;
    font-style: italic;
}

#tagline{
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    color: #98a9ba;
    font-size: 14pt;
    text-align: right;
    margin-top: -8px;

}

#article_list, #project_list{
    padding: 10px;
    list-style-type: none;
}

#article_list li p{
    text-indent: 0px;
    margin-top: 5px;
}

#article_list li ul{
    list-style-type: none;
    margin-left: 25px;
    margin-bottom: 20px;
}

#article_list ul li{
    font-family: Monaco, "bitstream vera sans mono", monospace;
}

#article_list a{
    font-family: sans-serif;
}

a{
    color: #98a9ba;
    text-decoration: none;
    border-bottom: 1px dotted #5c6572;
}

h2 a{
    border: none;
}

*{
    margin: 0;
    padding: 0;
    border: 0px solid #ff3300;
}

body {
    background-color: #4c5562;
    font-family: "Bitstream Vera Sans", "Dejavu Sans", "Liberation sans", "Verdana", "Tahoma", sans-serif;
    color: #dcdcdc;
    font-size: 11pt;
    word-spacing: .5px;
}

p {
    text-indent: 10px;
    line-height: 21px;
}

li{
    line-height: 21px;
}

#cont{
    width: 535px;
    margin: 150px auto 0px auto;
    position: relative;
}

#header{
    margin-bottom: 30px;
    position: absolute;
    right: 0px;
    top: -75px;
}

#nav_col{
    width: 300px;
    border-right: 1px dotted #5c6572;
    line-height: 21px;
    text-align: right;
    padding-right: 15px;
    margin: 3px 0px;
    position: absolute;
    right: 550px;
}

#nav_col a{
    border: none;
}

a:hover{
    color: #b8c9da;
}

#nav_col ul{
    padding-bottom: 30px;
}

#nav_col #links{
    padding-bottom: 0px;
}

#social_networks {
    padding-top: 5px;
}

#social_networks li{
    display: inline;
}

#social_networks li a {
    border: 0;
}

#nav li {
    line-height: 21px;
}

#nav a {
    font-size: 11pt;
    letter-spacing: 3px;
}

#nav_col ul{
    color: #dcdcdc;
    list-style: none;
    font-size: 9pt;
    letter-spacing: 2.5px;
}

.date {
    text-align: center;
    border-left: 1px dotted #5c6572;
    margin: 3px 5px;
    padding: 0px 5px;
    position: absolute;
    left: 550px;
}

.date .month {
    font-size: 10pt;
    font-family: "courier new";
    color: #98a9ba;
    text-align: center;
    margin: auto;
}

.date .year {
    font-size: 10pt;
    font-family: "courier new";
    color: #98a9ba;
    text-align: center;
    letter-spacing: 2px;
}

.date .day {
    font-size: 28pt;
    font-family: "courier new";
    line-height: 28px;
    padding: 3px 5px;
    text-align: center;
}

.divide {
    width: 100%;
    font-size: 18pt;
    text-align: center;
    color: #546576;
    padding: 20px 0px;
}

.blue{
    color: #98a9ba;
}

#pagination{
    padding: 20px 0px;
    text-align: right;
    height: 20px;
}

#pagination .prev{
    float: left;
}

#pagination .next{
    float: right;
}

.post p{
    font-family: "Trebuchet MS", "Bitstream Vera Sans", "Dejavu Sans", "Liberation sans", "Verdana", "Tahoma", sans-serif;
    text-align: justify;
    text-indent: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post_details{
    text-align: right;
    font-family: serif;
    font-style: italic;
    padding-top: 15px;
}

ol li{
    margin-left: 25px;
}

.obfuscate{
    unicode-bidi: bidi-override;
    direction: rtl;
    letter-spacing: -1.75px;
    font-weight: normal;
}

span.obfuscate{
    padding-left: 5px;
}

.project dt{
    font-weight: bold;
    padding-top: 10px;
}

.project dd{
    padding-left: 10px;
    padding-bottom: 10px;
}

.project ul{
    font-size: 9pt;
    padding: 5px;
}

.project li{
    margin-left: 15px;
    padding: 3px 0px;
}

.post{
    padding-top: 8px;
}

span.unpublished, #nav_col .staff_only {
    color: #dd9;
}

div.unpublished {
    border: 2px dotted #5c6572;
    margin: 0 -10px;
    padding: 10px;
}

#nav_col .staff_only:hover {
    color: #fdfdb9;
}

.article ul{
    list-style-type: square;
}

.article li {
    margin-left: 25px;
}

.article li p {
    text-indent: 0px;
}

.article ol, .article ul{ 
    padding-bottom: 10px;
    margin: 0 15px;
}

#valid{
    list-style: none;
    font-size: 8pt;
}

#valid li{
    line-height: 12px;
    display: inline;
    margin: 0px 10px;
}
#valid li a{
    font-size: 8pt;
    letter-spacing: .1px;
}

#footer{
    margin: 25px auto;
    text-align: center;
}

pre{
    border: 1px solid #3c4552;
    border-top: 1px solid #5c6577;
    border-left: 1px solid #5c6577;
    padding: 10px;
    background-color: #48515f;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code{
    font-family: monospace;
    color: #dcdcdc;
    font-style: normal;
    font-weight: normal;
    background-color: #48515F;
    border: 1px solid #5c6577;
}

ul.DT {
    list-style: none;
    margin-left: 30px;
    padding: 0;
}

li.DT {
    font-family: "bitstream vera sans mono", monospace;
    font-size: 13pt;
    font-weight: normal;
}

li.DT img{
    border: none;
}

li.DT a{
    color: #dcdcdc;
    border: none;
}

.codehilite{
    border: 1px solid #5c6577;
    border-top: 1px solid #3c4552;
    border-left: 1px solid #3c4552;
    margin: 5px 20px;
}

#comments_cont, #comment_form h4{
    margin-bottom: 1em;
}

.comment{
    margin: 1em 0;
    padding-bottom: 1em;
    text-align: right;

    background-image: url(/static/img/lquo.png);
    background-position: 5px 5px; 
    background-repeat: no-repeat;
}

div.admin{
    background-image: url(/static/img/lquo_admin.png);
    background-position: 5px 5px; 
    background-repeat: no-repeat;
}

a.admin{
    color: #fff;
    font-weight: bold;
}

.comment p{
    text-indent: 10px;
    margin-bottom: 10px;
}

.comment_contents{
    margin-top: 1em;
    padding: 1em 2em 0;
    text-align: left;
}

.comment_contents blockquote{
    background-image: url(/static/img/lquo_small.png);
    background-position: 0px 0px; 
    background-repeat: no-repeat;

    padding-left: 10px;
    margin: 10px 10px 5px;
    font-style: italic;
    font-family: "Times New Roman", serif;
    font-size: 1.1em;
}

.comment cite{
    font-family: serif;
    font-style: italic;
    padding-right: 1em;
    position: relative;
}



#comment_form form{
}

#comment_form form label{
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 120px;
    clear: left;
}

#comment_form form p{
    text-indent: 0px;
    margin-top: 10px;
}

#comment_form form textarea{
    margin: 5px 0px;
    height: 10em;
}

#comment_form form p.submit{
    margin-left: 130px;
}

#comment_form form p.submit input{
    padding: 2px;
}

.no_comments {
    margin-bottom: 1em;
}

.comment_error{
    font-size: 1.5em;
    font-weight: bold;
    color: #dd9;
    text-align: center;
    padding-bottom: 20px;
}

ul.errorlist{
    padding: 0;
    list-style-type: none;
}

ul.errorlist li{
    color: #dd9;
    font-size: 2em;
    position: absolute;
    left: 0px;
    margin-top: 15px;
}

#new_comments_cont{
    display: none;
}

ul.feedlist {
    list-style-image: url(/static/img/feeds.png);
    margin-left: 50px;
}

em {
    font-family: "Times New Roman", serif;
}

div.center {
    text-align: center;
}

ul.liststylenone {
    list-style-type: none;
}
