@charset "utf-8";
 
/* Fonts */
@font-face {
	font-family: 'MuseoSans';
	src: url('../../../fonts/MuseoSans_500-webfont.eot');
	src: url('../../../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/MuseoSans_500-webfont.woff') format('woff'),
		url('../../../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
		url('../../../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab';
	src: url('../../../fonts/Museo_Slab_500-webfont.eot');
	src: url('../../../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/Museo_Slab_500-webfont.woff') format('woff'),
		url('../../../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
		url('../../../fonts/Museo_Slab_500-webfont.svg#Museo_Slab500') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General */
body {
	font-family:'MuseoSans', Arial, Helvetica, Sans-serif;
	color:#393939;
	background-color:#3b3b3b;
	line-height:1.5;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_tile.gif);
}

a {
	text-decoration:none;
}

a img {
	border:none;
}
.clear {
	clear:both;
}

.center_1020 {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

.logout { background-position:240px 0px; }

/* Top bar */
header {
	height:58px;
	background-image:url(../images/top_tile.jpg);
	padding-top:10px;
}

header .logo, footer #logo .logo {
	display:block;
	width:197px;
	height:28px;
	float:left;
	background-image:url(../images/fusioncms.png);
	margin-top:13px;
}

header .right .welcome {
	color:#909090;
	font-size:16px;
	text-shadow:1px 1px 0px #000;
	float:right;
	margin-top:17px;
	margin-right:5px;
}

header .right .welcome b {
	color:#ffffff;
	font-weight:normal;
}

header nav .icon, #main .left .icon {
	background-image:url(../images/icons/icons.png);
	height:17px;
	width:16px;
	float:left;
	margin-right:10px;
	margin-top:2px;
}

header nav {
	float:right;
	max-width:370px;
}

header nav a, input[type="submit"] {
	display:block;
	float:right;
	padding:5px 10px;
	margin-top:11px;
	background-color:#414141;
	border-radius:2px;
	border:1px solid #555555;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	box-shadow:0px 1px 0px #000;
	margin-left:10px;
	text-decoration:none;
	background-image: linear-gradient(bottom, #414141 0%, #525252 100%);
	background-image: -o-linear-gradient(bottom, #414141 0%, #525252 100%);
	background-image: -moz-linear-gradient(bottom, #414141 0%, #525252 100%);
	background-image: -webkit-linear-gradient(bottom, #414141 0%, #525252 100%);
	background-image: -ms-linear-gradient(bottom, #414141 0%, #525252 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #414141),
		color-stop(1, #525252)
	);
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

header nav a:hover {
	border:1px solid #7b7b7b;
}

header nav a:active {
	background-image:none;
}

header nav .active, input[type="submit"]:hover {
	border:1px solid #3a8fc0;
	background-color:#1d6d9c;
	background-image: linear-gradient(bottom, #1D6D9C 0%, #3D92C4 100%);
	background-image: -o-linear-gradient(bottom, #1D6D9C 0%, #3D92C4 100%);
	background-image: -moz-linear-gradient(bottom, #1D6D9C 0%, #3D92C4 100%);
	background-image: -webkit-linear-gradient(bottom, #1D6D9C 0%, #3D92C4 100%);
	background-image: -ms-linear-gradient(bottom, #1D6D9C 0%, #3D92C4 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #1D6D9C),
		color-stop(1, #3D92C4)
	);
}

header nav .active:hover {
	border:1px solid #48a4d9;
}

#top_spacer {
	height:50px;
}

/* Footer */
footer {
	font-family:'MuseoSlab', Arial, Helvetica, Sans-serif;
	background-color:#2d2d2d;
	margin-top:50px;
	border-top:1px solid #494949;
	box-shadow:0px 1px 0px #000 inset, 0px 15px 20px #171717 inset;
	height:100px;
}

footer .center_1020 {
	background-color:rgba(0,0,0,0.1);
	border-left:;
	height:100px;
}

footer aside {
	float:left;
}

footer #logo {
	width:286px;
}

footer .logo {
	margin-top:35px !important;
	float:none;
	margin-left:50px;
}

footer #links {
	width:222px;
	padding-top:20px;
	padding-left:18px;
}

footer #links a {
	width:80px;
	margin-top:5px;
	margin-left:20px;
	float:left;
	margin-right:10px;
	color:#8a8a8a;
	text-decoration:none;
	text-shadow:1px 1px 0px #000;
}

footer #links a:hover {
	color:#499fd1;
}

footer #twitter {
	width:255px;
	text-shadow:1px 1px 0px #000;
}

footer #twitter h1 {
	color:#cccccc;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-top:20px;
	text-align:center;
}

footer #twitter #twitter_icon {
	float:left;
	background-image:url(../images/twitter.png);
	width:31px;
	height:21px;
	margin-left:60px;
	margin-top:5px;
	margin-right:10px;
}

footer #twitter a {
	color:#499fd1;
	font-size:20px;
	text-decoration:none;
	float:left;
}

footer #twitter a:hover {
	color:#fff;
}

footer #html5 {
	width:229px;
	text-align:center;
	padding-top:18px;
}

footer .divider, footer .divider2 {
	background-image:url(../images/footer_divider.png);
	height:99px;
	width:2px;
	float:left;
	opacity:0.4;
}

footer .divider2 {
	background-image:url(../images/footer_divider2.png);
}

#content {
	background-color:#252525;
	padding:30px;
	width:515px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	border:1px solid #494949;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.5) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.5) inset;
	-ms-box-shadow:1px 1px 2px rgba(0,0,0,0.5) inset;
}

h1 {
	font-family:MuseoSlab;
	color:#fff;
	text-shadow:1px 2px 0px rgba(0,0,0,0.5);
	font-size:60px;
	text-align:center;
	display:block;
	margin-bottom:20px;
	font-weight:normal;
}

input[type="text"], input[type="password"] {
	font-family:MuseoSans;
	font-size:20px;
	color:#828181;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	background-color:#121212;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #333333;
	padding:10px;
	padding-left:40px;
	width:192px;
	height:30px;
	margin:5px;
	box-shadow:1px 1px 0px #000 inset;
	-webkit-box-shadow:1px 1px 0px #000 inset;
	-moz-box-shadow:1px 1px 0px #000 inset;
	-o-box-shadow:1px 1px 0px #000 inset;
	-ms-box-shadow:1px 1px 0px #000 inset;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}

input[type="password"]:nth-child(3) {
	margin-top:5px;
}

input[type="submit"] {
	float:none;
	display:inline;
	width:242px;
	height:50px;
	margin-left:7px;
	font-size:20px;
}

input[disabled], input[disabled] + img {
	opacity:0.2;
}

.error {
	box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #9c1d1d !important;
	-webkit-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #9c1d1d !important;
	-moz-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #9c1d1d !important;
	-o-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #9c1d1d !important;
	-ms-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #9c1d1d !important;
	border:1px solid #c03a3a !important;
}

input[type="text"]:focus, input[type="password"]:focus {
	box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #1D6D9C;
	-webkit-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #1D6D9C;
	-moz-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #1D6D9C;
	-o-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #1D6D9C;
	-ms-box-shadow:1px 1px 0px #000 inset, 0px 0px 10px #1D6D9C;
	border:1px solid #3A8FC0;
}

form {
	margin-bottom:20px;
}

*:focus {
	outline:none;
}

#content form img {
	position:absolute;
	margin-left:-235px;
	margin-top:23px;
}

#content form img:nth-child(6) {
	margin-top:28px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#fixer {overflow:auto;
	padding-bottom: 180px;}  /* must be same height as the footer */

footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}