* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color: #202020;
    background-color: #f7f4ee;
}

#head {
    background-color: #343434;
    border-bottom: 4px solid #6eab24;
}

#head .head-wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0;
}

#head h2 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.5em;
}

#head a.link-nomad:link, #head a.link-nomad:visited {
    color: #fff;
}

#head a.link-nomad:hover {
    color: #000;
}

#head a.link-categories:link, a.link-categories:visited {
    color: #fff;
}

#head a.link-categories:hover {
    color: #000;
}

#head a.link-projects:link, a.link-projects:visited {
    color: #fff;
}

#head a.link-projects:hover {
    color: #000;
}

#entries {
    margin: 20px 0;
}

#entries .entries-wrapper {
    width: 950px;
    margin: 0 auto;
}

#entries .entries-wrapper .entry {
    margin-bottom: 40px;
    border-bottom: 3px double #ddd8ce;
}

#entries .entries-wrapper .entry abbr {
    font-size: 12px;
    color: #6eab24;
    border-bottom: 2px solid #6eab24;
    padding-bottom: 2px;
}

#entries .entries-wrapper .entry h1 {
    background: transparent url(/media/img/bg_title_post.png) repeat-x;
    padding: 9px 20px;
}

#entries .entries-wrapper .entry p {
    line-height: 1.5em;
    margin-bottom: 10px;
}

#entries .entries-wrapper .entry ul, #entries .entries-wrapper .entry ol {
    margin-left: 20px;
    padding-left: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#entries .entries-wrapper .entry blockquote {
    display: block;
    border-left: 3px solid #ddd8ce;
    margin-left: 20px;
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
}

h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

ul {
    font-weight: normal;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#categories-list {
    font-size: 30px;
    color: #49697b;
}

a:visited, a:link {
    color: #49697b;
}
a:hover {
    color: #000;
}

a.link-nomad:link, a.link-nomad:visited {
    background-color: #49697b;
    color: #fff;
    text-decoration: none;
    padding: 0 6px 0 6px;
}

a.link-nomad:hover {
    color: #000;
}

a.link-categories:link, a.link-categories:visited {
    background-color: #6eab24;
    color: #fff;
    text-decoration: none;
    padding: 0 6px 0 6px;
}

a.link-categories:hover {
    color: #000;
}

a.link-projects:link, a.link-projects:visited {
    background-color: #8b24ab;
    color: #fff;
    text-decoration: none;
    padding: 0 6px 0 6px;
}

a.link-projects:hover {
    color: #000;
}

form p {margin-bottom: 20px;}
form p label {float: left; width: 110px;}

.post-meta {
    position: relative;
    top: -30px;
}

.comment p {
    background: transparent url(/media/img/bg_title_post.png) repeat-x;
    padding: 10px;
}

div.comment {
    margin-bottom: 5px;
}

.comment p span.comment-user {
    font-weight: bold;
}

.comment p span.comment-date {
    font-style: italic;
}

input.submit-post {
    margin-left: 110px;
}

pre {
    background-color:#e4dbc6;
    border-left:3px solid #ccc3ae;
    padding:15px;
    font-family:courier;
    line-height:1.5em;
}
a#twitter-logo {
    float:right;
    margin-top:5px;
    margin-right:40px;
}

a#syndication-logo {
    float:right;
    margin-top:5px;
    margin-right:20px;
}

a img {border: none; }
