/*  
	Theme Name: 	WordPress Theme 972
	Theme URI: 		http://scottsawyerconsulting.com/
	Description:	A custom style sheet
	Version: 		2.8
	Author: 		Scott Sawyer Consulting 
	Author URL: 	http://www.scottsawyerconsulting.com/ 
*/
.clear {clear:both;}

/* sidebar sub nav */
.widget .subnav h2#subnav_title {font-size:2.2em;}

/* contact form on contact page */
#contact-form {width:50%;float:left; }
#address {width:50%;float:left;}
#address .social li {background:white; padding:3px;}

.submit-button {padding:8px 0 10px 0px;
color:#ffffff;
border:none;
width:85px;
height:30px;
text-align:center;
background-image:url(images/comments.gif);
background-repeat:no-repeat; }

/* title order form */
#wpcf7-f2-p38-o1 fieldset { border: 1px solid #939393;padding-left:20px;-moz-border-radius: 5px;border-radius: 5px;background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #E8E8E8 84%, #EAEAEA 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(84%,#E8E8E8), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 0%,#E8E8E8 84%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 0%,#E8E8E8 84%,#EAEAEA 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#E8E8E8 84%,#EAEAEA 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #FFFFFF 0%,#E8E8E8 84%,#EAEAEA 100%); /* W3C */}
#wpcf7-f2-p38-o1 legend { font-size: 1.1em; font-weight:bold;text-transform:uppercase;color:#B53131;padding:10px;  }