/* Aidan Z: "Helvetica for the sans-serif, and then Georgia for the serif-headers, and Alegreya (a google web-font) for the body copy." */
/* bronze font color: #CC6600 */

#body {background: #A8FBB0    ; 
    background-image: url('/spenseronline/static/img/spr-back.png');
    background-image: url('/spenseronline/static/img/spr-back.png'), -webkit-gradient(linear, left top, left bottom, from(#A0A99C), to(#AAA29D)); /* Saf4+, Chrome */
    background-image: url('/spenseronline/static/img/spr-back.png'), -webkit-linear-gradient(top, #A0B090, #AAA29D); /* Chrome 10+, Saf5.1+ */
    background-image: url('/spenseronline/static/img/spr-back.png'),    -moz-linear-gradient(top, #A0B090, #AAA29D); /* FF3.6+ */
    background-image: url('/spenseronline/static/img/spr-back.png'),     -ms-linear-gradient(top, #A0B090, #AAA29D); /* IE10 */
    background-image: url('/spenseronline/static/img/spr-back.png'),      -o-linear-gradient(top, #A0B090, #AAA29D); /* Opera 11.10+ */
    background-image: url('/spenseronline/static/img/spr-back.png'),         linear-gradient(top, #A0B090, #AAA29D); /* W3C */
    padding-top: 0px;
} 

#all {background: #FAFBF6; max-width: 960px; margin: 0 auto; 
    box-shadow: 3px 3px 35px #888888;} 
    
#notification {background: #333; color: #FFF; font-size: 14pt; }
#notification a {color: #CF711A;}
#notification p {padding: 0.5em 1em; width: 90%;}
#notification .short {display: none;}
#closer {float: right; width: 30px; text-align: center;}

body p, .row > div {font-family: 'Alegreya', serif; font-size:14pt;line-height:1.3em; }

body p {margin: 0 0 9px 20px; }
body .item p {display: block;}
p small{font-size:11px;color:#999999;}

h1 {font-size: 12pt; line-height: 16pt; margin: 5px 0.5em;}

.banner {height: 100px; margin: 0em auto; text-align: center; color: #333; font-family: Georgia; }
.banner a {color: #333;}
.banner .brand {margin: 3em 0 0; display: block;}
.banner img {margin: 0; left: 0; top: 0; position: relative; float: left; box-shadow: none }

#headthe {font-size: 24pt; padding-right: 7px; font-style: italic; top: -0.4em; position: relative;}
#headspenser {font-size: 48pt; font-weight: bold;}
#headonline {font-size: 48pt; padding-left: 7px; line-height: 48pt;}
.tagline {display: none}
.caret {  border-top: 4px solid #FFFFFF;
    content: "";}

.navbar {width: 100%; 
         margin: 0 auto; 
         background-color: #333; 
         min-height: 0;
         clear: left;}
.navbar-inner { padding-right: 10px;
    background-image: none; 
    border: none; position:relative; 
    font-size: 12pt;}
.navbar-inner .container {
    max-width: 920px;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #222222;
    color: #009999;
    text-decoration: none;
}
.navbar .nav > li > a {
    color: #999999;
    float: none;
    padding: 10px 15px 5px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
    background: #222222;
    color: #FFFFFF;
}


footer .navbar {width: 100%; background-image: none; 
    position:relative; font-size: 14pt; overflow: none;}

.breadcrumb {margin: 0 0 25px;}
footer > p {margin: 0 10px; }

div.container {
    width: 100%;
}


.row .leftcolumn .itemcontent {margin-bottom: 1em; } 
.row .leftcolumn  {box-shadow: 1px 1px 8px 3px rgba(204,204,204,0.7); margin-bottom: 1em; }
.row .leftcolumn.item > * {padding: 20px 20px 0 20px;}

.itemcontent li {margin-bottom: 10px;}
.leftcolumn > .row {margin: 0 ; border-bottom: 1px solid #ccc; }
.leftcolumn > .row > * {padding: 1em;}
.leftcolumn > .row > .image {padding: 0;}

.rightcolumn > .row {margin: 0 0 1em 0px; }
.row > div {min-height: 4em; }
.row div p {padding: 0; clear: left;}
#portrait { margin: 0 0 0 -5%; width: 100%;}

blockquote {border-left: none; padding: 0 30px;
	   }
blockquote, blockquote p, blockquote div {font-family: Helvetica, Arial, sans-serif; font-size: 11pt; 
             line-height: 1.3em; font-weight: 300;}
blockquote p, blockquote div {
            margin: 1em 0 0 0;}
blockquote p:first-child {margin-top: 0;}


.row > div ul { list-style-type: none; margin: 0.5em;}
.row > div ul li {line-height: 1.2em; margin: 0.25em 0 0 1em; text-indent: -1em;}

.row > div .blockhead {font-size: 18pt; color: black; line-height: 1.2em; 
    letter-spacing: 0.01em; text-transform: uppercase;}
.row > div.rightcolumn .blockhead {color: #009999; letter-spacing: -0.01em;          /* color: #04B961;  */
    text-transform: uppercase; display: block; } /* border-bottom: 20px solid #ccc;} */

.blockhead, .itemtitle {font-family: Georgia, "Times New Roman", serif;}

.row > div a.noblue {color: black;}

.readmore {font-style: italic; color: #CF711A; display: inline; padding-left: 1em;}  
.briefhead {color: #04B961; font-size: 22pt; line-height: 1em; font-weight: bold; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-transform: uppercase; 
    float: right; text-align: right; display: inline-block; border-bottom: 12px solid black;}
.briefsectionhead { font-weight: bold; font-size: 14pt; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
.briefcontent p {font-size: 12pt;}
.author {font-style: italic;}
.blockauthor {font-style: italic; display: block; margin: 0 0 0.5em;}


.pagehead {font-size: 22pt; font-weight: bold; color: black; line-height: 1.2em; 
    letter-spacing: 0.01em; text-transform: uppercase; margin: 0.5em 1em;}
.issuelist, .itemlist {margin: 1em;}
.itemlistitem { 
                margin-left: 1em;
                text-indent: -1em;
}
.row h3 {font-size: 22pt; color: #009999;}

.slide p strong {color: #009999;}
.slide p:first-child {padding: 0; }
.slide p {color: #FFFFFF; background: #000000; margin: 0 0 0.2em; padding: 0.2em 0.5em 0.5em;  }
.slide {background: #222; padding: 0 0 0.2em; min-height: 282px;}

.leftcolumn > .row > #slides {padding: 0;}
#slides { position: relative;}
#slides .slide object, #slides .slide img {width: 620px; height: 260px; display: block;}
#slides .prev, #slides .next {
    height: 0px;
    left: 0px;
    position: absolute;
    top: 100px;
    width: 24px;
    z-index: 101;
    opacity:  0.4;
}
#slides .next {
    left: 596px;
    }
#slides .prev:hover, #slides .next:hover {
    opacity: 1;
    }
#slides .prev img, #slides .next img {box-shadow: none;}

#slides .pagination {
        display: none;
        margin:12px auto 0;
        width:150px;
        height: 36px;
        text-align: center;
}
#slides .pagination * {display: none;}

#slides .pagination li {
        display: inline-block;
        margin:0 2px;
        list-style:none;
        width: 12px;
        overflow: hidden;
}

#slides .pagination li a {
    background-image: url("/spenseronline/static/img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
#slides .pagination li.current a {
        background-position:0 -12px;
}

.reviewedin {display: block; margin-left: 0.5em; line-height: 1em; padding: 0.2em 0 0 0;}

.itemauthor {font-style: italic; margin-bottom: 10px;}
.itemtitle {font-size: 22pt; font-weight: bold; 
        color: #009999; line-height: 1.2em; 
        letter-spacing: 0.01em; }

.content img, .itemcontent img {box-shadow: none; max-width: 100%;}
.content {padding: 1em; clear: left;}


.texturebar1 {height: 10px; width: 103%; display: block;
    margin-left: -20px;
    background: url("/spenseronline/static/img/texture_1.png")
}
.texturebar2 {height: 10px; width: 103%; display: block;
    margin-left: -20px;
    background: url("/spenseronline/static/img/texture_2.png")
} 


/* admin display hack */
#tree a {max-width: 70%;}
a {color: #CF711A;}
a:hover {color: #B7590A;}
.itempreview p {display: inline;}

#registrationform label {clear: left; float: left; width: 8em; text-align: right; padding-right: 1em;}
#registrationform input {float: left;}
#registrationform input[type='submit'] {margin-left: 1em;}
#registrationform p {display: inline-block;}

div.announcements p:after {content:url("/spenseronline/static/img/ornament.png"); margin-top: 10px; text-align: center; display: block;}
div.announcements p:last-child:after {content: ""; margin-top: 10px; text-align: center; display: block;}

.main {margin-left: 20px; }
/*
#spst_cover {float: right; margin: 2 0 1em 1em;}
*/

.vollinks {font-size: 12pt; clear: left;    
    border-bottom: 1px solid #AAAAAA;
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0 0 1em;}
.vollinks a {display: block; float: left; width: 3em; }
.content h2 {clear: left}
.abstract {margin: 0 0 0.5em 0; display: block;}
.abstract:hover {background: #EEEEEE;}
.abstract .author {font-style: italic;}
.abstract .title {color: #CF711A;vim }
.abstract .title:hover {color: #B7590A;}
.abstract .content {display: none; margin: 0 1em;}
.toplink {font-size: 10pt; display: block; margin: 0 0 1em 1em;}
body .abstract .content p {font-size: 10pt; padding: 0 1em;}
#userpanel {
    margin-left: 20px;
}
#signup .input_id_first_name {
    float: left;
}
#signup .input_id_last_name {
    float: left;
}
#signup .input_id_password1 {
    float: left;
}
.donate {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 90%;
    margin-bottom: 1em;
    padding: 1em;
}
.input_id_date {display: none;}

.row div#comments ul li {text-indent: 0;}

.registrationtable {margin: 0 0 2em 2em;}

.pageref {text-align: right; margin-top: 0;}
.alignright {text-align: right;}
.floatright {float: right;}

.caption {font-size: 80%; }

.donate table td {
    padding: 10px 5px;
    vertical-align: top;
    line-height: 130%;
}

.donate table td button {
    font-size: 10pt;
    width: 100px;
}
.donate table td input {
    width: 100px;
}

.search-query {
    width: 120px;
    border-radius: 3px;
    padding: 4px 9px;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    background-color: #626262;
    border: 1px solid #151515;
    color: #FFFFFF;
    margin-top: 5px;
}
.search-query::placeholder {
    color: #FFFFFF;
}

.search-query:focus {
    color: #333333;
    background-color: #FFFFFF;
}
