* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    color: #ccc;
    font-family: Lucida Grande, Trebchet MS, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 90%;
    width: 100%;
    background-image: url(../images/slash.png);
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #fff;
}
#body a:link, #body a:visited {
    text-decoration: underline;
}

a img {
    border-style: none;
}

p {
    text-indent: 1em;
    line-height: 1.5em;
    margin: 0.5em 1em;
}

.separator {
    clear: both;
}
.separator hr {
    display: none;
}

#container {
    width: 100%;
}

#header-container,
#showcase-container,
#navigation-container,
#body-container,
#footer-container {
    text-align: center;
    clear: both;
    width: 100%;
}

#header, #navigation, #showcase, #body, #footer {
    width: 720px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    padding-left: 30px;
    padding-right: 30px;
    border-left: solid 4px #fff;
    border-right: solid 4px #fff;
}

#header {
}

#header h1 {
    /*line-height: 60px;*/
    font-variant: small-caps;
}
#header h1:first-letter {
    font-size: larger;
}

#showcase-container {
}

#showcase {
    background-image: url(../images/showcase-background.png);
    height: 260px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

#copy {
    width: 48%;
    float: left;
}

#copy h1 {
    color: #fff;
    margin-bottom: 20px;
}

#screenshot {
    width: 48%;
    float: right;
}

#navigation-container {
}
#navigation {
    font-size: 10px;
    border-bottom: solid 1px #fff;
}
#navigation ul {
    list-style-type: none;
    float: right;
}
#navigation ul li {
    display: inline;
}
#navigation ul li a {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    margin: 0 1px;
    color: #ccc;
    background-color: #000;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding-left: 24px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    background-position: 4px center;
    /*font-variant: small-caps;*/
}
#navigation li a#navi-home {
    background-image: url(../images/house.png);
}
#navigation li a#navi-labs {
    background-image: url(../images/brick.png);
}
#navigation li a#navi-blog {
    background-image: url(../images/feed.png);
}
#navigation li a#navi-about {
    background-image: url(../images/help.png);
}
#navigation li a#navi-contact {
    background-image: url(../images/user.png);
}
#navigation li a:hover {
    color: #ccc;
    background-color: #006;
}
#navigation li.selected a {
    font-weight: bold;
    color: #fff;
    background-color: #333;
}

#body-container {
}
#body {
    border-top: solid 1px #fff;
}
#body .section {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

#body h2 {
    border-bottom: dotted 1px #ccc;
    line-height: 1.5em;
    margin-left: -20px;
    margin-bottom: 10px;
    padding-left: .5em;
}

#body #section-home .contents {
    width: 350px;
    float: left;
}

#body #section-home .image {
    width: 250px;
    float: right;
    text-align: center;
}

#footer {
    /*border-top: solid 1px #ccc;*/
    height: 60px;
}

#footer .copyright {
    text-align: center;
}

#section-labs h3,
#section-blog h3 {
    font-size: medium;
    margin-bottom: 1em;
    padding: .5em 1em;
    /*background-image: url(../images/showcase-background.png);*/
    border-left: solid 5px #ccc;
    border-bottom: dotted 1px #ccc;
    /*background-image: url(../images/slash.png);*/
}
#section-labs .contents {
    width: 100% !important;
}
#section-labs .box {
    float: left;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
}
#section-labs .image-container {
    text-align: center;
}

.site-url {
    text-align: center;
    margin: 10px;
}
