@import url(reset.css);

body {
    background-color: white;
    /*color: #333;*/
    line-height: 1.6em;
    margin: 0;
    font-family: Verdana, sans-serif;
}

.inner {
    padding: 1em;
}

.head, .head h1 a {
    background-color: #092E20;
    color: white;
    color: #FFC757;
    text-decoration: none;
}

.head h1 {
    margin: 0.5em 0;
}

.body .inner {
    padding-top: 0.5em;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: normal;
}

dd {
    margin-bottom: 0.5em;
}

dt {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.stat {
    text-align: right;
}

.lefted {
    float: left;
    width: 46%;
    margin-right: 3%;
}

.righted {
    float: left;
    width: 46%;
    margin-left: 3%;
}

.clear {
    clear: both;
}


a {
    color:#AB5603;
    text-decoration:underline;
}

a:hover {
    background-color:#E0FFB8;
    color:#234F32;
    text-decoration:none;
}

ul {
    margin-left: 1em;
    margin-bottom: 1em;
}

.notice {
    padding: 1em;
    border: 1px solid #94DA3A;
}

dl.experience dd {
    padding-left: 1em;
}

.page-index .body {
    font-size: 1.8em;
}

.page-index li {
    margin-bottom: 0.2em;
}

.page-index li a {
    text-decoration: none;
}

ul.bulled li {
    list-style-type: circle;
    list-style-position: inside;
}

p {
    margin-bottom: 1em;
}

.parsing-history .date {
    font-weight: bold;
}

.parsing-history .summary {
    margin-left: 2em;
}

.parsing-history li {
    margin-bottom: 1em;
}

.contacts li .img {
    float: left;
    width: 30px;
}

.contacts li .img img {
    position: relative;
    top: 5px;
}

.contacts li.phone {
    position: relative;
    left: -3px;
    font-size: 0.9em;
}

.contacts .link-list li {
    /*line-height: 1.5em;*/
}

