/*
    WEBSITE: www.seventhsin.nl  	

Layout
    1 - General style
    2 - Layout style
    3 - Layout content item style
    4 - Other style
Content
    5 - General style
    6 - Color style
    7 - Image style
    8 - Other style
*/

/* LAYOUT ==================================================================== */
/* 1 - GENERAL STYLE========================================================== */

* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
}

html {
    overflow: hidden;
    background-color: #000000;
}

th {
    background-color: #2B1668;
}

td {
    vertical-align: top;
}

/* 2 - LAYOUT STYLE ========================================================== */

#layout {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 100%;
    background-image: url("http://www.seventhsin.nl/images/achtergrond.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

#menu {
    height: 180px;
    position: absolute;
    top: 0px;
    display: block;
    z-index: 5;
    width: 780px;
    padding-top: 40px;
}

#main {
    width: 800px;
    position: absolute;
    top: 200px;
    bottom: 0px;
    overflow-y: scroll;
}

#padding {
    width: 770px;
}

/* 3 - LAYOUT CONTENT ITEM STYLE ============================================= */

#quicknav {
    width: 175px;
    float: right;
}

#pagination {
    width: 550px;
}


#leftcol {
    float: left;
    width: 500px;
}

#rightcol {
    float: right;
}

#bioleft {
    float: left;
    width: 375px;
    margin-bottom: 25px;
}

#bioright {
    float: right;
    width: 375px;
    margin-bottom: 25px;
}

#bioquote {
    float: left;
    width: 770px;
}

#members, #crew{
    position: relative;
    padding-top: 30px;
    width: 770px;
}

#gigs {
    margin: 0px auto;
}

#links {
    margin: 0px auto;
}

#linkscol1 {
    float: left;
    margin-left: 10px;
    width: 250px;
    height: 50px;
}

#linkscol2 {
    margin: 0px 260px;
    width: 250px;
    height: 50px;
}

#linkscol3 {
    float: right;
    margin-right: 10px;
    width: 250px;
    height: 50px;
}

#introdiv {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 506px;
}

/* 4 - OTHER STYLE =========================================================== */


/* CONTENT =================================================================== */
/* 5 - GENERAL STYLE========================================================== */

h1, h2, h3 {
    font-family: 'Lucida Sans Unicode';
    color: #ffffff;
    text-align: justify;
    margin-bottom: 20px;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 13pt;
}

h3 {
    font-size: 11pt;
}

p {
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #ffffff;
    text-align: justify;
}

img {
    border: 2px white solid;
}

a {  
    color: #C891FE;
    text-decoration: underline;
    font-size: 10pt;
}   

a:hover {  
    color: #ffffff;
}  

ul {
    list-style: none;
}

ul li {
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #ffffff;
    text-align: justify;
}

ol {
    list-style: decimal inside;
}

ol li {
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #ffffff;
    text-align: justify;
}

/* 6 - COLOR STYLE =========================================================== */

.purple {
    color: #C891FE;
}

/* 7 - IMAGE STYLE =========================================================== */
/* 8 - OTHER STYLE =========================================================== */

.textDefault {
    width: 550px;
}

.big:first-letter { 
    font-size: 300%; 
    float: left;
}

p.lyrics-indent {
    margin-left: 30px;
}

.clear {
    clear: both;
    margin-top: 25px;
}

.line {
    background: transparent url("../images/headerline.gif") no-repeat;
}

.navimg {
    width: 115px;
    margin-bottom: 10px;
}

a:hover img {
    border: 2px #491eaa solid;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.smalltitle {
    font-size: 14pt;
}

#pagination p {
    text-align: center;
}

#pagination a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.memberpic {
    width: 250px;
}

#members .pos-1 {
    position: absolute;
    left: 20px;
}

#members .pos-2 {
    position: absolute;
    left: 150px;
}

#members .pos-3 {
    position: absolute;
    left: 280px;
}

#members .pos-4 {
    position: absolute;
    right: 260px;
}

#members .pos-5 {
    position: absolute;
    right: 130px;
}

#members .pos-6 {
    position: absolute;
    right: 0px;
}

#crew .pos-1 {
    position: absolute;
    left: 95px;
}

#crew .pos-2 {
    position: absolute;
    left: 345px;
}

#crew .pos-3 {
    position: absolute;
    right: 95px;
}

#members p, #crew p {
    text-align: center;
}


.indent {
    text-indent: 20px;
}

.title {
    margin-bottom: 0px;
}

.textCaption {
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
}

.textBold {
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #b770fe;
}

.textHeader {
    color: #ffffff;
    font-size: 18pt;
    font-family: 'Lucida Sans Unicode';
    text-decoration: none;
    font-weight: bold;
}

.no-border {
    border: none;
}

.p-imgright {
    float: right;
    margin: 0px 0px 0px 10px;
    border: 0;
}

.p-imgleft {
    float: left;
    margin: 0px 10px 0px 0px;
    border: 0;
}

th p {
    color: white;
}

#main td {
    padding: 0px 10px 0px 5px;
}

.linksrow td {
    width: 190px;
}

#discography td {
    width: 260px;
    text-align: center;
}

#gigs td {
    padding-bottom: 5px;
    vertical-align: top;
}

#gigs tr.gig:hover {
    background-color: #491EAA;
}

.intro {
    width: 600px;
    height: 506px;
}