@charset "UTF-8";

/* CLEANING CRAP FORMATTING AND PRIMARY ELEMENTS */
* { margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: bottom; behavior: url(/js/iepngfix.htc); }
body { font: 14px/1.5em Helvetica, Arial, sans-serif; background-color: #3E343A; color: #fef4ee; position: relative; }
#logo { display: block; margin-bottom: 40px; padding-left: 5px; }
#uberPadding { position: relative; }
#perch { padding: 40px 0 0 110px; background: url(/i/nihilistCanary.png) 10px 10px no-repeat; behavior: url(/js/iepngfix.htc); }
#copyrightly { text-align: left; clear: both; width: 700px; margin: 120px 10px 50px; font: .8em Arial, Helvetica, sans-serif; color: #847242; }
#copyrightly-ccl { float: left; display: block; margin: 0 10px 0 0; }
body.atHome { background: #14071a url(/i/nihilistCanary_bendSinister.gif) 17px 107px repeat; }
body.atHome #logo { padding-left: 0px; }
body.atHome #perch { padding: 80px 0 0 170px; background: url(/i/nihilistCanary_logo.jpg) -90px top no-repeat; }

/* PFOLIO SLING */
#headingBib { position: relative; z-index: 800; padding-left: 10px; }
#headingBib h1 { margin: 0 0 20px; font-family: 'Lato'; font-size: 258%; }
#headingBib h2 { margin: 0 0 10px; font-family: 'Copse'; color: #847242; }
#headingBib #larrow { position: absolute; top: -48px; left: 375px; z-index: 10; }
#story { position: absolute; top: -110px; left: 441px; width: 350px; height: 110px; background-color: #6e5c52; color: #fef4ee; /* background-color: #3E343A; border:1px dashed #fef4ee;*/  overflow: hidden; /* -moz-border-radius: 5px; -webkit-border-radius: 5px; */ z-index: 200; }
#pfolioSling { position: relative; float: left; padding: 4px 10px 10px; z-index: 400; }
#pfolioSling img { border: 1px solid #847242; }
#pfolioSling>p { float: left; padding-right: 20px; }
#upcomingSlides, #pastSlides { position: absolute; top: 0px; left: 0px; display: none; height: 164px; }
.slides {} 
.slides a img { display: block; margin-top: 0px; height: 134px; width: 134px; filter: alpha (opacity=20); opacity: 0.2; float: left; border: 0px none !important; margin: 15px 10px 15px 5px; box-shadow: 0px 1px 4px #000000; -moz-box-shadow: 0px 1px 4px #000000; -webkit-box-shadow: 0px 1px 4px #000000; }
.slides a:hover img { height: 144px; width: 144px; filter: alpha (opacity=100); opacity: 1; border: 0px none !important; margin: 10px 5px 10px 0px; }
#museumTrivia { position: absolute; font-size: .8em; display: none; top: 4px; width: 170px; }
#museumTrivia p { float: none; margin: 0px; padding: 0px; }
#etcingTehImage { width: 500px; clear: both; padding-left: 10px; padding-top: 10px; }

#otherSets { display: block; position: absolute; bottom: 15px; right: -450px; width: 450px; max-height: 150px; overflow: visible; text-align: left; }
#otherSets h3 { font-family: 'Lato'; margin-bottom: 2px; }
#otherSets ul { line-height: 1em; list-style: none inside; }
#otherSets ul li { font-family: 'Copse'; padding-top: 5px; }
#otherSets ul li a.selected { font-weight: bold; }


/* AT HOME */
.homePagePfolio { clear: both; width: 100%; position: relative; padding: 80px 0 0 0; }
.homePagePfolio .story { width: 500px; padding-bottom: 0px; font-size: .9em; overflow: visible; }
.homePagePfolio .story * { margin-bottom: 10px; }
.homePagePfolio .story h2 { width: 833px; }
.homePagePfolio .homeSetSlidesSling { white-space: nowrap; clear: both; float: left; position: relative; }
.homePagePfolio .homeSetSlidesSling .slug { display: none; /*background-color: #403743; border: 1px solid #5c535f; border-left: 0px none; border-right: 0px none;*/ }
/*.homePagePfolio .homeSetSlidesSling .slug { height: 164px; width: 170px; position: absolute; top: -1px; left: -170px; }*/
.homePagePfolio .homeSetSlidesSling.slides { margin-left: -10px; }
.homePagePfolio .homeSetSlidesSling.slides a img { filter: alpha (opacity=60); opacity: .6; margin-right: 5px; margin-left: 10px; background-color: #403743; }
.homePagePfolio .homeSetSlidesSling.slides a:hover img { filter: alpha (opacity=100); opacity: 1; margin-right: 0px; margin-left: 5px; }

/* CONTENT */
.bodText {}
.bodText h1, .bodText h2, .bodText h3, .bodText h4 { font-weight: normal; width: 833px; margin-bottom: 15px; }
.bodText h1 { font-size: 218%; font-family: 'Lato'; }
.bodText h2 { font-size: 164%; font-family: 'Copse'; color: #847242; }
.bodText h3 { font-size: 145%; }
.bodText h4 { font-size: 118%; }
.bodText p { margin: 0px 0px 15px; line-height: 1.7em; }
.bodText p .capital { display: inline;float: left;font-size: 4.8em;line-height: 0.8em;text-transform: uppercase;margin: 0.07em 0.14em 0pt 0pt; }
.bodText p .allcaps { letter-spacing: 1px;font-size: 80%;text-transform: uppercase; }
.bodText p em { color:#847242; font-family: 'Copse'; font-style: normal;}
.bodText p:last-child { margin: 0; }
.bodText p img { border: 1px solid #847242;}
.bodText a { color: #4c93a4; text-decoration: none; }
/*.bodText a:visited { color: #2B6C7C; }*/
.bodText a:hover { color: #e0cb5e; text-decoration: underline; }
/*.bodText a:hover:visited { color: #B09C30; }*/
.bodText blockquote { padding-left: 10px; border-left: 1px solid #847242; }

/* ADMIN */
.adminButtons {	float: right; padding: 13px 13px 10px 10px; } 
.adminButtons a, .adminButtons span, .adminButtons input.fancy {
	text-decoration: none; line-height: normal; background-color: #fff; float: left; display: block; padding: 3px; margin: 0px 0px 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #CC3300; border: 2px solid #cc3300; font: bold 10px Verdana, Arial, Helvetica, sans-serif; }
.adminButtons a:hover { text-decoration: none; font-size: 1.1em; }
.adminButtons span { color: #5f85c0; border: 2px solid #5f85c0; cursor:help; }
	
	


