﻿@charset "UTF-8";
/* CSS Document */

body	{
	background-color:#dcddde;
	padding-top:0px;
}

p	{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
}

a	{
	color:#782b91;
}

a:hover {
    color:#000000;
}

.content a {
    font-weight:bold;
}

#header {
    margin:0 auto;
    position:relative;
}

#page_content {
    width:1170px;
    margin:0 auto;
    overflow:hidden;
}

.navbar	{
	margin-bottom:0px;
	width:100%;
	background-color: rgb(27, 27, 27);
	background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
	background-repeat: repeat-x;
	border-color: rgb(37, 37, 37);
}

.navbar-inner	{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	min-height:50px;
}

.navbar-inner-agenda	{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	min-height:50px;
}

.navbar-form {
    margin:4px 8px;
}

.nav	{
	padding-left:285px;
}

.navbar-fixed-top .nav {
    padding-left:0;
}

#agenda_nav {
    width:100%;
}

#agenda_nav .navbar-inner-agenda {
    overflow:hidden;
}

.label {
    text-shadow:none;
}

.session {
    border-radius:5px;
    line-height:40px;
    padding:8px;
}

.calendar .table th, .calendar .table td {
    font:bold 11px arial;
    text-align:center;
}

.row-fluid {
    border-radius:5px;
}

.KSS14banner	{
    margin: 0 auto;
    background-color:#FFF;
	height:225px;
}

.KSSlogo	{
	width:350px;
	position:relative;
	left:-33px;
	z-index:1000;
}

.signUp	{
	width:250px;
	position:relative;
	top:-280px;
	left:175px;
	z-index:1;
}

.socialMedia	{
	position:absolute;
	top:178px;
    right:20px;
width:100px;
}

.bannerinner	{
	width:1170px;
    margin:20px auto 0 auto;
	background-image:url(../img/dateNtag.png);
	background-repeat:no-repeat;
   background-position: 327px 178px;
   position:relative;
}

.navbar .nav > li > a {
	padding: 15px 15px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	background-color: #000;
	border:none;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.dropdown-menu::before, 
.dropdown-menu::after {
    border: none !important;
    content: none !important;
}

.dropdown-menu li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #FFF;
	white-space: nowrap;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #782b91;
	background-image: linear-gradient(to bottom, #651f78, #782b91);
}

.whiteBG	{
	background-color:#FFF;
	padding-top:30px;
	min-height:1300px;
}

.leftSB	{
	padding-top:10px;
	margin:25px;
	text-align:right;
	font-size:13px;
}

.leftSB p	{
	color:#782b91;
}

h5	{
	text-transform:uppercase;
	margin-bottom:2px;
}

#myrightcol h5 {
    color:#ffffff;
    background:#782b91;
    text-align:center;
    padding:4px 20px;
    margin:0 0 20px;
}

.blog {
    width:620px; 
    margin-left:30px;
    padding:30px 25px 0 25px;
}
.blogEntry	{
	margin:10px 0 0 0;
	padding-top:10px;
}

.top	{
	padding-top:0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:120%;
}

h1, h2, h4, h5, h6 {
    color: #782b91;
}

h1 {
    font-size:30px;
}

h1, h2 {
letter-spacing:-1px;
}

h2 {
    font-size: 24.5px;
}

h3 {
    color:#000000;
    font-size:16pt;
}

.blogEntry h1 {
	padding-top:15px;
    border-top:1px dashed #CCC;
}

.top h1	{
	margin-top:0px;
	border-top:none;
	padding-top:0px;
}

li {

}

.sponsors	{
	color:#782b91;
	text-align:center;
}

.bar	{
	width:80%;
	height:7px;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	margin-left:auto;
	margin-right:auto;
}

.level h5	{
	position:relative;
	top:-28px;
	width:50%;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

.level img	{
	width:130px;
	margin:15px 0px;
}

.Ktext	{
	color:#000;
	font-weight:bold;
}

footer	{
	font-size:9px;
}

.highlight_text {
    color: #782b91;
    font-weight: bold;
}


.faq h2 , .top_links 
{
    padding-left:10px;
    padding-right: 10px;
}

.backtotop 
{
    background-color: #782b91;
    color:White !important;
    padding:5px;
    width:150px;
    text-align:center;
    margin:1em 0 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.backtotop:after 
{
    content:' \25B2';
}

.backtotop a, .backtotop a:visited
{
    color:White !important;
    font-weight: bold;
    text-decoration:none;
}

.question 
{
    color: #782b91;
    font-weight: bold;
    margin:0 0 0 0 !important;
}
.question + p 
{
    margin-top:0 !important;
}

h2 + .question 
{
    margin-top: 0.75em !important;
}

.question_section 
{
    padding:10px;
    margin-top:0.75em;
}

.highlight 
{
    background-color: rgb(225, 225, 255);
    color: Black;
}
.highlight .question
{
    color: Black;
}

.highlight * 
{
    color: Black;
}