@import "reset.css";
@import "typography.css";

/* Site */
html, body { height: 100% !important; }
body { 
    position: relative; 
    min-width: 1000px;
}

/* Main Blocks */
#wrap {
    position: absolute;
    width: 920px;
    height: 685px;
    top: 50%; left: 50%;
    margin-top: -343px;
    margin-left: -460px;
}
#header {
}
#header h1 {
    margin-bottom: 40px;
}
#content {
}

#foot {
    width: 770px;
    padding-bottom: 20px;
	font-size: 10px;
}
#foot .divider {
    padding: 0 6px;
}
#foot a {
    text-decoration: none;
}

/* Artists */
#artist-index table.layout {
    width: 100%; height: 545px;
}
#artist-index table.layout td {
    padding: 0;
    vertical-align: middle;
}
.artist-list {
    line-height: 1.5em;
    width: 180px; padding-right: 20px !important;
}
.artist-list a {
    font-size: 1.4em;
    text-decoration: none;
}

.artist-images { 
    text-align: center;
    width: 520px;
}
.artist-captions {
    padding-left: 20px !important;
    width: 180px;
}

.image-controls {
}
.image-controls a {
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
}
.image-prev {
    margin-right: 4px;
}
.image-next {
    margin-left: 4px;
}
