/**
*
* triple canopy css
*
*/

body {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 10px;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 12px;
	/*background-image: url(../images/dots.png);*/
	width: 1000px;
	}

a img {
	border: none;
}

hr {
	border: none;
	background-color: #ddd;
	height: 1px;
	margin: 10px 0;
}

sup {
  font-size: 80%;
  line-height: 80%;
  color: #777;
}

element.style {
background: none;}

/******GLOBAL TEXT STYLES********/

h1, h2, h3, h4 {
	margin: 0px 0;
	padding: 0;
	line-height: 90%;
	}
	
h1 {
	font-size: 40px;
	}

h2  {
	font-weight: bold;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0px 0px 5px 0px;
	line-height: 110%;
	*line-height: 100%;
	}

h3 span.author {
	color: #e33;
	}
	

h4 {
	font-weight: bold;
	font-size: 12px;
/*  font-family: Verdana, Arial, sans-serif;*/
	padding:0px 0px 5px 0px;
	color: #000000;
	margin:0px;
	}
	
h5 {
	font-size: 13px;
	line-height: 140%;
	*line-height: 130%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

h6 {
	font-size: 10px;
	color: #cccccc;
	line-height:12px;
	margin-top:0px;
	}
	
h7 {
	font-size: 12px;
	}

h8 {
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	}

a {
	color: #D81921;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



/******GLOBAL STYLES********/

.qa {
	padding: 5px 25px 5px 0px;
	border-top: 2px solid #D81921;
	border-bottom: 2px solid #D81921;
	width: 325px;
	}

img {
  /* FIXME: this is a very dangerous definition!!! */
	padding-bottom: 10px;
	}
div#page_progress img {
  padding: 0;
}

.end {
	background-image: url(/images/end.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 1em;
	margin: 0;
	height: 20px;
	width: 100%;
	}

.end_small {
	background-image: url(/images/end.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	margin:0px auto;
	height: 20px;
	width: 100%;
	}

.video {
  /*
  font-size: 12px;
  
  width: 640px;
  height: 490px;
  float:left;
  */
  
/*  padding-top: 50px;*/
  padding: 50px 0px 0px 80px;
	margin:0px auto;
	height: auto;
	width: 100%;
	}



/******image credits*****/

.credit {
	margin:0px;
	text-align: left;
	color:#666666;
	font-size:100%;
	font-weight:normal;
	line-height:120%;
	*line-height:110%;
	text-align:right;
	padding-bottom: 20px;
	}

.credit img,
.credit div.css_img {
padding-bottom: 0px;}

/* important! these should behave as <img>s in strict mode. so... block? i guess? */
div.css_img {
	display: block;
	}



/******LOGO******/

div#footer_logo a {
	background-image: url(/images/btm_logo.png);
	_background: url('/images/logo.gif'); /* I am an IE6 apologist */
	width: 224px;
	height: 57px;
	display: block;
	margin-top: 40px;
	}
	
div#footer_logo a h2 {
	display: none;
	}


	/******** +/- SCROLL********/
	/********Logic that governs these classes is in PageScroller.update_scroll_icon********/

a.pageturn {
	/* just used by JS... nothing here */
}

a#forward,
a#back {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	text-decoration: none;
	margin-top: 254px;
	background-color: none;
	}

a#forward {
	background: url('/images/plus_all.png') no-repeat top left;
	_background-image: url('/images/plus_all.gif'); /* I am an IE6 apologist */
	margin-left:10px;
	margin-right: 0px;
	}
	
a#back {
	background: url('/images/minus_all.png') no-repeat top left;
	_background-image: url('/images/minus_all.gif'); /* I am an IE6 apologist */
	margin-left:0px;
	margin-right:20px;
	}
	
a#forward.ghost,
a#forward.ghost:hover,
a#back.ghost,
a#back.ghost:hover {
	background-position: center left;
	cursor: default;
}
a#forward.jump,
a#back.jump {
	background-position: top right;
}
a#forward.jump:hover,
a#back.jump:hover {
	background-position: bottom right;
}
a#forward:hover,
a#forward:active,
a#forward.flicker,
a#back:hover,
a#back:active,
a#back.flicker {
	background-position: bottom left;
	text-decoration: none;
	}

/**
  PROGRESS DOTS
*/

div#page_progress {
  padding-top: 1em;
	text-align: center;
  font-size: 8px;
}
	div#page_progress a {
		padding: 0 4px;
		background: url('/images/progress-dots.png') no-repeat 0 -9px;
	}
	div#page_progress a.current,
	div#page_progress a.current:hover {
    background-position: 0 0;
	}
	div#page_progress a:hover {
    background: url('/images/progress-dots.png') no-repeat 0 -18px;
	}
#piece_actions {
  width: 150px;
  position: relative;
  top: -14px;
  right: -745px;
  text-align: right;
  font-size: 90%;
  letter-spacing: 1px;
}
  #piece_actions a {
    line-height: 18px;
    padding: 2px 0;
    font-size: 10px;
  }

	/*** Page layout & offscreen render page classes***/

/* the masking div which holds all */
div#horizsheet {
	width: 810px;
	height: 600px;
	overflow: hidden;
	float: left;
	}

/* for pages which don't use the page scroller */
div#vertsheet {
	width: 810px;
	float: left;
}

/* list of pages */
ul#pagelike {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500000px; /* just going for obscenely large here */
	}

/* single rendered page */
ul#pagelike li {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
	margin-right: 20px;
	background-repeat: no-repeat;
	}
ul#pagelike.border li {
	width: 750px;
	padding: 25px 50px 25px 25px;
	background-image: url(/images/bg-2.png);
	_background-image: url(/images/bg-2.png);
}

/* commonalities btw rendered page and ALL offscreen render classes */
ul#pagelike li,
div.offscreenRender {
	font-size: 12px;
	line-height: 145%;
	*line-height: 135%;
}
div.offscreenRender {
  padding: 25px 50px 25px 25px;
}

/* page types */
/* 1 column (rendered & offscreen) */
div.wholeColumn {
	width: 750px;
}
/* 2 columns (rendered & offscreen) */
div.halfColumn{
	width: 350px;
	float: left;
	margin-right: 25px;
}
/* no page border: for TOC for instance */
div.fullBleedColumn {
	width: 800px;
	padding: 0;
/*  height: 600px;*/
}
div.halfColumn p {
	margin-top: 0px;
}

/* use this for sections which should take one full column length unbroken */
div.noBreakColumn {
	height: 500px;
}

/* so that offscreen render classes can be in the DOM without being visible */
div.offscreenRender{
	position: absolute;
	left: -1000px;
	}
	
	/*** Utility****/

.invisible {display:none}



/**
	IMAGE CREDITS
*/

.credit {
	margin:0px;
	text-align: left;
	color:#666666;
	font-size:100%;
	font-weight:normal;
	line-height:120%;
	*line-height:110%;
	text-align:right;
	padding-bottom: 20px;
	}

.credit img,
.credit div.css_img {
	padding-bottom: 0px;
	}

/* important! these should behave as <img>s in strict mode. so... block? i guess? */
div.css_img {
	display: block;
	}


/**
	TOOL TIP for MooTools
*/

.tip {
	color: #666666;
	width: 90px;
	z-index: 13000;
	text-align: center; 
}

.tip-title {
	font-weight: nomal;
	font-size: 11px;
	margin: 0;
	color: #0086FF;
	padding: 8px 8px 4px;
	background-color: #eeeeee;

}

.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #eeeeee;
}

.back-tip {
  top: 400px;
  left: 0;
}
.forward-tip {
  top: 400px;
  left: 913px;
}



/**
	TITLE PAGE STYLES
*/

#titlepage {
width: 750px;
height: 550px;
overflow: visible;
}

#titlepage p {
font-size: 13px;
line-height: 140%;
*line-height: 130%;
width: 700px;
}

#titlepage h3 {
font-size: 16px;
padding-top: 10px;
line-height: 140%;
*line-height: 130%;
}

#titlepage a  {
	font-style: normal;
	text-decoration: none;
	color: #D81921;
	}

#titlepage a:hover {
	font-style: normal;
	text-decoration: none;
	color: #0086FF;
	}

/* are we sure we want this? NOTE that it's turned off in Issue #1 --AF */
#titlepage img {
padding: 200px 0px 10px 0px;
}	
	
	
/******CONTRIBUTORS******/

.contributors {
color:#666666;
font-size: 13px;
line-height: 21px;
}

.contributors img {
padding-bottom: 20px;
}

div.contributor {
	margin-bottom: 1em;
	padding: 4px;
}
div.contributor span.name {
	font-weight: bold;
	font-size: 110%;
	color:#333333;
}
div.contributor_letter {
  color: #999;
  font-weight: bold;
  font-size: 180%;
  padding: 4px;
}


	/******Single Big Image *******/
	
.fullpageImage {
background-color:none;
width: 802px;
height: 585px;
margin:-24px 0px 0px -24px;
/*background-position:-50px -50px;*/
background-repeat: no-repeat;
float: left;
padding:0px;
background-color: transparent !important;
}
/* HACK to keep the JS from throwing text into invisible divs */
.afterFullpageImage {
  height: 550px;
}



	/******Single Big Image BLACK*******/
	
.fullpageBlack {
background-color: #000000;
width: 800px;
height: 585px;
margin:-25px 0px 0px -25px;
float: left;
padding:0px;
}

.fullpageBlack img,
.fullpageBlack div.css_img {
margin: 0px;
margin-top: 100px;
}

.white {
color: #ffffff;
font-size: 14px;
}





	/******TWO COLUMN - BIG LEFT + SMALL RIGHT*******/

.twocolumnBLSR {
	width: 750px;
	height: 600px;
	float: left;
	}
	
.twocolumnBLSR .bigleft {
	width: 492px;
	height: 600px;
	float: left;
	}
	

.twocolumnBLSR .smallright {
	width: 238px;
	height: 600px;
	float: left;
	padding-left:20px;
	}	
	
	
	
	/******TWO COLUMN - SMALL LEFT + BIG RIGHT *******/

.twocolumnBRSL {
	width: 750px;
	height: 600px;
	float: left;
	}
	

.twocolumnBRSL .smallleft {
	width: 238px;
	height: 600px;
	float: left;
	padding-left:0px;
	}

.twocolumnBRSL .bigright {
	width: 492px;
	height: 600px;
	float: left;
	padding-left: 20px;
	}
	
	
	
	/******TWO COLUMN - HUGE LEFT + SMALL RIGHT*******/

.twocolumnHLSR {
	width: 750px;
	height: 600px;
	float: left;
	}
	

.twocolumnHLSR .bigleft {
	width: 620px;
	height: 600px;
	float: left;
	padding-left:0px;
	}

.twocolumnHLSR .smallright {
	width: 100px;
	height: 600px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
	}

	
	
	/******TWO COLUMN - SMALL LEFT + HUGE RIGHT*******/

.twocolumnHRSL {
	width: 750px;
	height: 585px;
	float: left;
	margin-top:0px;
	line-height: 120%;
	*line-height: 110%;
	}
	
.twocolumnHRSL .bigright {
	width: 550px;
	height: 585px;
	float: left;
	padding-left: 50px;
	}
	
.twocolumnHRSL .smallleft {
	width: 100px;
	height: 585px;
	float: left;
	}
	
	
	/******TWO COLUMN - SMALL LEFT + BIG RIGHT *******/


.twocolumnBRSL {
	width: 750px;
	height: 600px;
	float: left;
	}
	

.twocolumnBRSL .smallleft {
	width: 238px;
	height: 600px;
	float: left;
	padding-left:0px;
	}

.twocolumnBRSL .bigright {
	width: 492px;
	height: 600px;
	float: left;
	padding-left: 20px;
	}
	
	/******PANORAMA *******/


.twocolumnPan {
	width: 750px;
	height: 600px;
	float: left;
	}
	

.twocolumnPan .text {
	width: 350px;
	height: 300px;
	float: left;
	padding-left:20px;
	overflow: hidden;
	}

.twocolumnPan .image {
	width: 750px;
	height: 205px;
	float: left;
	padding-top:25px;
	}
	
	/****** FOUR SQUARE ******/
	
div.fullpageFourSquare {
  width: 750px;
	height: 535px;
}
  div.fullpageFourSquare div.text,
  div.fullpageFourSquare div.image {
    padding-left: 20px;
    width: 350px;
    float: left;
    overflow: hidden;
  }
  div.fullpageFourSquare div.text {
  	height: 250px;
  }
  div.fullpageFourSquare div.image {
    height: 285px;
  }


	/******TWO COLUMN POEM *******/
	
.twocolumnPoem {
	width: 750px;
	height: 600px;
	float: left;
	}
	

.twocolumnPoem .text{
width: 260px;
height: 365px;
padding: 100px 50px 0px 0px;
float:left;
}


	/******FULL PAGE*****/

.fullpage {
	/* DO NOT ENTER DEFINITIONS. this class is used by JS to make decisions */
}

.fullpage2 {
padding-left:130px;

width: 800px;
height: 585px;
margin:-25px 0px 0px -25px;
float: left;
}

.fullpage_intro {
width: 800px;
height: 550px;
margin:-25px 0px 0px -25px;
float: left;
background-image: url(http://canopycanopycanopy.com/static/images/1/introduction.jpg);
overflow: visible;
}


.fullpage2textCenter{
font-size: 12px;
width: 400px;
height:auto;
padding: 25px 0px 0px 100px;
float:left;
line-height: 145%;
*line-height: 135%;
}


/*****TWO COLUMN + FULL IMAGE + TEXT OVERLAY RIGHT*****/

.twocolumnFITO {
background-color: #000000;
width: 800px;
height: 585px;
margin:-25px 0px 0px -25px;
float: left;
background-repeat: no-repeat;
}

.twocolumnFITO .bigleft {
	width: 492px;
	height: 600px;
	float: left;
	}
	

.ftwocolumnFITO .smallright {
	width: 230px;
	height: 585px;
	float: left;
	font-size: 12px;
	line-height: 145%;
	*line-height: 135%;
	}
	
	twocolumnFITO .smallright .text {
	/***background-image: url(http://canopycanopycanopy.com/static/images/1/transit/transit_sidebar.png);***/
	padding:20px;
	width: 230px;
	height: auto;
	background-color: #ffffff;
	}
	
	
	
	/*****TWO COLUMN + FULL IMAGE + TEXT OVERLAY RIGHT*****/

.twocolumnFITO {
  background-color: #000000;
  width: 800px;
  height: 585px;
  margin:-25px 0px 0px -25px;
  float: left;
  background-repeat: no-repeat;
}

.twocolumnFITO .bigright {
	width: 492px;
	height: 600px;
	float: left;
	}
	

.ftwocolumnFITO .smallleft {
	width: 230px;
	height: 585px;
	float: left;
	font-size: 12px;
	line-height: 145%;
	*line-height: 135%;
	}
	
.twocolumnFITO .smallleft .text {
	/***background-image: url(http://canopycanopycanopy.com/static/images/1/transit/transit_sidebar.png);***/
	padding:20px;
	width: 230px;
	height: auto;
	background-color: #ffffff;
	}
	


  /****** THREE COLUMN *******/

  .threecolumn {
  	width: 750px;
  	height: 555px;
  	float: left;
  	margin-top:0px;
  	line-height: 120%;
  	*line-height: 110%;
  	}

  .threecolumn .left {
  	width: 260px;
  	height: 510px;
  	float: left;
  	}

  .threecolumn .middle {
  	width: 230px;
  	height: 510px;
  	float: left;
  	padding-left: 15px;
  	font-size: 90%;
  	line-height: 1.2em;
  	}	

  .threecolumn .right {
  	width: 230px;
  	height: 510px;
  	float: left;
  	padding-left: 15px;
  	font-size: 75%;
  	line-height: 1.2em;
  	}

  .threecolumn .bottom_left {
  	width: 300px;
  	height: 30px;
  	float: left;
  	padding-left: 30px;
  	margin-top: 10px;
  	background: url('/static/4/star_wars__a_new_heap/powers-img-top.gif') no-repeat top left;
  }	

  .threecolumn .bottom_right {
  	width: 300px;
  	height: 30px;
  	float: left;
  	padding-left: 30px;
  	margin-top: 10px;
  	background: url('/static/4/star_wars__a_new_heap/powers-img-bottom.gif') no-repeat top left;
  }


/**
* LANDING
*/

.landing_wrapper {
	margin:40px 0px 15px 0px;
}

.landing_wrapper .box {
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1em;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}

.landing_wrapper .box .about .press {
border-bottom:3px double #CCCCCC;
float:left;
font-size:12px;
padding:30px 0; 
}

.landing_wrapper .box .about .people {
border-bottom:3px double #CCCCCC;
padding-top:20px;
padding-bottom: 20px;
}

.landing_wrapper .box .about .logistics {
padding:20px 0px 20px 0px;
border-bottom:3px double #CCCCCC;
font-size:12px;
}

.landing_wrapper .box .about .press {
padding: 20px 0 0 0;
border-bottom: 3px double #CCCCCC;
font-size: 12px;
}

.landing_wrapper .box .about .press p {
border:none;
font-size: 12px}

.landing_wrapper .box .about .thanks {
  clear: both;
padding-top:20px;
font-size:12px;}

.landing_wrapper .box .about h4 {
font-size: 18px;
color: #333333;
font-weight: normal;
padding:0px 0px 5px 0px;
}

.landing_wrapper .box .about .peeps {
font-size:14px;
}

.landing_wrapper .box .about p {
padding:0px;
font-size: 14px;
line-height: 21px;
margin: 0px;
padding-bottom: 20px;
border-bottom:3px double #CCCCCC;
}


.landing_wrapper .left_column {
	width: 530px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.landing_wrapper .top_left_title {
	width: 530px;
}

/* featured */

.landing_wrapper .featured {
	float: left;
	font-size: 12px;
	margin-top: -40px;
	}
	
.landing_wrapper .featured .piece {
	line-height: 1.2em;
	padding: 40px 20px 0 0;
	margin: 0;
	width: 245px;
	height: 270px;
	float: left;
	overflow: visible;
	min-height: 270px;
}


.landing_wrapper .featured .piece img {
border: 1px solid #cccccc;
padding: 4px;
background-color: #fff;
width: 240px;
height: 127px;

}

.landing_wrapper .featured .piece .bottom {
background: url(/images/bg_featured_image.png) no-repeat bottom center;
height: 9px;
margin-top: -4px;}

.landing_wrapper .featured h2 {
	font-size: 1.50em;
	line-height: 1em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: #666666;
}
.landing_wrapper .featured h3 {
	font-size: 1em;
	line-height: 1.1em;
	padding: 4px 0 0 0;
	margin: 0px;
	color: #3f3f3f;
	font-weight: bold;
}
.landing_wrapper .featured p {
	font-size: 1em;
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.17em;
	color: #3f3f3f;
}

.landing_wrapper .featured h7 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	float: left;
	width: 100%;
	}

.updates {
padding: 40px 0px 10px 0px;
float:left;

}

.updates img {
padding: 0px;
margin: 0 0 -6px 20px;
}

.updates .news_box {
border: 1px solid #cccccc;
padding: 20px;
font-size: 12px;
}

.updates h4 {
font-size: 1.17em;
color: #3f3f3f;
font-weight: bold;
padding:0px 0px 10px 0px;
}

.updates .news_item {
font-size: 1em;}

.updates .bottom {
background: url(/images/bg_news_box.png) no-repeat bottom center;
margin-top: -12px;}

/**
  NAVIGATION
*/

div.topnav {
  width: 845px;
  height: 50px;
  margin-top: 7px;
  margin-left: 72px; 
  padding: 0px 0px 20px 0px;
  font-size: 12px;
}
  div.topnav a.logo {
    float:left;
    padding-left: 20px;
    height: 50px;
  }
  
  div.topnav div.right_navigation {
  float: right;
  width: 400px;
  }
  div.topnav div.right_navigation ul.primary {
    float:right;
	font-size:.92em;
	letter-spacing:-0.05em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:0px;
	text-transform:lowercase;
	font-weight: bold;

	height: 10px;
	margin-top: 10px;
  }
  
  div.topnav div.right_navigation ul.secondary {
    float:right;
	font-size:.92em;
	letter-spacing:-0.05em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:0px;
	text-transform:lowercase;
	height: 10px;
	margin-top: 0px;
	*margin-top: 10px;
	color: #ccc;
  }
    div.topnav div.right_navigation ul li {
      display: inline;
    }
      
    div.topnav div.right_navigation ul.primary li a {
        padding: 0px 5px 0px 5px;
        color:#D81921;
        opacity:.5;
        filter:alpha(opacity=50);
      }
      
      div.topnav div.right_navigation ul.primary li a:hover {
      opacity:1.0;
	filter:alpha(opacity=100);
      }
      
        div.topnav div.right_navigation ul.secondary li a {
        padding: 0px 5px 0px 5px;
        color:#cccccc;
        
      }
      
      div.topnav div.right_navigation ul.secondary li a.rss {
      background: url(/images/icon_rss.png) no-repeat right 2px;
      padding-right: 14px;
      text-transform: uppercase;}
      
    div.topnav div.right_navigation ul li a:hover {
    color:#D81921;
    text-decoration: none;
    }
    div.topnav div.right_navigation ul li a.on {
        color: #D81921;
        opacity:1;
      }

/**
  news
*/
.updates div {
	font-size: 14px;
	padding:0px 0px 20px 0px;
	line-height: 18px;
	color: #666666;
	
}
.updates div h5 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}
.updates h7 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.landing_wrapper .news {
font-size: 13px;
color: #666666;
line-height: 18px;
}

.landing_wrapper .news h4 {
font-size: 18px;
font-weight: normal;
color: #666666;
padding: 10px 0px 5px 0px;}

.landing_wrapper .news .news_item {
margin-bottom: 1.2em;
border-bottom: 3px double #eaeaea;
padding-bottom: 20px;
}

/* unpublished pieces */

.landing_wrapper .coming_soon {
float: left;
padding:20px 0px 0px 0px;
}

.landing_wrapper .coming_soon .coming_soon_text {
	font-size: 21px;
	color: #666666;
	width: 500px;
	background:transparent url(/images/landing_coming_soon.png) no-repeat scroll 0 0;
	height:29px;
	padding:0px 0px 10px 0px;
	float: left;
}
.landing_wrapper .coming_soon p {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	width: 95%;
	color: #3f3f3f;
	font-weight: normal;
}

.landing_wrapper .right_column {
	width: 250px;
	border: none;
	margin-left: 10px;
	float: left;
}
/* now override some of the below TOC classes so we can reuse them! */
.landing_wrapper .right_column .toc_module {
	height: 188px;
	margin-top: 0;
}
.landing_wrapper .right_column .toc_module a .on {
	height: 188px;
	background-color: #fff;
	background-repeat: no-repeat;
}
.landing_wrapper .right_column .toc_module a .off img {
	background-color: #fff;
	padding: 0;
	margin: 40px 0px 0px 0px;
}

/**
* TOC
*
* toc module = 1 piece (published)
* NOTE that many of these properties are overridden by the 'unpublished' defs below!
*/

.toc_module {
	width: 250px;
	height: 132px;
	border: 1px solid #999999;
	margin: 0px 0px 14px 14px;
	float: left;
}
.toc_module a {
	position: relative;
	display: block;
	text-decoration: none;
}

/* off state */
.toc_module a .off {
	position: absolute;
}
.toc_module a .off img {
	width: 250px;
	height: 132px;
	margin: 0px;
	padding: none;
}

/* on state */
.toc_module a .on {
	position: absolute;
	display: none;
	width: 230px;
	height: 112px;
	margin: 0px;
	padding: 10px;
	background-image: url(/images/toc_on.png);
	background-repeat: repeat-y;
	overflow: hidden;
	color: #FFFFFF;
}
.toc_module a:hover .on {
	display: block;
}
.toc_module a .on h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0.2em 0px;
	line-height: 110%;
}
.toc_module a .on  h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 105%;
	padding: 0px;
}
.toc_module a .on p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight:  normal;
	padding: 7px 0px 10px 0px;
	margin: 0px;
	width: 92%;
}

/* issue overrides */
.issue a .on {
	width: 250px;
	height: 132px;
	padding: 0;
}

/* unpublished */
.unpublished {
	border-color: #bfbfbf;
}
.unpublished a .on {
	display: block;
	background: none;
	background-color: #fff;
	color: #BFBFBF;
	z-index: 0;
}
.unpublished a:hover .on {
	display: none;
}


/**
  programs
*/

.landing_wrapper .programs {
font-size: 13px;
color: #666666;
}

.landing_wrapper .programs .event {
border-bottom: 3px double #CCCCCC;
padding: 20px 0px 30px 0px;
float: left;
}

.landing_wrapper .programs .event h2 {
font-weight: bold;
font-size: 18px;
color: #3f3f3f;
}

.landing_wrapper .programs .event h3 {
font-weight: bold;
font-size: 14px;
line-height: 14px;
padding-bottom: 5px;

}

.landing_wrapper .programs .event h4 {
font-weight: normal;
font-size: 12px;
line-height: 1.2em;
color: #666666;

}

.landing_wrapper .programs .event p {
font-size: 12px;
line-height: 16px;
color: #3f3f3f;
}

/***Slide show***/

.mask {
height:390px;
overflow:hidden;
position:relative;
width:520px;
margin: 0 auto;
padding-top: 80px;
}

.mask img{
	position:absolute;
	display:block;
	border:none;
}


.buttons{
padding:5px;
height: 50px;
width: 160px;
margin-top:75px;
margin: 0 auto;
color: #999999;
}

.buttons span{
color:#999999;
padding:0 5px;
cursor:pointer;
}

.buttons span.active, .buttons span:hover{
color: #D81921;

}

.buttons a {
color: #999999;
font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
font-weight: 300px;
font-size: 10px;
}

.buttons a:hover {
text-decoration: none;
}

#controls {
text-align: center;
width:799px;
margin-top: 5px;
}

span#prev {
background-image:url(/images/ss_direction_back.png);
background-repeat: no-repeat;
background-position: top left;
width: 10px;
height: 17px;
margin-top:0px;
margin-right: 0px;
float: left;
}

#prev:hover {
background-image:url(/images/ss_direction_back.png);
background-repeat: no-repeat;
background-position:0px -17px;
width: 10px;
height: 17px;
float: left;
}

span#stop {
padding-right:0px;
}

span#play {
padding-right: 5px;
}

span#next {
background-image:url(/images/ss_direction_forward.png);
background-repeat: no-repeat;
background-position-x: 0;
background-position-y: 0;
width: 10px;
height: 17px;
float: left;
}

#next:hover {
background-image:url(/images/ss_direction_forward.png);
background-repeat: no-repeat;
background-position:0px -17px;
width: 10px;
height: 17px;
float: left;
}

.play_pause {
float: left;
width: 60px;
font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
font-weight: 300;
font-size: 10px;
margin-left: 85px;
}

.prev_next {
float: right;
width: 60px;
margin-right: 115px;
}

/******ANNOTATIONS*******/

.annotations {
float: left;
font-size: 12px;}

.annotations h2 {
width: 550px;
*width: 550px;
height: 29px;
background: url(/images/text_annotations.png) no-repeat top left;
float: left;
margin-top: 40px;}

.annotations h2 span {
margin-left: -10000px;
}

.annotations .annotate {
background: url(/images/icon_annotation_plus.png) no-repeat top left;
float:left;
margin-top:20px;
padding-left:30px;
padding-top:0;
width: 510px;
}

.annotations .annotate h4 {
font-size: 1.17em;
font-weight: bold;
padding: 0px;}

.annotations .annotate span.posted_date {
color: #cccccc;
font-size: .92em;
font-weight: bold;
padding: 0 0 5px 0;
margin:0px;
}

.annotations .annotate p {
padding:0px 0px 10px 0px;
line-height: 1.5em;
margin: 0px;}

.annotations h7 {
font-weight: bold;
}

/******podcasts*******/

.podcasts {
float: left;
font-size: 12px;}

.podcasts h2 {
width: 510px;
height: 29px;
background: url(/images/text_latest_podcast.png) no-repeat top left;
float: left;
margin-top: 30px;
display: block;
*width:400px;}

.podcasts h2.podcast_detail {
width: 510px;
height: 29px;
background: url(/images/text_podcasts.png) no-repeat top left;
float: left;
margin-top: 0px;
display: block;
*width:400px;}

.podcasts h2 span {
margin-left: -10000px;
}

.podcasts .podcast {
float:left;
margin-top:20px;
padding-bottom:0px;
width:510px;}

.podcasts .podcast .image {
float: left;}

.podcasts .podcast .image img {
border: 1px solid #cccccc;
padding: 4px;
background-color: #fff;
width: 127px;
height: 169px;

}

.podcasts .podcast .image .bottom {
background: url(/images/bg_image_podcast.png) no-repeat bottom center;
height: 9px;
margin-top: 177px;}

.podcasts .podcast .info {
margin-left: 20px;
float: left;
display: inline;
width:350px;}

.podcasts .podcast .info a.title {
font-size: 1.5em;
font-weight: bold;
padding: 0px;
margin: 0px;
line-height: 1em;
width: 100%;
*width:360px;
float: left;}

.podcasts .podcast .info span.byline {
font-size: 1em;
font-weight: bold;
color: #3f3f3f;}


.podcasts .podcast .info p {
color:#3F3F3F;
font-size:1em;
line-height:1.17em;
margin:0;
padding:5px 0 15px 0px;
}

.podcasts .podcast .info a.play {
background: url(/images/icon_play.png) no-repeat left 2px;
display:block;
float:left;
font-size:0.92em;
font-weight:bold;
height:20px;
line-height:1.5em;
padding-left:21px;
padding-right: 10px;
}

.podcasts .podcast .info a.itunes {
background: url(/images/icon_itunes.png) no-repeat top left;
display:block;
float:left;
font-size:0.92em;
font-weight:bold;
height:20px;
line-height:1.5em;
padding-left:20px;
}

.podcasts .podcast .info a.download {
display:block;
float:right;
font-size:0.92em;
font-weight:normal;
height:20px;
line-height:1.5em;
padding-left:20px;
color: #cccccc;
}


.podcasts h7 {
display:block;
float:left;
font-weight:bold;
margin-top:10px;
}

.podcasts .podcast p.player {
margin:0px;
padding:0px;
float: left;
}

.podcasts .podcast object {
margin-bottom: 5px;}
