a:link, a:visited {
    color: #164a67;
    text-decoration: none;
}
a:hover, a:active {
    background: #fff29c;
}
.clear {
    clear: both;
    font: 0;
    height: 0;
}
.nomargin {margin: 0 !important;}
body {
    margin: 0;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
    color: #555;
    background: #25353b url(images/bodybg.jpg) top repeat-x;
    line-height: 1.5;
}
img {border:none}


/* LAYOUT */
div.wrapper {
    padding: 0 0 50px 0;
    width: 840px;
    padding: 10px;
    background: #3e4b50;
    margin: 20px auto 0 auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
div.wrap,
div.header {
    width: 840px;
    margin: auto;
}
div.header {
    margin-bottom: 10px;
    padding: 30px 0;
    background: #222;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url(images/header.jpg) no-repeat;
}
div.header h1 {
    padding: 0 20px;
    margin: 0 auto;
    color: white;
    font-size: 30px;
}
div.header h1 a:link,
div.header h1 a:visited {
    height: 47px;
    width: 194px;
    text-indent: -9999px;
    background: url(images/title.png) center center no-repeat;
    display: block;
}
div.header div.description {
    color: #eee;
    padding: 0 20px;
    text-transform: uppercase;
    display: none;
}
div.header div.twitter {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-align: right;
    font-size: 14px;
}
div.header div.searchbox {
    width: 226px;
    height: 38px;
    background: url(images/searchbox_w.png) no-repeat;
    position: absolute;
    top: 32px;
    right: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.header div.searchbox form {
    position: absolute;
    top: 7px;
    left: 8px;
    background: url(images/searchinput.png) no-repeat;
    margin: 0;
    width: 210px;
    height: 24px;
}
div.header div.searchbox form input.field {
    width: 173px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
div.header div.searchbox form input.submit {
    position: absolute;
    top: 0;
    right: 0;
}
div.ref {
    background: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 10px 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}
div.ref a:link,
div.ref a:visited {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(images/close_button.png) no-repeat;
}
div.content {
    float: left;
}
div.sidebar {
    float: right;
}
div.content_top {
    width: 530px;
    height: 1%;
    background: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.content_bottom {
    padding: 25px;
    height: 1%;
}
div.content_body {
    height: 1%;
}
div.sidebar_top {
    width: 300px;
    height: 1%;
    background: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.sidebar_bottom {
    padding: 25px;
    height: 1%;
}
div.sidebar_body {
    height: 1%;
}
div.innerwrap {
}
div.footer {
    width: 860px;
    margin: 10px auto 50px auto;
    color: #bbb;
    font-size: 11px;
    text-align: center;
}
div.footer a:link,
div.footer a:visited {
    color: #999;
}
div.footer p {
    margin: 0;
}


/* GENERIC */
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #333;
    font-family: Georgia, Serif;
}
h2.title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 1.3;
}
h3.title {
    letter-spacing: -1px;
    font-size: 22px;
}
h4.title {
    letter-spacing: -1px;
    font-size: 18px;
}


/* POSTS */
div.post {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
div.post h2.title,
div.post h3.title {
    margin: 0 0 5px 0;
}
div.post h2.title a:link,
div.post h2.title a:visited,
div.post h3.title a:link,
div.post h3.title a:visited {
}
div.post p {
    margin-top: 5px;
}
div.post div.entry a:link,
div.post div.entry a:visited {
    font-weight: bold;
}
div.post p.postmetadata {
    margin: 0 0 15px 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #eee;
    font-size: 11px;
    height: 16px;
    color: #777;
}
div.post p.postmetadata_single {
    background: #f1f1f1;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    color: #555;
    font-size: 11px;
}
div.post p.postmetadata span {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 15px 0 19px;
    zoom: 1;
    *display: inline;
}
div.post p.postmetadata span.date {
    background: url(images/icons/calendar.png) left center no-repeat;
}
div.post p.postmetadata span.category {
    background: url(images/icons/file.png) left center no-repeat;
}
div.post p.postmetadata span.edit {
    background: url(images/icons/file_edit.png) left center no-repeat;
}
div.post p.postmetadata span.comments {
    background: url(images/icons/comment.png) left center no-repeat;
}
div.post p.postmetadata span.author {
    background: url(images/icons/file_edit.png) left center no-repeat;
}
div.post p.postmetadata a:link,
div.post p.postmetadata a:visited {
    color: #777;
}
div.post div.date {
    color: white;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    left: -25px;
    margin: 0 0 5px 0;
    height: 19px;
}
div.post div.datecon {
    background: #999;
    text-transform: uppercase;
    float: left;
    height: 19px;
    line-height: 18px;
    padding: 0 15px 0 25px;
}

/* SIDEBAR */
div.sidebar h3 {
    margin: 0;
}
div.sidebar p {
    margin-top: 5px;
}
div.sidebar div.sep {
    padding-bottom: 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
div.sidebar ul.sideul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.sidebar ul.sideul li {
    padding-bottom: 40px;
}
div.sidebar ul.sideul li li {
    padding: 0;
}
div.sidebar ul.sideul li ul {}
div.sidebar div.intro {
    margin-top: 4px;
    min-height: 71px;
    _height: 71px;
}
div.sidebar p.hi {
    margin: 5px 0 0 0;
}
div.sidebar div.avatar {
    width: 90px;
    background: #ddd;
    border: 2px solid #777;
    padding: 1px;
    float: left;
}
div.sidebar div.avatar img {
    width: 90px;
    display: block;
}
div.sidebar .imgdesc {
    position: relative;
    top: -2px;
    margin: 0 0 0 106px;
}
div.sidebar ul.glist {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.sidebar ul.glist li {
    padding: 1px 0 1px 10px;
    background: url(images/icons/arrow.gif) left 7px no-repeat;
}
div.sidebar ul.glist li strong {
    display: inline-block;
    width: 45px;
    zoom: 1;
    *display: inline;
}
div.sidebar div.twitter {
    min-height: 38px;
    _height: 38px;
    font-size: 11px;
    margin: 5px 0 0 0;
}
div.sidebar div.twitter a.twit:link,
div.sidebar div.twitter a.twit:visited {
    display: block;
    width: 30px;
    height: 38px;
    text-indent: -9999px;
    float: left;
    background: url(images/twitter.png) no-repeat;
}
div.sidebar div.twitter span {
    padding: 1px 0 0 0;
    display: block;
    margin-left: 42px;
}


div.pagedesc {
    background: #f1f1f1;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #555;
    font-size: 11px;
    margin: -10px 0 20px 0;
}
div.pagedesc p {margin:0}

input, textarea, select {
    color: #555;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
}
form#searchform {
    margin: 5px 0 0 0;
}
form#searchform label {
    display: none;
}
form#searchform input[type=text] {
    width: 150px;
    border: 1px solid #aaa;
    padding: 2px 5px;
    background: white;
}
form#searchform input[type=submit] {
    background: #222;
    color: white;
    border: 1px solid #111;
    padding: 1px 3px;
}
form#commentform {
}
form#commentform input[type=text] {
    width: 200px;
    border: 1px solid #aaa;
    padding: 2px 5px;
    background: white;
}
form#commentform textarea {
    width: 360px;
    height: 120px;
    border: 1px solid #aaa;
    padding: 2px 5px;
    background: white;
}
form#commentform input[type=submit] {
    background: #222;
    color: white;
    border: 1px solid #111;
    padding: 1px 3px;
}

div.navigation {
    font-size: 11px;
}
div.navigation .alignleft {
    float: left;
    width: 50%;
}
div.navigation .alignright {
    float: right;
    text-align: right;
    width: 50%;
}

div.comments_con {
    height: 1%;
}
ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
ol.commentlist li {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f1f1f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 1%;
}
ol.commentlist li div.vcard {
    min-height: 32px;
    _height: 32px;
}
ol.commentlist li div.vcard div.imgholder {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #222;
    padding: 1px;
    background: white;
}
ol.commentlist li div.vcard div.imgholder img {
    display: block;
}
ol.commentlist li div.vcard div.desc {
    margin-left: 40px;
    position: relative;
    top: -1px;
}
ol.commentlist li div.vcard div.desc cite {
    font-style: normal;
    font-weight: bold;
}
ol.commentlist li div.vcard div.desc div.commentmetadata {
    font-size: 11px;
}
ol.commentlist li div.vcard div.desc div.commentmetadata a:link,
ol.commentlist li div.vcard div.desc div.commentmetadata a:visited {
    color: #888;
}

h3.title a span.flickr_1 {
    color: #0063dc !important;
}
h3.title a span.flickr_2 {
    color: #ff0084 !important;
}
div.flickr {
    margin: 5px 0 0 0;
}
div.flickr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.flickr ul li {
    display: inline;
    margin: 0;
}
div.flickr ul li a:link,
div.flickr ul li a:visited {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    background: #ddd;
    border: 2px solid #777;
    padding: 1px;
    margin: 0 3px 3px 0;
}
div.flickr ul li a:hover,
div.flickr ul li a:active {
    border-color: black;
}
div.flickr ul li img {
    display: block;
}

div.iebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    margin-bottom: 20px;
    border-bottom: 1px solid #686868;
    z-index: 9999;
}
div.iebar div {
    display: block;
    padding: 2px 7px 2px 24px;
    color: black;
    line-height: 16px;
    border-bottom: 1px solid #989788;
    background: #ffffe7 url(images/ie.gif) 5px 2px no-repeat;
}
div.iebar div a.close:link,
div.iebar div a.close:visited {
    margin-top: 4px;
    float: right;
    width: 8px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    background: url(images/ieclose.gif) no-repeat;
}
div.iebar div a:link,
div.iebar div a:visited {
    color: black;
    font-weight: bold;
}
div.iebar div a:hover,
div.iebar div a:active {
    text-decoration: underline;
    background: none;
}