/**
  */

body {
	margin: 0;
	font: 14px/22px Arial, Verdana, sans-serif;
	color: #333;
	background: #f2f2f2;
	min-width: 1020px;
}
#body-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

/**
	* Elements
	**************************************/

/* Links */
a {
	color: #215671;
	color: #680005;
	color: #243d61;
	text-decoration: none;
}	
a:hover, a:active {
}

/* Paragraphs */
p {
	margin: 0 0 10px;
	padding: 0;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000;
}

/* Lists */
.content ul {
	list-style: none;
}
.content ul li {
	padding: 0 0 0 12px;
	background: url(bullet.png) no-repeat 3px 10px;
}
.content ul li li {
	padding-left: 15px;
	background: url(bullet-sub.png) no-repeat 3px 9px;
}

/* Blockquotes */
blockquote {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

/* Code */
code {
	padding: 0 3px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #eee;
}
pre {
	overflow: auto;
	padding: 15px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #f7f7f7;
	border: 1px solid #eee;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Object */
object {
	max-width: 600px;
}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}
caption {
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	text-align: right;
	color: #666;
}
td {
	padding: 5px 2%;
	color: #444;
	border: 1px solid #ccc;
}
tr {
	background: #fff;
}
tr.alt, tr.even {
	background: #f6f6f6;
}
th {
	padding: 5px 2%;
	font: normal normal bold 13px/25px Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

/* Notes */
.note {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ccc;
}

/* Warnings/Alerts */
.warning, .alert {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}

/* Errors */
.error {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #ffebe8;
	border: 1px solid #C00;
}

/* Downloads */
.download {
	margin: 0 0 25px 0;
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #e7f7d3;
	border: 1px solid #6c3;
}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 21px;
}

/* Alignment */
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto !important;
}
.block, .alignnone {
	display: block;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}

/**
* Images
**************************************/
img {
	border: none;
	background: none;
}
.hentry img {
	max-width: 600px;
}
.singular-attachment .hentry img {
	max-width: 960px;
}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

/* Gallery [gallery] */
.gallery {
	overflow: hidden;
	margin-bottom: 21px;
}

/* Captions [caption] */.wp-caption {
	overflow: hidden;
	max-width: 598px;
	padding: 4px 0 0 0;
	background: #f1f1f1;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption img {
	max-width: 586px;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.wp-caption .wp-caption-text {
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-size: 12px;
	font-style: italic;
	color: #ae1b22;
	text-align: right;
	background: #f7f7f7;
}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 9px 0;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
}

/**
 * Secondary menu
 *************************************/
#secondary-menu {
	width: 100%;
	height: 36px;
	margin: 0 0 -22px 0;
}
#secondary-menu .menu {
	width: 960px;
	height: 36px;
	margin: 0 auto;
}
#secondary-menu ul {
	float: right;
	border-bottom: 3px solid #356e8b;
}
#secondary-menu ul li {
	font: normal normal bold 11px/13px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#secondary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #aaa;
	background: #222;
}
#secondary-menu li.current-menu-item a {
	color: #eee;
}
#secondary-menu li.current-menu-item li a {
	color: #aaa;
}

/* Drop-down styles */
#secondary-menu li ul {
	border: none;
}
#secondary-menu li:hover ul, #secondary-menu li.sfHover ul {
	top: 34px;
}
#secondary-menu li li:hover ul, #secondary-menu li li.sfHover ul {
	top: 0;
}
#secondary-menu li li {
	font-weight: normal;
	text-transform: none;
}
#secondary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: none;
}
#secondary-menu li li a:hover {
	text-decoration: underline;
}

/* Sub-nav icon. */
#secondary-menu a.sf-with-ul {
	padding-right: 35px;
}
#secondary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/secondary-menu-sub-icon.png) no-repeat 3px 5px;
}
#secondary-menu li li .sf-sub-indicator {
	background: url(images/secondary-menu-sub-sub-icon.png) no-repeat 3px 0px;
}

/**
* Header
**************************************/
#header-top-container {
	display: none;
	width: 100%;
	height: 60px;
	background: url(images/header-top.jpg) repeat-x;
}
#header-top {
	width: 1010px;
	margin: 0 auto;
}
#aioseop-banner-ad {
	width: 722px;
	float: left;
	margin: 4px 0 4px 144px;
}
#sfwd-social-icons {
	float: right;
	margin: 12px 0;
}
#sfwd-social-icons img.alignright {
	margin: 0 0 0 12px;
}
#header-container {
	width: 100%;
	height: 235px;
	padding: 25px 0 0;
	background-color: #94bcd5;
	border-bottom: 1px solid #aaa;
}
#header {
	width: 1010px;
	height: 120px;
	margin: 0 auto;
}
.springboard-header-left {
	width: 35%;
	float: left;
}
#site-title {
	margin: 0 0 10px 0;
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
}
#site-title a {
	color: #000;
}
#site-description {
	margin: 0;
	font: italic normal normal 15px/15px Georgia, Times, 'Times New Roman', serif;
	color: #666;
}
.springboard-header-right {
	width: 65%;
	float: right;
}
.springboard-header-right ul.xoxo {
	margin: 0;
}
#text-17 {
	float: left;
	margin-top: 50px;
}

/**
* Navigation
**************************************/
#primary-menu {
visibility:hidden;
	height: 36px;
	height:0px;

	width: 1010px;
	margin: -90px auto 25px;
	background: url(menu-bg.jpg) repeat-x;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 4px #818181;
}
#primary-menu .menu {
	float: left;
	width: 1010px;
	height: 36px;
}
#primary-menu ul {
}
#primary-menu ul li {
	font: normal normal bold 14px/16px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#primary-menu ul li a {
	padding: 11px 25px;
	color: #222;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#primary-menu li.current-menu-item a {
}
#primary-menu li li.current-menu-item a, #primary-menu li.current-menu-item li a {
}

/* Drop-down styles */
#primary-menu li ul {
	margin-left: -1px;
}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
	top: 37px;
	margin-left: -1px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
	top: 0;
}
#primary-menu li li {
	font-weight: normal;
	text-transform: none;
}
#primary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: 1px solid #ccc;
	border-bottom: none;
}
#primary-menu li li a:hover {
	background: #fff;
	text-decoration: underline;
}

/* Sub-nav indicator. */
#primary-menu a.sf-with-ul {
	padding-right: 35px;
}
#primary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
}
#primary-menu li li .sf-sub-indicator {
}

/* Search form. */
#primary-menu .search {
	float: right;
	width: 278px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
}
#primary-menu input[type="text"] {
	float: left;
	width: 228px;
	padding: 7px 10px 5px 10px;
	font-size: 13px;
	font-style: italic;
	color: #666;
	background: #fff;
	border: none;
}
#primary-menu input[type="submit"] {
	float: left;
	font-size: 0px;
	color: #fff;
	padding-left: 10px;
	width: 30px;
	height: 30px;
	background: #fff url(images/search-icon.png) no-repeat 5px 3px;
	border: none;
	text-indent: -9999em;
}

/**
* Content
**************************************/
#container {
	overflow: hidden;
	width: 960px;
	padding: 25px;
	margin: 0 auto 39px auto;
	background: #ECF0F6;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 4px #818181;}
.content {
	overflow: hidden;
	float: left;
	width: 600px;
}
.page-template-blog .content {
	overflow: hidden !important;
	float: left !important;
	width: 600px !important;
}
.primary-inactive.secondary-inactive .content {
	width: 960px;
	float: none;
}

/* Breadcrumbs */
.breadcrumbs {
	display: none;
}
.breadcrumb-trail {
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	color: #666;
}
.breadcrumb-title {
	display: none;
}
.breadcrumb-trail a[rel="home"] {
	padding-left: 18px;
	background: url(images/home.png) no-repeat 0 1px;
}
.breadcrumb-trail .sep {
	color: #999;
	padding: 0 3px;
}
.breadcrumb-trail a {
	font-style: normal;
	color: #356e8b;
}
.breadcrumb-trail a:hover {
	color: #ac2e1b;
}

/* Posts */
.hentry {
	clear: both;
	margin-bottom: 50px;
}

/* Post titles */
.entry-title {
	margin-bottom: 3px;
}
.entry-title a {
	color: #000;
	text-decoration: none;
	line-height: 35px;
}
.archive .entry-title, .search .entry-title, .blog .entry-title {
	font-size: 1.2em;
}
.singular .entry-title {
	margin-top: 0px;
}
.singular-post .entry-title {
	margin-bottom: 10px;
}
.home .entry-title {
	display: none;
}

/* Byline */
.byline {
	margin: 0 0 9px 0;
	font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
	color: #999;
}
.singular .byline {
	margin-bottom: 25px;
}
.byline abbr {
	border: none;
}
.byline abbr:hover {
	border-bottom: 1px solid #999;
}
.byline a {
	color: #356e8b;
}
.byline a:hover {
	color: #ac2e1b;
}

/* Entry content. */
.entry-summary p {
	margin: 0 0 9px 0;
}

/* <!--more--> link */
.more {
	font-style: italic;
}

/* Entry metadata */
.entry-meta {
	margin: 0;
	font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
	color: #999;
}
.singular .entry-meta {
	clear: left;
}
.entry-meta a {
	color: #356e8b;
}
.entry-meta a:hover {
	color: #ac2e1b;
}

/* Single post author box. */
.singular-post .author-profile, .singular-post .content .series {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
}
.singular-post .author-profile .author-name {
	margin: 0 0 9px 0;
	font-size: 14px;
	color: #333;
}
.singular-post .author-profile .author-name a {
	font-style: normal;
}
.singular-post .author-profile .avatar {
	margin-bottom: 5px;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
}	
.author-description.author-bio {
	margin-bottom: 10px;
}
.singular-post .author-profile .twitter {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	text-align: right;
	height: 50px;
}
.singular-post .author-profile .twitter a {
	padding: 25px 25px 25px 50px;
	background: url(images/twitter.png) no-repeat 0px 15px;
}

/* Archives, search, etc. */
.archive-info, .search-info {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 25px 25px 12px 25px;
	background: #fff;
	border: 1px solid #818181;
}
.archive-info p {
	margin: 0 0 13px 0;
}
.archive-title, .search-title {
	margin: 0 0 10px 0;
	color: #33388f;
}

/* Page links */
.wp-pagenavi {
	margin-bottom: 25px;
	text-align: center;
}
p.pages, .wp-pagenavi {
	color: #666;
	line-height: 24px !important;
}
p.pages a, .wp-pagenavi a {
	margin: 0 3px 0 2px;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
}
p.pages a:hover, .wp-pagenavi a:hover {
	background: #eee;
}

/**
* Previous/Next Page Navigation
*********************************************/
/* Navigation links */
.navigation-links {
	clear: both;
	overflow: hidden;
	margin: 0 0 25px 0;
	font-style: italic;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
}

/**
* Widgets
**************************************/
#primary, #secondary {
	float: right;
	width: 280px;
}
#secondary {
	clear: right;
}
#primary .widget, #secondary .widget {
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 13px;
}
.widget-title {
	margin: 0 0 10px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #33388f;
}
.widget ul, .content .widget ul {
	list-style: none;
	margin: 0 0 24px 0;
}
#primary .widget ul {
	padding: 0;
}
.widget ul ul, .content .widget ul ul {
	margin: 0;
}
.widget li, .content .widget li {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 3px 9px 0;
	border-bottom: 1px solid #ccc;
}
.widget li li, .content .widget li li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background: url(images/bullet-sub.png) no-repeat 1px 7px;
	border: none;
}
.widget li a, .content .widget li a {
	color: #333;
	text-decoration: none;
}
#primary .widget li.cat-post-item a {
	font-weight: bold;
}

/* Term/tag clouds. */
p.term-cloud, p.post_tag-cloud {
	overflow: hidden;
}
p.term-cloud a, p.post_tag-cloud a {
	float: left;
	display: block;
	height: 11px;
	margin: 0 6px 12px 6px;
	padding: 9px 21px 9px 10px;
	font-size: 11px !important;
	line-height: 11px;
	color: #fff;
	background: #000 url(images/tag-icon.png) no-repeat right 0;
}

/* Content area widgets. */
#content .widget {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 15px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
}

/**
* Comments
**************************************/
#comments-template h3 {
	font-size: 1.2em;
}
.comment-list {
	list-style: none;
	margin: 0;
	border-top: 1px solid #ccc;
}
.comment-list ol {
	list-style: none;
	margin: 0 0 21px 0;
	border-top: 1px solid#d3d3d3; 
}
.comment-list li {
	overflow: hidden;
	margin: 0;
	padding: 21px 21px 0 21px;
	position: relative;
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.comment-list li.alt {
	background: #fff;
}
.comment-list li.entry-author {
	background: #f1f1f1;
}
.comment-list .avatar {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	padding: 1px;
}
.comment-meta {
	color: #888;
	font: 12px Arial, sans-serif;
	margin: 3px 0 21px 0;
}
.comment-meta cite {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.comment-meta cite a {
	color:#333;
}
.comment-meta abbr {
	border: none;
}
.comment-meta abbr:hover {
	border-bottom: 1px solid #999;
}
.comment-list .comment-text {
	padding: 0 9px;
}
.comments-closed {
	display: none;
}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 24px 0;
}
#commentform label, .contact-form label {
	font: 12px Arial, Verdana, sans-serif;
	color: #888;
}
#commentform input[type="text"], .contact-form input[type="text"] {
	display: block;
	width: 98%;
}
#commentform p.form-author {
	float: left;
	width: 45%;
	margin-right: 9%;
}
#commentform p.form-email {
	float: right;
	width: 45%;
	margin-right: 1%;
}
#commentform textarea, .contact-form textarea {
	display: block;
	width: 98.5%;
}
.contact-form div {
	margin-bottom: 21px;
}
.contact-form div.form-label {
	margin: 0;
}
.contact-form legend {
	display: none;
}
#submit {
	float: right;
	margin-left: 21px;
}
#submit:hover, .button:hover {
	cursor: pointer;
}
span.required {
	font-size: 16px;
	font-weight: bold;
	color: #FF4B33;
}

/**
* Subsidiary
**************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 25px auto -25px auto;
}
#subsidiary .widget {
	float: left;
	width: 220px;
	margin: 0 5px 25px 20px;
}

/**
* Footer
**************************************/
#footer-container {
	overflow: hidden;
	clear: both;
}
#springboard-footer {
	overflow: hidden;
	width: 1010px;
	margin: 0 auto;
	padding: 48px 0 24px 0;
	font-size: 13px;
	color: #333;
}
#springboard-footer a {
	font-style: italic;
}
#springboard-footer a:hover {
}
#springboard-footer ul.xoxo {
	margin: 0;
	padding: 0;
}
#springboard-footer .copyright {
	float: left;
	width: 50%;
}
#springboard-footer .credit {
	float: right;
	width: 50%;
	text-align: right;
}

/**
 * Custom Widget Styling
 ************************************/
#mailchimpsf_widget-2 {
	width: 527px;
	float: left;
	padding: 5px 10px;
	background-color: white;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 4px #818181;
	margin: 8px 0;
	border-image: initial;
}
#mailchimpsf_widget-2 .widget-title {
	margin: 5px 0;
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #000;
}
#mc_mv_EMAIL {
	width: 202px;
	height: 16px;
	float: left;
	margin: 3px 5px;
}
.mc_var_label {
 	display: none;
}
#mailchimpsf_widget-2 .mergeRow {
	display: none;
}
#mailchimpsf_widget-2 input#mc_signup_submit {
	float: right;
	margin: 5px 0;
}
#text-16 {
	float: right;
	margin: -5px -5px 0 0;
}

/**
 * Homepage Styling
 ************************************/
.home #home-services, .home #home-about {
	width: 267px;
	height: 300px;
	float: left;
	margin: 3px 25px 3px 3px;
	padding: 15px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 6px -1px #818181;
	-webkit-box-shadow: 1px 1px 6px -1px #818181;
	-moz-box-shadow: 1px 1px 6px -1px #818181;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.home #home-services, .home #home-about, .home #home-portfolio {
	background-color: #A7DDBC;
	margin-bottom: 25px;
}
.home #home-about {
}
.home #home-portfolio {
	width: 268px;
	height: 300px;
	float: right;
	margin: 3px;
	padding: 15px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 6px -1px #818181;
	-webkit-box-shadow: 1px 1px 6px -1px #818181;
	-moz-box-shadow: 1px 1px 6px -1px #818181;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.home .entry-content h2 {
	color: #33388f;
	margin: 0 0 10px;
	text-shadow:
	    1px 1px 0 #fff,
	   -1px -1px 0 #fff,  
	    1px -1px 0 #fff,
	   -1px  1px 0 #fff,
	    1px  1px 0 #fff;
}
.home .entry-content #home-services h2 {
	margin-bottom: 15px;
}
.home .entry-content h3 {
	margin: 15px 0 25px;
}
.home .entry-content h3 a {
	font-size: 16px;
	line-height: 25px;
	color: #30678a;
	text-decoration: none;
}
.home .entry-content .home-link {
	margin-top: 10px;
}
.home .entry-content .home-link h4 {
	margin: 10px 0 0;
}
.home .entry-content .home-link a {
	color: #30678a;
	font-weight: bold;
	text-decoration: none;
}
.home .entry-content .sfwd-icon {
	float: left;
	width: 50px;
	margin-top: -3px;
}
.home .entry-content ul li {
	background: none;
	list-style: circle outside none;
}
.home #content .widget_categoryposts {
	width: 594px;
	float: left;
	margin: 3px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 6px -1px #818181;
	-webkit-box-shadow: 1px 1px 6px -1px #818181;
	-moz-box-shadow: 1px 1px 6px -1px #818181;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.home #content .widget_categoryposts ul {
	margin: 0;
	padding: 0;
}
.home #content .widget_categoryposts ul li {
	background: none;
}
.home #content .widget_categoryposts ul li:last-child {
	border-bottom: none;
}
.home #content .widget_categoryposts .cat-post-img {
	float: left;
	margin-right: 15px;
}
.home #content .widget_categoryposts a.post-title {
	font-weight: bold;
}
.home #text-15 {
	width: 274px;
	height: 208px;
	float: right;
	margin-top: 25px;
	border: none;
	background: url(images/testimonial-bg.png) no-repeat 0 0 scroll;
}
.home #text-15 .widget-title {
	margin: 0 0 2px;
	font-size: 19px;
}
.home #text-15 .client-name {
	float: right;
}

/**
 * Design Service Page Styling
 ************************************/
.page-832 h1 {
	text-align: center;
}

/**
 * Blog Page Styling
 ************************************/
.blog #search-submit {
	margin-left: 8px;
	margin-top: 5px;
}
.blog #search-text {
	width: 198px;
}
.blog .widget_categoryposts ul {
	padding: 0px;
}
.blog .widget_categoryposts .cat-post-item {
	padding: 0px;
}
.blog .widget_categoryposts .post-title {
	font-weight: bold;
}
.blog .categories ul {
	padding: 0px;
}
.blog .categories .cat-item {
	padding: 0px;
}
/**
 * Contact Page Styling
 ************************************/
.gform_body ul.gform_fields li {
	background: none;
}

/**
 * Employment Page Styling
 ************************************/
.page-873 p {
	margin-top: 25px;
}
.page-873 p a {
}
.page-873 .content ul {
    list-style: none outside none;
    margin-bottom: 25px;
}
.join {
	padding-bottom: 25px;
	border-bottom: 1px solid #818181;
}

/**
 * Employment Page Styling
 ************************************/
.team_members {
	float: left;
	min-height: 132px;
	margin: 0 50px;
	width: 320px;
	clear: none;
}

/**
 * Team Members Styling
 ************************************/
.page-216 h1 {
	margin: 0px;
	font-size: 25px;
}
.page-216 .hentry img {
	width: 100px;
	height: 100px;
}
#job-title, #job-tag {
	width: 420px;
}
#job-tag {
	margin-left: 109px;
	font-style: italic;
	font-size: 13px;
}
.singular-team_members .entry-content {
	margin: 5px 0 0 183px;
}
.singular-team_members .hentry img {
	width: 150px;
	height: 150px;
}
.team_members-title {
	width: 400px;
}
.singular-team_members .team_members {
	width: auto !important;
}

/**
 * Portfolio Styling
 ************************************/
.taxonomy-type-clients .archive-info, .taxonomy-type-themes .archive-info {
	width: 892px;
	margin: 0 auto 25px;
}
.taxonomy-type-clients .hentry, .taxonomy-type-themes .hentry {
	clear: none;
	width: 240px;
	float: left;
	margin-bottom: 19px;
}
.taxonomy-type-clients .sfwd-portfolio, .taxonomy-type-themes .sfwd-portfolio {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #B2C4CE;
	background: #E2E8EC;
}
.taxonomy-type-themes .sfwd_responsive_checkbox {
	float: right;
}
.sfwd-portfolio img {
	width: 200px;
	height: 200px;
}
.taxonomy-type-clients .entry-title, .taxonomy-type-themes .entry-title {
	margin-top: 0;
}
.taxonomy-type-clients .entry-title a, .taxonomy-type-themes .entry-title a {
	line-height: 25px;
}
.taxonomy-type-clients img.medium, .taxonomy-type-themes img.medium {
	width: 200px;
	height: 150px;
}
.sfwd-portfolio:hover {
	opacity: .6;
}
#portfolio-sidebar {
	float: right;
	width: 314px;
}

.singular-portfolio_samples #container {
	padding: 0 25px;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
.singular-portfolio_samples .content {
	overflow: hidden;
	float: left;
	width: 626px;
}
.singular-portfolio_samples .entry-title {
	text-align: center;
	width: 600px;
	margin-top: 0px;
	background: #ECF0F6;
	padding: 12px;
	border: 1px solid #C9D1DA;
}
.hentry.portfolio_samples .portfolio.full {
	border: 1px solid #BEBEBE;
	background: #C1CAD3;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 582px;
	height: 655px;
}

#portfolio-entry-wrapper {
    width: 584px;
	padding: 20px;
	border: 1px solid #C9D1DA;
	background: #ECF0F6;
	margin: 20px 20px 0 0;
}

#portfolio-entry-wrapper img {
    max-width: 584px;
}

#portfolio-entry {
	background: #ECF0F6;
	padding: 20px;
	border: 1px solid #C9D1DA;
}

#portfolio-entry h3 {
	color: #333;
	margin: 0px 0px 5px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #C9D1DA;
}

#portfolio-entry h3 label {
	font-size: 20px;
	color: black;
}

#portfolio-entry p {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
}

#portfolio-entry ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#portfolio-entry li {
	border: none;
	padding: 0 0 0 15px;
	font-size: 12px;
	line-height: 18px;
	background: url(images/check.png) 0 3px no-repeat;
}
