/* ----------------- 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;
}


body { 	
		font-size: 62.5%;
		font-family: 'Vesper Libre', 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: #8999f8;
			text-decoration:none;
			}
a:hover {
	position: relative;
	top: 2px;
}
			
.topNav a{
	color: #fff;

}

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


.footer { margin: 40px 0 40px 0;}
.push { margin-top: 40px;}
.push20 {
	margin-top: 20px;
}
.divider {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -20px;
	
}

.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;
    
    }
    
    



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


.mainWrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 640px;

	

}

.logo {
	position: relative;
	left: 50%;
	margin-left: -215px;
	margin-top: 40px;
}

.center
{
	text-align: center;
}

.textInput {
font-size: 1.6em;
font-family: 'cardcrawlregular', Georgia, serif;
color: #000; 
border: none; 
background-color: #fff; 
height :30px; 
width: 640px; 
padding:5px 0 5px 5px;
margin-bottom: 10px;

border-radius: 1px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
	
}

.buttonInput {

font-family: 'cardcrawlregular', Georgia, serif;
font-size: 1.6em;
color: #fff; 
border: none; 
background-color: #8999f8; 
height :40px; 
width: 120px; 
padding:0px;

border-radius: 1px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
	
}


