@rule-name {
font-family: "HelveticaNeue-Light";
src: url(/static/base/includes/fonts/HelveticaNeue.dfont) format('HelveticaNeue-Light');
}

@rule-name {
font-family: "Helvetica";
src: url(/static/base/includes/fonts/Helvetica.dfont) format('Helvetica');
}

@rule-name {
font-family: "MyriadPro";
src: url(/static/base/includes/fonts/MyriadPro-Regular.otf) format('MyriadPro');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  src: url(/static/base/includes/fonts/ufonts.com_gotham-medium.woff) format('woff2');
}

@font-face {
  font-family: 'Gotham';
  font-style: lighter;
  src: url(/static/base/includes/fonts/ufonts.com_gotham-light.woff) format('woff2');
}

/* General CSS */
a { color: #097BA0;}

body{
	background: url(/static/base/includes/images/bg-sqpat.png) repeat #e5e5e5;
}

.btn-primary{
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EE9041;
	background-image: -webkit-linear-gradient(top, #EE9041, #EE9041);
	border-color: black;
	color: #ffffff;
    *background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #EE9041, #EE9041);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE9041), to(#EE9041));
	background-image: -webkit-linear-gradient(top, #EE9041, #EE9041);
	background-image: -o-linear-gradient(top, #EE9041, #EE9041);
	background-image: linear-gradient(to bottom, #EE9041, #EE9041);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #EE7045;
  *background-color: #003bb3;
  background-image: -moz-linear-gradient(top, #EE7045, #EE7045);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE7045), to(#EE7045));
  background-image: -webkit-linear-gradient(top, #EE7045, #EE7045);
  background-image: -o-linear-gradient(top, #EE7045, #EE7045);
  background-image: linear-gradient(to bottom, #EE7045, #EE7045);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

h3{
	color: #EE9041;
}

li {
	cursor: hand;
	cursor: pointer;
}

.box {
	border: 1px solid #D2D2CB;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	background: white;
	position: relative;
	margin-bottom: 20px;
}
.box .box-content {
	border: 3px solid #F7F7F3;
	padding: 15px;
	overflow: hidden;
}

.eventItem .box-content {
	min-height:250px;
}

.white{
	background-color: white;
}

#content-area{
	*zoom: 1;
	margin-left: auto;
	margin-right:auto;
	width: 960px;
}

#content-area-980{
	*zoom: 1;
	margin-left: auto;
	margin-right:auto
	width: 980px;
}

#event-page{
	*zoom: 1;
	margin-left: auto;
	margin-right:auto;
	width: 975px;
}

/* Banner CSS */
.banner{
	padding: 60px;
	margin-bottom: 0;
	max-width:100%;
	color:#29383e;
}

.banner.row.white h1,
.banner .row .white h1,
h1.news,
h1.jobs,
h1.events,
h1.community,
#content-area h2 {
	text-align:left;
	margin: 20px 0;
	padding-left: 10px;
	line-height: 1em;
	font-size:1.5em;
	color: #444444;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
}

.banner.row.white h2,
.banner .row .white h2,
h2.events {
	text-align:left;
	margin: 20px 0;
	line-height: 1em;
	font-size:1.2em;
	color: #444444;
	text-transform:none;
}

/* Jobs Page */

.section{
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}

.sectiontitle{
	background-color: #fafafa;
	color: #444444;
	font-family: 'HelveticaNeue', Helvetica, arial, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	line-height: 1em;
	margin: 0;
	min-height: 30px;
	padding:16px 10px 0 10px;
	text-align:left;

	background-image: -moz-linear-gradient(top, #ffffff, #eceded);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eceded));
	background-image: -webkit-linear-gradient(top, #ffffff, #eceded);
	background-image: -o-linear-gradient(top, #ffffff, #eceded);
	background-image: linear-gradient(to bottom, #ffffff, #eceded);
	background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.sectioncontent{
	font-family:MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', times
}

.tweetstream {
	list-style-type: none;
}

.communityaccounts{
	text-align: center;
	margin-top:40px;
}

.section .logo{
	padding:10px;
	text-align:center;
}


.banner .row .white h3{
	text-align:center;
	margin: 20px 0;
	line-height: 1em;
	font-size:1.5em;
	color: rgb(97,124,132);
	text-transform:none;
	font-weight:normal;
}

.banner .row .white img{
	margin-bottom: 10px;
}

.banner.row.grey{
	background-color: #505B61;
	color: white;
	height: 40px;
	text-align: center;
	padding: 10px;
}
.banner.row.orange,
.banner.row.orange p{
	background-color: #EE9041;
	font-family: 'HelveticaNeue-Light', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 40px;
	padding: 0px 0 0px;
	text-align: center;
}

.banner.row.orange .info {
	font-family: 'HelveticaNeue-Light', sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 10px 0 10px;
	padding: 20px 0 0px;
	text-align: center;
}

.banner .row .blue{
	background-color: #459DB9;
}

/*.banner h3{
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin-bottom: auto;
	text-align:center;
	text-transform:none;
}*/

.banner h3.page-header {
	font-family: 'HelveticaNeue-Light', sans-serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 2.1em;
	margin: 0 0 40px;
}

.banner h4{
	text-align:center;
	line-height:15px;
	font-size: 18px;
	/*color:white;*/
	text-transform:none;
	font-weight:normal;
	font-style:italic
}
.banner p.intro{
	font-size:19px;
	text-align:center;
	line-height:30px;
	margin-top:20px;
	color: white;
}
.banner ul.unstyled{
	font-size:14px
	color: white;
}
.banner ul.unstyled li{
	margin-bottom:6px
}
.banner ul.unstyled li a{
	line-height: 18px;
}
.banner ul.unstyled li a span{
	font-weight:bold;
	text-transform:uppercase;
	color: black;
}
.banner .span12 span{
	font-weight:bold;
	text-transform:uppercase;
	color: black;
}
.banner h6{
	color:white;
	font-size:14px
}

#content-area .control-group{
	font-family: 'HelveticaNeue-Light', sans-serif;
	margin: 20px 0;
}

#three_col h3 a,
#sponsorcarousel h1  {
	font-family: 'Open Sans', sans-serif;
}
.pub_date {
	color: #888888;
	font-style:italic;
}

.news_item{
	border-bottom: 1px solid #FFF;
}
.conf_news_item,
.news_item_story{
	font-family: "Open Sans", "HelveticaNeue", sans-serif;
	font-size: 10pt;
}

.news_item_story{
	margin-bottom: 30px;
}

.conf_news_item{
	width: 303px;
	float: left;
	margin-right: 10px;
	min-height: 300px;
}

h4.news_title,
.conf_news_item h4{
	text-align: left;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 3px;
	color: #246680;
	font-weight: bold;
}

.errorlist {
	color: #ff0000;
}
footer a, footer a.taglink, a.bloglink {
	color: rgb(129,166,176);
	text-align: left;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

footer a.taglink {
	font-size: 13pt;
	display: block;
	margin: 10px 0 10px 10px;
}

footer h4 {
	color: white;
	font-size: 16pt;
	text-align: left;
	display: block;
	margin: 10px 0 10px 10px;
	font-weight: lighter;
}

footer p {
	color: #A1A7AE;
	font-size: 11pt;
	text-align: left;
	display: block;
	margin: 10px 0 10px 10px;
}

/* Logo */
h3.logo{
	position: relative;
	top:5px;
	left:0;
	margin-top:0
}
h3.logo a{
	display:block;
	width:213px;
	height:63px;
	background:url(../images/pydatalogo-generic.png) no-repeat 0 0;
	text-indent:-9999px
}
h1 a.logo{
	display:block;
	height:190px;
	background:url(../images/pydatalogo-generic.png) no-repeat 0 0;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}

.post {margin-bottom: 10px; line-height: 1em;}


#promo {
  min-height: 309px;
  position: relative;
  margin-bottom: 0px;
  line-height: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#promo h2 a{
   padding-top:30px;
   /*padding-left:20px;*/
   background:inherit;
   font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-size:33px;
   font-weight:300;
   color:#fd9944;
}

#promo .scheddate{
	text-align:center;
	color:#d5f2fb;
	font-size:29px;
	font-weight:300;
	font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#promo .btn-reg{
	text-align:center;
	padding-top:9px;
}

#promo #mini-sponsor-carousel {
	border:0;
	width: 520px;
	position: absolute;
	left: 0px;
	bottom: 0;
	top: 80px;
	padding: 15px;
}

#mini-sponsor-carousel .carousel .sponsor-scroll-item {
	margin-right: 10px;
}

.sponsors .row .blue{
	margin:0;
	background-color: rgb(224, 244, 249);
	height:195px;
}

.sponsors .row .blue strong{
	padding:60px 0;
}

.sponsors .row .blue p{
	padding:100px 0;
	color: #aaaaaa;
	font-size: 11pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
}

.sponsors .row .blue h1{
	padding:0px 10px;
	font-weight: 300;
	font-size: 13pt;
	font-family: Helvetica;
	text-align: center;
	text-transform: uppercase;
}

logo background{
	max-height: 228px;
	backgroud-color: white;
}
/* Header */
#logo {
-webkit-filter: drop-shadow(1px 1px 1px #ffffff);
filter: url(#drop-shadow);
-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,
Color='#fff')";
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,
Color='#fff')";
}

#navmenu-container {
	height: 65px;
}

/* Navbar */
.navbg{
	background-color: #505B61;
	height:75px;
}
.navbg2{
	background-color: #505B61;
	height:60px;
}
.navbar-inverse .navbar-inner{
	background-color: #505B61;
	border: 0px;
	background-image: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle{
	color: #999;
	background-color: #505B61;
}
.navbar-inverse .nav > li > a{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a{
	margin-top: 6px;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #999;
}
.main .blue{
	background-color: #459DB9;
	height:50px;
}
.navbar .nav{
font-size: 19px;
font-weight: lighter;
}

.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.navbar-inner {
    text-align:center;
}

.navbar-inner > .container{
width:940px;
}


/* Sponsors */
.carousel {
	position: relative;
	margin-bottom: 0;
	line-height: 1;
}
#sponsorslider .carousel-inner {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #0092b7;
}

#mini-sponsor-carousel .carousel-inner{
	border-bottom: 0;
}


.carousel .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel .item > img {
	display: block;
	line-height: 1
}
.carousel .active, .carousel .next, .carousel .prev {
	display: block
}
.carousel .active {
	left: 0
}
.carousel .next, .carousel .prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel .next {
	left: 100%
}
.carousel .prev {
	left: -100%
}
.carousel .next.left, .carousel .prev.right {
	left: 0
}
.carousel .active.left {
	left: -100%
}
.carousel .active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	filter: alpha(opacity=50);
	visibility:hidden;
}
.carousel-control.right {
	left: auto;
	right: 15px;
	visibility:hidden;
}
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
#promo .carousel-caption.duo h2 {
	margin: 20px 0 10px;
}

#promo .carousel-caption.duo h2 a {
	font-size: 33px;
}

#promo .carousel-caption.duo .scheddate{ 
	font-size:29px;
}

#promo .carousel-caption.duo .btn-reg {
	padding-top:9px;
 	margin-bottom: 28px;
}

#promo .carousel-caption.duo  #mini-sponsor-carousel { 
	margin-bottom: 10px;
}
#promo .carousel-caption h2 {
	margin: 30px 0 20px 0;
}
#promo .carousel-caption h2 a {
	font-size:32pt;
}

#promo .carousel-caption .scheddate{ 
	font-size:25pt;
}

#promo .carousel-caption .btn-reg {
	padding-left:20px;

}

#promo .carousel-caption  #mini-sponsor-carousel { 
	margin-bottom: 50px;
}
.carousel-caption {
	position: absolute;
	left: 550px;
	right: 50px;
	bottom: 0;
	top:0;
	padding: 15px;
	width:320px;
}
.carousel-caption h2 {
margin: 20px 0 10px;
}
.carousel-caption h4, .carousel-caption p {
	color: #fff;
	line-height: 18px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0
}

.sponsor-crawl {
	position: relative
}
.sponsor-crawl .sponsorship-link {
	position: absolute;
	top: 0;
	right: 0;
}
.sponsor-crawl .sponsorship-link .in-brackets {
	padding: 6px 12px
}

/* Temporary fix for post Berlin 2014 */
.in-brackets a {
	font-weight: bold;
	margin-right: -.7em;
}

div.sponsorship-link {
	color: white;
	top: -4em !important;
}

ul#slider {
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0092b7
}
ul#slider li {
	margin-left: -19px;
	display: none
}
ul#slider li.first {
	display: block
}
ul#slider a {
	display: block;
	float: left
}
ul#slider a .sp-logo {
	display: block;
	height: 70px
}
ul#slider a img {
	margin: 0 0 10px 19px
}
ul#slider a .level {
	display: block;
	margin: 0 0 10px 19px;
	padding: 5px 0 0 0;
	width: 100px;
	text-align: center;
	background: url(../img/dotted_ln_b.png) repeat-x left top;
	text-transform: uppercase;
	color: #666;
	font-size: 11px
}
.scroll-title {
	margin-bottom: 5px;
	color: #459DB9;
}
.carousel-inner div.item {
	width: 100%;
	padding-bottom: 40px;
	height: 150px;
}

.carousel-inner div.promo {
	width: 100%;
	padding-bottom: 0px;
	height: 400px;
}
.carousel-inner div.promo .carousel-caption{
	background: rgba(5, 5, 15, .7);
}
.carousel-inner div.promo .carousel-caption h2,
.carousel-inner div.promo .scheddate{
	text-align: center;
	margin-bottom: 10px;
}

.sponsor-scroll-item {
	cursor: pointer;
	float: left;
	width: 14%;
	height: 96px;
	background: none center center no-repeat;
	background-size: 100px auto
}
.carousel .item {
	-webkit-transition: .7s ease-in-out opacity;
	-moz-transition: .7s ease-in-out opacity;
	-o-transition: .7s ease-in-out opacity;
	transition: .7s ease-in-out opacity;
	left: 0!important
}
.carousel .next.left, .carousel .prev.right {
	opacity: 1;
	z-index: 1
}
.carousel .active.left, .carousel .active.right {
	opacity: 0;
	z-index: 2
}

footer {
	text-align: center;
	background: rgb(37,56,62);
	padding:20px 0 0 0;
	color: rgb(68,92,98);
	font-size: 11pt;
	font-family: "Open Sans", "Helvetica", Helvetica, sans-serif;
}

.footer {
	padding: 20px 0 10px 30px;
}

.row .teal .row {
	background: rgb(24,37,44);
	font-size: 10pt;
}

nav#slider-nav {
	float: left;
	height: 19px;
	margin: 13px 400px 20px
}

#mini-sponsor-carousel nav#slider-nav{
	margin: 13px 220px 20px 230px;
}

nav#slider-nav a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	background: #c9c6c6;
	border: 1px solid #aeadad
}
nav#slider-nav a:hover {
	background: #b8b6b6;
	border: 1px solid #989797
}
nav#slider-nav a.activeSlide {
	background: #57aac2;
	border: 1px solid #4d98ad
}
.sponsor {
	border: 1px solid #d2d2cb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	background: #fff;
	position: relative;
	margin-bottom: 0;
}
.sponsor .sponsor-content {
	border: 3px solid #f7f7f3;
	padding: 0px;
	overflow: auto
}
.sponsor h2 {
	text-align: center
}
.sponsor h5 {
	font-size: 16px;
	line-height: 30px
}
.sponsor .hiring {
	width: 64px;
	height: 38px;
	background: url(../img/stripe.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: -7px;
	color: #fff;
	line-height: 32px;
	text-indent: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.21);
	letter-spacing: .08em;
	font-weight: bold;
	font-size: 12px
}

.sponsor .sponsor-content {
	border: 3px solid #F7F7F3;
	padding: 10px;
	overflow: auto;
}

.sponsor h2{
	text-align: center;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}


/* Accourdian Groups */
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#speakerblock {
	border: 0px;
}

.bio {
	height: 220px;
}

.bioimg {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
	margin-left: 5px;
}

.keynotepage p {
	font-family: "Open Sans", "HelveticaNeue", sans-serif;
	font-size: 10pt;
}

#content-area .keynotepage h2.keynotetitle {
	padding-left: 0 !important;
	color: #505B61;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 100;
	font-family: "HelveticaNeue-Light", sans-serif;
}

#content-area .keynotepage h4.keynotetitle {
	text-align: left;
}

#content-area h4.sidebarsponsor {
	border-bottom: 1px solid #dde6eb;
	font-weight: 200;
	margin: 1em 0 1em;
	padding: 5px;
	color: #68757D;
	font-style: normal;
}

.keynotepage .bioimg {
	width: 220px;
	float: right;
	margin-left: 20px;
	margin-top: -5px;
	margin-right: 5px;
}



.accordion-heading > h3 {
	text-align: center;
	height: 75px;
}




/* Schedule */
.sch_head {
	background-color: #505B61;
	color: #FFFFFF;
	font-family: 'HelveticaNeue', 'Helvetica', sans-serif;
	font-weight: 500;

}

.sch_head td {
	text-align: center;
}

.time_slot {
	background-color: #CCC;
}

.sch_registration {
	background-color: #E0E0E0;
	text-align: center;
}

.sch_content {
	text-align: center;
}

.sch_welcome {
	background-color: #F9DCA7;
}

.sch_birds-of-a-feather-bof {
	background-color: #F9F4D1;
}

.sch_headline-talk {
	background-color: #F9DCA7;
}

.sch_talk, .sch_advanced-tutorial {
	background-color: #D6F0F9; /*BLUE*/
	width: 45%;
}

.sch_speaker {
	text-align: center;
}

.sch_title {
	text-align: center;
}

.sch_title > a {
	color: black;
}

.sch_lunch, .sch_break-snacks,
.sch_registration-breakfast, .sch_break {
	background-color: #F2F4EF;
}


.sch_lightning-talks, .sch_closing-remarks, .sch_keynote{
	background-color: #FFE4A4;
	/*#FFE4A4  #FFD2A4*/
}

table, th, td {
	border: 1px solid #AFAFAF;
}

td.time_slot {
    font-size: 10pt;
}

.sch_tutorial{
	background-color: #DFF6DA; /*GREEN*/
	width: 45%;
}

.sch_workshop{
	background-color: #EFEFEF;
	width: 45%;
}

.sch_em {
	text-align: center;
	font-style: italic;
}


.date{
	background:#ee9041;
	border-radius: 8px;
	color:white;
	float:left;
	font-family: Helvetica;
	font-size: 1.3em;
	font-weight: bold;
	height:50px;
	line-height: 1.1em;
	margin-right:20px;
	padding:11px 8px 4px 8px;
	text-align: center;
	width:50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.event a{font-size:1.1em;}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.control-group li {
	list-style-type: none;
}

.control-group .controls input[type="radio"] {
	margin-top:-3px;
	margin-right:3px;
	margin-left:-10px;
}

#loginform{
	background-color: rgb(224, 244, 249);
	border: 1px solid #dedede;
	border-radius: 8px;
	padding:50px;
}


#slideshowlist {
  width:80%;
  margin: auto;
}
#slideshowlist .cell {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-color: #222;
}
