/*-----------------------------------------------------------------------------
cellador.com - Metal Band - Style Sheet

Version:   2.0
Author:    Valgorth
Email:     info@hammerblaze.com
Website:   http://www.hammerblaze.com/

-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
	background: #000000 url('../splash-offthegrid/bg.jpg') center top no-repeat scroll;
	color: #5f676b;
	font: 11px/1.4 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
ul, ol, dl { 
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #5f676b;
	font-family: Verdana, Geneva, sans-serif
	margin-top: 0;	
	padding-right: 25px;
	padding-left: 25px;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;	
	padding-right: 25px;
	padding-left: 25px; 
}
.sociallogos {
	font-size: 48px;
}
img {
border: 0px solid #5f676b;
} 
a img { 
	border: 0px;
}
::-moz-selection {
	background: #cccccc;
	color: #000000;
	text-shadow: none;
}
::selection {
	background: #5f676b;
	color: #000000;
	text-shadow: none;
}

/* =Links All Pages
-----------------------------------------------------------------------------*/

a:link {
	color: #cccccc;
/*	font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	color: #cccccc;
/*	font-weight: bold;*/
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #5f676b;
/*	font-weight: bold;*/
	text-decoration: none;
}

/* =Layout
-----------------------------------------------------------------------------*/

.container {
/*	background-color: #000;*/
	width: 1178px;
	margin: 0 auto;
}
.content {
	padding: 0px 0px;
	margin-bottom: 50px;
	float: left;
	width: 1178px;
}
.hb-footer {
	text-align: center;
	width: 800px;
	margin: 20px auto 0;
}
.hb-footer a {
	background: url('../splash-offthegrid/valgorth-webinforce.png') center top no-repeat scroll;
 	display: block;
 	margin: 0 auto;
 	text-indent: -9999px;
 	width: 193px;
	height: 98px;
}