@import url(typography.css);
@import url(iconize.css);
@import url(layout.css);
@import url(loopedSlider.css);

body {
    background-color: #fff;
}

#logo {
    display: block;
}

#menu, #footer, #bottom, #sub-menu, #home-extras, .pagination, .previous, .next {
    display: none;
}

#container {
    background: #fff;
    color: #000;
    border: 0;
}

#sub-container {
    width: 100%;
}

a {
    border-bottom: solid 1px #777;
}

hr {
    border-bottom: solid 1px #777;
}

.quote {
    border: solid 1px #777;
}

ul.gallery li {
    border: 0;
    background-color: #fff;
}

.slides {
    position: static;
    width: 650px;
}

.slides li {
    position: static;
    width: 650px;
    float: none;
    clear: both;
    left: 0;
}
