/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

div#logotype {
	background-color: transparent;
	margin-top: 110px;
	padding: 0;
	display: inline;
	z-index: 2;
	position: absolute;
	top: -84px;
}

		/*---:[ No comment anything ]:---*/			
.comments_closed * { display: none; width: 0; }	
.to_comments * { display: none; width: 0; }


/*---:[ CUSTOM BACKGROUND ]:---*/

body.custom { background: #33383a url('http://wrightconstruction.com/wp-content/themes/thesis_16/custom/images/bg_2.jpg') 50% 0 no-repeat; }

.custom #container { margin-top: 1em; margin-bottom: 1em; padding: 0.3em; background: #E3A905; border: 0.4em solid #fff; }

	.custom #page { background: #fff; }
	
/*---:[ end CUSTOM BACKGROUND ]:---*/



/*---:[ header stuff ]:---*/

.custom #header { padding-right: 0; padding-left: 0; padding-top: 0; padding-bottom: 0; border-width: 0 0 0 0; }

/*---:[ end header stuff  ]:---*/


/* COMMENTED OUT
.menu a { font-size: 1.1em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; }
.custom ul#tabs {width: 1100px; background: #C79404;}
.menu ul a { width: 1100px; background: #C79404; border-left-width: 0.091em; }
*/


/*---:[ nav manu  ]:---*/

/* nav bar full width and colored full width */
.custom .menu {
	width: 100%;
	background: #E3A905;
}

/*---:[ end nav menu  ]:---*/




/*---:[ nav menu styles COMMENTED OUT ]:---
.menu table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }

.menu a { font-size: 1.1em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; }
.menu ul a { width: 16.364em; border-left-width: 0.091em; }

---:[ nav menu styles COMMENTED OUT ]:---*/

/**
 * 1SP Additions
 */

/* header */
.custom #header { height: 171px; }

/* menu */
.custom .menu { margin-top: 3px; }
.custom .menu > li { border-left: 3px solid #FFFFFF; }
.custom .menu > li:first-child { border-left: none; }
.custom .menu > li.current > a { background: #FFFFFF; }

/* footer */
.custom #footer { padding: 0; text-align: right; }
.custom #footer a { border: none; }
.custom #footer .images { padding: 1.5em; text-align: center; }
.custom #footer .images img { margin: 0 6px; vertical-align: middle; }

.custom #footer .foonav { background: #E3A905; font-size: 1.3em; list-style: none; padding: 6px 0; text-align: center; }
.custom #footer .foonav li { display: inline; margin: 0 9px; }
.custom #footer .foonav li a { color: #0003A3; }
/* ken changed changed previous footer rule
.custom #footer .foonav li a { color: #0003A3; font-weight: bold; }
*/



.custom #footer .copy { padding: 0 1.5em 1.5em; text-align: left; }
.custom #footer .right { float: right; }

/* misc */
.custom #yoastbreadcrumb { border-bottom: 1px solid #E3A905; font-size: 1.2em; margin: 0 23px 0 11px; padding: .5em 0 0.3em; }
.custom .testimonial.copyyy { display: none; }

.custom.home .headline_area { display: none; }

.custom .format_text .ddsg-wrapper > div { display: none; }