/*
Theme Name: HiFi
Theme URI: http://www.fresh.tc
Description: A Word Press theme developed by  <a href="http://www.fresh.tc">Fresh Design Studio.</a>.
Version: 1.0
Author: Michael Terry
Author URI: http://www.fresh.tc

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

  	Common Document Colors:
		Background: #0c0c0c
		Text: #ffffff
		Links: #0066cc
		Headers: #0066cc
*/

body {background: url(images/bg.jpg) #000 top center repeat-y; margin: 0; padding: 0; text-align: center;}
img {border:none;}

img.alignleft {
	float: left;
	border: 1pt solid #293136;

	float: left;  
	padding: 0;
	margin: 0 15px 2px 0;
}


img.alignright {
float: right;
margin: 5px 0 0 10px;
}

img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}




* {margin:0; padding:0;}

p {
	margin: 0; 
	padding: 0;
	line-height: 1.4em;
} 

h1 {margin: 0; padding: 0;}
h2 {
	margin-bottom:5px; 
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
	color: #0066cc;
	font-size: 1.1em;
}
h3 {
	margin: 0; padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #fff;
	font-size: 12px;

}

a:link {
	text-decoration: none;	
	color: #bcc7d3;
	
}
a:visited {
	text-decoration: none;
	color: #bcc7d3;	
}

a:active {
	
}

a:hover {
	color: #fff;
	text-decoration: none;
}


#header {
	width: 960px;
	height: 165px;
	margin: auto;
	padding: 0;
}

.logo {
	float: left;
	height: 125px;
	width: 255px;
	margin: 0;
	padding-top: 25px;
}

/* Menu Container */
#topright {
	width: 650px;
	height: 154px;
	float: right;
	overflow:  visible;
	z-index: 2;
	position: relative;
}

#menu {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}
#menu ul li {
	display: inline;
	padding: 90px 0 15px 0;
	float: left;

}
#menu ul li a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-decoration: none;
	display: inline;
	color: #ffffff;
	padding: 90px 20px 15px 20px;
	margin-right: 1px;
	font-size: 14px;

}
#menu ul li a:hover {
	background: url(images/menu_hover.png);
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	background: url(images/content_bg.png) repeat-y;
	border-bottom: 5px solid #0066cc;
	color: #fff;
}

#container {
	float: left;
}
#container_header {
	background: url(images/page_top.jpg) top center no-repeat;
	height: 25px;
	width: 960px;
}
#left {
	width: 625px;
	float: left;
	text-align: left;
	padding: 25px 25px 10px 25px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 1.25em;
	font-size: .95em;
	color: #bcc7d3;
}

#right {
	width: 255px;
	float: left;
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #fff;
}


#clear {
	clear: both;
}



#featured {
	margin: 0 auto 0 auto;
	height: 320px;
	width: 960px;
	background: url(images/featured_bg.jpg) no-repeat top center;
	padding: 25px 25px 25px 25px;
}




#footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 100px;
	background: #000;
	color: #fff;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-decoration: none;
	font-size: 10px;
}



/* Contact Form 7 Styles */




div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
	background: #000;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
