@charset "utf-8";

html, body {
    background: #333333 url(img/pattern.png) repeat 0 0 fixed;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #e5e5e5;
}
a {
    text-decoration: none;
    color: #e5e5e5;
}
a:hover {
    text-decoration: none;
    color: #cccccc;
}
#logo {
    width: 400px;
    height: 64px;
    margin: 100px 0 0 25px;
    padding: 10px;
    background: none;
}
#logo img {
    position: relative;
    top: -78px;
    left: -197px;
}
#outerWrapper {
    position: relative;
    width: 960px;
    margin: 50px auto 0 auto;
}

#innerWrapper {
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    width: 960px;
    padding: 25px 0 25px 0;
    margin: 0 0 -30px 0; /* Height of the footer */
    background: #e6e6e6;
}
#mailTo {
    position: relative;
    top: -180px;
    left: 820px;
    clear: both;
    width: 200px;
}
/* Content */
#content {
    position: relative;
    top: 0;
    left: 0;
    width: 470px;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    line-height: 18px;
    font-size: 12px;
}

#content h1 {
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    color: #e5e5e5;
    margin: 25px 0 10px 35px;
}

.clearer {
    clear: both;
}

/* error 404 */
.linkBoxCode, .linkBoxLabor, .linkBoxArt, .linkBoxSandbox {
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.linkBoxCode {
    width: 400px;
    height: 64px;
    margin: 25px 0 0 25px;
    padding: 10px;
    background: #4c5c88;
}
.linkBoxLabor {
    width: 400px;
    height: 64px;
    margin: 25px 0 0 25px;
    padding: 10px;
    background: #69356e;
}
.linkBoxArt {
    width: 400px;
    height: 64px;
    margin: 25px 0 0 25px;
    padding: 10px;
    background: #a58e34;
}
.linkBoxSandbox {
    width: 400px;
    height: 64px;
    margin: 25px 0 0 25px;
    padding: 10px;
    background: #944747;
}
.linkBoxCode a, .linkBoxLabor a, .linkBoxArt a, .linkBoxSandbox a {
    color: #e5e5e5;
}
.linkBoxCode a:hover, .linkBoxLabor a:hover, .linkBoxArt a:hover, .linkBoxSandbox a:hover {
    color: #cccccc;
}
.linkBoxCode span, .linkBoxLabor span, .linkBoxArt span, .linkBoxSandbox span {
    position: relative;
    top: -27px;
    left: 25px;
    font-size: 16px;
}



/* Social Networks and Bookmarking */
#social {
    position: relative;
    top: 30px;
    left: 25px;
    width: 400px;
}
#others {
    float: left;
}
#share {
    position: relative;
    top: 0px;
    left: 22px;
    float: right;
}
.socialLink {
    float: left;
    width: 32px;
    height: 32px;
}
.addthisRow2 {
    position: relative;
    top: 4px;
}
