/*html, body {
    height: 100%;
}*/

body {
	background: #84c9fc url(/images/body-bg.jpg) bottom center no-repeat;
}

#artbHed {
    height: 125px;
    color: #fff8dc;
    background: #84c9fc url(/images/artb-hed.jpg) top center no-repeat;
    z-index: 100;
    cursor: pointer;
}

#artbHedTagline {
    margin-top: 6em;
    color: #fff8dc;
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: 0em 0.1em 0.05em #494014;
}

/* 
 * ===========================================================================
 * =@ the plank 
 * ===========================================================================
 */
#plank {
    margin: 0 auto;
    padding-top: 18px;
    width: 1006px;
    height: 199px;
    color: #614700;
    background: #84c9fc url(/images/question-bg.jpg) top center no-repeat; 
    z-index: 200;
}

#plank h1 {
    color: #614700;
    font-weight: bold;
    text-align: center;
}

#plank h2 {
    color: #614700;
    text-align: center;
}

#plank p {
    color: #614700;
}

.poll-radio-btn,
.poll-results {
	margin: 0;
	font-weight: bold;
	font-size: 2.25em;
	line-height: 1.25;
}

.poll-results .total {
    display: block;
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 3em;
}

.poll-results .perc-totals {
    font-size: .65em;
}

.poll-radio-btn span {
	padding-left: 26px;
	background: transparent url(/images/radio-button-off.gif) left center no-repeat;
}

.poll-radio-btn span.on {
	background-image: url(/images/radio-button-on.gif);
}

.poll-radio-btn input {
	display: none;
}

#voteBtnSecondary {
    display: block;
    float: left;
    height: 20px;
    padding: 10px 0px;
}

#plank #voteBtnSecondary a {
    font-weight: bold;
    color: #8a6500;
}

/* 
 * ===========================================================================
 * =@ TABBED NAVIGATION
 * ===========================================================================
 */
#nav {
    position: absolute;
    top: -24px;
    height: 24px;
    left: 3em;
} 

ul#tabnav {
    text-align: left;
    margin: 0;
    font-size: 16px;
    list-style-type: none;
}
 
ul#tabnav li { 
    margin: 0;
    padding: 0;
    line-height: 24px;
    display: inline;
}

/* styles for selected tab */ 
ul#tabnav li.current
{}

/* styles for selected tab link */ 
ul#tabnav li a.current { 
    font-weight: bold;
    background-color: #feeed1;
    color: #412103;
}

/* styles for all tab links */ 
ul#tabnav li a {   
    padding: 1px 6px 5px;
    border-left: 2px solid #412103;
    border-right: 2px solid #412103;
    border-top: 2px solid #412103;
    background-color: #412103; 
    color: #f2e6d2;
    margin-right: 0px;
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav li a.last {
    padding-right: 12px;
}

ul#tabnav a:hover {   
    text-decoration: underline;
}

ul#tabnav a.current:hover {
    text-decoration: none;
    cursor: default;
}

/* 
 * ===========================================================================
 * =@ MAIN 
 * ===========================================================================
 */
#mainWrapper {
    position: relative;
     z-index: 300;
}

#mainContainerContainer {
	float: left;
	background: #ffeed1 url(/images/main-bg.gif) top left repeat-y;
}

#mainContainer {
    background: transparent url(/images/main-top-left-corner.gif) top left no-repeat;
}

#main {
	width: 572px;
	padding: 32px 40px;
	color: #42310a;
	border-right: 2px solid #422204;
	background: transparent url(/images/main-bttm.gif) bottom left no-repeat;
}

#main h1,
#main h2,
#main h3 {
	color: #42310a;
}

#main .alt
{
    color: #82664e;
}

#main hr {
	color: #ffeed1;
	background-color: #ffeed1;
}

#sidebar {
	float: left;
	width: 272px;
	padding: 10px;
	color: #412103;
	border-right: 2px solid #4c4337;
	border-bottom: 2px solid #4c4337;
	border-top: 2px solid #4c4337;
	background: #e6dfd4 url(/images/sidebar-bg.gif) top left no-repeat;
}

#sidebar h2,
#sidebar h4,
#sidebar p {
    color: #412103;
}

#sidebar h3 {
    color: #412103;
    margin-bottom: .25em;
}

.slideshow-wrapper { 
    margin: 0px auto 20px auto; 
    width: 528px; 
    height: 396px; 
    overflow: hidden; 
    /*border: 1px solid #42310a;*/
}

.photo-wrapper {
    margin: 0px auto 0px auto; 
}

.home-photo-label {
    margin: 1.5em auto 0 auto;
    font-size: 1.35em;
}

/* 
 * ===========================================================================
 * =@ footer 
 * ===========================================================================
 */
#footer p {
	margin: 0;
	padding: 8px;
}

#mtaa {
	color: #f3eac7;
	background-color: #3b350e;
}

#mtaa a {
	color: #f3eac7;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #723700;
}

/* 
 * ===========================================================================
 * =@ buttons 
 * ===========================================================================
 */
a.big-button {
    color: #fff8dc;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 0.05em;
    margin-right: 10px;
    padding-right: 16px;
    text-decoration: none;
    background: transparent url(/images/brown-btn-right.gif) no-repeat scroll right top;
}

a.big-button span {
    background: transparent url(/images/brown-btn-left.gif) no-repeat;
    display: block;
    line-height: 18px;
    padding: 11px 0 11px 16px;
    cursor: pointer;
}

a.big-button:active {
    background-position: bottom right;
    color: #f3edd6;
}

a.big-button:active span {
    background-position: bottom left;
    padding: 12px 0px 10px 16px;
}

img.loading {
    width: 16px;
    height: 16px;
    padding-right: 3px;
}

/* 
 * ===========================================================================
 * =@ RESULTS 
 * ===========================================================================
 */
#refreshResults {
    text-align: left;
}
 
#refreshResults span {
    line-height: 16px;
    height: 16px;
    padding: 2px 2px 2px 16px;
    background: transparent url(/images/reload.png) left center no-repeat;
    color: #536faf;
    text-decoration: underline;
    cursor: pointer;
}
 
#result-table {
    border-collapse: collapse;
}
 
#result-table th {
    font-size: .85em;
    text-transform: uppercase;
}
 
#result-table td {
    font-size: 1.35em;
}

#result-table tr.even td {
    background-color: transparent;
    border-top: 1px dotted #a97e69;
    border-bottom: 1px dotted #a97e69;
}
 
#result-table .poll-question {
    padding-right: 22px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
}

.poll-question a:link,
.poll-question a:visited,
.poll-question a:active {
    color: #42310a;
    text-decoration: none;
}

.poll-question a:hover {
    color: #42310a;
    text-decoration: underline;
}

#result-table th.poll-vote {
    text-align: center;
    text-transform: uppercase;
}
 
#result-table td.poll-vote {
    text-align: center;
    padding-left: 26px;
    font-weight: bold;
}
 
#result-table .poll-nay {
    border-left: 1px dotted #a97e69;
}

#result-table td.leader-yes {
    font-weight: bold;
    color: #169600;
    padding-left: 26px;
    background: transparent url(/images/tick.png) 4px center no-repeat;
}

#result-table td.leader-no {
    font-weight: bold;
    color: #ba3a00;
    padding-left: 26px;
    background: transparent url(/images/cross.png) 4px center no-repeat;
}

#result-table tr td.tied {
    color: #9b8900;
    padding-left: 28px;
    background: transparent url(/images/error.png) 4px center no-repeat;
}

/* 
 * ===========================================================================
 * =@ DOCUMENTATION 
 * ===========================================================================
 */
#docPlansDrawings img,
.photo-wrapper img {
    -moz-box-shadow: 0px 0px 8px #896a26;
    -webkit-box-shadow: 0px 0px 8px #896a26;
    box-shadow: 0px 0px 8px #896a26;
    border: 1px solid #42310a;
    margin: 10px auto;  
}
 
.docs-header {
    margin-bottom: 0px;
}

/* 
 * ===========================================================================
 * =@ VOTE PAGE & COMMENTS 
 * ===========================================================================
 */
#votePageHead {
    font-size: 1.5em;
    padding-bottom: .5em;
    margin-bottom: .25em;
    border-bottom: 1px solid #a37a44;
}
 
#commentLink {
    text-decoration: underline;
    cursor: pointer;
}
 
#comments tr td {
    padding: 8px 4px 8px 4px;
    border-bottom: 1px dotted #A97E69;
}

#comments tr td span.comment {
    font-size: 1.25em;
}

#comments tr td span.comment-date {
    font-size: .9em;
    color: #c99d64;
}
 
#comments .comment-index {
    vertical-align: top;
    font-size: 1.25em;
    width: 1%;
    color: #a37a44;
}
 
#comments tr.odd td {
     /*background-color: #f7e4c3;*/
     background-color: transparent;
}
 
#comments tr.even td {
    background-color: transparent;
}
 
#commentFormWrapper {
    width: 100%;
}
 
#commentFormWrapper .alarm {
    color: red;
}
 
#comment_comment {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    height: 4em;
    width: 100%;
    font-size: 1.5em;
}
 
#noComments {
    margin-top: 1em;
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
}
 
#commentNotice {
    margin-top: 1em;
    font-size: 1.25em;
    color: #ef8f00;
    font-weight: bold;
    text-align: center;
}

/* 
 * ===========================================================================
 * =@ generic classes 
 * ===========================================================================
 */
.center {
    text-align: center;
}

.clear-float {
    overflow: hidden;
    width: 100%;
}

.box-shadow {
    -moz-box-shadow: 0px 0px 8px #896a26;
    -webkit-box-shadow: 0px 0px 8px #896a26;
    box-shadow: 0px 0px 8px #896a26;
    border: 1px solid #42310a;
    margin: 10px auto;
}

img.right {
    float: right;
    margin-left: 10px;
}

/*
 * ===========================================================================
 * =@ no script 
 * ===========================================================================
 */
#noScriptWarning {
	padding-top: 20px; 
	background-color: #f00; 
	border-bottom: 4px solid white;
}

#noScriptWarning h1 {
	font-weight: bold; 
	color: white;
}