* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body {
    font-family:Arial, Tahoma, sans-serif;
    background: #FFF url('/img/faux_sidebar.png') repeat-y;
    min-width: 950px;
    position: relative;
}
#header {
    border-bottom: 1px solid #A2D4D9;
    background: url('/img/header_bg.png') repeat-x;
    height: 60px;
    padding-top: 24px;
    padding-left: 20px;
}
#header h2 {
    position: absolute;
    right: 30px;
    top: 0;
    height: 216px;
    width: 58px;
    text-indent: -100000px;
    background: url('/img/logo_mark.png') no-repeat;
    z-index: 99;
}
#header h2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#header h1 {
    text-indent: -10000px;
}
#header h1.seo {
    background: url('/img/seo_validator.png') no-repeat;
    height: 37px;
    width: 263px;
}
#header h1.ip {
    background: url('/img/ip_address.png') no-repeat;
    height: 46px;
    width: 209px;
}
#main {
    position: relative;
}
#content {
    margin-left: 201px;
    padding: 8px 30px;
}
#sidebar {
    font-size: 80%;
    position: absolute;
    top: 0;
    float: left;
    width: 200px;
    margin-right: -200px;
    background: #F7F7F7;
    border-right: 1px solid #CCC;
}
#sidebar ul li {
    padding: 6px 8px;
}
#sidebar h4 {
    background: #394449 url('/img/sidebar_h4.png') repeat-x;
    color: #DDF2F5;
    padding: 8px;
    font-size: 100%;
    font-weight: normal;
}
#sidebar blockquote {
    font-weight: bold;
    text-align: center;
}
#sidebar blockquote, #sidebar p {
    padding: 8px;
    line-height: 150%;
}
h3 {
    font-size: 140%;
    font-weight: normal;
    color: #394449;
    border-bottom: 1px solid #CCC;
    margin: 15px 0;
}
#content h4 {
    margin: 10px 0;
}
p {
    line-height: 120%;
    margin: 5px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table td {
    padding: 5px;
}

thead tr td {
    background: #DDF2F5;
    border-bottom: 1px solid #394449;
}
#sourcecode {
    width: 100%;
    overflow: auto;
    background: #FCFCFC;
    border: 1px solid #F3F3F3;
}
pre {
    display: block;
    font-family: Monaco,
             "Courier New",
             Courier,
             "Lucida Console",
             "Andale Mono",
             monospace;
    line-height: 200%;
    font-size: 80%;
    text-indent: 0;
    color: #555;
}
pre .n {
    background: #F8F8F8;
    border-right: 1px solid #CCC;
    width: 40px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    margin-right: 8px;
    color: #AAA;
}
pre span.error {
    background: #CCC;
    color: #C00;
    padding-bottom: 2px;
    margin-bottom: -2px;
    background: url('/img/underline.png') repeat-x bottom;
}
pre span.error span.n {
    background: #C00 url('/img/linenumber_bg.png') right center;
    border-right: 1px solid #A00;
    color: #FFF;
    text-shadow: 1px 1px 2px #500;
}
a.ln {
    color: #999;
    font-style: italic;
    font-variant: small-caps;
    text-decoration: none;
    border-bottom: 1px dashed #CCC;
}
label {
    font-size: 130%;
    color: #DDD;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    text-align: center;
}
#latest-blogs {
    border-top: 1px solid #DEDEDE;
    margin: 0 -30px;
    margin-top: 8px;
    padding: 10px 30px;
    background: url('/img/blogs_bg.png') repeat-x;
    position: relative;
}
#latest-blogs h3 {
    margin: 10px 0;
    border: none;
}
#latest-blogs #fade {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 105px;
    background: url('/img/fade.png') repeat-x;
    z-index: 98;
}
#lb-header, .blogpost {
    width: 20%;
    margin-right: 5%;
    float: left;
    color: #666;
}
.blogpost {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.blogpost a.more {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -54px;
    width: 108px;
    height: 26px;
    background: url('/img/button-readmore.png') no-repeat;
    text-indent: -100000px;
}
.blogpost a.more:hover, .blogpost a.more:active {
    background-position: 0 100%;
}
.blogpost h4 {
    font-weight: normal;
    font-size: 120%;
}
.blogpost p {
    font-size: 80%;
    margin: 0;
}

.clear {clear:both;}
#validate-form {
    height: 320px;
    position: relative;
    background: url('/img/magnifier.png') no-repeat;
    background-position: 100px 50px;
}
#validate-form #form {
    position: absolute;
    right: 400px;
    left: 0;
    top: 30%;
}
#validate-form h3 {
    font-size: 150%;
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    border: none;
}
input.url {
    padding-top: 50px;
    font-size: 190%;
    border: 1px solid #CCC;
    display: block;
    outline: 3px solid #EEE;
    padding: 5px;
    width: 90%;
    margin-bottom: 10px;
}
#validate-form ul {
    position: absolute;
    right: 280px;
    top: 30%;
}
#validate-form ul li {
    list-style-image: url('/img/tick.png');
    line-height: 150%;
    font-size: 120%;
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    text-shadow: 1px 1px 2px #EEE;
}
.marvin {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
}