@import url("./fonts/fonts.css");

/*** Typography ***/
body {
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    color: #303030;
}

h1, h2, h3 {
    font-family: "ForgottenFuturistRegular";
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h2, h3 { margin: 0.7em 0; }

p {
    line-height: 1.3em;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    text-indent: 0;
}
p + p { text-indent: 1em; }

a, a:visited {
    text-decoration: none;
    color: #25748f;
}
a:hover { color: black; }

hr { 
    width: 85%;
    border: 0px none;
    border-top: 1px dotted rgb(20, 20, 20);
    clear: both;
}

pre {
    background-color: #e3e3e3;
    color: black;
    padding: 1em;
    overflow: auto;
}

blockquote { font-size: 10pt; }
blockquote p { font-style: italic; line-height: 1.5em; }

#header { color: white; }
#header-title {
    font-family: "ForgottenFuturistRegular";
    margin: 0 0 0 1em;
    padding-bottom: 0.1em;
    /* background: url('../images/header_highlight.png') no-repeat bottom left transparent; */
}

#nav-menu a,
#nav-menu a:visited {
    font-family: "ForgottenFuturistRegular";
    display: inline-block;
    padding: 0 1em;
    color: white;
    height: 38px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 12pt;
    font-weight: bold;
}
#nav-menu a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#content h1 { text-shadow: 1px 2px 1px gray; }
#content h1.title { margin-top: 0.5em; }
#content h2,
#content h3,
#content div.comment h1 { text-shadow: 2px 2px 3px lightgray; }

#content ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}
#content ul li { padding: 0.25em; }

#content ul.itemlist li {
    width: auto;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
}
#content ul.itemlist li p { text-indent: 0em; }

#content img {
    border: 0;
    padding: 4px;
    background-color: white;
}

/*** Comments Typography ***/
#comment_list .comment {
    font-size: 10pt;
    font-family: helvetica, arial, sans-serif;
}
#comment_list .comment h1 { font-size: 13pt; }
#comment_list .comment h2 { font-size: 12pt; }
#comment_list .comment h3,
#comment_list .comment h4,
#comment_list .comment h5 { font-size: 11pt; }
#comment_list .comment p { line-height: 1.2em; }
#comment_list .comment li { padding: 0; }


/*** Other Typography ***/
#panel {
    color: white;
    font-family: helvetica, arial, sans-serif;
}
#panel p { color: #a5a5a5; }
#panel a, #panel a:visited { font-weight: normal; color: #a5a5a5; }
#panel a:hover { color: white; }

#panel h3 { font-family: "ForgottenFuturistRegular"; border-bottom: 1px solid #a5a5a5; }

#footer { font-size: 10pt; text-align: center; color: #a5a5a5; }
#footer div h3 { color: white; margin-top: 0; }
#footer div ul { font-size: 10pt; }
#footer a:hover { color: white; }

/*** Create the datestamp styles for blog entries ***/
.entrydate {
    position: relative;
    width: 50px;
    height: 50px;
    border: 3px solid #F4F3EB;
    float: right;
    background-color: #F4F3EB;
}

.month, .day, .year {
    position: absolute;
    text-indent: -1000em;
    background-image: url('../images/dates.png');
    background-repeat: no-repeat;
}
.month { top: 2px; left: 0; width: 32px; height: 24px;}
.day { top: 25px; left: 0; width: 32px; height: 25px;}
.year { bottom: 0; right: 0; width: 17px; height: 48px;}

.m-01 { background-position: 0 4px;}
.m-02 { background-position: 0 -28px;}
.m-03 { background-position: 0 -59px;}
.m-04 { background-position: 0 -90px;}
.m-05 { background-position: 0 -122px;}
.m-06 { background-position: 0 -152px;}
.m-07 { background-position: 0 -183px;}
.m-08 { background-position: 0 -215px;}
.m-09 { background-position: 0 -246px;}
.m-10 { background-position: 0 -277px;}
.m-11 { background-position: 0 -308px;}
.m-12 { background-position: 0 -338px;}

.d-01 { background-position: -50px 0;}
.d-02 { background-position: -50px -31px;}
.d-03 { background-position: -50px -62px;}
.d-04 { background-position: -50px -93px;}
.d-05 { background-position: -50px -124px;}
.d-06 { background-position: -50px -155px;}
.d-07 { background-position: -50px -186px;}
.d-08 { background-position: -50px -217px;}
.d-09 { background-position: -50px -248px;}
.d-10 { background-position: -50px -279px;}
.d-11 { background-position: -50px -310px;}
.d-12 { background-position: -50px -341px;}
.d-13 { background-position: -50px -372px;}
.d-14 { background-position: -50px -403px;}
.d-15 { background-position: -50px -434px;}
.d-16 { background-position: -50px -465px;}
.d-17 { background-position: -100px 0;}
.d-18 { background-position: -100px -31px;}
.d-19 { background-position: -100px -62px;}
.d-20 { background-position: -100px -93px;}
.d-21 { background-position: -100px -124px;}
.d-22 { background-position: -100px -155px;}
.d-23 { background-position: -100px -186px;}
.d-24 { background-position: -100px -217px;}
.d-25 { background-position: -100px -248px;}
.d-26 { background-position: -100px -279px;}
.d-27 { background-position: -100px -310px;}
.d-28 { background-position: -100px -341px;}
.d-29 { background-position: -100px -372px;}
.d-30 { background-position: -100px -403px;}
.d-31 { background-position: -100px -434px;}

.y-2006 { background-position: -150px -2px;}
.y-2007 { background-position: -150px -52px;}
.y-2008 { background-position: -150px -102px;}
.y-2009 { background-position: -150px -152px;}
.y-2010 { background-position: -150px -202px;}
.y-2011 { background-position: -150px -252px;}
.y-2012 { background-position: -150px -302px;}
.y-2013 { background-position: -150px -353px;}
.y-2014 { background-position: -150px -402px;}
