body {
	padding-top: 20px;
	padding-bottom: 0px;
	min-height: 100%;
	font-family: Roboto;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 25px;
    padding-right: 25px;
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	background-color: inherit;
	padding-bottom: 10px;
}
.jumbotron h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 100;
	letter-spacing: -1px;
}
.jumbotron .btn {
	font-size: 22px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

.successtxt{
	color: #007700;
	padding-left: 5px;
}


/* Nav bar at top, active/selected */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color: #0088cc;
	background-color: #ffffff;
}
.nav-pills >  a:hover {
	color: #0088cc;
	background-color: #ffffff;
}


/* Top nav bar */

nav a {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 1.1em;
	//text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

nav a:hover {
	color: white;
	text-decoration: underline;
}



.topline{
	position: absolute;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #222225; //#337ab7;
	height: 60px;
	margin-top: -14px;
	z-index: 2;
}

html {
  height: 100%;
  box-sizing: border-box;
}

.footer-bar{
	padding: 10px;
	background-color: #0a1217;
	margin-bottom: -70px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;    
	min-height: 59px;
    padding-top: 22px;
    line-height: 36px;
}

.footer {
	color: #f5f5f5;
}

.footer a{
	color: #f5f5f5;
	text-decoration: none;
}
.footer a:hover{
	color: #f5f5f5;
	text-decoration: underline;
}

.delimiter{
	padding-left: 20px;
	padding-right: 20px;
}

h1{
	font-weight: 100;
	letter-spacing: 1px;
}


a.active {
	font-weight: bold;
}
	
hr { 
	display: block; height: 1px;
    border: 0; border-top: 1px solid #dddddd;
    margin: 1em 0; padding: 0; 
}
	
.logintable td{
	padding: 5px;
}


/* Styles for community / talk */

.thread_title {
	font-weight: 100;
	font-size: 1.2em;
	//text-transform: uppercase;
	letter-spacing: 2px;
}


.thread_title_big {
	font-weight: 100;
	font-size: 1.7em;
	//text-transform: uppercase;
	letter-spacing: 2px;
	color: #337ab7;
}


.thread_info {
	color: #666;
}

.threads {
	background-color: #ffffff;
	margin-top: -21px;
	width: 100%;
}

.threads td {
	background-color: #ffffff;
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 15px;
	
	border: solid 1px #dddddd;
}	

.thread_item:hover {
	background-color: #eeeeee;
	cursor: pointer;
}
.thread_item a:hover{
	text-decoration: none;
}

.talk_infobox{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 15px;
	margin-top: 40px;
}

.white_box{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	padding: 15px;
}


a.thumb{
	display: block;
	background: url(graphics/thumb.png) no-repeat;
	cursor: pointer;
	height: 25px;
	width: 40px;
	margin-top: 20px;
}

a.thumb:hover{
	background: url(graphics/thumb_green.png) no-repeat;
}


.register_form{
	background-color: white;
	padding: 30px;
	border: 1px solid black;
}

.register_form input:not([type="checkbox"]){
    padding: 5px;
    width: 100%;
    font-size: 1.1em;
}

.register_button{
    background-color: orange;
    color: white;
    font-size: 1.3em !important;
    padding: 10px !important;
}

.register_button:hover{
	background-color: #e88000;
	color: white;
}

@font-face {
    font-family: quicksand;
    src: url(../fonts/Quicksand-Light.otf);
}

.mobile-menu{
	text-align: center;
	top: 20px;
}
