label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
	margin-top: 15px
}


.wFormInput {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


select {
   width: 657px;
   height: 30px;
   border: 1px solid #ccc;
}

#contactForm {
  margin-bottom: 20px;
}
#contactFormResponse {
  font-size:20px;
  text-align:center; 
  /* height and line-heigth set with js */
  margin-bottom: 20px;
}


/*
Theme Name: Solo
Theme URI: http://themetrust.com/themes/solo
Description: A Single Page Portfolio Theme
Version: 1.0.2
Author: Theme Trust
*/


/********************************************************************
/  Global
/********************************************************************/

body {
	font-size: 13px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 30px 0;
	margin: 0;
	color: #7d7d7b;	
	background: #efefef;	
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
	color: #ff0000 /* c20000 */;
}

a:hover {
	color: #ee0000;	
}


h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	margin: 0 0 15px 0;
	font-weight: normal;
}


.left {
	float: left;	
}

.right {
	float: right;	
}


input[type="text"], textarea {
	background-color: #ebebeb;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #6a6a6a;			
}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

input[type="text"]:focus {outline: none; background: #f4f4f4;}
textarea:focus {outline: none; background: #f4f4f4;}

textarea { width: 500px; font-size: 13px;}


/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}



/********************************************************************
/  General Layout
/********************************************************************/

#container {	
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px !important; /*previous 70px */
}

#header {
	width: 200px;
	position: fixed; /*--Fix the sidenav to stay in one spot--*/
	float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/	
}

*html #header {
    position: absolute;
    left: expression( ( 0   ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )   'px' );
    top: expression( ( 0   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )   'px' );
}

#main {
	float: right;
	width: 720px;
	margin: 0 auto;
	padding: 0 0 0 0;			
}

#content {		
	padding: 0 0 0 0;	
	margin: 0 0px 0 0;
	position: relative;	
}

#footer {
	width: 100%;
}

.oneThird {
	width: 200px;	
}

.twoThird {
	width: 432px;	
}



/********************************************************************
/  Header
/********************************************************************/

#header{
	text-align: center;
	padding-top: 30px;
}

#logo {		
	margin: 0px 0 40px 0;	
	font-weight: bold;
}

#header h1 {
	font-size: 55px;	
	padding: 0 0 0 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

#mainNav{		
	text-transform: uppercase;	
	font-size: 15px;
}

#mainNav li{
	margin: 0 0 10px 0;			
}

#mainNav li a{
	line-height: 25px;
	color: #7d7d7b;	
}

#mainNav li a:hover {
	line-height: 25px;
	color: #515151;	
}

#mainNav li a.selected {
	color: #ff0000 /* c20000 */;
}


/********************************************************************
/  Content
/********************************************************************/

#content {
	margin: 0 0 30px 0px;
}

.scrollWrap {	
	padding-top: 30px;
}

.soloSection {
	background: #fff;
	border: 1px solid #dadbdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;		
}

.soloSection .inside{	
	padding: 30px 30px 10px 30px;	
}

#content .soloSection .sectionHeader{
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif !important;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}


/*Column Shortcodes------------------*/

.one_half { width:48%; }
.one_third { width:30.66%; }
.two_third { width:65.33%; }
.one_half,.one_third,.two_third { position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Projects------------------*/

.projects {
	background: #fff;
	display: block;	
	/* margin-bottom: 30px; */
	margin-bottom: 12px;
	position: relative;
	/* border-bottom: 1px solid #dadbdc; */
}

.projectThumbs {	
	list-style: none;
}

#content .projectThumbs li{
	padding: 0;
	background: none;		
}

#content .projectThumbs li{
	float: left;
	padding: 0;
	display: block;	
}

.projectThumbs li h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 5px;
}

#content .projectThumbs { 
	margin: 0 0 0 30px;
}

#content .projectThumbs li {  
  float: left;
  padding: 0;  
  margin: 0 15px 15px 0;
  overflow: hidden;
}

.projectThumbs li img,
.projectThumbs li strong {
  display: block;
}

.projectThumbs li img {
	border: 5px solid #e6e6e6;
}

#content .projectThumbs li img:hover {
	border: 5px solid #999;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}


/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;
		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

/*Home Message------------------*/

#home {
	color: #696969;	
	padding: 30px 0 0 0;		
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#home p{	
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0;	
}


/********************************************************************
/  Buttons
/********************************************************************/

.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #ff0000 /* c20000 */;	
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 6px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #da0000 !important;
}


/********************************************************************
/  Widgets
/********************************************************************/



#footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#footer ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;	
}

#footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}


/********************************************************************
/  Footer
/********************************************************************/

#footer.dark {	
	background: #5d5d5d;
	color: #a2a2a2;		
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
}

#footer.light {	
	background: #fff;
	border: 1px solid #dadbdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#footer.dark .widgetBox h3{	
	color: #989898;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer.dark .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main{	
	padding: 30px 0 0 0;	
	
	margin: 0 0 0 0;	
}

.footerBox{
	margin: 0 0 30px 30px;	
	float: left;
	position: relative;
}

.footerBox p{			
	padding: 0;	
}

#footer.dark a {
	color: #bebebe;	
}

#footer.dark a:hover {
	color: #fff;	
}

#footer .secondary {		
	margin: 0 40px 0;
	padding: 40px 0 40px;
	border-top: 1px solid #6b6b6b;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}
