body {
    background: #181818;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    border: 1px solid #444;
    background-color: #d8d8d8;
}

textarea {
    border: 1px solid #444;
    background-color: #d8d8d8;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFCC00;
    text-decoration: none;
    font-size: 9pt;
    border: 0px;
}

h2 a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFCC00;
    text-decoration: none;
    font-size: 16pt;
    border: 0px;
}

a.selectedLink {
    color: #fff;
    font-size: 16px;
}

.main {
    width: 950px;
    background-color: #222;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0 auto;
}

.content {
    width: 700px;
    float: left;
    padding-left: 15px;
    text-align: left;
    font-size: 12px;
}

.skinny {
    float: left;
    width: 170px;
    padding-right: 40px;
    color: #aaa;
}

.homeOnly, .blogPosts {
    width: 480px;
    float: left;
    padding-bottom: 20px;
}

.timeStamp {
    color: #ccc;
    background-color: #555;
    margin-top: 15px;
    padding: 5px;
    height: 15px;
}

.pageCopy {
    clear: both;
}

.header {
    float: right;
}

.header h1 {
    font-size: 16pt;
}

.whiteBottom {
    border-bottom: 2px solid #ddd;
    padding: 5px;
}

.sidebar {
    width: 200px;
    min-height: 800px;
    float: right;
    border-left: 3px solid #333;
    background-color: #222;
    text-align: left;
    padding: 10px;
}

.topLink {
    padding: 5px 0px 5px 30px;
    height: 44px;
}

.digg {
    font-size: 10px;
    line-height: 14px;
    clear: both;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

.digg a {
    margin-bottom: 6px;
    font-size: 10pt;
}

.sidebar hr {
    border: 0px;
    border-top: 1px solid #333;
}

.imgLink {
    border: 0px;
}

.footer {
    clear: both;
    font-size: 10px;
    background-color: #333;
    padding: 8px;
    margin-bottom: 35px;
}

.footer a {
    font-size: 10px;
}

.little {
    font-size: 10px;
    line-height: 12px;
}

.blogPost img {
    max-width: 100%;
}

div.comment1 {
    display: none;
}

div.comment2 {
    display: none;
}

div.comment3 {
    display: none;
}

div.comment4 {
    display: none;
}

div.comment5 {
    display: none;
}

div.comment6 {
    display: none;
}

div.comment7 {
    display: none;
}

div.comment8 {
    display: none;
}

div.comment9 {
    display: none;
}

div.comment10 {
    display: none;
}

span.small {
    font-size: 10px;
    color: #666;
}

p a img {
    border: 0px solid;
}

.portfolioItem {
    margin: 15px 5px;
    border-top: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 20px;
}

.portfolioImage {
    float: right;
    padding: 0px 0px 5px 10px;
}

#callMe {
    position: absolute;
    top: 0;
    left: 0;
}