/*
Theme Name: Blueprint
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.2
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 80%;
	line-height: 1.7;
	color: #888;
	font-family:  'Trebuchet MS', Verdana, helvetica, sans-serif;
}
input, select, textarea {
	font-family: 'Trebuchet MS', Helvetica, arial, sans-serif;
}
blockquote, pre,
address,  q, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
a img {
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #D1D3D4;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #c43939;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #434343;
font-weight: 100;
text-transform: uppercase;
}
h1 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
padding-left: 0px;
color: #666;
text-transform: none;

}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h5, h6 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #455372;
	font-style: italic;
	margin-bottom: .45em;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0.8em auto 0;
	border: none;
	display: block;
}

/*********************************************
	Default Module
*********************************************/
.builder-module-outer-wrapper {
	background: transparent;
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}

/* TODO: Sub-pages without sidebars needed this, but it can make it too wide with sidebars */
.builder-module-element {
	/*	width: 100%;*/

}

/*.middle .builder-module-element {
	padding: 0 1em;
}
.left .builder-module-element {
	padding: 0 1em 0 0;
}
.right .builder-module-element {
	padding: 0 0 0 1em;
}*/

/*********************************************
	Header Module
*********************************************/
.site-title {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0;
}
.site-description {
	color: #6E6E67;
	font-size: 1em;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: 1.5em;
	padding-left: 2px;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;

.builder-module-sidebar .widget ul {
	list-style: inside square;
border-top: none;


}
.builder-module-sidebar .widget ul ul li {
	list-style: inside cirlce;
         color: #f00;
border: none;
}


}
.builder-module-sidebar .widget-wrapper {
	width: 100%;

}
.builder-module-sidebar .widget {
	margin: 0 0 0 0;
	color: #444;
	background: #fff url(/images/widget-bg.png) repeat-x;;
	padding-left: 1.5em;
padding-right: 1.5em;
padding-top: 1.5em;
padding-bottom: 0;
	
   

}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: .5em;
}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-left: .5em;
	margin-bottom: 1em;
}
.builder-module-sidebar h4.widget-title {
	font-family: 'Trebuchet MS', Helvetica, arial, sans-serif;
	font-size: 1.65em;
	line-height: 1em;
   	letter-spacing: -1px;
	font-weight: normal;
	padding: 0 .326em .326em 0;
	margin: 0 !important;
	color: #888;
}
.builder-module-sidebar h4.widget-title a {
	color: #444;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;

}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.builder-module-sidebar .widget p {
	margin-top: 0;
	color: #444;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
	color: #333;
	font-weight: normal;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	color: #c43939;
	text-decoration: none;
}
.widget-top {
	height: auto;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-outer-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.builder-module-navigation {
	background: #babab0 url('images/gradient13.png') bottom repeat-x;
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	font-size: 1em;
	line-height: 1;
	display: block;
	margin-bottom: 0.6em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	background: transparent;
	border-right: 1px solid #8e8e85;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	margin: .5em;
	padding: .5em;
	line-height: 1;
	color: #494944;
	text-decoration: none;
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.builder-module-navigation li a:hover {
	background: #dcdcd1;
	color: #494944;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	background: #efefe7;
}
.builder-module-after-navigation.builder-module-navigation {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.builder-module-before-navigation.builder-module-navigation {
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 	
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 12em;
	background: #efefe7;
	border: 1px solid #a2a299;
	border-top: none;
	text-align: left;
	opacity: .98;
	padding: .3em 0em;
}
.builder-module-navigation li li {
	width: 12em;
	margin: 0;
	border: none;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	margin-bottom: -1px;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: transparent;
	color: #494944;
	margin: 0;
	padding: 0.7em 1em;
}
.builder-module-navigation li.current_page_item li a, 
.builder-module-navigation li.current-cat li a {
	padding: 0.7em 1em;
}
.builder-module-navigation li li a:hover {
	background: transparent;
	color: #000000;
}
.builder-module-navigation li ul ul {
	margin: -2.8em 0em 0em 12em;
	border: 1px solid #a2a299;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	}


/*********************************************
	Alternate: Navigation Module Blue
*********************************************/

.builder-module-navigation-blue {
	background: #2C445E url('images/gradient13.png') bottom repeat-x;
	margin-bottom: 0.6em;
	opacity: .98;
}
.builder-module-navigation-blue li ul {
	border: 1px solid #b4b7bd;
	border-top: none;
	padding: .3em 0em;
}
.builder-module-navigation-blue li {
	border-right: 1px solid #334d69;
}
.builder-module-navigation-blue li a {
	color: #6f8baa;
}
.builder-module-navigation-blue li a:hover {
	background: #445d7c;
	color: #bdcfe4;
}
.builder-module-navigation-blue li.current_page_item a {
	background: #ebebeb;
	color: #445e7b;
}
.builder-module-navigation-blue li.current_page_item a:hover {
	background: #ffffff;
}

/* second level stuff */

.builder-module-navigation-blue li ul {
	width: 12em;
	background: #ffffff;
	border: 1px solid #a3b0be;
	border-top: none;
	text-align: left;
	opacity: .98;
	padding: .3em 0em;
}
.builder-module-navigation-blue li li {
	width: 12em;
	margin: 0;
	border: none;
}
.builder-module-navigation-blue li li + li {
	border-top: none;
}
.builder-module-naviation-blue li li:first-child {
	margin-bottom: -1px;
}
.builder-module-navigation-blue li li a,
.builder-module-navigation-blue li li.current_page_item a,
.builder-module-navigation-blue li li.current-cat a {
	background: transparent;
	color: #3b4b5e;
	margin: 0;
	padding: 0.7em 1em;
}
.builder-module-navigation-blue li.current_page_item li a, 
.builder-module-navigation-blue li.current-cat li a {
	margin: 0;
	padding: 0.7em 1em;
}
.builder-module-navigation-blue li li a:hover {
	background: transparent;
	color: #000000;
}
.builder-module-navigation-blue li ul ul {
	margin: -2.8em 0em 0em 12em;
	border: 1px solid #a3b0be;
}



/*********************************************
	Widget Bar Module
*********************************************/
/*.builder-module-widget-bar h4.widget-title {
	font-size: 1.65em;
	line-height: 1.1em;
	padding: 0 .326em .326em .326em;
	margin: -.326em -.326em 0 !important;
}*/


/*********************************************
	Alternate: Widget Bar Blue Grid
*********************************************/
.widget-bar-blue-outer-wrapper {
	background: #2C445E url('images/grid.png') repeat;
	border-top: 5px solid #202b38;
	border-bottom: 5px solid #202b38;
}
.widget-bar-blue {
	background: transparent /* url('images/light2.png') top no-repeat */ ;
	padding: 1em 0;
}

/*********************************************
	Alternate: Widget Bar Tan Grid
*********************************************/
.widget-bar-tan-outer-wrapper {
	background: #C2C3C5;;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
padding: 0;
margin: 0;

}
.widget-bar-tan {
	background: transparent /* url('images/light2.png') top no-repeat */ ;
	padding: 0em 0;
}
.widget-bar-tan .widget {
padding: 0;
margin: 0;
}
.widget-bar-tan .widget img {
padding: 0;
margin: 0;
	}
.widget-bar-tan .widget h4 {
	color: #494944;
}
.widget-bar-tan .widget p {
	color: #6e6e67;
}


/*********************************************
	Alternate: Content Module Tan Sidebar
*********************************************/
.builder-module-content-tan .widget {
	background: #babab0 url('images/gradient13.png') bottom repeat-x;
	color: #ebebeb;
}
.builder-module-content-tan .widget p {
	color: #494944;
}
.builder-module-content-tan .widget h4 {
	color: #494944;
}
.builder-module-content-tan .widget a {
	color: #ffffff;
}
.builder-module-content-tan .widget a:hover {
	color: #ebebeb;
}
.builder-module-content-tan input[type=submit] {
	color: #FFFFFF;
	background: #f00;
}
.builder-module-content-tan input[type=submit]:hover {
	color: #babab0;
}
.builder-module-content-tan input[type=submit]:active {
	background: #ffffff;
	color: #494944;
}


/*********************************************
	Alternate: Content Module Blue Sidebar
*********************************************/
.builder-module-content-blue .widget {
	background: #2C445E url('images/gradient13.png') bottom repeat-x;
	color: #ffffff;
}
.builder-module-content-blue .widget p {
	color: #FFFFFF;
}
.builder-module-content-blue .widget h4 {
	color: #84a5c9;
}
.builder-module-content-blue .widget a {
	color: #6F8BAA;
}
.builder-module-content-blue .widget a:hover {
	color: #ffffff;
}
.builder-module-content-blue input[type=submit] {
	color: #2C445E;
	background: #84a5c9;
}
.builder-module-content-blue input[type=submit]:hover {
	color: #FFFFFF;
}
.builder-module-content-blue input[type=submit]:active {
	background: #ffffff;
	color: #84a5c9;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-outer-wrapper {
	margin-bottom: 0 !important;
}
.builder-module-footer {
	font-size: .95em;
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #6f8baa;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #1E3240;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Alternate: Footer Module Blue
*********************************************/
.builder-module-footer-blue-outer-wrapper {
	background: #2C445E url('images/gradient13.png') bottom repeat-x;
	text-align: left;
	border-top: 5px solid #202b38;
	margin-top: 1em;
}
.builder-module-footer-blue .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer-blue .builder-module-element a {
	color: #8da4be;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer-blue .builder-module-element a:hover {
	color: #6f8baa;
}


/*********************************************
	Alternate: Footer Module Tan
*********************************************/
.builder-module-footer-tan-outer-wrapper {
	background: #babab0 url('images/gradient13.png') bottom repeat-x;
	text-align: left;
	color: #ffffff;
	border-top: 5px solid #6e6e67;
	margin-top: 1em;
}
.builder-module-footer-tan .builder-module-element {
	color: #6e6e67;
}
.builder-module-footer-tan .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer-tan .builder-module-element a {
	color: #54544d;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer-tan .builder-module-element a:hover {
	color: #6e6e67;
}


/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1em;
}

/*********************************************
	Alternate: Image Module no Margin
*********************************************/
.builder-image-no-margin-outer-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html {
	color: #616A7F;
}
.builder-module-html a{
	font-style: italic;
}
.builder-module-html a:hover {
	color: #455372;
}

/*********************************************
	Alternate: HTML Module Title
*********************************************/

.builder-module-html-title .builder-module-element {
	font-family: 'Trebuchet MS', Helvetica, arial, sans-serif;
	font-size: 5em;
	letter-spacing: -3px;
	line-height: 1.4;
	color: #888;
}
.builder-module-html-title a{
	color: #2C445E;
}
.builder-module-html-title a:hover {
	color: #C4E7F3;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	background: #ffffff url(/images/benefits-footer.png) bottom no-repeat;
	display: block;
	text-align: left;
	overflow: hidden;
	color: #616A7F;
	padding-top: 0.5em;
padding-bottom: 9em;
padding-left: 3em;
padding-right: 2.5em;

	
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
	border-bottom: 1px #f00 dashed;
}

.builder-module-content .hentry p {
margin-bottom: 13px;
}

.builder-module-content .hentry ul {
margin-bottom: 1em;
list-style: outside disc;
border: none;
margin-left: 10px;

}

.builder-module-content .hentry li {
margin-bottom: -0.5em;
margin-left: 10px;
list-style: outside disc;
border: none;



} 
.hentry ul {
margin-bottom: 1em;
list-style: inside disc;
border: none;


}
.hentry a {
	font-style: italic;
}
.entry-title, .entry-title * {
	margin: 0;
	padding: 0;
	margin-left: -.1em;
}
.entry-title {
	font-family: 'Trebuchet MS', Helvetica, arial, sans-serif;
	clear: both;
	color: #888;
	font-weight: normal;
	font-size: 2.3em;
	line-height: 1em;
style: url(/images/) inside circle;

}
.entry-title a {
	color: #888;
	padding: 2px 5px;
	font-style: normal;
}
.hentry .entry-title a:hover {
	color: #455372;
}
.hentry .entry-meta,
.hentry .entry-meta * {
	padding: 0;
	margin: 0;
}
.hentry .entry-meta {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #6e6e67;
}
.hentry .entry-meta a {
	color: #babab0;
	font-style: normal;
}
.hentry .entry-meta a:hover {
	color: #6e6e67;
	text-decoration: none;
}
.hentry .entry-meta.date {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em;
}
.hentry .entry-meta .author-meta {
	margin-top: .1em;
	color: #616A7F;
	font-size: 14px;
}
.hentry .entry-meta .author-meta a {
	color: #455372;
}
.hentry .entry-meta .author-meta a:hover {
	color: #2C445E;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry.attachment .entry-footer {
	background: transparent;
}
.entry-content {
	margin-top: 1em;
	clear: both;
}
.loop-title {
	font-size: 1.8em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .75em;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #dcdcdc;
	background: #F5F5F5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	border: 0px solid #dcdcdc;
	background: #F5F5F5;
	padding: 0px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1em;
}
.hentry .alignleft {
	margin: 0 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1em auto;
}
.hentry .wp-caption {
	border: 1px solid #dcdcdc;
	background: #F5F5F5;
	padding: .5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hentry .wp-caption img {
	border: 1px solid #dcdcdc;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	text-align: center;
	margin: 0.5em 0 0 0;
	padding: 0 .5em;
	font-size: 0.8em;
	line-height: 1em;
}

/*********************************************
	Entry Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	margin-top: 1.5em;
	padding-top: 1.4em;
}
.entry-footer * {
	padding: 0;
	margin: 0;
}
.entry-footer .alignleft {
	width: 70%;
}
.entry-footer .categories {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/category-bg.png') center left no-repeat;
}
.entry-footer .categories a {
	font-style: italic;
}
.entry-footer .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/comments-bg.png') center left no-repeat;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	padding: 0;
}
#comments h3 {
	font-weight: normal;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard {
	}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}
#comments .comment-meta {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	background: transparent;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9 {
	color: #141B22;
	background: #ffffff;
}
#comments a{
	color: #616A7F;
	font-weight: bold;
}
#comments a:hover {
	color: #8e99b4;
}
.says {
	color: #1E3240;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #f5f5f5;

}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
	background: #f5f5f5;
	border-top: 5px solid #dcdcdc;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #2C445E;
	font-weight: normal;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 40%;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 90%;
	height: 18em;
/*	padding: 1.45em;*/
	padding: 5px;
}
.comment-submit-wrapper {
	margin-top: 0.5em !important;
}

/*********************************************
	Text elements
*********************************************/
p {
	/*	margin: .75em 0 .75em;*/

	
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #c43939;
}
blockquote {
	background: #e4e4de;
	border-top: 5px solid #6E6E67;
	margin: 0;
	padding: 20px 20px 20px 20px;
	color: #141B22;
	clear: both;
}
blockquote p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: none;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 0px;
	padding: 0;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding-bottom: 8px;
border-bottom: #f00 1px dashed;
}
li *:last-child {
	margin-bottom: 0;
}
ul {
	list-style: url(/images/arrow-down.png) inside square;
border-top: none;


}
ul ul li {
	list-style: url(/images/) inside circle;
         color: #f00;
border: none;
margin-left: 15px;
margin-top: -10px;
}


ol {
	list-style-type: decimal;
padding-bottom: 2px;

}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
	text-align: center;
}
th {
	font-weight: bold;
}
thead th {
	background: #C4E7F3;
}
th, caption {
	padding: 4px 10px 4px 5px;
}
td {
	padding: 4px 10px 4px 5px;
	color: #455372;
}
td a {
	color: #1E3240;
	font-weight: bold;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #2C445E;
	color: #C4E7F3;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: transparent;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0 0 0.1em 0;
	border: 0em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .2em;
	margin-bottom: .2em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: .2em .2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #FFFFFF;
	background: #C33838;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	margin-top: 0.5em !important;
	padding: .3em .3em;
	-webkit-wpius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
cursor: pointer;
}
input[type=submit]:hover {
	color: #8e99b4;
background: #fff;
}
input[type=submit]:active {
	background: #8e99b4;
	color: #373339;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	/*	position: relative;
	top: .25em;*/
}
input[type=text], input[type=password], textarea {
	max-width: 95%;
}
/*.search-text-box {
	padding: .5em .5em;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}*/

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8A1F11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.post img.wp-smiley {
	border: none;
}

/*********************************************
	PluginBuddy.com Preset Styles
*********************************************/
.contactbuddy-form ul,
.contactbuddy-form ul li {
	list-style: none !important;
	background: transparent;
}
.contactbuddy-form ul li {
	margin-left: 0px !important;
}
.contactbuddy-form ul {
	margin: 0px;
}

/*********************************************
	IE Bug Fixes
*********************************************/
#ie6 #comments .comment {
	word-wrap: break-word;
}
#ie6 #social-tags {
	display: none;
}
#ie6 .clearfix {
	height: 1%;
}
#ie6 .hentry .gallery-item {
	float: left;
}
#ie7 .clearfix {
	height: 1%;
}
#ie7 .hentry .gallery-item {
	float: left;
}

.signupform {
height: 120px;
width: 230px;
margin-left: -1.4em;
line-height: 60%;
background: #D1D3D4 url(/images/form-back.png) no-repeat;
padding-left: 10px;
padding-top: 35px;
}

.sidelinka {
background: url(/images/arrow-down.png) top left no-repeat;
height: 30px;
padding-top: 0px;
margin-bottom: 30px;
border-bottom: 1px dashed #f00;
display: block;
padding-left: 16px;
}

.sidelink {
background: url(/images/arrow-down.png) top left no-repeat;
height: 30px;
padding-top: 0px;
margin-bottom: 10px;
border-bottom: 1px dashed #f00;
display: block;
padding-left: 16px;
}


.customnav {
height:88px;
width: 850px;
background: #00b4d8;
}

#customnavwrapper {
height: 88px;
width: 850px;
background: url(/images/layoutbg.png) top left no-repeat;
margin-left: 1px;
}

#industrynews {
height: 88px;
width: 233px;
margin-right: 13px;
float: left;
background: #f00;
}

#workholder a {
height:88px;
width: 168px;
background: #fff url(/images/NOISE-MONITORING.jpg) top left no-repeat;
float: left;
margin-left: 40px;

}
#workholder a:hover {
	background-image: url(/images/NOISE-MONITORING.jpg);
	width:168px;
	height:88px;
	background-position: -168px 0;
}

#hazardousholder a {
height:88px;
width: 168px;
background: #fff url(/images/hazardous.jpg) top left no-repeat;
float: left;
margin-left:12px;

}
#hazardousholder a:hover {
background-image: url(/images/hazardous.jpg);
	width:168px;
	height:88px;
	background-position: -168px 0;
	}

#airholder a {
height:88px;
width: 168px;
background: #fff url(/images/airquality.jpg) top left no-repeat;
float: left;
margin-left:12px;

}
#airholder a:hover {
background-image: url(/images/airquality.jpg);
	width:168px;
	height:88px;
	background-position: -168px 0;
	}

.formhaz {
width: 400px;
background: #eee;
padding: 20px;

}

#assoc {
width: 230px;
height: 103px;
margin-left: -18px;
background: #97989A;

}


#menu-categories ul {
	width: 100%;
}

#menu-categories li {
	padding: 0 .5em;
	width: 198.7px;
	height: 50px;
}

#it_widget_content-12 {
display: none !important;
}