/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none!important;}

/* typography.css */
body {font-size:75%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#000;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.25em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:956px;margin:0 auto; position: absolute; left: 50%; margin-left: -475px; height: 600px; top: 50%; margin-top: -300px;}
.showgrid {background:url(src/grid.png);}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* custom */

/*footer*/
#copyrightinfo{position: fixed;bottom: 0px;left: 0px;margin-bottom: 5px;margin-left: 5px;text-decoration: none;color: #bbb;}
#copyrightinfo a{text-decoration: none!important;}
#designedby{position: fixed;bottom: 0px;right: 0px;margin-bottom: 5px;margin-right: 5px;color: #bbb;}
#designedby a {text-decoration:none!important;color: #bbb;}

/*end footer*/


/*story navigation*/
#storylinks {margin-top: -125px;margin-right: 345px;position: absolute;top: 50%;right: 50%;z-index: 100;text-align: right;}
#storylinks li {list-style: none; text-align: left;color: black;text-align: right;}
#storylist a {text-decoration: none; color: black;padding-left: 0px}
#storylist a:hover{}
#storylist h1 {font-size: 1.4em;}
#storylist h4 {margin-bottom: -10px;padding-bottom: 0px;}
.storynamewrapper{height: 100px;padding-top: 5px; padding-bottom: 5px;background: transparent url('../images/transparentbackground.png') repeat 0 0;}
#accordion div{}
#accordion h4{margin-bottom: 0px;cursor: pointer; font-size: 13px;}
#listoflinks {padding-bottom: 10px;}
/* end story navigation */



/*header*/
.header{ height: 60px; width: 100%; margin-top: 30px; }
#contactemail{position:absolute;text-align:right;right: 50%;top: 50%;z-index: 100; margin-right: -475px;margin-top: -330px;}
#contactphone{position:absolute;text-align:right;right: 50%;top: 50%;z-index: 100; margin-right: -490px;margin-top: -305px;line-height: 15px;}
#contactemail a{text-decoration:none!important; line-height:35px;}
#rssimage{position: absolute; top: 50%; left: 50%; margin-top: -320px;margin-left: 478px;z-index: 200;}
#name {margin-top: -285px;margin-left: -490px;text-decoration: none;position: absolute;top: 50%;left: 50%;z-index: 200;}
#name h1 {font-size: 25px;letter-spacing: -0.05em;}
#name a:hover{text-decoration: underline;}
#name a {text-decoration: none;}
#location{text-align: right;margin-top: -15px;color: #aaa;}
#biolink{position: absolute; top: 50%; left: 50%; margin-top: -245px;margin-left: -430px;}
#archivelink{position: absolute; top: 50%; left: 50%; margin-top: -215px;margin-left: -383px;}
#recentworklink{position: absolute; top: 50%; left: 50%; margin-top: -230px;margin-left: -405px;}

/*end header*/



.scrollable .gallery-caption {text-align: justify; font-size: 10px;max-width: 450px!important;display: block;
position: relative;right: -375px;}
.gallery-icon img {margin-bottom: -40px;}
#sidebar {position: absolute;margin-top: 20px;}
#sidebar h1 {font-size: 20px;margin-bottom: 5px;}
li#current{list-style: none;}

/*navigation*/
.nextbutton  {position: absolute; top: 50%; left: 50%;margin-top: 255px;margin-left: -360px;display:none;}
.previousbutton{position: absolute;top: 50%; left: 50%; margin-top: 255px;margin-left: -380px;display:none;}
/*end navigation*/

/*thumbnail bar*/
#thumbnailwrapper{position: absolute;width: 195px;left: 50%; top: 50%; margin-left: 315px;margin-top: -283px;z-index: 2;height: 552px;overflow: auto; text-align: center;}
#thumbnailbar{position: absolute;width: 10px;left: 50%; top: 50%; margin-left: 160px;margin-top: -243px;z-index: 2;height: 468px;overflow: auto;z-index: 12;background: transparent url('../images/transparentbackground.png') repeat 0 0;}
#scrollablethumbnail{position: absolute;width:170px;top: 1px; right: 18px;background: transparent url('../images/transparentbackground.png') repeat 0 0;display:none;}
#scrollablethumbnail img{padding-bottom: 5px; padding-left: 3px; padding-top: 5px;}
.loading {display: none;}
#thumbnailindicator{font-size: 35px;line-height: 0px;position: absolute; top: 50%; left: 50%; margin-left: 500px;margin-top: -10px;z-index: 1;}
/* end thumbnail bar*/

img{border: 1px solid black!important;}


.ajaxloader{position: absolute;top: 50%;left: 50%;margin-top: -60px;margin-left: -40px;padding: 10px;width: 220px;
-webkit-border-radius: 4px;-moz-border-radius: 4px;	text-align: center;color: #666;z-index: 0;}
.ajaxloader img{border: none!important;}

/*story summary*/
#overview{position: absolute;z-index: 150; width: 500px; max-height: 500px;text-align: justify;left: 50%; margin-left: -150px; color: white;top: 50%; margin-top: -250px;display: none;}
#overviewtop{height: 25px; width: 500px; background: transparent url('../images/overviewtop.png') no-repeat 0 0;cursor: pointer;}
#overviewbottom{height: 25px; width: 500px; background: transparent url('../images/overviewbottom.png') no-repeat 0 0;cursor: pointer;}
#overviewmid{max-height: 500px;background: transparent url('../images/overviewmid.png') repeat-y 0 0;cursor: pointer;}
#overviewtext{cursor: pointer;position:relative; top: -10px; left: 50%; width: 450px; margin-left: -225px;cursor: pointer; }
#overviewlink{position: absolute;z-index: 100;  text-align: justify;left: 50%; top: 50%;margin-top: 270px;margin-left: -335px;cursor: pointer;padding-right: 320px;padding-bottom: 50px; background-color: white;}
#overviewlink img {border: none!important;text-decoration: none;}
.hideoverview{position: relative; left: 50%; margin-left: -30px;width: 100px; bottom: -10px; font-size: .8em;cursor: pointer;}
/*end story summary*/

#licenselink{position: absolute;z-index: 150;  text-align: justify;left: 50%; top: 50%;margin-top: 270px;margin-left: -225px;cursor: pointer;}

/* news posts */
#newshead{position: absolute;font-size: 25px;top: 50%; left: 50%; margin-top: -290px;margin-left: -335px;}
#newscontent{text-align: justify; width: 600px; position: absolute;top: 50%;margin-top: -235px;left: 50%; margin-left: -260px;padding-bottom: 20px;}
#newsbody a {color: #a00!important; text-decoration: underline;}
h1.newstitle{font-size: 18px!important; margin-left: -20px;margin-bottom: -10px;text-decoration: none;}
h1.newstitle a{text-decoration: none!important;}
#newsbody{border-left: 1px solid #ddd;padding-left: 20px;margin-top: 10px;padding-top: 15px;padding-bottom: 15px;}
#newsdate {font-size: 10px;text-align: right;}
.categorypagedate{font-size: 10px;padding-top: 10px;color: #888;margin-left: -5px;margin-bottom: -20px;}
#newsbody img{margin-bottom: 0px!important; border: 1px solid black!important;}
#newsbody a img{margin-bottom: 5px!important; border: 1px solid black!important;}
#newsbody .gallery-caption{position: relative;font-size: 12px; line-height: 12px;margin-top: -20px!important;top:-10px;color: #666;}
#newsbody .gallery-item{margin-bottom: 5px;}
#previouspostslink{float: left;}
#nextpostslink{float: right;}
.wp-caption-text{color: #666;margin-top: 5px;}
/*end newsposts */

/*bio page*/
.biobox {position:absolute;overflow:hidden;width: 828px;	height:607px;top: 50%;left: 50%;margin-top: -283px;margin-left: -335px;}
.biotext{text-align: justify; width: 400px; position: absolute;top: 50%;margin-top: -245px;left: 50%; margin-left: 10px;padding-bottom: 20px;}
.biopicture{position: absolute; top: 50%; margin-top: -295px;left: 50%; margin-left: -375px;}
.biotext a{color: #a00!important; text-decoration: underline;}
/*end bio page*/




