/* @override http://www.bluehousemedia.tv/css/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #212121;
	color: #CCC;
}

h1 {
	text-align: left;
	font-size: 2em;
	text-indent: 
-5000px;
	background: url(../img/logo.gif) no-repeat;
;
 	height: 84px;

}

h2 {
	text-align: center;
	font-size: 1.4em;
	background-color: #f68829;
	color: #212121;
	height: 65px;
	padding: 5px;
	-moz-border-radius: 10px; -webkit-border-radius: 5px;
	vertical-align: center;
	margin-top: 5px;
	padding-top: 10px;

}

h3 {
	text-transform: lowercase;
	color: #FFF;
	font-size: 1.9em;
	direction: ltr;
	text-align: right;

}

h4 {
	color: #FFF;
}

h5 {
	color: #FFF;
	font-weight: bold;
}

h6 {
	color: #888;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}

a {
	color: #548Fad;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #0A8DFF;
	color: #0A8DFF;
}




p {
	text-align: justify;
	
}

li {
	list-style-type: none;
	margin: 0;
}

em {

}

#header {
	margin-top: 30px;
	margin-bottom: 20px;

}


#feature {
height: 380px;
	background: url(../img/feature-2.jpg) no-repeat;
}

.feature-text {
	background-color: #2d2d2d;
	padding: 20px;
	text-align: left;
	font-size: 1.6em;
	color: #FFF;
	margin-bottom: 20px;
	
}

#services {
	margin-bottom: 20px;

		border-bottom: 2px dotted #444;
		padding: 20px 0;
		


}

#about {
	padding: 10px 0;
	border-bottom: 2px dotted #333;




}

#about .grid_6 h4, #about .grid_6 h6 {
	padding-left: 10px;
}

#about .grid_6 p {
	padding-right: 20px;
			border-right: 2px dotted #333;
			padding-left: 10px;
}

#about ul li {
	float: left;
	margin: 0 3px;
}

#joel-wade  {
	padding: 10px;
	background-color: #212121;
	float: left;


}

#press {
	padding: 10px 0;

	margin-top: 20px;

}



#press p {

}

#press a {
			color: #f68829;
}

#press a:hover {
	border-bottom: 1px solid #f68829;
	
}

#press img {
	padding: 10px;
	background-color: #212121;
	margin-bottom: 10px;
}


#footer {
	border-top: 2px dotted #333;
	border-bottom: 2px dotted #333;

	font-size: .8em;
		background-color: #212121;
	text-align: center;
	margin-top: 80px;
	padding: 10px 0 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer p {
	color: #555;
}
#footer a {

		color: #548Fad;
}

#footer a:hover {
	border-bottom: 1px solid #548Fad;
}
#meta p {
	float: right;
	color: #444;
}

#meta a {
	color: #444;
}

#meta a:hover {
	color: #f68829;
	border-bottom: none;
}
