@CHARSET "UTF-8";

html body{
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
color:#7f7e7e;
min-width:1020px;
}

h1{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	
}

html body div h1.center{
	text-align:center;
	color:black;
	padding:25px;
}

html body div{
	margin: 0 auto;
}

html body div div.content{
	width:1000px;
	background-color:transparent;
}

html body div.bar{
background:black;
color:white;
}

html body div#header div.content div#logo h1{
	font-weight:lighter;
}

#menu, #menu_slide {
    background-color: #e60011;
    height: 70px;
    text-align:center;
    padding-top:20px;
}
#menu a, #menu_slide a {
   color:white;
   font-size:32px;
   padding-left: 20px;
   padding-right: 20px;
   text-decoration:none;
   font-weight:lighter;
}

#menu_slide {
	display:block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

html body div#news div.content div.post.postMiddle{
	margin-left:5px;
	margin-right:5px;
}


html body div#news div.content div.post img{
	height: auto;
   width:100%;
    border-radius: 0px;
}


html body div#news div.content{
	text-align:center;
	vertical-align:top;
	padding:10px;
}

html body div#features div.content{
	text-align:center;
	vertical-align:top;
}

html body div#news div.bar-center div.content{
	text-align:center;
}


html body div.howto div.content div.step{
	float:left;
	width:260px; 
	height:560px;
	margin:10px;
}

html body div#features div.content div.featureSet div.feature{
	margin-bottom:20px;
}

html body div#features div.content div.featureSet a img#mainFeatureImage{
	width:250px;
	height:auto;
}

html body div.howto div.content div div.step img{
	width:250px;
	height:auto;
}

html body div#features div.content div.featureSet div.feature.featureRight{
	text-align:right;
}

html body div#features div.content div.featureSet div.feature.featureFirst{
	padding-top:100px;
}

html body div.bar div.content h1.center{
	color:white;
   font-size:36px;
   text-decoration:none;
   font-weight:lighter;
}

html body div.howto div.content div div.step p{
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:center;
}

html body div#contact div.content h1.center{
	color:#ffffff;
	font-weight:lighter;
	font-size:36px;
}

html body div#contact{
	background:black;
	text-align:center;
	padding-bottom:50px;
}

html body div#features div.content div.featureSet{
	width:300px; /* feature width */
	display:inline-block;
	vertical-align:top;
	padding:5px;
	margin:5px;
	text-align:left;	
}