/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;}body{line-height:1.3;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}input{margin:0;padding:0;}

/* typography */

html, body {
    height: 100%;
    background-color: #eee;
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, legend {
    font-family: 'Droid Serif', serif;
}

h1 {
    font-size: 2.1em;
    margin: 0.67em 0;
    margin-top: 0;
}
h2 {
    font-size: 1.6em;
    margin: 0.75em 0;
    color: #6a3120;
}
h3, legend {
    font-size: 1.3em;
    margin: 0.83em 0;
    color: #666;
}
h4 {
    font-size: 1.1em;
    margin: 1.12em 0;
}
h5 {
    font-size: 1em;
    margin: 1.5em 0;
}
h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}

sup, sub {
    font-size: 0.8em;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

small {
    font-size: 0.8em;
}

pre {
    white-space: pre-wrap;
}

/* Default spacing between paragraphs and other block-type elements */
p, blockquote {
    margin: 1.08em 0;
}

img.floatLeft {
    float: left;
    margin: 8px;
}

img.floatRight {
    float: right;
    margin: 8px;
}

/* Default amount of indent */
ol, ul, dir, menu, dd {
    margin-left: 20px;
}

blockquote {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 8px;
    border-left: 10px solid #ccc;
}

h1, h2, h3, h4, h5, h6, b, strong, legend, label, dt {
    font-weight: bolder;
}

label {
    color: #4c5c73;
    font-size: 1.05em;
}

.content ol li {
    list-style-type: decimal;
    padding: 0px 3px;
}

.content ul li {
    list-style-type: square;
    padding: 0px 3px;
}
.content li.mainsub {
	margin-left:20px;
}

/* elements */

div.heading {
    border-bottom: 1px solid black;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    color: #666;
}

#top {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#header {
    margin: 0 auto;
    width: 900px;
    height: 200px;
    position: relative;
}

#header .tbplogo {
    position: absolute;
    top: 0;
    right: 0;
}

#container {
    margin: 0 auto;
    width: 900px;
    clear: both;
}

#next {
    padding-top: 10px;
}

#labels {
    float: left;
    z-index: 1;
    position: absolute;
    left: 335px;
	opacity: 0.90;
}

#labels li, #subnav li {
    /* inline-block hacks for Gecko and Trident */
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

#labels li {
    -webkit-border-radius: 0 0 1em 1em;
    -moz-border-radius: 0 0 1em 1em;
    border-radius: 0 0 1em 1em;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin: 0 2px;
}

#labels a {
    /* inline-block hacks for Gecko and Trident */
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: white;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-top: 0px;
    width: 100px;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: top;
}

#labels a {
    text-decoration: none;
}

#labels a:hover, #labels a.current, #labels a:active {
    padding-top: 25px;
}

#subnav-container {
    position: relative;
    width: 100%;
}

#subnav-bar {
    background-color:rgba(230,230,255,1.8);
    /* this goes in conditional CSS in base.html */
    /* background-color: rgba(230,230,255,0.8); */
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position:absolute;
    bottom: 0;
    width: 100%;
}

#subnav {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.nav {
    margin-left: 0;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover {
    text-decoration: none;
}
.nav-tabs > li {
    margin-bottom: -5px;
}
.nav-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-bottom: 3px;
}
.nav-tabs > .active {
    font-weight: bold;
    background-color: #eee;
}
.nav-tabs > li > a:hover,
.nav-tabs > .active > a {
    box-shadow: inset 2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5),
        inset -2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5),
        inset -2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5),
        inset -2.5px 2.5px 5px -2.5px rgba(0, 0, 0, 0.5);
}

#search-box {
   position:absolute;
    bottom: 0;
    right: 0;
}
#search-box input {
   width: -155px;
    padding: 3px 7px;
    margin-bottom: 4px;
	font-size: 13px;
    -webkit-border-radius 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
    border: 2px #ccc solid;
}
#search-box input:focus, input:focus {
   border: 2px #555 solid;
    outline: 0;
}

input {
    margin: 3px;
    padding: 3px;
}

input[type=submit] {
    padding: 5px;
    margin-left: 5%;
    font-size: 1.05em;
}

#subnav a {
    color: black;
    font-size: 0.83em;
}

#sidebarnav a.selected,
#sidebarnav a.ancestor {
    font-weight: bold;
}

ul.sidebar li {
    margin: 8px 5px;
}

#subsubnav a.selected,
#subsubnav a.ancestor {
    font-weight: bold;
}

#nav-1 { background-color: #6a3120; } /* about */
#nav-2 { background-color: #6a3120; } /* members */
#nav-3 { background-color: #6a3120; } /* chapters */
#nav-4 { background-color: #6a3120; } /* convention */
#nav-5 { background-color: #6a3120; } /* giving */
#nav-6 { background-color: #6a3120; } /* nothing yet */
#nav-7 { background-color: #6a3120; } /* nothing yet */
#nav-8 { background-color: #6a3120; } /* nothing yet */

#content {
    position:relative;
}

div.content{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin: 10px 0px;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    font-size: 0.89em;
    float: inherit;
}



div.left {
    width: 285px;
    float: left;
}

div.left img {
    max-width: 285px;
}

div.right {
    float: right;
    width: 535px;
}

div.right img {
    max-width: 535px;
}

div.single {
    width: 870px;
}

div.single:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.single img {
    max-width: 870px;
}

#footer {
    text-align: center;
    font-size: 0.75em;
    margin: 1em auto;
    padding: 1em;
    width: 500px;
}

#footer p {
    margin: 0.2em;
}

#footer a {
    color: #00f;
}

div.note {
    font-size: 0.9em;
    height: 40px;
    width: 70px;
    padding: 40px 10px 10px 10px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    color: white;
    margin-top: 0;
}

.right-note {
    float: right;
    margin-left: 10px;
}

.left-note {
    float: left;
    margin-right: 10px;
}

.box-about {
    background-color: #066;
}
.box-chapters {
    background-color: #069;
}
.box-members {
    background-color: #f90;
}
.box-store {
    background-color: #c90;
}

#motto {
    text-align: justify;
    padding-right: 20px;
}

.detailbox { /* for detail boxes other than the last one */
    margin-bottom: 10px;
}

#infobox li, #infobox div {
    text-align: justify;
}

#infobox div.note {
    text-align: left;
}

form table th {
    text-align: right;
    border-bottom: 1px solid #fff;
}

form table td {
    border-bottom: 1px solid #fff;
}

div.success {
    background-color: #c0ffc0;
    padding: 10px;
    border: 1px dashed green;
    margin: 0 5%;
}

div.error {
    background-color: #ffe2e2;
    padding: 10px;
    border: 1px dashed red;
    margin: 0 5%;
}

ul.errorlist {
    color: red;
    margin: 0;
}

ul.errorlist li {
    list-style-type: none;
}

table {
    margin: 5px 5%;
    width: 90%;
}

th, td {
    padding: 5px;
    vertical-align: top; /* fixes images in tables */
}

td.center {
	text-align:center;
}

th {
    border-bottom: 2px solid #6a3120;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    color: #6a3120;
    text-align: left;
    /*background-color: #fff0b9;*/
    size: 1.05em;
}

td {
    /* border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #6a3120;
   background-color: #f7f3ea;*/
}

a {
    text-decoration: none;
    color: #00f;
    font-weight: inherit;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #4c4c9f;
	/*#007*/
}

a:focus {
    outline: 3px solid #fe9900;
}

/* slideshow */

#slideshow {
    width: 535px;
    background-color: #000;
}

#slideshow ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#slideshow .slides {
    overflow: hidden;
    width: 535px;
}

#slideshow .slides ul {
    width: 2675px;
}

#slideshow .slides li {
    height: 330px;
    margin: 0;
    padding: 0;
}

#slideshow .slides li img { /* 4:3 aspect ratio photos only */
	width: 535px;
    height: 401px;
}

#slideshow .slidenav {
    width: 400px;
    height: 30px;
    z-index: 20;
    border: 0;
    background-color: #000;
}

#slideshow .slidenav ul {
    width: 750px;
}

#slideshow .slidenav li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 0px 0px;
    width: 35px;
    float: left;
    height: 25px;
    border: 0;
}

a.slidenavtext {
    display: block;
    text-align: center;
    font-size: 1 em;
    color: #ccc;
    margin-top: 2px;
}

a.slidenavtext:hover {
    text-decoration: none;
    color: #fff;
}

.js #slideshow .slides-nav li.on, #slideshow .slides-nav li.on a {
    color: #fff;
    background-color: #222;
} /* highlights first slide on page load */

div.news_bg {
	position: relative;
    top: -150px;
    left: 0px;
    width: 535px;
    height: 95px;
    background-color: rgb(0,0,0);
    filter: alpha(opacity=75);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    overflow: hidden;
}

p.news_title {
    position: relative;
    top: -260px;
    margin-left: 10px;
    color: #fff;
    font-size: 1.1em;
    z-index: 20;
}

p.news_blurb {
    position: relative;
    top: -305px;
    padding: 25px 10px;
    text-align: justify;
    color: #fff;
    width: 450px;
}

p.news_blurb a {
    color: #85c2e1;
}

p.news_title, a.slidenavtext, div.featureheader, div.heading, #subnav li, #labels li , label {
    font-family: 'Droid Serif', serif;
}

/* colored box features */
div.feature {
    width: 531px;
    border-width: 2px;
    border-style: solid;
    margin: 10px 0px;
    overflow: auto;
    padding-bottom: 5px;
}

div.golden {
    border-color: #6a3120;
    background-color: #fff0b9;
}

div.blue {
    border-color: #4c5c73;
    background-color: #cce0eb;
}

div.featureheader {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

div.goldenheader {
    background-color: #6a3120;
}

div.blueheader {
    background-color: #4c5c73;
	text-align:center;
}
div.blueheader a {
  color: #fff;
}
span.highlight {
    font-weight: bold;
}
/* ------------------------------------------- JOBBOX */
.jt_job_list {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.jt_row1{
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
}
.jt_row2{
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
}
.jobbox {
  background-color: #ffffff;
  width: 285px;
  overflow:hidden;
}
jt_nojobs {
}
/*.jt_alljobs {
	font-weight:bold;
	padding-top:5px;
	padding-left:85px;
}*/
.newsbox {
  width: 300px;
  border: 1px solid #f0b700;
  background-color: #ffe4a1;
  float: right;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
}
.newsheader {
  width: 300px;
  height: 20px;
  background-color: #f0b700;
  padding: 5px 0 5px 0;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #005e98;
}
