/* CSS Document */
/* Gemini Group LLC 20100701 */

/* Imports */
@import url("reset.css");
@import url("960.css");
@import url("text.css");

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {display: block;}

/* ---------------------- workspace mods ----------------------*/



/* ---------------------- keep from here down ----------------------*/

/* content master */
body {overflow:visible;/*Needed to eliminate scrollbars*/background:#fff;font:.8em/1.5 Helvetica Neue, Verdana, Arial,Liberation Sans,FreeSans,sans-serif, SunSans-Regular; background-color:#fff;}
/* for better printing (color/mono) of links */
a:link, a:visited {color: #520; background: transparent; font-weight: bold; text-decoration: underline;}

.logo {/*display:inline;*/float:left;position:relative;margin:1.25em .9em; z-index:3; }
img {border: 0;}
.center {text-align: center;}
.grid_4_mid {display:inline;float:right;position:relative;margin: 15px 60px 5px 10px;}
.contentspace {width:940px; margin: 2em 1em; float: left;}
.ital {font-style:italic;}
.bld {font-weight: bold;}
.hidden {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}

/*  Removes the following  */
.rightmodule,
/* custom style for extruder */
.extruder.left.a .flap,
.extruder.left.a .content,
.extruder.top .optionsPanel .panelVoice a:hover,
.extruder.top .optionsPanel .panelVoice a,
.extruder.left.a .flap .flapLabel,
/*Supersized Content */
#content,
/*Supersized Credits */
#slidecounter,
#slidecaption,
/*Supersized Stamp*/
.stamp,
/*Supersize Plugin Styles*/
#navigation,
#loading,
#supersize,
#supersize img, #supersize a,
#supersize .prevslide, #supersize .prevslide img,
#supersize .activeslide, #supersize .activeslide img{display: none; !important}

/*  Print hidden items */
.hdrprintonly, .nodisplay {display: block; clear: both; font-size: 16pt; text-align: left; margin: 0 0 .3in; padding: 0;}
.hdrprintonlysub {display: block; clear: both; font-size: 12pt; text-align: left; margin: 0 0 .3in;} 
.hdrprintonlysub02 {display: block; clear: both; font-size: 12pt; text-align: left; margin: 0 0 .3in;} 

/* Corner Modules */
.contentmodule {padding: 1.2em 1em .1em 1.5em;
	/* corners */ -webkit-border-radius: 20px;-moz-border-radius: 20px;
	/* text color */ color: rgb(0,0,0);color: rgba(0,0,0,0.75);
	/* transparent bckgrnd color */ background-color: rgb(255,255,255);background-color: rgba(255,255,255,0.9);border-color: rgb(255,255,255);border-color: rgba(255,255,255,0.9);
	/* box shadow */ -webkit-box-shadow: 0 0 10px rgb(0,0,0);-moz-box-shadow: 0 0 10px rgb(0,0,0);box-shadow: 0 0 10px rgb(0,0,0);}
