/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */
body {
	background-color: #060604;
	background-image: url(../../../../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}



/*
HEADER 
------------------------------------------------- */

#header {
	position: relative;
	width: 950px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}

/*
LOGO
------------------------------------------------- */

#logo {
	height: 98px;
	width: 287px;
	position: relative;
	float: left;
	margin-left: 0px;
}

#logo h1 {
	display: none;
}

span.logo
	{
	float: left;
	position: relative;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
	}
	
span.logo a
	{
	display: block;
	width: 287px;
	height: 98px;
	margin-top: 20px;
	background-image: url(../../../../images/bhp_logo.png);
	background-repeat: no-repeat;
	}

/*
SLIDESHOW
------------------------------------------------- */

#slideshow_wrapper {
	height: 280px;
	width: 938px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}

#slideshow {
	
	float: left;
	position: relative;
	
}

.pics img {
	border: none;
	margin: 10px;
}

/* Navigation
----------------------------------------------- */

div#nav {
	width: 650px;
	z-index: 3;
	position: relative;
	padding: 0px;
	float: right;
	margin-top: 52px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#nav a {
	outline-style: none;
}

div#nav ul.top-level {
	width: 568px;
	height: 36px;
	margin: 0;
	position: relative;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	text-align: right;
}

div#nav ul.top-level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline;
}

div#nav ul.top-level li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}

#menu-main-1 a.base-link:hover, #menu-main-1:hover a.base-link, 
#menu-main-2 a.base-link:hover, #menu-main-2:hover a.base-link, 
#menu-main-3 a.base-link:hover, #menu-main-3:hover a.base-link, 
#menu-main-4 a.base-link:hover, #menu-main-4:hover a.base-link, 
#menu-main-5 a.base-link:hover, #menu-main-5:hover a.base-link, 
#menu-main-6 a.base-link:hover, #menu-main-6:hover a.base-link
{
	background-color: #e40077;
	position: relative;
	color: #FFFFFF;
}

body.home a#menu-home,
body.page-id-2 a#menu-about,
body.category a#menu-category,
body.date a#menu-archive,
body.page-id-152 a#menu-pricing,
body.page-id-150 a#menu-contact
{
	background-color: #e40077;
	
}

div#nav ul.sub-level {
	margin: 0;
	list-style: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	z-index: 99;
	text-align: left;
}

div#nav ul.sub-level li a {
	display: block;
	width: 20em;
	text-decoration: none;
	color: #000;
	padding: 8px 12px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav ul.sub-level li a:hover {
	text-decoration: underline;
}

div#nav ul.sub-level li { /* all list items */
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	height: auto;
	position: relative;
}

div#nav ul.top-level li ul.sub-level {
	position: absolute;
	background: url(/images/sub-nav.png) top left repeat;
	width: 200px;
	top: 36px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	left: -999em;
}

div#nav ul.top-level li:hover ul.sub-level, div#nav ul.top-level li:hover ul {
	left: 0;
	visibility: visible;
}

#content_wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;	
}

#content_left {
	clear: right;
	float: left;
	width: 900px;
	position: relative;
	background-image: url(../../../../images/content_top_left.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 55px;
	text-align: center;
	padding-right: 25px;
	padding-bottom: 25px;
}

#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	display: inline;
	text-transform: uppercase;
	background-color: #b81f24;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
}

#content_left h3 {
	margin: 0px;
	padding: 0px;
}

#content_left img {
	float: left;
	margin-right: 15px;
	position: relative;
	border: 1px solid #CCCCCC;
}

#content_left p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
}

#content_left a {
	color: #e40077;
	text-decoration: none;
}

#content_left h2 a {
	color: #111111;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#content_left ul {
	color: #333333;
	text-align: left;
}

#content_right {
	float: left;
	width: 900px;
	position: relative;
	background-color: ##393939;
	padding-left: 25px;
	color: #333333;
	padding-right: 25px;
}

#left_half {
	clear: right;
	float: left;
	width: 425px;
	position: relative;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 0px;
	color: #444444;
	margin-top: 55px;
	margin-bottom: 25px;
}

#right_half {
	clear: right;
	float: left;
	width: 424px;
	position: relative;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	color: #444444;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #333333;
	margin-top: 55px;
	margin-bottom: 25px;
}

/*
FOOTER
------------------------------------------------- */

#footer {
	background-image: url(../../../../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 94px;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer p {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#footer_left {
	clear: right;
	float: left;
	width: 45%;
	position: relative;
	margin-top: 35px;
	margin-left: 15px;
}

#footer_right {
	float: right;
	width: 50%;
	position: relative;
	text-align: right;
	margin-top: 35px;
	margin-right: 15px;
}

#footer_right ul {
	margin: 0px;
	padding: 0px;
}

#footer_right ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #e40077;
	text-decoration: none;
}

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

#siteby {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 950px;
	height: 45px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#siteby a {
	color: #e40077;
	text-decoration: none;
	padding-right: 10px;
}



#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	text-align: left;
	}

.narrowcolumn .entry p, .widecolumn .entry {
	line-height: 1.4em;
	text-align: left;
	}

.widecolumn {
	line-height: 1.6em;
	}

.content_left .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	background-image: url(../../../../images/bg_date.jpg);
	background-repeat: repeat-x;
	width: 205px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	}

h1, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#content_right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #111111;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #content_right h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	color: #111111;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #e40077;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	}

.commentmetadata {
	font-weight: normal;
	}

#content_right {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#content_right ul ul li, #content_right ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	color: #111111;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

h2.pagetitle {
	margin-top: 15px;
	text-align: center;
}

h2.archivetitle {
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#content_right h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #content_right ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#content_right ul, #content_right ul ol {
	margin: 0;
	padding: 0;
	}

#content_right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	float: left;
	width: 300px;
	position: relative;
	}
	
#content_right ul li a {
	color: #999999;
}	

#content_right ul p, #content_right ul select {
	margin: 5px 0 8px;
	}

#content_right ul ul, #content_right ul ol {
	margin: 5px 0 0 10px;
	}

#content_right ul ul ul, #content_right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #content_right ul ol li {
	list-style: decimal outside;
	}

#content_right ul ul li, #content_right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	float: left;
	position: relative;
	}

#searchform #s {
	width: 150px;
	padding: 2px;
	border: 1px solid #666666;
	}

#content_right #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 250px;
	padding: 2px;
	background-image: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0;
	position: relative;
	border: 1px solid #CCCCCC;
	}
#commentform label {
	display: block;
	float: left;
	width: 500px;
	position: relative;
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 500px;
	padding: 2px;
	float: left;
	position: relative;
	border: 1px solid #CCCCCC;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
	}
#respond {
text-align: left;
}	
	
#commentform #submit {
	float: right;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#content_right form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	background-image: url(../../../../images/hr.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 590px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #999999;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.center {
	position: relative;
	text-align: center;
}

.center a {
	color: #FFCC00;
}

#content_left .entry p {
	text-align: left;
	margin-top: 25px;
}

h3.archivetitle {
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.lines {
	text-align: center;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/*
FORM 
------------------------------------------------- */
#contact_form {
	margin-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 424px;
	position: relative;
}

#contact_form label {
	font-family:Arial, Helvetica, sans-serif; color:#231f20; font-size:12px; width:120px; float:left; display:block; padding:12px 0 0;
}
#contact_form input {
	width: 424px;
	border: 1px dashed #999999;
	color: #666666;
	margin-bottom: 0px;
	height: 15px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 12px;
	margin-top: 3px;
}

#contact_form textarea {
	width: 424px;
	height: 75px;
	padding: 2px 1px;
	border: 1px dashed #999999;
	color: #333333;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 7px;
	font-size: 12px;
}

#contact_form p #submit {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FF0000;
	width: 86px;
	height: 12px;
}
#contact_form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.errormsg {
  display: block;
  width: 250px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(http://www.blueprintgroupe.com/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  display: block;
  width: 300px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #33CC00 url(http://www.blueprintgroupe.com/images/success.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #339900;
  border-bottom: 2px solid #339900;
}
#submitt input {
	float: left;
	height: 29px;
	width: 116px;
	border: none;
	background-image: url(http://www.beautifulhorizonphotography.com/images/send-message.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #e0eefa;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
#contact_form h1 {
	color: #FFFFFF;
	border: none;
	font-size: 12px;
}