/* ----------------- reset Style ----------------- */

@import url("reset.css");


/* ----------------- Clear floated Elements ----------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



  @font-face {
    font-family: 'cardcrawlregular';
    src: url('CardCrawl-webfont.eot');
    src: url('CardCrawl-webfont.eot?#iefix') format('embedded-opentype'),
         url('CardCrawl-webfont.woff2') format('woff2'),
         url('CardCrawl-webfont.woff') format('woff'),
         url('CardCrawl-webfont.ttf') format('truetype'),
         url('CardCrawl-webfont.svg#cardcrawlregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body { 	
		font-size: 62.5%;
		font-family: 'cardcrawlregular', serif;		
		background-color: #000;
		color:#fff;
	}
	
/*html, body {
width:100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
    */
	 
h1 { 
	font-size: 2.4em;
	line-height: 1.6em;

	
}
h2 { font-size: 2.2em;
	font-weight: bold; 
	margin-bottom: 10px;}
	
h3 { font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	
}

p  { font-size: 1.8em; 
	line-height: 1.6em;
} 

a:link, a:visited, a:focus, a:active  { 	
			
			color: #a7514f;
			text-decoration:none;
			}
a:hover {
	position: relative;
	top: 2px;
}
			
.topNav a{
	color: #fff;

}

.topNav a:hover{
position: relative;
	top: 2px;
	}



.push { margin-top: 40px;}

.pushmain { margin-top: 250px;}

hr { border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin: 20px 0 40px 0;
    
    }
    
    


.header{
	
    background: url("header.jpg");
    background-size: 1920px 792px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 792px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
	
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	
}

.logoWrapper {
	    position: relative;

}

.leftHeader {
	
    position: absolute;
    top: 0;
    left: -300px;
    z-index: -97;

}

.rightHeader {

    position: relative;
    //top: 0;
    right: -230px;
    //z-index: -98;
	float:right;

}



.main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: -350px;
	

}

.mainWrap{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	margin-top: 50px;

	

}

.leftColum {
	float: left;
	width: 130px;
	margin-top: 5px;

	

}

.middleColum {
	float: left;
	margin-top: 5px;
	width: 240px;

	

}

.rightColum {
	float: left;
	margin-top: 5px;

	

}



.entry {
	float: left;
	
}
.bg {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	top:0;
}

