@charset "UTF-8";
body {
	background-color: #000;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	padding-top:40px;
	font-family:'Raleway', sans-serif;
}
#content {
	margin: auto;
	width: 1000px;
	max-width:100%;
	background-image: url(images/ardency_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#leftColumn {
	width: 45%;
	float: left;
	text-align:center;
}
#buttonNav ul {
	list-style-type: none;
	margin:auto
	padding:0px;
}
#buttonNav ul li a {
	background-color: #1B1B1B;
	display: block;
	border: 1px solid #CCC;
	margin-top: 25px;
	width: 310px;
	text-align:center;
}

#rightColumn {
	float: left;
	width: 55%;
}
#rightColumn a,a:visited {
	color:#fff;
	text-decoration:none;
}

#nav {
	font-size:.8em;
	background:#fff;
	color: black;
	margin:auto;
	text-align:center;
	padding-bottom:40px;
	padding-top:20px;
	letter-spacing:.1em;
}
#nav ul li {
	display: inline;
	padding:10px;
	text-transform: uppercase;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	font-weight:600;
}
#nav ul li a:hover {
	color: #C00;
	text-decoration:underline;
}
#rightColumn p {
	font-size: .8em;
	line-height: 2.0em;
	letter-spacing:.1em;
}
#rightColumn h1 {
	font-family:'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: 900;
}
#rightColumn h2 {
	font-family:'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}

@media all and (max-width: 770px){
	#content {
	margin: auto;
	max-width: 100%;
	}
 #leftColumn {
	width: 100%;
	float: none;
	text-align:center;
}
#buttonNav ul li a {
	margin-top: 5px;
	width: 90%;
	text-align:center;
}
#buttonNav ul li a img {
	max-width:120px;
}
#rightColumn {
	float: none;
	width: 100%;
}
#rightColumn img{
	max-width:100%;
}
#rightColumn p {
	padding:2px 5px;
	font-size: .75em;
	line-height: 1.6em;
	letter-spacing:.08em;
}
#rightColumn p img{
	max-width:205px;
}
#rightColumn #support {
	max-width:108%;
	text-align:center;
}

#nav {
	padding:5px 2px 10px 2px;
	letter-spacing:.1em;
}
}
#imageLoader {
	height: 423px;
	width: 554px;
	background-image: url(images/landing_page_image.jpg);
	background-repeat: no-repeat;
}
