/* @group Global & Layout */
body, html {
    background: #ebe5df;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.left-col {
    float: left;
    width: 226px;
    
}

.right-col {
    float: right;
    width: 720px;
    padding-left: 14px;
}

.right-col .banner {
    margin-bottom: 15px;
}

.right-col .banner img,
.right-col .banner #big-banner {
    width: 720px;
}

aside.left-col,
article.right-col {
    margin-bottom: 25px;
}
/* @end */

/* @group Fonts */
body, input, textarea,
nav#main-nav li ul {
    font-family:  Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, 
#main-nav,
#enews input,
table th {
    font-family: Georgia, Times, serif;
}
/* @end */

/* @group Header */
header.global {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #794c18;
    background: #784718;
    
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #573711), color-stop(0.11, #6d3f15), color-stop(1, #8d591c) );
    background-image: -moz-linear-gradient( center bottom, #573711 0%, #6d3f15 11%, #8d591c 100% );
    -pie-background: linear-gradient(#8d591c, #573711 100%);
}

#logo {
    float: left;
    margin-left: 141px;
}

#logo a {
    display: block;
    text-indent: -9999px;
    width: 206px;
    height: 77px;
    background: url(../img/logo.gif);
}

div.donate,
div.buttons {
    background: #593112;
    border: 1px solid #8d591c;
    padding: 3px;
    width: 153px;
    float: right;
    margin-top: 53px;
    
    -moz-border-radius: 18px;
    border-radius:18px;
}

div.donate a,
div.buttons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #eccba0;
    font-weight: bold;
    text-shadow: 0 -1px 0 #593112;
    letter-spacing: .15em;
    border: 1px solid #4a290f;
    background: #7f4e19;
    padding: 5px 0 6px;
    font-size: 9px;
    
    -moz-border-radius: 14px;
    border-radius:14px;
    
    -moz-box-shadow: 0 0 3px rgba(255,255,255,.15) inset;
    -webkit-box-shadow: 0 0 3px rgba(255,255,255,.15) inset;
    box-shadow: 0 0 3px rgba(255,255,255,.15) inset;
    
    background-image: -moz-linear-gradient(100% 100% 90deg, #6f4016, #8b581c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b581c), to(#6f4016));
    -pie-background: linear-gradient(#8b581c, #6f4016 100%);
}

div.donate a:hover,
div.buttons a:hover {
    background-image: -moz-linear-gradient(100% 100% 90deg, #533010, #8b581c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b581c), to(#533010));
    -pie-background: linear-gradient(#8b581c, #533010 100%);
}

div.donate a:active,
div.buttons a:active {
    padding: 6px 0 5px;
    border-color: #281708;
    
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.65) inset;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.65) inset;
    box-shadow: 0 0 3px rgba(0,0,0,.65) inset;
    
    background-image: -moz-linear-gradient(100% 100% 90deg, #533010, #7d4819);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d4819), to(#533010));
    -pie-background: linear-gradient(#7d4819, #533010 100%);
}
/* @end */

/* @group Main Navigation */
nav#main-nav {
    padding: 10px 0 11px;
    border-bottom: 1px solid #794c18;
    background: #724316;
    min-height: 19px;
    
    background-image: -moz-linear-gradient(100% 100% 90deg, #40250d, #52310f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52310f), to(#40250d));
    -pie-background: linear-gradient(#52310f, #40250d 100%);
}

nav#main-nav ul {
    padding-left: 235px;
}

nav#main-nav ul li {
    float: left;
    margin-right: 40px;
    position: relative;
}

nav#main-nav li:last-child {
    margin-right: 0;
}

nav#main-nav a {
    float: left;
    font-size: 11px;
    color: #f5ddca;
    text-decoration: none;
    padding: 4px 6px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #593112;
}

nav#main-nav li.active a,
nav#main-nav li:hover a {
    color: white;
    padding: 3px 5px;
    border: 1px solid #88561b;
    background: #5a3111;
    
    -moz-border-radius: 3px;
    border-radius:3px;
    
    -moz-box-shadow:0 0 1px #572d0f inset;
    -webkit-box-shadow:0 0 1px #572d0f inset;
    box-shadow:0 0 1pz #572d0f inset;
}

nav#main-nav li ul {
    display: none;
    width: 152px;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -78px;
    z-index: 5;
    padding: 7px 2px 0;
    
    background: url(../img/drop-down.png) no-repeat top;
    -pie-background: url(../img/drop-down.png) no-repeat top;
    
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

nav#main-nav li:hover ul {
    display: block;
}

nav#main-nav li ul li {
    border-top: 1px solid #7d4c19;
    border-bottom: 1px solid #5a3111;
    position: static;
    float: none;
    margin-right: 0;
}

nav#main-nav li ul li a,
nav#main-nav li.active ul li a,
nav#main-nav li:hover ul li a {
    display: block;
    padding: 11px;
    font-size: 11px;
    color: #f5ddca;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 -1px 0 #5a3111;
    float: none;
    letter-spacing: normal;
    text-transform: none;
    border: none;
    background: #683914;
    
    -moz-border-radius: 0;
    border-radius: 0;
    
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

nav#main-nav li ul li a:hover {
    background: #5a3111 !important;
    color: white;
}

nav#main-nav li ul li:first-child,
nav#main-nav li ul li:first-child a {
    border-top: none;
    
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

nav#main-nav li ul li:last-child,
nav#main-nav li ul li:last-child a {
    border-bottom-color: #8b581c;
    
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
/* @end */

/* @group Aside */
aside.left-col {
    width: 194px;
    padding: 0 15px 32px;
    background: #a1ab82;
    border: 1px solid #b8c394;
    border-top: none;
    position: relative;
    z-index: 10;
    
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    
    -moz-box-shadow:0 0 3px rgba(0,0,0,.65);
    -webkit-box-shadow:0 0 3px rgba(0,0,0,.65);
    box-shadow:0 0 3px rgba(0,0,0,.65);
    
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.9, #a1ab82), color-stop(1, #89916e) );
    background-image: -moz-linear-gradient( center bottom, #a1ab82 90%, #89916e 100% );
    -pie-background: linear-gradient(#89916e, #a1ab82 100%);
}

aside.left-col section {
    margin-top: 46px;
    text-align: right;
}

aside.left-col section h2 {
    font-size: 12px;
    color: #4b290f;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 -1px 0 #b8bfa0;
    padding-bottom: 6px;
    border-bottom: 1px dotted #4b290f;
    margin-bottom: 12px;
}

aside.left-col section nav li {
    padding: 8px 0;
    border-bottom: 1px dotted #c0c6ab;
}

aside.left-col section nav li:last-child {
    border-bottom: none;
}

aside.left-col section nav li a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
}

aside.left-col section nav li a:hover,
aside.left-col section nav li.active a,
aside.left-col section nav li.active ul li a:hover {
    color: #52593c;
}

aside.left-col section nav li ul {
    padding-top: 4px;
}

aside.left-col section nav li ul li {
    padding: 2px 0;
    border-bottom: none;
}

aside.left-col section nav li.active a,
aside.left-col section nav li.active ul li.active a {
    padding-right: 10px;
    background: url(../img/nav-active.gif) no-repeat right;
}

aside.left-col section nav li ul li a,
aside.left-col section nav li.active ul li a {
    font-size: 11px;
    font-weight: normal;
    background: none;
    padding-right: 0;
    color: white;
}
/* @end */

/* @group Footer */
footer.global {
    clear: both;
    overflow: hidden;
    padding: 24px 0 25px;
    
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #683914), color-stop(0.89, #4b290f), color-stop(1, #3d210c) );
    background-image: -moz-linear-gradient( center bottom, #683914 0%, #4b290f 89%, #3d210c 100% );
    -pie-background: linear-gradient(#3d210c, #683914 100%);
}

footer.sticky {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer.global p {
    font-size: 11px;
    color: #f5ddca;
    text-shadow: 0 -1px 0 #211206;
    float: left;
    line-height: 14px;
}

footer.global p.copyright {
    float: none;
    text-align: right;
}

footer.global p a {
    color: #edc37a;
    font-weight: bold;
    text-decoration: none;
}

footer.global p a:hover {
    color: white;
    text-decoration: underline;
}

footer.global nav ul {
    float: right;
    margin-right: 14px;
}

footer.global nav li {
    float: left;
    margin-left: 7px;
}

footer.global nav li a {
    display: block;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
}

footer.global nav li.twitter a { background: url(../img/twitter.gif) no-repeat; }
footer.global nav li.facebook a { background: url(../img/facebook.gif) no-repeat; }
/* @end */

/* @group Newsletter Signup */
#enews label {
    display: none;
}

#enews .text,
#enews .submit {
    float: left;
}

#enews .text {
    margin-right: 4px;
}

#enews input {
    border: 1px solid #778157;
    line-height: 10px;
    
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow:0 0 1px #FFF inset;
    -webkit-box-shadow:0 0 1px #FFF inset;
    box-shadow:0 0 1px #FFF inset;
}

#enews .text input {
    font-size: 12px;
    color: #5c3212;
    background: #ebe5df;
    padding: 7px 6px;
    width: 101px;
    margin: 0;
}

#enews .text input.placeholder {
    color: #ababab;
}

#enews .submit input {
    font-size: 10px;
    color: white;
    text-shadow: 0 -1px 0 #646d49;
    background: #737d54;
    padding: 7px 0;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#enews .submit input:hover {
    background: #68714c;
}

#subscribe-message {
	position: fixed;
	width: 250px;
	padding: 25px;
	background: white;
	left: 50%;
	top: 40%;
	margin-left: -150px;
	border: 1px solid #999;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#subscribe-message p {
    text-align: center;
    color: #000;
    font-size: 13px;
    margin-bottom: 25px;
}

#dismiss-message {
	display: block;
	width: 75px;
	padding: 6px 0;
	margin: 0 auto;
	color: #555;
	text-shadow: 0 1px white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0 1px 0 white inset, 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 0 white inset, 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 white inset, 0 1px 2px rgba(0,0,0,.2);
	
	background-color: #ddd; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #ddd, #f6f6f6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#ddd));
	-pie-background: linear-gradient(#f6f6f6, #ddd 100%);
}

#dismiss-message:hover {
	color: #333;
	border: 1px solid #777;
	
	-moz-box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0,0,0,.2);
	
	background-color: #bbb; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #bbb, #f6f6f6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#bbb));
	-pie-background: linear-gradient(#f6f6f6, #bbb 100%);
}
/* @end */

/* @group Content */
#content {
    background: #ebe5df;
    overflow: hidden;
    clear: left;
}

article h1 {
    font-size: 24px;
    color: #84481a;
    border-bottom: 1px solid #d7ccc0;
    padding-bottom: 5px;
    margin: 36px 0 19px;
}

article h2,
article h3 {
    font-size: 18px;
    color: #84481a;
    margin: 1em 0 .5em;
}

article h3 {
    font-size: 15px;
}

article hgroup {
    border-bottom: 1px solid #d7ccc0;
}

article hgroup.padded {
    margin-bottom: 20px;
}

article hgroup h1 {
    margin-bottom: 0;
    border-bottom: none;
}

article hgroup h2 {
    font-size: 16px;
    margin-top: 0;
    font-style: italic;
    line-height: 1.2em;
}

article p,
article li,
article dl {
    font-size: 12px;
    color: #683914;
    line-height: 1.6em;
}

article ul.styledlist {
    margin-left: 1.75em;
    list-style-type: disc;
    margin-bottom: 1em;
}

article ol {
    margin-left: 1.75em;
}

article ol > li {
    font-size: 13px;
}

article ol ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

dl.contact dt {
    font-weight: bold;
}

dl.contact dd {
    margin-bottom: .5em;
}

article a {
    color: #a1ab82;
    font-weight: bold;
    text-decoration: none;
}

article a:hover {
    color: #808b5e;
    text-decoration: underline;
}

article a.block {
    display: block;
    cursor: pointer !important;
}

article a.block:hover {
    text-decoration: none;
    background: #ded4ca;
}

article section {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d7ccc0;
}

article section:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

article section audio,
article section .flash-media {
    margin-bottom: 15px;
}

p.note {
    border-top: 1px solid #d7ccc0;
    margin-top: 25px;
    padding-top: 8px;
    font-size: 11px;
    font-style: italic;
    color: #999;
}
/* @end */

/* @group Name List */
dl.names {
    width: 62%;
}

dl.names dt {
    font-size: 14px;
    font-weight: bold;
}

dl.names dt small.title {
    font-size: 11px;
}

dl.names dd {
    padding-bottom: .75em;
    margin-bottom: .75em;
    border-bottom: 1px dotted #d7ccc0;
    font-size: 11px;
}
/* @end */

/* @group Buttons */
div.buttons {
    float: none;
    margin-top: 12px;
    background: #ded4ca;
    border-color: #d1c3b5;
}

article div.buttons a,
article div.buttons a:hover,
article div.buttons a:active {
    color: #eccba0;
    text-decoration: none;
}
/* @end */

/* @group Projects List */
ul.projects {
    list-style-type: none;
}

ul.projects li {
    padding-bottom: .75em;
    margin-bottom: .75em;
    border-bottom: 1px dotted #d7ccc0;
}

ul.projects li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.projects li ul.styledlist li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 11px;
}

ul.projects li a.block {
    padding: 5px 0;
}

ul.projects li div.sh-content {
    padding-top: 10px;
}

ul.projects h2 {
    line-height: 1.3em;
    margin: 0;
}

ul.projects h3 {
    margin: 0;
    padding-left: 10px;
}

ul.projects h2 small {
    display: block;
    font-size: 14px;
    font-style: italic;
}

ul.projects a.block p,
ul.projects div.sh-content p:last-child {
    margin-bottom: 0;
}

body.enews ul.projects h2 {
    margin-bottom: 5px;
}

body.enews ul.projects a.block p {
    font-size: 11px;
    margin: 0;
    font-weight: normal;
}
/* @end */

/* @group Table Styles */
table {
    width: 100%;
    border-collapse:separate;
    margin-bottom: 15px;
}

table th {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    font-weight: normal;
    padding: .75em 1em;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
    width: 22%;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(0,0,0,.2);
    
    background: #784718;
    
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #6d3f15), color-stop(1, #8d591c) );
    background-image: -moz-linear-gradient( center bottom, #6d3f15 0%, #8d591c 100% );
    -pie-background: linear-gradient(#8d591c, #6d3f15 100%);
}

table th.col-sound {
    width: 34%;
}

table th .note {
    font-size: 10px;
    text-transform: none;
    display: block;
    font-style: italic;
    letter-spacing: normal;
}

table td {
    padding: 10px;
    font-size: 12px;
    color: #683914;
    background: #e4ddd5;
    text-align: center;
    border-right: 1px solid #d7ccc0;
    vertical-align: middle;
}

table tbody tr:nth-child(2n) td {
    background: #f2ede9;
    border-color: #e4ddd5;
}

table tbody tr td:last-child {
    border-right: none;
}

table a.sound {
    font-size: 9px;
    text-align: center;
    font-weight: normal;
    padding: 3px 5px;
    color: white;
    background: #8d591c;
    border: 1px solid #8d591c;
    text-shadow: 0 -1px 0 rgba(0,0,0,.35);
        
    -moz-border-radius: 20px;
    border-radius:20px;
    
    -moz-box-shadow: 0 0 2px white inset;
    -webkit-box-shadow: 0 0 2px white inset;
    box-shadow: 0 0 2px white inset;
}

table a.sound:hover {
    background: #a76a22;
    border-color: #a76a22;
    text-decoration: none;
}

table a.sound:active {
    background: #7d4f19;
    border-color: #7d4f19;
}
/* @end */

/* @group Audio Pop */
div.audio-pop {
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -150px;
    background: white;
    padding: 15px;
    
    -moz-border-radius: 6px;
    border-radius:6px;
    
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.65);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.65);
    box-shadow: 0 0 10px rgba(0,0,0,.65);
}

div.audio-pop audio {
    width: 300px;
}

div.audio-pop a {
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #8d591c;
    font-weight: bold;
    text-decoration: none;
    
}

div.audio-pop a:hover {
    color: #7d4f19;
    text-decoration: underline;
}
/* @end */

/* @group Year Nav */

section.year-nav ul {
    overflow: hidden;
}

section.year-nav ul li {
    float: left;
    padding-right: 8px;
    margin-right: 6px;
    background: url(../img/year-bg.gif) no-repeat right;
}

section.year-nav ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    background: none;
}

section.year-nav ul li a {
    font-size: 12px;
    color: #6a390c;
    float: left;
    font-weight: normal;
    border: 1px solid #ebe5df;
}

section.year-nav ul li a:hover {
    text-decoration: none;
    font-weight: bold;
}

section.year-nav ul li.active a {
    font-weight: bold;
    padding: 0 6px;
    background: #dfd4ca;
    border-color: #c6b19f;
    
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section.year-nav:last-child {
    border-top: 1px dashed #d7ccc0;
    margin-top: 15px;
    padding-top: 10px;
}
/* @end */