body {
    background: url('img/bkg.jpg') repeat-x #fff;
    color: #a5a5a5;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

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

#callMe {
    display: none;
}

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: 1024px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 160px;
}

.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: #fff;
    text-align: left;
    padding: 10px;
}

.topLink {
    margin: 10px 18px;
    height: 44px;
    color: #fff;
    font-size: 25px;
}

.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: url('/img/bkgFooter.jpg') repeat-x #fff;
    height: 60px;
    border-top: solid #000 15px;
}

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

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

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

div.comment1, div.comment2, div.comment3, div.comment4, div.comment5, div.comment6, div.comment7, div.comment8, div.comment9, 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;
}

#mainNav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}