body { background-color: #444;
	max-width: 1060px;
    margin: 0px auto;
    margin-top: 40px;
	margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.80em;
	font-family: Open Sans, Helvetica;
 }

 a,.colortext,code,.infoareaicon,.fontawesome-icon.circle-white,.wowmetaposts span a:hover,h1.widget-title,.testimonial-name,.mainthemetextcolor,.primarycolor,footer#colophon a:hover,.icon-box-top h1:hover,.icon-box-top.active a h1 {
		outline: none!important;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		text-decoration: none;
}

.boxedcontent { background: white; }

.header { background: white;
	border-top: 5px solid #F7981D; }

.navbar { background: #F7981D; }

.navbar-icon { font-size: 26px; }

.site-footer { background: white;
	border-top: 2px solid #F7981D;
	border-bottom: 5px solid #F7981D; }

.site-subtitle {
    margin-top: 0px;
    margin-bottom: 16px;
    margin-left: 10px;
    color: #ccc;
    font-weight: 500;
    line-height: 18px;
    font-size: 16px;
}

.site-title {
	color: #333;
	font-size: 32px;
	float: left;
	margin-top: 40px;
	margin-left: 15px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 8px;	
}

.site-content { padding: 4px;
	border-left: 8px; }

.h1, h1 {
	font-size: 24px;
	margin-top: 32px;
}

.h2, h2 {
	font-size: 20px;
	margin-top: 24px;
}

.summary-box {
	border-color: rgb(247, 152, 29);
	border-radius: 6px;
	border-style: solid;
	margin: 12px; 
}

.summary-title {
	background-color:rgb(247, 152, 29);
	color: white;
	padding: 4px;
	font-weight: bold;
}

.summary-content {
	padding: 4px;
}

.summary-footer {
	background-color:rgb(247, 152, 29);
	color: white;
	padding: 4px;
}

.main-content-box {
	padding: 4px;
}

/* This allows use of "img.png#floatleft" to float images to the left */
img[src$='#floatleft']
{
	float:left;
}

/* This allows use of "img.png#floatright" to float images to the right */
img[src$='#floatright']
{
	float:right;
}

/* These three are for blockquote formatting */
blockquote {
	background: #f9f9f9;
	border-left: 10px solid rgb(247, 152, 29);
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
	color: rgb(247, 152, 29);
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
  }
  blockquote:after {
	color: rgb(247, 152, 29);
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
  }
  blockquote p {
	display: inline;
  }