/* ================================
 Container Styles for DotNetNuke
================================ */   
.containerMaster {
	width: 100%;
}

/* classes defining borders and container background colours */
.B0 {
	background-color: Transparent;
}

.B1 {
	border: solid 10px black;
}

.Transparent {
	background-color: Transparent;
}

/* classes defining the container contents */
.containerMenu {
	float:left;
}

.containerActions {
	float: right;
}

.containerContent {
	width: 100%;
}

/* classes for the Extras container */
.Extras {
}

/* for T1-B1-AB1-Transparent */
.ContainerHeader {
}

.Title {
	margin: 0;
	float: left;
	white-space: nowrap;
}

.ModuleButtons {
	margin: 0;
	float: right;
	text-align: right;
}

.ContainerTitle {
  font: bold 1.25em/1.5em "century gothic","trebuchet ms",arial,helvetica,sans-serif;
  color: Black;
}

.ContainerContent {
	clear: both;
}

/* contentpane definitions */
.ContainerContentPane {
	background-color: Transparent;
}

.ContainerContentPane_Accordion {
	background-color: Transparent;
}

.ContainerContentPane_Inner {
	background-color: Transparent;
}

/* Accomodation Listings classes */
.HotelListing {
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	font: normal normal normal 1.15em/1.1em "century gothic","trebuchet ms",arial,helvetica,sans-serif;
}

a.HotelName {
	margin: 0px;
	line-height: 1em;
	font-size: larger;
}

.HotelDistance {
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
	line-height: 1em;
}

/* Action Menu css */
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font-family: "century gothic", "trebuchet ms", Arial, Helvetica, Sans-Serif;; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
  white-space: nowrap;  /*Word wrapping menu item now optional*/
  padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	color: black; 
	font-family: "century gothic", "trebuchet ms", Arial, Helvetica, Sans-Serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

/* Styles for NRC's accordion effect */
/* ====================================================
  Reset Stylesheet.
  Sept 08 revision.
==================================================== */
div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,em,font,img,strong,sub,sup,dl,dt,dd,ol,ul,li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
}
a:link,a:visited {
  text-decoration:none;
}
a:focus {
  text-decoration:underline;
}
:focus {
  outline:0;
}
img {
  vertical-align:bottom;
}
ol,ul {
  list-style:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
@media projection,screen {
  .ui-tabs-hide {
    display:none;
  }
}
@media print {
  .ui-tabs-nav {
    display:none;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.home {
  text-align:center;
  color:#000;
}
#page {
  width:100%;
  margin:0 auto;
}
#wrap {
  width:100%;
  text-align:left;
  background:#fff;
  overflow:hidden;
}
#primary {
  width:100%;
  font-size:1.1em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Sessions
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Tab Order:
     Tab 1: Welcome
     Tab 2: Sessions
     Tab 3: Workshops
     Tab 6: Brad Powell
     Tab 7: A Story of Change
     Tab 4: Podcasts
     Tab 5: Conference Overview (formerly Superhero Auditions)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tabs {
  width:100%;
  overflow:hidden;
  position:relative;
}
#tabs .tab {
  width:54px;
  height:410px;
  float:left;
  margin:0 2px 0 0;
  position:relative;
  background-color: Black;
  background-position: 54px 0;
  overflow:hidden;
}
#tabs #tab-1 {
  width:596px;
}
#tabs #tab-2 {
  background-image: url(images/bg-sessions.jpg);
}
#tabs #tab-3 {
  background-image: url(images/bg-workshop.jpg);
}
#tabs #tab-4 {
  background-image: url(images/bg-superhero.jpg);
}
#tabs #tab-5 {
  background-image: url(images/bg-overview.jpg);
  margin-right: 0px;
}
#tabs #tab-6 {
  background-image: url(images/bg-powell.jpg);
}
#tabs #tab-7 {
}

#tabs h2 {
  position:absolute;
  left:0;
  top:0;
  width:54px;
  height:410px;
  overflow:hidden;
  text-indent:-9999px;
  cursor:pointer;
}
#tabs #tab-1 h2 {
  background:url(images/heading-welcome.png) no-repeat;
}
#tabs #tab-2 h2 {
  background:url(images/heading-sessions.png) no-repeat;
}
#tabs #tab-3 h2 {
  background:url(images/heading-workshops.png) no-repeat;
}
#tabs #tab-4 h2 {
  background:url(images/heading-podcasts.png) no-repeat;
}
#tabs #tab-5 h2 {
  background:url(images/heading-overview.jpg) no-repeat;
}
#tabs #tab-6 h2 {
  background:url(images/heading-powell.png) no-repeat;
}
#tabs #tab-7 h2 {
  background:url(images/heading-storyofchange.png) no-repeat;
}
#tabs #tab-1 h2.selected {
  background:url(images/heading-welcome-hover.png) no-repeat;
}
#tabs #tab-2 h2.selected {
  background:url(images/heading-sessions-hover.png) no-repeat;
}
#tabs #tab-3 h2.selected {
  background:url(images/heading-workshops-hover.png) no-repeat;
}
#tabs #tab-4 h2.selected {
  background:url(images/heading-podcasts-hover.png) no-repeat;
}
#tabs #tab-5 h2.selected {
  background:url(images/heading-overview-hover.jpg) no-repeat;
  border-right: solid 2px white;
}
#tabs #tab-6 h2.selected {
  background:url(images/heading-powell-hover.png) no-repeat;
}
#tabs #tab-7 h2.selected {
  background:url(images/heading-storyofchange-hover.png) no-repeat;
}
#tabs .content {
  width: 532px;
  height:410px;
  padding:0 8px;
  margin:0 0 0 54px;
  color:#fff;
  font:1em/1.5 "century gothic","trebuchet ms",arial,helvetica,sans-serif;
}
#tabs #tab-1 .content,
#tabs #tab-7 .content {
  padding:0;
}
#tabs #tab-5 .content {
	margin: 0 0 0 48px;
}
#tabs p {
  padding:0 0 10px;
  line-height: 1.22em;
}

#tabs #tab-4 p {
	line-height: 1.22em;
	color: White;
}
#tabs a {
  color:#46deff;
  text-decoration:underline;
}
#tabs a:hover,
#tabs a:focus {
  text-decoration:none;
}
#tabs h3 {
  font-size:4em;
  text-transform:uppercase;
  line-height:1;
  color: White;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}
#tabs #tab-6 h3 {
	font-size: 3.4em;
	padding-bottom: 12px;
}
#tabs #tab-5 h3 {
	font-size: 1.75em;
}
#tabs #tab-5 h3 .splitTitle {
	display: block;
	font-size: 2.5em;
	padding-bottom: 12px;
}
#tabs h4 {
  font-size:1.75em;
  color:#fff;
  text-transform:uppercase;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  line-height: 1.15em;
}
#tabs .list {
  margin: 35px 0 0;
  line-height:1;
}
#tabs .list p {
  font-size:1.27em;
  font-weight:bold;
  text-transform:uppercase;
  padding:0;
}
#tabs .list ul {
  font-size:5.09em;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  margin-bottom: 83px;
}
#tabs .list li {
  float:left;
  list-style-type: none;
}
#tabs .list li a {
  color:#fff;
  text-decoration:none;
}
#tabs .list li.ui-tabs-selected a,
#tabs .list li a:hover,
#tabs .list li a:focus {
  color: #048DAE;
}
#tabs .entry {
  border-top:3px solid #fff;
  background:url(images/workshops.alpha.png);
  color:#000;
  padding:5px 10px 0;
  width:500px;
  width/**/:/**/480px;
  clear:both;
}
#tabs .entry h4 {
  float:right;
  margin:-41px 0 0;
  display:inline;
  position:relative;
  text-align: right;
  padding: 0px;
  color: White;
}
#tabs .entry h4 a {
  color:#fff;
}
#tabs .entry a {
  color:#000;
  text-transform:uppercase;
}
#tabs .media {
  float:right;
}
#tabs .media object,
#tabs .media embed {
  width:290px!important;
  height:255px!important;
}
#tabs #tab-1 .media object,
#tabs #tab-1 .media embed,
#tabs #tab-7 .media object,
#tabs #tab-7 .media embed {
  width:532px!important;
  height:410px!important;
}
#tabs .media img {
  margin:0 0 3px;
}
#tabs .media .button {
  float:right;
  padding:1px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
  background:url(images/button.alpha.png);
}
#tabs .media .button span {
  display:block;
  border:1px solid #aac1c4;
  padding:2px 10px;
}
#tabs .media .button:hover span,
#tabs .media .button:focus span {
  border:1px solid #fff;
}
#tabs #tab-6 .media .button {
  margin: 375px 0 0;
}
#tabs .media .recentPodcasts {
  text-transform:uppercase;
  text-decoration:none;
  float:left;
  width:156px;
  height:47px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(images/podcasts-normal.png);
}
#tabs .media .recentPodcasts:hover,
#tabs .media .recentPodcasts:focus {
  background:url(images/podcasts-hover.png);
}
#tabs #tab-1 .media,
#tabs #tab-7 .media {
  width:auto;
  padding:0;
  margin:0;
  float:none;
}
#tabs #tab-6 .media {
	width: 150px;
}
#tabs .description {
  float:left;
  width:210px;
  margin:6px 0 0;
  line-height: 1.25em;
}
#tabs .description a {
  color:#fff;
  text-transform:uppercase;
}
#tabs #tab-6 .description {
	width: 370px;
	padding-top: 8px;
}
#tabs #tab-4 .description {
  margin:0;
  padding:0 25px;
  height:410px;
  width: 482px;
}

#tabs #tab-5 .description {
	float: left;
	height: 285px;
	width: 482px;
	margin: 100px 25px 25px;
}
#tabs #tab-4 .description h3 {
  margin:20px 0 15px;
  padding-top: 35px;
  width:532px;
  height:34px;
  overflow:hidden;
  text-indent:-9999px;
}

.SessionTitle {
	font-size: 130%;
	font-weight: bold;
	padding-right: 3px;
}

.podcastTitle {
	padding-top: 150px;
	padding-bottom: 10px;
}

.descriptionContainer {
	background: url(images/podcasts.alpha.png);
	margin: 10px 10px 10px 0px;
}
.podcastDescription {
	padding: 10px;
}