/*
Theme Name:		PropellerMC
*/

/* ----------------------------------------------------
    OVERRIDE DEFAULT STYLES
------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: inherit; font-family:  calibri, sans-serif;  }
p {font: 100% calibri, sans-serif; }
a { color: #006496; text-decoration: none; }
a:hover, a:active { color: #006496; text-decoration: underline; }
ul { font-family: "Arial",sans-serif; }
html{
	height: 100%;
}
body{
	border-top: 3px solid #006496;
	padding-top: 10px;
	height: 100%;
}
h1{
	color: #006496;
}
::selection {
	background: #006496;
	color: #fff;
	text-shadow: none;
}
.container{
	max-width: 1024px;
}

h1{
	font-size: 30px;	
	margin-top: 0;
}
h2{
	margin-top: 0;
}
.special-1{
	color: #fff;
	background: #006496;
	padding-top: 10px;
	padding-bottom: 10px;
}
.special-2{
	color: #fff;
	background: #a5a5a5;
	padding: 10px;
	margin-bottom: 10px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th{
	font-size: .9em;
	text-align: center;
}
.table-bordered>tbody>tr>td:first-of-type{
	font-weight: bold;
	text-align: left;
}
.table-noborder>tbody>tr>th{
	border-top: !important;
	border-width: 0;
}

.table-answer>tfoot>tr>th{
	border: !important;
	border: 3px solid #ffffff;
    border-width: 3px 0;
    border-bottom-style: double;
    text-align: right;
}
a:hover img{
	border-color: #006496;
}
.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px auto; /*the bottom margin is the negative value of the footer's height*/
    background: url('../img/background.gif') no-repeat;
}
.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
}
#div-gpt-ad-1433598602716-0{
	float: right;
}
.noborder{
	border: 0 none;
    box-shadow: none;
}
.has-success .form-control{
	background-color: #a0ff99;
}
.has-error .form-control{
	background-color: #ffd0d0;
}
/* ------------------------------------------------
    NAVIGATION
------------------------------------------------*/

@media(min-width: 768px){
	.navbar-default{
		margin-top:10px;	
	}
	.navbar-nav>li>a{
		padding-bottom: 5px !important;
		padding-left:  5px;
		padding-right: 5px;
		margin-left:  5px;
		margin-right: 5px;
	}
	.navbar-nav>li>a.active,.navbar-nav>li>a:hover {
		display: inline-block;
		
		margin-bottom: -2px;
		border-bottom: 2px solid #006496 !important;
	}
	.vcenter {
		line-height: 100px;
		background-color: transparent;
	}
	.vcenter img{
		vertical-align: middle;
		display: inline-block;
	}
}
@media(max-width: 767px){
	.wrapper{
		 margin: 0 auto -100px auto;
	}

	.footer, .push {
    height: 100px; /* .push must be the same height as .footer */
	}
}


/*-----------------------------------------------
	FOOTER
------------------------------------------------*/
.footer { 
	padding-top: 20px;
	bottom: 0; 
	width: 100%; 
	text-align: center; 
	background-color: #333333; 
	clear: both;
}
.footer p { color: #ffffff; }
.footer a { color:#fff; }
.footer a:hover { color:#fff; text-decoration:underline; }

.footer .copyright { float:left; }
.footer .credit { float:right; }
.footer .credit a { color:#999; font-size:12px; }
