/* General CSS */
body{
	background-color: #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;

}


.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;
}


/* Banner CSS */
.banner{
	padding:0px 0 0;
	margin-bottom:25px;
}

.banner .row .white{
	background-color: white;
}
.banner .row .grey{
	background-color: #505B61;
}
.banner .row .orange{
	background-color: #EE9041;
}
.banner .row .blue{
	background-color: #459DB9;
}
.banner h2{
	display:none
}
.banner h3{
	text-align:center;
	margin-bottom: auto;
	line-height:20px;
	font-size:16px;
	color: black;
	text-transform:none;
	font-weight:normal;
}
.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
}

/* Logo */
h3.logo{
	position: relative;
	top:5px;
	left:0;
	margin-top:0
}
h3.logo a{
	display:block;
	width:213px;
	height:63px;
	background:url(/static/bos2013/includes/images/PyDataLogoBig-Boston.png) no-repeat 0 0;
	text-indent:-9999px
}
h1 a.logo{
	display:block;
	width:450px;
	height:190px;
	background:url(/static/bos2013/includes/images/PyDataLogoBig-Boston.png) no-repeat 0 0;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}
logo background{
	max-height: 228px;
	backgroud-color: white;
}
/* Header */
/* Navbar */
.navbg{
	background-color: #505B61;
	height:75px;
}
.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: 5px;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #999;
}
.main .blue{
	background-color: #459DB9;
	height:50px;
}
.navbar .nav{
	font-size: 16px;
}

.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;
}

/* Sponsors */
/*.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative
}
.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)
}
.carousel-control.right {
	left: auto;
	right: 15px
}
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333;
	background: rgba(0,0,0,0.75)
}
.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
}
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%;
	border-bottom: 1px solid #0092b7;
	padding-bottom: 40px;
	height: 150px;
}
.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
}
nav#slider-nav {
	float: left;
	height: 19px;
	margin: 13px 400px 20px
}
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: 20px
}
.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;
}

.bio {
	height: 160px;
}

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



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




/* Schedule */
.sch_head {
	background-color: #29D0FF;
}

table.sch_head td {
	text-align: center;
}

.time_slot {
	background-color: #CCC;
	width: 10%;
}

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

.sch_content {
	text-align: center;
}

.sch_talk, .sch_advanced-tutorial {
	background-color: #FED5AD;
}

.sch_speaker {
	text-align: center;
}

.sch_title {
	text-align: center;
}

.sch_title > a {
	color: black;
}

.sch_lunch, .sch_break-snacks{
	background-color: #E0E0E0;
}


.sch_lightning-talks, .sch_closing-remarks, .sch_keynote{
	background-color: #FEFFB6;
}

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

.sch_tutorial{
	background-color:#D5FFD4;
	width: 45%;
}
