/*
Theme Name: DP Custom
Theme URI:
Description: A Wordpress theme for Design Profit
Author: Chuck Rees
Author URI: http://nuflux.net/
Version: 1.0
Tags: blue, white, three-columns, fixed-width, Quark

License:
License URI:

General comments (optional).
*/

/* ==========================================================================
   Default stylings from HTML5 Boilerplate
   ========================================================================== */

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Using rem font sizing (Root em’s) with fallback to px for ie8 and below - http://snook.ca/archives/html_and_css/font-size-with-rem */
body { margin: 0; font-size: 14px; font-size: .875rem; line-height: 1.5; }

::-webkit-selection { background: #5784FE; color: #fff; text-shadow: none; }
::-moz-selection { background: #5784FE; color: #fff; text-shadow: none; }
::selection { background: #5784FE; color: #fff; text-shadow: none; }

menu { padding: 0; }

td { vertical-align: top; }

/* ==========================================================================
   Basic page styles
   ========================================================================== */

body { 
	margin: 0 auto !important;
	padding: 0;
	font: 14px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	color: #666;
}

/* Set the default behavior for touch-based browsing in IE10 on devices running Windows 8 */
canvas {
	-ms-touch-action: double-tap-zoom;
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Header */

h1,
h2,
h3,
h4,
h5,
h6,
#nav ul a,
h2.slider-headline,
.sidebarhead,
.sidebarhead span {
	font-style: normal;
	font-weight: 400;
	font-family:"Trebuchet", "Optima", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;	
}

h1 { 
	font-size: 28px;
	font-size: 1.75rem;
	margin-top: 28px;
	margin-top: 1.75rem;
}

h2 { 
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

h3 { 
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 22px;
	margin-top: 1.375rem;
}


h4 { 
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

h5 { 
	font-size: 16px;
	font-size: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
}

h6 { 
	font-size: 14px;
	font-size: .875rem;
	margin-top: 14px;
	margin-top: .875rem;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 16px 0 16px 0;
}

ol, ul {
	
}

p, ol, ul, dl, address {
	
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

b, strong { 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

em {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
}

strong em, b em {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 700;
}

ins {
	background: none repeat scroll 0 0 #FFF9C0;
	text-decoration: none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	margin: 0 1.25rem 1rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 20px;
	margin: 0 0 1rem 1.25rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	border-left: 5px solid #ccc;
	margin: 0 0 18px 20px;
	margin: 0 0 1.125rem 1.25rem;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
}

blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid #ccc;
	margin: 0 20px 18px 0;
	margin: 0 1.25rem 1.125rem 0;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	float: none;
}

blockquote p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0;
}

blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}

blockquote cite:before {
	content: "\2014 ";
}

blockquote cite {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.125;
	color: #999;
	display: block;
	margin-top: 18px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

code, pre {
	border-radius: 3px;
	color: #555;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 3px 2px;
	padding: 0 0.1875rem 0.125rem;
}

code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
}

abbr,
dfn,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	padding: 0.25rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #777;
	text-align: center;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
}

#primary .entry-content [id^="gallery-"] img {
	border: none;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.menu-toggle, button, input {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem; 
	line-height: 1.25;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

.menu-toggle, button, input {
	*overflow: visible;
	line-height: normal;
}

.menu-toggle::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="button"] {
	width: auto;
}

.menu-toggle,
.btn,
.submit-btn {
	display: inline-block;
	*display: inline;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.menu-toggle, a.btn {
	color: #333333;
	text-decoration: none;
}

.menu-toggle:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:first-child {
	*margin-left: 0;
}

.menu-toggle:hover,
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.menu-toggle:focus,
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.menu-toggle:active,
.btn.active,
.btn:active,
input[type="submit"]:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	position:relative;
	top:1px;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.disabled:active, .btn[disabled]:active {
	top:0;
}

button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn-large,
input[type="submit"].btn-large {
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small,
input[type="submit"].btn-small {
	padding: 5px 9px;
	padding: 0.3125rem 0.5625rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	font-family: inherit;
	padding: 8px;
	padding: 0.5rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	max-width: 100%;
}

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	text-transform: uppercase;
}

/* Hyperlinks
------------------------------------------------------------ */

a {color:#3399cc; text-decoration: none;}
a:hover {text-decoration:underline;}

#mininav ul a
{color:#8abfd3; text-decoration: none;}

#mininav ul a:hover
{color:#ccc;}

#footer-widgets-1 ul a,
#footer-widgets-2 ul a {
	color:#333;
	text-decoration: none;
}

#footer-widgets-1 ul a:hover,
#footer-widgets-2 ul a:hover {
	color:#000;
	text-decoration: none;
}

a img {
	border: none;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	background: #fff;
	width: 1152px;
	min-height: 720px;
}

/* Defaults
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
#nav ul a,
h2.slider-headline,
.sidebarhead,
.sidebarhead span {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
	
li.tick {
list-style-image: url(images/tick.png); 
padding-bottom: 10px;
padding-left: 4px;
}

li.accept {
list-style-image: url(images/accept.png); 
padding-bottom: 10px;
padding-left: 4px;
}

/* Background
------------------------------------------------------------ */

/* wrap @media Rule */
@media all and (min-width: 1152px) {
	html, body {
	background: #f6f6f6 url(images/faux-back.png) repeat-y 50% 0;
	}
}

/* Header
------------------------------------------------------------ */

#header {
	max-width:1152x;
	min-width:639px;
}

#header .wrap {
	background: url(images/topgradient.png) repeat-x 0;
	height:162px;
	padding-left:40px;
	padding-right:40px;
	
}

#header-left {
	max-width:400px;
	float: left;
}

#header-right {
	max-width:752px;
	float: right;
}


#logo {
	float: left;
	width: 188px;
	height: 122px;
	padding: 20px 0px 20px 0px;	
}

#logotext {
	float: right;
	width: 200px;
	padding-top: 16px;
	text-align: center;
	color: #677f88;
}

.phone-text {
	padding: 4px 16px;
	color: #ccc;
	
}

#social-wrap { width: 552px; } 

#social {list-style: none; }

#social li {float: right; } 

#social li a {padding:5px; display: block; display:inline;}

#mininav-wrap {
	float: right;
	padding-top:40px;
	
}

#mininav {
	float: left;
	text-align:right;
	margin-top: -12px;
}

#mininav li {
	float: left;
	list-style: none;
}

/* Header / Primary Navigation
------------------------------------------------------------ */

.delimiter1 {color:#999; float: right;padding-left: 8px; padding-right: 8px;}

#menu-item-44 .delimiter1 {display: none;}

#nav {
	width: 100%;
	text-transform: uppercase;
	text-align:center;
}

#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background-image: url(images/navprimary-tile.png) ;
	height: 37px;
	min-width: 1152px;
	
}

#nav ul a {
	background-image: url(images/navprimary-sep.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
	padding-left: 16px;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	color: #ccc;
	-moz-transition:color .3s ease-in;
	-o-transition:color .3s ease-in;
	-webkit-transition:color .2s ease-in;
	transition:color .3s ease-in;
}

#nav ul a:hover {
	color: #eee;
}

#nav li {
	display: inline-block;
    list-style-type: none;
}

#menu-item-37 a {
	background-image: none !important;
}

/* Solution Nav
------------------------------------------------------------ */

#solution-nav a {
	color: #666;
}

#solution-nav a:hover {
	color: #000;
}

.solution-text {
	float:left;
	margin:10px 10px;
	min-width: 120px;
}

.solution-icon {
	float:left;
}

/* Content Slider
------------------------------------------------------------ */

#slider-wrap {
	min-width: 1152px;
	height: 260px;
}

#video-home {
	height: 400px;
}

#slider-text {
	padding: 30px 40px 20px 40px;
	height: 260px;
	width: 576px;
	float: right;
	color: #333;
	background-image: url(images/slider-contentback.jpg);
}

#slider-image {
	height: 100%;
	width: 576px;
	float: left;
}

h2.slider-headline {
	font-size:18px !important;
	line-height:22px !important;
	color: #333 !important;
	font-weight:600;
}

h2.slider-headline:hover {
	text-decoration:underline;
	color: #fff;	
}

h2.alt-headline {
	margin-top: 50px !important;
	font-size:24px !important;
	line-height:150% !important;
	color: #333 !important;
}

/* Buttons
------------------------------------------------------------ */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.slider-button {
	background: transparent url('images/button-slider-a.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: right;
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.slider-button span {
	background: transparent url('images/button-slider-span.png') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
}

a.slider-button:hover,
a.slider-button span:hover {
	color: #555;
}

.button-clearfloat {
	height:24px;
	clear:both;
}

a.gray-button {
	float: right;
	background: transparent url('images/button-sidebar.png') no-repeat;
    color: #333;
    display: block;
	font-weight: normal;
    height: 24px;
    width: 310px;
	padding-top:1px;
	font-size:95%;
	text-decoration: none;
	text-align: center;
}

a.gray-button:hover,
a.gray-button span:hover {
	color: #555;
}

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	padding: 12px 20px 12px 20px;
	max-width: 1152px;
	overflow: hidden;
}

/* Content
------------------------------------------------------------ */

#content {
	text-align:justify;
	text-justify:newspaper;
	width: 578px;
	float: left;
	padding-bottom:40px;
	margin-right:20px;
}

.content-left {
	text-align:left;
	width:280px;
	margin-right:18px;
	float:left;
}

.content-right {
	text-align:left;
	width:280px;
	float:right;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar-left {
	margin-right: 20px;
	display: inline;
	float: left;
	width: 184px;
}

#sidebar-right {
	padding-top: 20px;
	padding-bottom: 40px;
	display: inline;
	float: right;
	width: 310px;
}

.sidebar-right-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-image-wrap {
	padding:4px 10px 10px 0;
	float:left;
}

.widget_recent_entries ul,
.sidebarlist {
	margin-left:-22px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

h3.widget-title,
.sidebarhead {
	color:#5a899f;
	font-size: 16px;
	font-size: 1.143rem;
	line-height: 20px;
}

.sidebarhead span {
	font-weight:normal;
	text-transform:none;
}

#did-you-know {
	margin: 30px 0 4px 0;
}

/* Footer
------------------------------------------------------------ */

.footer-header {
	margin: 0 auto;
	padding-top:18px;
}

#footer {
	background-image: url(images/p6-footer-background.png) ;
	width: 1152px;
	min-height: 200px;
	float: left;	
}

#footer .wrap {	
	padding: 20px 120px 20px 120px;
}

#footer-widgets-1 {
	float: left;
	width:300px;
}

#footer-widgets-1 ul,
#footer-widgets-2 ul {
	list-style-type: none;
	margin-left:-30px;
	padding-right:56px;
}

#footer-widgets-1 li,
#footer-widgets-2 li {
	line-height:34px;
	border-bottom: 1px solid #ccc;
}

#footer-widgets-2 {
	float:left;
	width:300px;
}

#footer-widgets-3 {
	float:right;
	margin-left:10px;
	width:302px;
}

.footer-text {
	color:#999;
}

#social-bottom-wrap {
	float:right;	
}

.footer-social-wrap {
	clear:both;
	padding-left:6px;
	padding-top:20px;
}

.footer-social {
	margin-right:10px;
	list-style: none;
	float:left;
}

.footer-text-legal {
	clear:both;
	padding-top: 40px;
	font-size: 12px;
	color:#666;
	padding-bottom:20px;
}

.footer-text-legal a {
	text-decoration:none;
	color:#333;
}

.footer-text-legal a:hover {
	color:#000;
}

/* Widgets
------------------------------------------------------------ */

.widget_text .widget-title {
display: none;
}

/* Forms
------------------------------------------------------------ */

	#tfnewsearch{
		float: right;
		padding-left: 20px;
		margin-top: -4px;
	}
	
	.tftextinput2 {
		margin: 0;
		height: 20px;
		width: 140px;
		padding: 5px 15px;
		font-size:13px;
		background-color: #dfe7eb;
		border:1px solid #7b9eab !important; border-right:0px !important;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	
	.tfbutton2,
	.tfbutton2:hover {
		margin: 0;
		margin-left: -4px;
		height: 34px;
		padding: 5px 7px;
		font-size:13px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ccc;
		border: solid 1px #000;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#2d4551), to(#000));
		background: -moz-linear-gradient(top, #2d4551,  #000);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}

/* ==========================================================================
   Main Content
   ========================================================================== */

.entry-meta {
	clear: both;
}

.comments-link {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	float: right;
}

.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header h1 a:visited {
	color: #333;
}

.entry-header h1 a:hover {
	color: #2997ab;
}

article.sticky .featured-post {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	border-top: 4px double #aaa;
	border-bottom: 4px double #aaa;
	color: #777;
	font-size: 16px;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

article.sticky {
	border-bottom: 4px double #aaa;
}

.site-content article {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.header-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.header-meta a {
	text-decoration:none;
}

.header-meta a:visited {
	color: #333;
}

.header-meta a:hover {
	color: #2997ab;
}

.entry-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.post-categories a,
.post-tags a {
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #333;
	color: #fff;
	padding: 0 5px;
	padding: 0 0.3125rem;
	margin: 0 3px 0 0;
	margin: 0 0.1875rem 0 0;
	display: inline;
	text-decoration: none;
}

.post-categories a:visited,
.post-tags a:visited {
	color: #fff;
}

.post-categories a:hover,
.post-tags a:hover {
	background-color: #2997ab;
	color: #fff;
}

.entry-header address,
.comment-content address {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	display: block;
}

.entry-header address {
	display: inline;
}

.entry-header time,
.entry-header address {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}

.page-links {
	clear: both;
	line-height: 1.75;
	color: #333;
}

.page-links .page-numbers {
	background-color: #333;
	border: 1px solid #333;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
	color: #fff;
}

.page-links a {
	text-decoration: none;
}

.page-links a .page-numbers {
	background-color: transparent;
	color: #333;
}

.page-links a:hover .page-numbers {
	background-color: #2997ab;
	color: #fff;
}

.more-link {
	text-decoration: none;
}

.post-edit-link {
	text-decoration: none;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.5rem;
}

.entry-content dt,
.comment-content dt {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ccc;
	padding: 6px 10px 6px 0;
	padding: 0.375rem 0.625rem 0.375rem 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
	padding: 0;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li {
	margin: 0 0 0 28px;
	margin: 0 0 0 1.75rem;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.author-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
}

.author-description h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author-description p {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.author-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.author-link a {
	color: #777;
	text-decoration: none;
}

.author-link a:visited { 
	color: #666;
}

.author-link a:focus,
.author-link a:hover,
.author-link a:active { 
	outline: 0;
	color: #2997ab;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.author-description {
	float: right;
	width: 80%;
}

.social-meta a {
	text-decoration: none;
	margin-right: 5px;
	margin-right: 0.3125rem;
}


/* ==========================================================================
   Post Formats
   ========================================================================== */

/* Aside */
.format-aside .entry-content {
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
}

.format-aside .entry-content p:last-child {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	border-left: 5px solid #333;
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

/* Quote */
.format-quote .entry-content blockquote:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: top;
	font-size: 32px;
	font-size: 2rem;
	content: "\f10d";
	color: #ddd;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.format-quote .entry-content {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.format-quote .entry-content blockquote {
	border: none;
}

/* Audio */
.audiojs .play-pause {
	width: 38px;
}

.audiojs .time {
	padding-left: 22px;
	padding-left: 1.375rem;
}

.audiojs .time em {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}


/* ==========================================================================
   Archives
   ========================================================================== */

.archive-header,
.page-header {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	border-bottom: 1px solid #CCCCCC;
}

.archive-meta {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}


/* ==========================================================================
   Comments
   ========================================================================== */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-bottom: 1px solid #ccc;
}

.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 84px;
	margin-left: 5.25rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.comments-area article header time {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	font-size: 12px;
	font-size: 0.75rem;
}

a.comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #686868;
	text-decoration: none;
}

a.comment-reply-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3rem;
}

.commentlist {
	padding-left: 0;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3rem;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
	margin-left: 0.75rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
}

#respond form {
	margin: 24px 0 32px 0;
	margin: 1.5rem 0 2rem 0;
}

#respond form p {
	margin: 12px 0;
	margin: 0.75rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content label,
#respond form label {
	display: block;
	line-height: 1.8;
}

#respond form input[type="text"],
#respond form textarea {
	font-family: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

#respond form input[type="text"] {
	width:48%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #5e5e5e;
}

#respond form p.form-allowed-tags code {
	background: none;
	border: none;
	color: #5e5e5e;
}

label .required,
span.required {
	color: #bb0504;
}

form label.error {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	display:block;
	padding: 0 10px 0 10px;
	padding: 0 0.625rem 0 0.625rem;
	margin: 5px 0 5px 0;
	margin: 0.3125rem 0 0.3125rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	border-left: 4px solid #bb0504;
	display: none;
}

#respond form label.error {
	line-height: 1.3;
}

/* Status messages
------------------------------------------------------------ */

.info, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/status/info.png');
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/status/success.png');
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/status/warning.png');
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/status/error.png');
}