@import url("reset.css");

body {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    color:#333;
    background: #F7F7F7;
    cursor: default;
}

::-webkit-scrollbar {
    width: 15px;
}
 /* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(125,101,211,1.0); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.6); 
}

p {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 180%;
    text-align: justify;
}
a {
    color: #5236B7;
}
a:hover {
    color: #7D65D3;
    cursor: default;
}
.center {
	text-align: center;
}

#wrapper {
    margin: 0 auto;
    width: 550px;
    background: #F7F7F7;
}

#headerwrap {
    width: 550px;
    float: left;
    margin: 0 auto;
}

#header {
    height: 350px;
    background:url(../nana2.jpg) no-repeat right #F7F7F7;
    border-bottom: 4px solid #282B34;
    margin: 0px;
}
h1 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 104px;
    padding-top: 150px;
    padding-left: 22px;
}
h2 {
    font-size: 22px;
    font-family: 'Satisfy', cursive;
    font-weight: 300;
    margin-bottom: -4px;
    text-align: right;
    margin-top: 10px;
}
.description {
    font-family: 'Inconsolata', monospace;
    font-size: 8px;
    margin-top: -10px;
    padding-left: 68px;
    text-transform: uppercase;
}

nav {
    padding-top: 80px;
    text-transform: uppercase;
    word-spacing: 30px;
    font-size: 11px;
    padding-left: 30px;
    font-family: 'Inconsolata', monospace;
}

nav a { 
     color: #333;
}

#contentwrap {
    width: 550px;
    float: left;
    margin: 0 auto;
    background: #F7F7F7;
}
#content {
    margin: 0px;
}

table.list { width: 100%;}
td.list { padding-bottom:4px;}

blockquote {
    margin: 0 auto;
    width: 300px;
    background: #282B34;
    box-shadow: 0px 0px 2px #282B34;
    color: #FEFFFF;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}

blockquote a {
	color: #6d59b7;
}
#footerwrap {
    width: 550px;
    float: left;
    margin: 0 auto;
    clear: both;
}

.text-right {text-align: right;}
.show_members_showing_what { display: none;}
#footer {
    height: 40px;
    background: #F7F7F7;
    border: 0px solid #1feb52;
}
#footer p {
    text-align: center;
    font-size: 10px;
}
