@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	color:#fff000;
	font-family: Verdana,Geneva,sans-serif;	
	}
*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	}
p{
	color:#fff;
	margin-top:15px;
	font-size:18px;
	}
a{
    color: inherit;
    text-decoration: none;
	/*background-color:#000;*/
	}

.clear{
	clear:both;
	margin:10px 0px 10px 0px;	
	}
h1 {
    font-size: 30px;
    color: #fff000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
	}
h2,h3 {
    font-size: 30px;
    color: #fff000;
	background-color:#000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
	}
h4 {
    font-size: 18px;
    color: #00f6ff;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
	}
#full-size{
	width:100%;
	height:auto;
	float:left;
	}
.line{
	width:100%;
	height:5px;
	float:left;
	background-color:#00f6ff;
	}
#backnormal{
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 55px;
    margin-left: 0px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/squareYellow.png);
/*    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
*/	}
.searchform{
	width:400px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	}
.inputtxt{
	width:250px;
	height:30px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	background-color:#fff;
	color:#000;
	font-size:18px;
	/*font-weight:bold;*/
	outline:none;
	}
.submitbtn{
	width: 150px;
    height: 30px;
    float: left;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
	font-weight:bold;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
}
.submitbtn:hover{
	background-color:#eee000;
	}
.pager{
	width:65%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	}
.pager .prev{
    float: left;
    width: auto;
    font-size: 30px;
    color: #00f2fb;
    text-align: center;
    margin: 10px 0px 0px 0px;
	}
.pager .pageNum{
	float: left;
    width: 449px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    color: #00f2fb;
    text-align: center;
    margin: 10px 0px 0px 0px;
	}
.pager .next{
    float: right;
    width: auto;
    font-size: 30px;
    color: #00f2fb;
    text-align: center;
    margin: 10px 0px 0px 0px;
	}
#header{
	width: 1000px;
    height: 222px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
	}
.page_ex_text {
	background-color:#000;
	float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
    text-align: left;
	}
#logo{
    width: 400px;
    height: 100px;
	float:left;
	margin:20px 0px 20px 0px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(images/HF-Logo-White-Big2.png);
	}
#nav_menu{
	width: 100%;
	height:auto;
    float: left;
    margin: 0px 0px 20px 0px;
	}
#nav_menu li{
	width:auto;
	float:left;
	padding:0px 10px 0px 10px;
	font-size:18px;
	color:#FFF000;
	text-align:center;
	font-weight: bold;
	list-style-type:none;
	border-right: 2px solid #00f6ff;
	}
#nav_menu li:hover{
	color:#00f6ff;
	text-decoration:underline;
	}
#clear_header{
	width:100%;
	height:60px;
	float:left;
	margin:0px 0px 20px 0px;
	background:#00f6ff;
	}
#clear_header h1{
    float: left;
	padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
	}
#inc_dec_letters{
	width:auto;
	height:auto;
	float:right;
	margin:0px 20px 0px 0px;
	}
#inc_letters,
#dec_letters{
	float: right;
    width: 85px;
    height: 60px;
    background: #ffffff;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-right: 10px solid #000000;
    border-left: 10px solid #000000;
    cursor: pointer;
	}
#inc_letters:hover,
#dec_letters:hover{
	background-color:#fff000;
	}
#container{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.post_repeat_set{
    float: left;
    width: 1000px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #00f6ff;
	}
.post_repeat_set a:hover h1 {
	background-color:#000;
    text-decoration: underline;
	}
.post_repeat_set a:hover{
	background-color:#000;
    text-decoration: underline;
	}
.post_repeat_set p{
	background-color:#000;
	font-size: 20px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	}
a.prev{
    float: left;
    width: auto;
    font-size: 30px;
    color: #00f2fb;
    text-align: center;
    margin: 10px 0px 30px 30px;
	}
a.next{
    float: right;
    width: auto;
    font-size: 30px;
    color: #00f2fb;
    text-align: center;
    margin: 10px 30px 30px 0px;
	}
a.prev:hover,
a.next:hover{
	text-decoration:underline;
	}
.validators_ico {
    float: right;
    margin: 0px 0px 0px 0px;
    text-align: right;
}
.val_box_css{
	width:88px;
	height:31px;
	float:left;
	margin:0px 0px 0px 0px;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(images/css-validator.gif);
	}
.val_box_html{
	width:88px;
	height:31px;
	float:left;
	margin:0px 0px 0px 0px;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(images/html5-validator.jpg);
	}
.page_set ul{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0px 20px 0px;
	}
.page_set ul li{
	background-color:#000;
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	}
.page_set ul li a{
	background-color:#000;
	font-size:18px;
	color:#00f6f0;
	}
.page_set ul li a:hover{
	background-color:#000;
	color:#fff000;
	text-decoration:underline;
	}
/*SINGLE------------------------------------------------*/
.post_single_set{
    float: left;
    width: 65%;
    margin: 0px 5% 20px 0px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #00f6ff;
	}
.post_single_set a:hover h1 {
    text-decoration: underline;
	}
.post_single_set a:hover{
    text-decoration: underline;
	}
.post_single_set p{
	font-size: 20px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	}
.post_single_aside{
	float: left;
    width: 30%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
	}
.post_aside_box{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	border:1px solid #eee000;
	}
.post_aside_box_title{
	width:100%;
	height:50px;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#eee000;
	}
.post_aside_box_title h1{
	font-size:20px;
	color:#000;
	text-align:left;
	padding:0px 0px 0px 10px;
	line-height:50px;
	font-weight:bold;
	}
.post_aside_box_title h1 a:hover{
	text-decoration:underline;
	}
.post_aside_box_content{
	width:inherit;
	height:auto;
	float:left;
	padding:5px 5px;
	background-color:#000;
	}
.post_aside_box_content ul{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	}
.post_aside_box_content ul li{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	list-style:none;
	}
.post_aside_box_content ul li a{
	font-size:18px;
	color:#00f6f0;
	}
.post_aside_box_content ul li a:hover{
	color:#fff000;
	text-decoration:underline;
	}
/*SINGLE------------------------------------------------*/
.post_single_set{
    float: left;
    width: 65%;
    margin: 0px 5% 20px 0px;
    padding: 0px 0px 0px 10px;
	background-color:#000;
    border-bottom: 1px solid #00f6ff;
	}
.post_single_set a:hover h1 {
    text-decoration: underline;
	}
.post_single_set a:hover{
    text-decoration: underline;
	}
.post_single_set p{
	font-size: 20px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	}
.post_single_aside{
	float: left;
    width: 30%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
	}
.post_aside_box{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	border:1px solid #eee000;
	}
.post_aside_box_title{
	width:100%;
	height:50px;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#eee000;
	}
.post_aside_box_title h1{
	font-size:20px;
	color:#000;
	text-align:left;
	padding:0px 0px 0px 10px;
	line-height:50px;
	font-weight:bold;
	}
.post_aside_box_title h1 a:hover{
	text-decoration:underline;
	}
.post_aside_box_content{
	width:inherit;
	height:auto;
	float:left;
	padding:5px 5px;
	}
.post_aside_box_content ul{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	}
.post_aside_box_content ul li{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	list-style:none;
	}
.post_aside_box_content ul li a{
	font-size:18px;
	color:#00f6f0;
	}
.post_aside_box_content ul li a:hover{
	color:#fff000;
	text-decoration:underline;
	}
/*SINGLE------------------------------------------------*/
.post_page_set{
    float: left;
    width: 65%;
    margin: 0px 5% 20px 0px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #00f6ff;
	}
.post_page_set a:hover h1 {
    text-decoration: underline;
	}
.post_page_set a:hover{
    text-decoration: underline;
	}
.post_page_set p{
	font-size: 20px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	}
.post_page_set ul{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0px 20px 0px;
	}
.post_page_set ul li{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	}
.post_page_set ul li a{
	font-size:18px;
	color:#00f6f0;
	}
.post_page_set ul li a:hover{
	color:#fff000;
	text-decoration:underline;
	}
/*Contact*/
.gmap{
	width:50%;
	float:left;
	}
.widget,
.wpcf7-form{
	margin-top:20px;
	}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email]{
	width:315px;
	height: 40px;
    font-size: 20px;
	padding:0px 5px 0px 5px;
	}
.wpcf7-form textarea{
	min-width:315px;
	max-width:315px;
	min-height: 100px;
	max-height: 100px;
    font-size: 20px;
	padding:5px 5px 5px 5px;
	}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
	background-color:#00f6ff;
	}
.wpcf7-submit{
	width:315px;
	height:40px;
	font-family: Verdana,Geneva,sans-serif;	
	font-size:18px;
	background-color:#fff;
	}
.wpcf7-submit:hover{
	background-color:#fff000;
	cursor:pointer;
	}




