/*
Theme Name: BP Mural
Theme URI: -
Author: Mark T. Wengson
Author URI: 
Description: 
Version: 1.0
*/

/* --------------------------- */

/*html, body{ height: 100%; }*/

body {
	font-size: 16px;
	letter-spacing: 0.5px;
	word-spacing: 2px;
	background: rgba(0,0,0,1.00);
	color: rgba(216,216,216,0.5);
	font-family: 'gill_sans_lightregular';
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1 {
	/*font-family: 'futura_ltregular';*/
	font-family: 'gill_sans_lightregular';
	/*letter-spacing: 18px;*/
	font-size: 48px;
	color: rgba(216,216,216,0.9);
	/*text-align: center;*/
	font-weight:lighter;
}
h2 {
	font-family: 'gill_sans_lightregular';
	/*letter-spacing: 12px;*/
	font-size: 28px;
	color: rgba(216,216,216,0.9);
	font-weight:lighter;
	/*text-align: center;*/
}
h3 {
	font-family: 'gill_sans_lightregular';
	font-size: 14px;
	color: rgba(216,216,216,0.9);
	/*letter-spacing: 10px;*/
	font-weight:lighter;
	text-align: center;
}
a {
	color: rgba(216,216,216,0.9);
	text-decoration: none;
}
a:hover {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
/*a:visited {
	color:rgba(216,216,216,0.9);
	text-decoration:none;
}

a:active {
	color:rgba(216,216,216,0.9);
	text-decoration:none;
}*/

	
.clear {
	clear: both;
}
video {
	width: 100% !important;
	height: auto !important;
}
/*.gray {
	transition: img 0.5s ease-in-out;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}*/


input[type="text"] , textarea {
    width: 100%;
    padding: 10px 5px;
    margin: 8px;
	background: none;
	border: none;
	color: rgba(240,240,240,1.00);
	border-bottom: 1px solid rgba(187,186,186,0.5);
}

input[type="text"]:focus {
  border: none;
  outline: 0;
	border-bottom: 1px solid rgba(187,186,186,1.00);
}  
