/*
Public Screen Stylesheet

(1)   Global
(2)   Layout
(3)   Specific Typography
(4)   Navigation
(5)   Lists
(6)   Tables
(7)   Forms
(8)   News
(9)   Dates
(10)  Social
(11)  Media
(12)  Photos



/* (1) Global ========================================*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fefefe url("../images/bg-body.gif") no-repeat center 0;
    color: #000;
    font: 12px georgia, times, serif;
    letter-spacing: 2px;
    padding:0px !important;
    padding:0px 0px 0px 1px;
    text-align: center;
}

a img {
       border: 0 none;
}

/* Start Self Clearing: --*/

#outerWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- End Self Clearing */



/* (2) Layout ========================================*/

#outerWrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
}

#header {
    background: #f3f2ef url("../images/bg-header.gif") no-repeat right top;
    border-top: 2px solid #7e3929;
    float: left;
    position: relative;
    width: 960px;
}

#header > img {
    margin-bottom: -5px;
}

#sunrise {
    position: absolute;
    right: 0;
    top: -110px;   
}

#innerWrap {
    clear: both;
    float: left;
    width: 960px;
}

#featureWrap {
    float: left;
    margin: 0 10px;
    position: relative;
    width: 650px;
}

#fCornerLeft {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

#fCornerRight {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

#featureImg {
    border: 5px solid #e3dfda;
    float: left;
    height: 200px;
    overflow: hidden;
    width: 640px;
}

.leftCol {
    float: left;
    line-height: 1.3;
    margin: 0 0 20px 0;
    padding-top: 20px;
    width: 660px;
}

.rightCol {
    float: right;
    margin: 0 0 20px 0;
    padding-top: 20px;
    width: 280px;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

.section {
    margin-bottom: 24px;
}

.sep {
    background: url("../images/bg-separator.gif") repeat-x center;
    clear: both;
    display: block;
    text-align: center;
}

.sep img {
    margin: 0 auto;
}

#footer {
    background: url("../images/bg-footer.gif") no-repeat center center;
    color: #7e3929;
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 auto 30px auto;
    min-height: 118px;
    position: relative;
    text-align: center;
    width: 960px;
}

#footer p {
    margin-right: 82px;
    position: absolute;
    right: 50%;
    top: 65px;
}



/* (3) Specific Typography ========================================*/

p {
    margin-bottom: 18px;
}

h1 {
    color: #7e3929;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

h2 {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    margin-bottom: 18px;
}

sup {
    font-size: 9px;
}



/* (4) Navigation ========================================*/

a:link,
a:visited {
    color: #395572;
    text-decoration: none;
}

a:hover,
a:active {
    color: #09c;
    text-decoration: underline;
}

#footer a {
    color: #7e3929;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#logo {
    left: -30px;
    margin: 0;
    position: relative;
}

#mainNav {
    clear: left;
    float: left;
    list-style: none;
    margin: 15px 0 15px 5px;
}

#mainNav li {
    float: left;
    margin-left: 1px;
}

#mainNav li a {
    color: #3b2609;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 100;
    height: 35px;
    letter-spacing: 4px;
    padding-right: 9px;
    text-decoration: none;
    text-transform: uppercase;
}

#mainNav li a span {
    display: block;
    line-height: 15px;
    padding: 10px 0 10px 10px;
}

#mainNav li a:hover {
    background: transparent url("../images/bg-mainNavA.png") no-repeat right 0;
    color: #7e3929;
    text-decoration: none;
}

#mainNav li a:hover span {
    background: transparent url("../images/bg-mainNavA.png") no-repeat 0 -35px;
}

#mainNav li.current a {
    color: #7e3929;
}

#credit {
    background: url("../images/logo-kemso.gif") no-repeat 0 3px;
    padding: 8px 0 8px 30px;
    position: absolute;
    top: 57px;
    left: 50%;
    margin: 0 0 0 75px;
}

.moreLink {
    clear: both;
    float: right;
    padding: 5px;
}

.addCommentLink {
    position: relative;
    top: -25px;
}



/* (5) Lists ========================================*/

ol, ul {
    margin-left: 3em;
}

.rightCol ul,
.leftCol ul {
    margin: 0 0 18px 24px;
}

.rightCol li,
.leftCol li {
    list-style-position: outside;
    margin-bottom: 8px;
}



/* (6) Tables ========================================*/

table {
    width: 100%;
}

th {
    background: #dfdfdf;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}



/* (7) Forms ========================================*/

form fieldset {
    border: 0 none;
}

form legend {
    color: #382401;
    margin-bottom: 4px;
}

form ol {
    list-style: none;
    margin: 0;
}

#emailSignUp {
    float: left;
    margin: 0 0 22px 0;
}

#emailSignUp input[type="text"], form.comments input[type="text"] {
    background: url("../images/bg-signupInput.gif") no-repeat;
    border: 0 none;
    color: #51472e;
    font: 14px georgia, times, serif;
    height: 25px;
    outline: none;
    padding: 5px;
    width: 195px;
}

#emailSignUp fieldset {
    float: left;
}

#emailSignUp p {
    margin-bottom: 5px;
}

#emailSignUp .submitGroup {
    float: right;
}

.submit {
    background: transparent url("../images/btn-subscribe.gif") no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -1000000px;
    width: 110px;
}

.submit:hover {
    background-position: 0 -32px;
}



/* (8) News ========================================*/

.meta span {
    color: #b1aa9a;
}

.newsImg, #newsList img {
    border: 1px solid #7e3929;
    padding: 4px;
}

.commentList h2 {
    text-transform: uppercase;
}

.commentList h2 span, #newsList span {
    color: #b1aa9a;
    font-size: 12px;
}

#newsList {
    list-style: none;
    margin: 0;
}

#newsList li {
    border-bottom: 1px solid #e1dacc;
    clear: both;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 280px;
}

#newsList h2 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
}

#newsList img {
    float: right;
}

form.comments ol {
    float: left;
    margin-right: 10px;
}

form.comments li.area {
    float: right;
}

form.comments label {
    display: block;
    margin-bottom: 8px;
}

form.comments textarea {
    background: url("../images/bg-textarea.gif") no-repeat;
    border: 0 none;
    color: #51472e;
    font: 14px georgia, times, serif;
    height: 85px;
    outline: 0 none;
    padding: 10px;
    width: 400px;
}



/* (9) Dates ========================================*/


#nextShow {
    bottom: 20px;
    position: absolute;
    right: 80px;
    width: 200px
}

#nextShow h2 {
    color: #382401;
    font-size: 14px;
    text-transform: none;
}

#dateList {
    list-style: none;
    margin: 0;
}

#dateList li {
    clear: both;
    color: #382401;
    float: left;
    margin-bottom: 40px;
    padding: 5px 20px 5px 80px;
    position: relative;
    width: 560px;
}

#dateList li.hoverState {
    background: #f2f1ee;
    cursor: pointer;
}

#dateList li h2 {
    float: left;
    margin: 0 25px 0 0;
    width: 30%;
}

#dateList li p {
    line-height: 20px;
    margin: 0;
    float: left;
}
#dateList li p.description {
	clear: left;
}

#dateList li a {
    float: right;
}

.dateBox {
    background: url("../images/bg-dateBox.gif") no-repeat;
    position: absolute;
    height: 50px;
    left: 0;
    text-align: center;
    top: -12px;
    width: 65px;
}

.dateBox h2 {
    float: none !important;
    font-size: 11px;
    line-height: 24px;
    margin: 5px auto 0 auto;
    width: auto !important;
}

.dateBox p{
    float: none !important;
    font-size: 18px;
}



/* (10) Social ========================================*/

#socialList {
    float: left;
    list-style: none;
    margin: 0 0 22px 40px;
}

#socialList li {
    float: left;
    margin-left: 12px;
}



/* (11) Media ========================================*/

#musicPlayer {
    position: absolute;
    right: -5px;
    top: 12px;
}

.video {
    clear: both;
    position: relative;
}

.video img {
    border: 1px solid #7e3929;
    padding: 4px;
}

.video .playIcon {
    border: 0 none;
    padding: 0;
    left: 50%;
    margin-left: -21px;
    position: absolute;
    top: 45%;
}



/* (12) Photos ========================================*/

#photoList {
    list-style: none;
    margin: 0 0 0 -12px;
}

#photoList li {
    border: 1px solid #7e3929;
    float: left;
    margin-left: 12px;
    padding: 4px 4px 2px 4px;
}