/*
Theme Name: d3corp-new-new
Theme URI: 
Author: David Haynes
Author URI: http://d3corp-new.com/
Description: This is the default D3 theme to build off of. It contains custom widget areas, content types and admin skins.
Version: 1.3
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/* =============================================================================
   Custom Fonts - Always load first!
   ========================================================================== */
/*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */ /*!!! DO NOT TOUCH!!!*/

@font-face {
 font-family: 'OpenSansRegular';
 src: url('/app/themes/d3corp-new/font/opensans-regular-webfont.eot');
 src: url('/app/themes/d3corp-new/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('/app/themes/d3corp-new/font/opensans-regular-webfont.woff') format('woff'),  url('/app/themes/d3corp-new/font/opensans-regular-webfont.ttf') format('truetype'),  url('/app/themes/d3corp-new/font/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'CirculaMedium';
 src: url('/app/themes/d3corp-new/font/circula-medium-webfont.eot');
 src: url('/app/themes/d3corp-new/font/circula-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('/app/themes/d3corp-new/font/circula-medium-webfont.woff') format('woff'),  url('/app/themes/d3corp-new/font/circula-medium-webfont.ttf') format('truetype'),  url('/app/themes/d3corp-new/font/circula-medium-webfont.svg#CirculaMedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
 display: none;
}
[hidden] {
display: none;
}

.home #secondary{
	display:block;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
background: #000;
color: #fff;
text-shadow: none;
}
::selection {
 background: #000;
 color: #fff;
 text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
 overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
	line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
	cursor: default;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *width: 13px;
 *height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
/* =============================================================================
   Helper Classes
   ========================================================================== */
.ir { /*Image Replacement - Sprites*/
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
 *line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after, div:after, ul:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix, div, ul {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
* html div {
	height:1%;
}
* html ul {
	height:1%;
}
.clearfix, div, ul {
	display:block;
}
.clearfix {
 *zoom: 1;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/*********************************************
	DIV WIDTHS
*********************************************/
.full {
	width: 100% !important;
}
.half {
	width: 49.9% !important;
}
.third {
	width: 33.3% !important;
}
.twothirds {
	width: 66.7% !important;
}
.quarter {
	width: 25% !important;
}
.threequarters {
	width: 75% !important;
}
.fifth {
	width: 20% !important;
}
.twofifths {
	width: 40% !important;
}
.threefifths {
	width: 60% !important;
}
.fourfifths {
	width: 80% !important;
}
.seventy {
	width:70% !important;
}
.thirty {
	width:30% !important;
}
.tenth {
	width:10% !important;
}
.nintenths {
	width:90% !important;
}
/*********************************************
	Helper Classes
*********************************************/
a img {
	border:0;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.center {
	text-align: center;
}
.center-block {
	margin: 0 auto !important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}
.hidden {
	display: none;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.relative {
	position:relative;
}
.section {
	padding-bottom:16px;
}
.section-sm {
	padding-bottom:8px;
}
.no-border, .leadin {
	border:none !important;
	padding-left:0 !important;
	background-image:none !important;
}
img.right {
	margin: 0 0 10px 10px;
}
img.left {
	margin: 0 10px 10px 0;
}
.inner {
	padding:10px;
}
.inner-right {
	padding-right:10px;
}
.inner-left {
	padding-left:10px;
}
.inner-top {
	padding-top:10px;
}
.inner-bottom {
	padding-bottom:10px;
}
.inner-horz {
	padding:0 10px;
}
.inner-vert {
	padding:10px 0;
}
.pointer {
	cursor:pointer;
}
p {
	padding-bottom:10px;
}
/* rounded corners http://css3pie.com/ */
.round {
	behavior: url(PIE.htc);
	position:relative;
	z-index:1;
}
/* =============================================================================
   Structure
   ========================================================================== */

body {
	padding: 0 2em;
}
#page {
	margin: 0 auto;
	max-width: 960px;
	position:relative;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
}
#primary {
	float: left;
	margin: 0 -59.4% 0 0;
	width: 100%;
}
.home #content {
	margin: 0 34% 0 .3%;
	width: 100%;
}
#content{
	width:100%;
	position: relative;
}
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 36.8%;
	z-index: 99999;
	position: relative;
}
/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content, .left-sidebar.singular #content {
	margin: 0 auto;
	position: relative;
	width: auto;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0 auto;
}
/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}
/* Showcase */
.page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content, .left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {

	width: auto;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}
/* One column */
/*.one-column #page {
	max-width: 690px;
}*/
.one-column #content {
	margin: 0 2%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header, .one-column.singular .entry-content, .one-column.singular footer.entry-meta, .one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta, .one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}
.ab-top-menu {
	float:left;
}
#wp-admin-bar-wp-logo > .ab-item .ab-icon {
	background-position:0 -223px !important;
}
#wp-admin-bar-wp-logo:hover > .ab-item .ab-icon {
	background-position:0 -248px !important;
}
/* =============================================================================
   Global
   ========================================================================== */

body, input, textarea {
	color: #373737;
	font-family: 'OpenSansRegular';
	font-size:14px;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background:url(/app/themes/d3corp-new/images/backgound.jpg) repeat;
}
#page {
	background: #fff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p {
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul {
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
.home .entry-header {
	display:none;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Forms */
input[type=text], input[type=password], textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =============================================================================
   Header
   ========================================================================== */

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 999999;
	background: #fff;
	width:95.9%;
	margin:0 auto;
}
#site-title {
	margin-right: 270px;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
/* =============================================================================
   Menu
   ========================================================================== */

#access {
	margin-top: 5px;
	display: block;
	float: right;
	width: 63%;
	height:30px;
	font-weight: bold;
	border-bottom: 1px solid #005eae;
	padding-bottom: 8px;
}
.contact {
	float:right;
	margin-right:15px;
}
.yellow {
	color:#005dab;
	font-size:23px;
}
#third{
	position:relative;
}
.subcon {
position: absolute;
top: -2px;
right: -286px;
}
.white {
	color:#ee2d24;
	font-size:15px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
.logo {
	float:left;
	margin-top:1%;
	margin-bottom:1%;
	margin-left:1%;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #005eae;
	display: block;
	line-height: 3.333em;
	padding: 0 1.1125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
}
#access li:hover > a, #access a:focus {
	color: ee2d24;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	color: #ee2d24;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s, #branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;

	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
/* =============================================================================
   Content
   ========================================================================== */

#main {
	clear: both;
	padding: 0 18px 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
#third a {
	color:#FEFE03;
	font-weight:normal;
	text-decoration:none;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry, .no-results {
	position: relative;
}
#second {
	width:60% !important;
}
#second #menu-item-33 {
	margin-lefT:0px;
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title, .entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title, .entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content, .entry-summary {
	width:58%;
}
.home .entry-content, .home .entry-summary {
	width:100%;
	margin-bottom: 20px;
}
.page-id-13  .entry-content, .home .entry-summary{
	width:100%;
}
.nocomments{
	display:none;
}
.entry-meta{
	display:none;
}
#nav-single{
	display:none;
}
.singular .hentry {
border-bottom: none;
width:100%;
padding:0 !important;
position: relative;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
	color: #4b4b4c;
	font-weight: bold;
	margin-bottom:10px;
	font-size:25px;
}
.page #custom_gallery_thumbnails{
	display:none;
}
.singular #primary #custom_gallery_thumbnails ul li {
background: none !important;
list-style: none;
padding-top:2px;
text-indent: 0px;
	border:1px solid #acacac ;
}
#custom_gallery_thumbnails_ul li.thumbnail_selected{
	border:1px solid #000000 !important;
}
#custom_gallery_prev, #custom_gallery_next {
position: absolute;
top: 13px;
background: url(images/arrows.png);
width: 34px;
height: 46px;
display: block;
}

.entry-content h3, .comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.hentry{
	width:58%;
}
.feat h1{
	font-size:18px !important;
}
.entry-content, .entry-summary {
width: 100%;
}
.home .hentry{
	width:100%;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;

	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/* Images */
.entry-content img, .comment-content img, .widget img {
	max-width: 97.5%; /* 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 {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
/* Image borders */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
 border: 1px solid #ddd;
 padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
 background: #eee;
 border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}
/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {



	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content, article.format-link .entry-content, article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title, .singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
/* =============================================================================
   Aside
   ========================================================================== */

.format-aside .entry-title, .format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
/* =============================================================================
   Link
   ========================================================================== */

.format-link .entry-title, .format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
/* =============================================================================
   Gallery
   ========================================================================== */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
/* =============================================================================
   Status

   ========================================================================== */

.format-status .entry-title, .format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}
/* =============================================================================
   Quote
   ========================================================================== */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}
/* =============================================================================
   Image
   ========================================================================== */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p, .indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links, .indexed.format-image .entry-meta span.tag-links, .indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
/* =============================================================================
   404
   ========================================================================== */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* =============================================================================
   Showcase
   ========================================================================== */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover, article.intro .edit-link a:focus, article.intro .edit-link a:active {
	background: #777;
}
/* Featured post */
section.featured-post {
	float: left;

	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover, section.featured-post .attachment-small-feature:focus, section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255, 255, 255, 0.8);
}
/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a, section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255, 255, 255, 0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}
/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after, .featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60, 60, 60, 0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	cursor: default;
	opacity: 0.5;
}
/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
/* =============================================================================
   Attachments
   ========================================================================== */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
/* =============================================================================
   Navigation
   ========================================================================== */


#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {

	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous, #nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* =============================================================================
   Widgets
   ========================================================================== */

.textwidget {
	width:100%;
}
.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #FEFE03;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}
.textwidget {
	color:#fff !important;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	padding:0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover, .widget a:focus, .widget a:active {
	text-decoration: underline;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Ephemera Widget */
section.ephemera ol, .widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a, .widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover, .widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}
/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}
/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* =============================================================================
   Comments
   ========================================================================== */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;

	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword, .nocomments {
	color: #aaa;


	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #eee;
	cursor: pointer;

	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* =============================================================================
   Footer
   ========================================================================== */

#colophon {
	clear: both;
	background:#005dab;
	padding:0 15px;
}
#supplementary {
	overflow: hidden;
}
h3 {
	margin:0px;
	padding:0px;
}
#second li {
	list-style-type:none;
	display:block;
	float:left;
	margin-left:15px;
}
#second li a {
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
#post-13 h2{
	margin:0px;
}
span.small{
	font-size:14px;
	line-height:10px;
	
}
.home-reg {
	float: right;
  	width: 60%;
  	position: absolute;
  	top: 0;
  	right: 0;
}

.headerbut{
    position: absolute;
    top: 3px;
    right: 260px;
}
/**************************
    Qualifications Page
***************************/
.qualifications_logos {
    text-align: center;
    border-bottom: 2px solid #000;
}
.qualifications_logos img {
    max-width: 150px;
    height: auto;
    display: inline-block;
    margin: 1em;
}

.corporate_address {
    display: inline-block;
    width: 33%;
    margin: 0 0 15px 0;
}
/* =============================================================================
   Responsive Structure
   ========================================================================== */

@media (max-width: 940px) {
/* Simplify the basic layout */

	.headerbut {
		top: 46px !important;
		right:0;
	}
}


@media (max-width: 800px) {
/* Simplify the basic layout */
.home-reg {
	float: none;
  	position: relative;
  	width: 100%;
  	margin: 10px auto;
}
.slidebg {
 width: 95.5%;
margin: 0 auto;
position: absolute;

 top: 7.5% !important;
lefT: 2%;
}
.headerbut {
position: absolute;
top: 96px !important;
right:0;
}
#banner{
	width: 100.5% !important;
	padding-left:1px !important;
	position:relative;
	left:-2px;
	
}
#banner h1{
	width:auto !important;
	margin-left:5px;
}
.home #secondary{
	display:none;
}
.home #primary{
	width:100%;
}
#main {
clear: both;
padding: 0 17px 0;
padding-top: 39px;
}
central 
#primary{
	width:65%;
}
#main #content {
 margin: 0 auto;
 width: auto;
}
.textwidget {
width: 103% !important;
}

.logoholder {
 display:none !important;
}
#nav-below {
 border-bottom: 1px solid #ddd;
 margin-bottom: 1.625em;
}
#main #secondary {

 margin: 0 7.6%;
 width: auto;
}
#second .menu-item-32{
	margin-left:0px !important;
}
/* Simplify the showcase template */
.page-template-showcase-php .featured-posts {
 min-height: 280px;
}
.featured-posts section.featured-post {
 height: auto;
}
.page-template-showcase-php section.recent-posts {
 float: none;
 margin: 0;
 width: 100%;
}
.page-template-showcase-php #main .widget-area {
 float: none;
 margin: 0;
 width: auto;
}
.page-template-showcase-php .other-recent-posts {
 border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature, .one-column section.featured-post .attachment-small-feature {
 border: none;
 display: block;
 float: left;
 height: auto;
 margin: 0.625em auto 1.025em;
 max-width: 30%;
 position: static;
}
article.feature-image.small {
 float: right;
 margin: 0 0 1.625em;
 width: 64%;
}
.one-column article.feature-image.small .entry-summary {
 height: auto;
}
article.feature-image.small .entry-summary p a {
 left: 0;
 padding-left: 20px;
 padding-right: 20px;
 width: auto;
}
/* Remove the margin on singular articles */
	.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
 width: 100%;
}
/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
 margin: 0 0 1.625em;
}
.singular .pull.alignleft {
 margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
 margin: 0 0 0 1.625em;
}
.singular .entry-meta .edit-link a {
 left: 0;
 position: absolute;
 top: 40px;
}
.singular #author-info {
 margin: 2.2em -8.8% 0;
 padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
	.commentlist {
 width: 100%;
}
.commentlist > li.comment, .commentlist .pingback {
 margin-left: 102px;
 width: auto;
}
/* And a full-width comment form */
	#respond {
 width: auto;
}
/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
 float: none;
 margin-right: 0;
 width: 40%;
 float:left;
}
/* No need to float 404 widgets at this size */
	.error404 #main .widget {
 float: none;
 margin-right: 0;
 width: auto;
}
 .logos_b {
 background:cfcfcf;
 width:93%;
 float:left;
 padding:20px 20px;
}
 #secondary {

}
 #access {
margin-top: 0;
display: block;
float: right;
width: 45%;

}
#access a {
 padding: 0 .5em;
}
ul {

 padding-left:0px;
}
.flex-control-nav {
 display:none;
}
}


@media (max-width: 745px) {
/* Simplify the basic layout */

	.headerbut {
		top: 96px !important;
		left:0;
	}
}


@media (max-width: 650px) {
/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */

	.headerbut {
		top: 46px !important;
		right:0 !important;
		left:initial;
		width:25%;
	}

	body, input, textarea {
 font-size: 13px;
}
.entry-content .half{
 	width:100% !important;
  float:none !important; 
}

#page .slidebg,  #page #d3slider{
  display:none !important;
}
#access{
 	float:none; 
}
#access ul {
 display: none;
}
#access select {
 display: inline-block !important;
 width: 100%;
}
#site-title a {
 font-size: 24px;
}
#site-description {
 font-size: 12px;
}
#access ul {
 font-size: 12px;
}
article.intro .entry-content {
 font-size: 12px;
}
.entry-title {
 font-size: 21px;
}
.featured-post .entry-title {
 font-size: 14px;
}
.singular .entry-title {
 font-size: 28px;
}
.entry-meta {
 font-size: 12px;
}
blockquote {
 margin: 0;
}
blockquote.pull {
 font-size: 17px;
}
/* Reposition the site title and description slightly */
	#site-title {
 padding: 5.30625em 0 0;
}
#site-title, #site-description {
 margin-right: 0;
}
/* Make sure the logo and search form don't collide */
	#branding #searchform {
 top: 1.625em !important;
}
/* Floated content doesn't work well at this size */
	.alignleft, .alignright {
 float: none;
 margin-left: 0;
 margin-right: 0;
}
/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
 display: block;
 position: static;
}
.singular .hentry {
 padding: 1.625em 0 0;
}
.singular.page .hentry {
 padding: 1.625em 0 0;
}
/* Talking avatars take up too much room at this size */
	.commentlist > li.comment, .commentlist > li.pingback {
 margin-left: 0 !important;
}
.commentlist .avatar {
 background: transparent;
 display: block;
 padding: 0;
 position: static;
}
.commentlist .children .avatar {
 background: none;
 left: 2.2em;
 padding: 0;
 position: absolute;
 top: 2.2em;
}
/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
 width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
 left: 95%;
}
#content .gallery-columns-3 .gallery-item {
 width: 31%;
 padding-right: 2%;
}
#content .gallery-columns-3 .gallery-item img {
 width: 100%;
 height: auto;
}
}
@media (max-width: 480px) {
.home #d3slider, .home .slidebg {
 display:none !important;
 visibility:hidden;
 position:absolute;
 lefT:-999999999px;
}
.headerbut{
 	display:none; 
}
 .entry-content .left {
 float:none !important;
}
 #secondary {
display:none;
}
 .serv {
 width:100% !important;
}
#primary{
	width:100%;
	margin-top:1.2%;
}
#content{
	
}
.breadcrumb{
	display:none;
}
.home #access {
 top:100%;
}
#access {
 position:absolute;
 top:95%;
}
#third {
 width:100% !important;
}
#second .menu-item-33, #second h3 {
margin-left: 15px !important;
}
}
@media (max-width: 450px) {
#content .gallery-columns-2 .gallery-item {
 width: 45%;
 padding-right: 4%;
}
#content .gallery-columns-2 .gallery-item img {
 width: 100%;
 height: auto;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
     padding: 0;
    }
    #page {
     margin-top: 0;
    }
    #branding {
     border-top: none;
    }
     #d3slider {
     display:none !important;
    }
    .slidebg {
     display:none!important;
    }
    .corporate_address {
        width: 100%;
    }
}


/* =============================================================================
   Print
   ========================================================================== */

@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after, footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}
#site-title a {
	font-size: 21pt;
}
#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}
.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title, .singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {

	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}
#colophon {
	display: none;
}

/* Comments */
	.commentlist > li.comment {
	background: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .fn {
	display: block;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
	display: none;
}
.commentlist > li::before, .commentlist > li.bypostauthor::before {
 content: '';
}
.commentlist .reply {
	display: none;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	color: #444;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #666;
}
.commentlist > li.bypostauthor:before {
	content: none;
}
/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}
.commentlist .children > li.bypostauthor > article, .commentlist .children > li.bypostauthor > article .comment-meta {
	color: #666;
}
}
/* =============================================================================
   IE 7
   ========================================================================== */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
/*====================================================
	FORMS
====================================================*/
.frm fieldset {
	border:none;
	margin:0;
	padding:0;
}
.frm fieldset.inline {
	width:100%;
}
.frm .frm-label {
	float:left;
	position:relative;
	font-weight:bold;
}
.frm .frm-space {
	margin:0 8px;
}
.frm fieldset.stacked .frm-label {
	display:block;
	float:none;
	width:auto;
}
.frm .frm-label, .frm input {
	line-height:1.5em;
}
.frm .frm-row {
	padding:0 0 15px 0;
}
.footer .frm .frm-row {
	padding:0 0 5px 0;
}
.frm input.frm-txt, .frm .frm-textarea {
	border: 1px solid #000;
	border-color: #cfcfcf;
}
.frm input.frm-txt, .frm .frm-textarea, .frm select {
	width:100%;
	color:#666;
	text-indent:5px;
}
.frm input.frm-txt, .frm select {
	width:100%;
	height:24px;
	line-height:24px;
	color:#666;
}
.frm .frm-focused, .frm fieldset.signup input.frm-focused {
	border-top: thin solid #D5948A;
	background-color:#D0FFD0;
}
.frm .frm-required em {
	color:#990000;
	font-size:13px;
}
.frm fieldset.stacked .frm-label.frm-required em {
	padding:0 0 0 5px;
}
.frm fieldset.signup span.frm-required em {
	left:-2px;
	padding:0;
	position:relative;
}
.frm-bttn {
	background: #E5E5E5;
	border: 1px solid #000;
	border-color: #CCC #7A7A7A #7A7A7A #CCC;
	font-size:12px;
	padding:2px 4px;
	margin-right:8px;
}
.frm .actions {
	padding-top: 30px;
}
.frm fieldset.inline .actions .frm-required {
	padding-left:200px;
}
.frm fieldset.signup input.frm-txt {
	width:150px;
}
.label-fixed .frm-label {
	width:200px;
}
.label-fixed input.frm-txt, .label-fixed .frm-textarea, .label-fixed select {
	width:375px;
}
.label-fixed .frm-space {
	margin:0;
}
.frm-error label span {
	color:#F00;
}
.frm-success-cont {
	display:none;
	background-color:#C5FEC8;
	border: 1px solid #009900;
	padding:5px;
}
.frm-error-cont {
	display:none;
	background-color:#f7eded;
	border: 1px solid #D5948A;
	padding:5px;
}
.frm-error-message ul {
	color:#D5948A;
	font-weight:bold;
}
.frm .frm-error input, .frm .frm-error select, .frm .frm-error textarea {
	background-color:#f7eded;
	border: 1px solid #D5948A;
}
.frm-error-cont strong {
	color: #000;
}
/*===========================================
	Structure
============================================*/

.breadcrumb {
	padding: 3px 0 0 !important;

	font-size:12px;
	position: absolute;
	left: 21px;
	top: 15px;
}
.page .entry-title {
	float:left;
	width:558px;
	margin-top:0;
}
#access select {
	display:none;
}
/*===========================================
	Customizations
============================================*/
.serv {
	width:60%;
}
.feat {
	display:none;
}.home #execphp-2{
	display:none;
}

.page-id-5 #text-2, .page-id-7 #text-2, .page-id-5 #text-2, .page-id-9 #text-2, .page-id-11 #text-2{
	
}

.page-id-5 .tele{
	display:block;
}
.page-id-7 .con{
	display:block;
}
.page-id-9 .elec{
	display:block;
}
.page-id-11 .tech{
	display:block;
}
.right_text p {
	font-size:12px !important;
}
.right_text {
	width:238px;
	height:auto;
	float:right;
	font-size:12px;
	line-height:18px;
}
.core_top {
	background:url(/app/themes/d3corp-new/images/box_top.png) no-repeat;
	width:238px;
	height:68px;
}
.core_top img {
	padding-left:38px;
	padding-top:24px;
}
.core_body {
	background:url(/app/themes/d3corp-new/images/box_body.jpg) repeat-y;
	width:218px;
	height:auto;
	padding:0 10px;
	text-align:left;
}
.core_body ul {
	margin:0;
	padding:0 5px;
}
.core_body ul li {
	background:url(/app/themes/d3corp-new/images/check.png) no-repeat left top;
	list-style:none;
	padding-bottom:10px;
	padding-left: 25px;
}
.core_bottom {
	background:url(/app/themes/d3corp-new/images/box_bottom.png) no-repeat;
	width:238px;
	height:10px;
}
.core_body p {
	margin:0px;
}
.logoholder {
	width:94%;
	height:auto;
	margin:0 auto;
}

.logos {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #E8E8E8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E8E8E8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#E8E8E8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E8E8',GradientType=0 ); /* IE6-9 */
	width:100%;
		padding:10px;
	box-sizing:border-box;
	border:1px solid #888888;
	border-radius:15px;
	box-shadow: 0px 3px 5px #888888;
	-moz-box-sizing:border-box; /* Firefox */
	margin-bottom:20px;
	text-align:center;
	}
	
	
.logos img {
	display:inline-block;
	margin:5px 8px;
	}

#first {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
.core_body p {
	color:#373737;
}
.home #d3slider, .home .slidebg {
	display:block !important;
}
.page #d3slider, .page .slidebg {
	display:none;
	border:solid rgb(76, 75, 75);
}
#banner h1 {
	width: 525px;
	font-family: 'CirculaMedium';
	font-size: 3.2em;
	color: #2F2F2F;
	/* text-align: center; */
	padding-top: 38px;
	font-weight: normal;
	font-style: normal;
	line-height: 60px;
	padding-left: 22px;
}
#banner {
	background: url(/app/themes/d3corp-new/images/banner.jpg) no-repeat;
	width: 99.6%;
	height: 150px;
	margin: auto;
	background-position:right;
}
.page-id-9 #banner {
background: url(/app/themes/d3corp-new/images/tech.jpg) no-repeat;
	background-position:right;
}
.page-id-13 #banner {
	background: url(/app/themes/d3corp-new/images/leaders.jpg) no-repeat;
	background-position:right;
}
.page-id-11 #banner {
		background: url(/app/themes/d3corp-new/images/electric.jpg) no-repeat;
	
	background-position:right;
}
.page-id-5 #banner {
	background: url(/app/themes/d3corp-new/images/telecom.jpg) no-repeat;
	background-position:right;
}
.singular #primary ul li {

	background: url(/app/themes/d3corp-new/images/check.gif) center left no-repeat;
	list-style: none;
	padding-top: 6px;
	

	padding-left: 25px;
}
.project {
	width: 75%;
	margin-top: 12%;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	border:1px solid #fff;
}
h1.name{
	margin:0px;
	padding:0px;
}
.accordionButton {
	margin-bottom:20px;
	cursor:pointer;
}
.accordionContent {
	margin-bottom:15px;
}
h3.name {
	font-size:18px;
	line-height:10px;
	font-family:arial;
	font-weight:normal;
}
#second .menu-item-33 {
	margin:0px;
}
.accordionButton h3{
	font-family:arial;
	font-weight:normal;
}
.home #secondary .textwidget{
	display:block;
}
#secondary .textwidget{
	display:none;
}
.home #secondary{
	margin-top:0px;
}
#secondary{
	margin-top:150px;
}
#secondary .widget-title{
	font-family: 'CirculaMedium';
font-size: 2em;
color: #2F2F2F;
}


.page-id-11 #secondary{
	display:none;
}
.page-id-11 .hentry{
	width:100%;
}
.page #custom_gallery_full_image{
	height:auto;
}
.page-id-285 input{

width:383px !important;
}
.page-id-285 label{
	display:block;
	float:none !important;
}
.commercial{
	width:50%;
	float:left;
}
.primary{
	width:50%;
	float:left;
}
.secondary{
	width:50%;
	float:left;
}
.other{
	width:50%;
	float:left;
	margin-top:-205px;
}
.button{
	margin-left:8px;
	background: #005dab;
	border:1px solid #ee2d24;
	color:#fff;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
margin-bottom:10px;
}

.button.home {
	margin-left:0;
	padding:5px 15px;
	font-size:1.4em;
	text-decoration:none;
}
.button.home:visited {
	color:white;
}
.button.home:hover {
	color:yellow;
}

.fb-holder {
	display:block;
	max-width:500px;
	margin:10px auto 25px;
}

.social-holder {
	padding-top:10px;
}
.social-holder img {
	max-width:30px;
	border-radius:5px;
	margin:2px;
	box-sizing:border-box;
	box-shadow:0 0 3px black;
}
.social-holder img:hover {
	box-shadow:0 0 3px white;
}


.frm-success-cont{
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
}
.frm .frm-label{
	cursor:auto;
}
.category-employment #d3slider,.category-employment .slidebg, .category-employment #secondary{
	display:none;
}
.category-employment #banner{
	margin-top:-39px;
}
.category-employment .hentry{
	width:100%;
}
.comments-link{
	display:none;
}
.page #custom_gallery_holder{
	display:none;
}
.single .nope{
	display:none;
}
#execphp-4{
	display:none;
}
.page-id-304 #exec-php4{
	display:block;
}

.frm-error-message li{
	background:none !important;
}
.category-14 #d3slider, .category-14 .slidebg{
	display:none;
}
.category-14 #secondary{
	display:none;
}
.category-14 .hentry{
	width:100%;
}
.category-14 .entry-title{
	margin:0px ;
	padding:0px;
}
.logo img{
  width:100%;
}
.resume{
	margin-top:50px !important;
}
.copy, .copy a, #execphp-6, #execphp-6 a{
  color:#fff;
}
.company .frm-row{
  float:left;
  width:25%;
}
#secondary .widget{
  display:none;
}
.page-id-42 #nav_menu-2, .page-id-52 #execphp-8, .page-id-54 #execphp-8, .page-id-49 #execphp-8, .page-id-42 #execphp-8{
  display:block;
}
.page-id-47 #nav_menu-3, .page-id-49 #nav_menu-3, .page-id-52 #nav_menu-3, .page-id-54 #nav_menu-3{
 	display:block; 
}
.page-id-60 #nav_menu-4{
  display:block;
}

.homepic{
 	width:31%; 
  margin:0 1% !important;
}
.homepic.first{
 	margin-left:0 !important; 
}
.homepic.last{
 	margin-right:0 !important; 
}
