@charset "utf-8";
/* CSS Document */

body {
	padding-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#333;
}
h1{
	font-weight:600;
	text-transform:uppercase;
	color:#333;
	font-size:24px;
}
h2{
	font-weight:700;
	color:#333;
}
.footer h2 {
	color:#fff;
	font-size:24px;
}
h3{
	font-weight:600;
	color:#333;
}
h4{
	font-weight:600;
	color:#333;
	line-height:1.8em;
}
.footer h4 {
	color:#fff;
	font-size:14px;
}
p {
	color:#666;
}
#footer {
	padding:30px 0 20px 0;
}
#container {
	padding:0 20px;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
/*.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}*/
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
}
/* navbar padding left and right */
@media (min-width: 768px) {
.navbar .nav li:first-child a {
	margin-left: 250px;
}
.navbar .nav li:last-child a {
	margin-right: 250px;
}
}
/* navbar colors */
	  .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color: #4d576d;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #ffffff;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {
	background-color: #4d576d;
}
.navbar-inverse .navbar-inner {
	background-image:none;
	background-color: #333333;
}
.navbar .nav li a {
	font-weight:normal;
}
/* Subnav for About section */
.sidebar-nav li a {
	border-top:1px solid #CCC;
}
.sidebar-nav .nav-header {
    color: #333;
    font-size:inherit;
    padding: 5px 15px;
}
.sidebar-nav .nav-header li a{
	border-top:none;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color:#4d576d;
	background-color: transparent;
	text-shadow:none;
}
.nav-list > li > a {
    padding: 5px 15px;
}
.sidebar-nav a:hover {
    color: #333;
}
.footer a, .footer a:link, .footer a:visited{
	color:#999;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.dark-grey {
	background-color:#333333;
	color:#ccc;
}
.dark-grey h3 {
	color:#FFFFFF;
}
.txt-lt-grey {
	color: #999999;
}
.txt-just {
	text-align:justify;
}
.bdr-top {
	border-top:1px solid #c7c7c7;
}
.bdr-bottom {
	border-bottom:1px solid #c7c7c7;
}
.pad-footer {
	margin-top:25px;
}
.pad-mediumV {
	margin:10px 0;
}
.pad-largeV {
	margin:25px 0;
}
.pad-largeH {
	padding:0 25px;
}
.pad-mediumH {
	padding:0 10px;
}
.pad-top {
	padding-top:10px;
}
.pad-book {
	padding-bottom: 80px;
}
.show-grid {
	background-color:#CCCCCC;
}
.texture {
	background-image:url(../images/bg_tex_lg.jpg);
	background-repeat:repeat-x;
}
.home .event {
	padding:20px 0;	
	margin:80px 0 40px 0;
}
.home .speaking {
	padding:20px 0 100px 0;
	background-image:url(../images/bg_tex_lg.jpg);
}
@media (max-width: 768px) {
.home .event .reduce, .home .speaking .reduce {
	padding:0 20px
}
}
#buybook {
	position:relative;
}
#buybookLoc {
	top:-55px;
	left:50px;
	position:absolute;
	z-index:100;
}
#join {
	position:relative;
	text-align:right;
}
#joinLoc {
	top:0px;
	right:30px;
	position:absolute;
	z-index:90;
}
@media (max-width: 979px) {
#buybookLoc {
	top:-75px;
}
#joinLoc {
	top:-30px;
}
}
.home #buybookLoc {
	top:-90px;
}
.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	padding-top: 60px;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) and  (max-width: 1200px) {
.navbar .nav li:first-child a {
	margin-left: 150px;
}
.navbar .nav li:last-child a {
	margin-right: 150px;
}
/*.texture {
	background-size:auto 530px;
}*/
}
@media (min-width: 768px) and (max-width: 979px) {
.texture {
	background-image:url(../images/blank.gif);
}
.navbar .nav li:first-child a {
	margin-left: 40px;
}
.navbar .nav li:last-child a {
	margin-right: 40px;
}
}
@media (max-width: 768px) {
.texture {
	background-image:url(../images/blank.gif);
}
.txt_sm_center{
	text-align:center;
	margin:0 auto;
}
}