@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500);

html, body {
	height: 100%;
	background: #5d020a;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
.img-thumbnail.pull-right {
	margin-left: 15px;
}

.img-thumbnail.pull-left {
	margin-right: 15px;
}


img {
	max-width: 100%;
	height: auto;
}


img.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


img.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken{
		-moz-force-broken-image-icon:1;
		width:24px;
		height:24px;
	}
}


.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */



/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
	line-height: 22px;
}
.frm th {
	padding-right: 10px;
	text-align: left;
	white-space:nowrap;
}
.frm input[type='text'],.frm input[type='password'], .frm textarea {
	width: 100%;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */




h1.clear_float 	{ clear: both; }
h2.clear_float 	{ clear: both; }
h3.clear_float 	{ clear: both; }
p.clear_float 	{ clear: both; }
hr.clear_float 	{ clear: both; }


h1, h1 a 	{ font-size: 22px; margin: 0 0 12px 0; }
h2, h2 a 	{ font-size: 18px; margin: 0 0 9px 0; }
h3, h3 a 	{ font-size: 13px; margin: 0 0 6px 0; font-weight: bold; }
p 			{ font-size: 18px; line-height: 1.5; margin: 0 0 12px 0; }
a, a:hover, a:focus, a:active	{ color: #FFF; }
label 		{ font-size: 13px; }
td 			{ font-size: 13px; }
th 			{ font-size: 13px; }


p.large { font-size: 24px; line-height: 36px; margin: 0 0 24px 0; }
p.large span { font-size: 42px; line-height: 36px; }












#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -150px;
}

#logo img {
	margin: 10px 0px;
}

.navbar {
    background-image: linear-gradient(to bottom, #3C3C3C 0px, #222222 100%);
    background-repeat: repeat-x;
	background: #303030;
	margin-bottom: 0;
}

.navbar .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}



.navbar .navbar-nav > li > a:hover {
	background: none;
	color: #FFF;
}

.navbar .navbar-nav > li > a b.caret {
	color: #FFF;
}
.navbar .navbar-nav > li > a {
    color: #999999;
}



.dropdown:hover .dropdown-menu {
	display: block;
}



#push { height: 150px; }

footer.site_footer {
	background: #222;
	min-height: 150px;

	color: #DDD;

	width: 100%;
}


footer.site_footer #social-icons a {
	display: inline-block;
	height: 48px;
	width: 48px;
	margin-bottom: 5px;
}
footer.site_footer #social-icons a i {
	border-radius: 50%;
	background: #111;
	color: #AAA;
	border: 2px solid #333;
	font-size: 22px;
	display: inline-block;
	height: 100%;
	width: 100%;
	line-height: 44px;
	text-align: center;
}
footer.site_footer #social-icons a:hover i {
	color: #FFF;
	background: #000;
}























































