/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

h1, h2{
font-weight:normal;
font-family: 'Condiment', cursive;
}

h1{
font-size:34pt;
line-height:50pt;
color:#660000;
background: -webkit-gradient(linear, left top, left bottom, from(#bd2326), to(#4c130a));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2{
font-size:24pt;
line-height:26pt;
color:#CCCCCC;
}

h3{
font-size:18pt;
line-height:22pt;
padding:0px;
margin:0px;
}

h4 span{
color:#333333;
background:#FFFFFF;
padding:5px 8px;
-moz-border-radius: 3px;
border-radius: 3px;
}

a{
text-decoration:none;
color:#35aad8;
}

a:hover{
color:#0080b2;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #CCCCCC; color: #fff; text-shadow: none; }
::selection { background: #CCCCCC; color: #fff; text-shadow: none; }


/* ========================================
   Links
   ======================================*/

a:hover, a:active { outline: 0; }

/*=========================================
	Main Styles
=========================================*/
body {
font-family: arial;
font-size: 10pt;
line-height: 14pt;
color: #999999;
background:#000000 url('/img/concrete-bg.jpg') top center repeat;
font-family: 'Varela', sans-serif;
}

#container{
width:1000px;
margin:0px auto;
background:transparent url('/img/black-opaque.png') top center repeat;
}

#logo{
}

#navigation{
font-size:12pt;
margin-top:50px;
font-family: 'Russo One', sans-serif;
width:660px;
}

#navigation a{
padding-right:20px;
color:#CCCCCC;
text-decoration:none;
}

#navigation a:hover{
color:#ffcc00;
}

hr{
background-color:#333333;
color:#333333;
height:1px;
border:0px;
}

#main-content{
background:transparent url('/img/content-bg-02.png') top right no-repeat;
padding:0px 40px 40px 40px;
border-left:1px solid #161616;
border-right:1px solid #161616;
border-bottom:1px solid #161616;
min-height:600px;
-webkit-box-shadow:0 0 20px #0080b2; 
-moz-box-shadow: 0 0 20px #0080b2; 
box-shadow:0 0 20px #0080b2; 
}

#footer{
width:1000px;
margin:20px auto;
color:#333333;
font-size:8pt;
line-height:14pt;
text-align:right;
}