/* @override http://gurustudev.com/~pat/empire/wp/wp-content/themes/empire/style.css */

/*
Theme Name: Empire Sheet Metal
Theme URI: http://gurustugroup.com
Description: Theme for client
Author: the GuRuStu Group team
Version: 0.1
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.screen-reader-text{
	display: none !important;
}

/* @group Main styling */

body{
	background: #131313 url(img/header-bg.png) repeat-x center top;
	font-family: Helvetica, Arial;
	font-size: 14px;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
}

#topbar{
	height: 40px;
	color: #fff;
	line-height: 43px;
	font-size: 13px;
	overflow: hidden;
}

#topbar a{
	color: #fff;
	text-decoration: none;
}
#topbar a:hover{
	text-decoration: underline;
}
	#topbar span{
		display: block;
		float: left;
		height: 40px;
	}
	
	#topbar .quick_links{
		float: right;
		text-transform: uppercase;
		height: 40px;
	}
	
	#topbar .quick_links span{
		margin-left: 32px;
	}
	#topbar span.call,
	#topbar span.email a{
		background: url(img/top_bar_icons.gif) no-repeat left -38px;
		padding-left: 21px;
	}
	#topbar span.call{
		background-position: left 15px;
	}

#masthead{
	background: url(img/spark.jpg) no-repeat right 0;
	height: 104px;
}
#branding h1#site-title{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#branding h1#site-title a{
	display: block;
	width: 285px;
	height: 75px;
	background: transparent url(img/empire_logo.png) no-repeat left top;
	overflow: hidden;
	text-indent: -40em;
}
* html #branding h1#site-title a{
	background-image: url(img/empire_logo.gif);	
}
#branding h1#site-title a:focus,
#branding h1#site-title a:hover{
	opacity: 0.7;
}
#site-description{
	display: none;
}
	
/* @group Top Nav */
/*background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgb(185,74,0)),
    color-stop(0.5, rgb(245,98,0)),
    color-stop(1, rgb(185,74,0))
	);
	background: -moz-linear-gradient(
	    left center,
	    rgb(185,74,0) 0%,
	    rgb(245,98,0) 50%,
	    rgb(185,74,0) 100%
	);*/
	
#header_extra,
#nav_holder{
	background: #F56200 url(img/top_grad_uncompressed.jpg) repeat-y center center;
}

#nav_holder{
	overflow: hidden;
	
}

div.menu-header{
	overflow: hidden;
	padding: 10px;
	height: 34px;
}
	div.menu-header ul.menu{
		overflow: hidden;
		float: right;
	}

	div.menu-header ul.menu li.menu-item {
		float: left;
		margin-left: 4px;
		text-align: center;
	}

	div.menu-header ul.menu li.menu-item a{
		text-align: center;
		min-width: 85px;
		display: block;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	* html div.menu-header ul.menu li.menu-item a{
		width: 85px;
	}
	
	div.menu-header ul.menu li.menu-item a:hover{
		background-color: #c44d02;
		color: #222;
		-webkit-box-shadow: inset 0px 2px 10px #a94200;
	}
	div.menu-header ul.menu li.menu-item.current_page_item a{
		border: 1px solid #222;
		/*color: #222;*/
		padding-bottom: 8px;
	}

/* @end */

a.more-link{
	display: block;
	background: url(img/more_info.png) no-repeat;
	width: 121px;
	height: 46px;
	text-indent: -40em;
	overflow: hidden;
	margin-top: 20px;
}
a.more-link:hover{
	opacity: 0.7;
}

#header_extra{
	min-height: 200px;
	position: relative;
	padding: 20px 40px 0;

}

* html #header_extra{
	height: 368px;
}

#header_extra h2{
	background: url(img/empire_white_logo.png) no-repeat;
	text-indent: -30em;
	width: 230px;
	height: 38px;
}
* html #header_extra h2{
	background-image: url(img/empire_white_logo.gif);
}
#header_extra .top_content{
	float: left;
	width: 370px;
}

#header_extra .entry-content{
	font-size: 15px;
}

#header_extra img.wp-post-image{
	border: 4px solid #1a1a1a;
	float: right;
	margin-right: -15px;
	margin-top: -7px;
	margin-left: 0;
}

#header_extra span{
	display: block;
	background: url(img/bot_border.jpg) repeat-x 0 bottom;
	height: 10px;
	clear: both;
	width: 980px;
	margin-left: -40px;
	padding-top: 27px;
}
* html #header_extra span{
	display: none;
}
#main{
	background-color: #1d1d1d;
}

#main{
	overflow: hidden;
	zoom: 1;
}

#main #posts{
	color: #fff;
	float: right;
	width: 600px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-top: 30px;
}

/* @group Sidebar */

#main #sidebar{
	color: #fff;
	float: left;
	width: 260px;
	padding-left: 35px;
	padding-top: 30px;
}

#main #sidebar h3.widget-title{
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#main #sidebar li.widget-container{
	margin-bottom: 50px;
}
#main #sidebar li.widget-container ul{
	padding-left: 20px;
	
}
#main #sidebar li.widget-container ul li{
	list-style-type: disc;
	list-style-image: url(img/dot.png);
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#main #sidebar li.widget-container.widget_social_links_widgets ul{
	padding: 0;
	float: left;
}

#main #sidebar li.widget-container.widget_social_links_widgets ul li{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -30em;
	margin: 0;
}

#main #sidebar li.widget-container.widget_social_links_widgets{
	overflow: hidden;
}
#main #sidebar li.widget-container.widget_social_links_widgets ul li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
	#main #sidebar li.widget-container.widget_social_links_widgets ul li a:focus,
	#main #sidebar li.widget-container.widget_social_links_widgets ul li a:hover{
		position: relative;
		top: 1px;
	}
#main #sidebar li.widget-container.widget_social_links_widgets ul li.feed a{
	background-image: url(img/social_icons/feed-32x32.png);
}

#main #sidebar li.widget-container.widget_social_links_widgets li.youtube a{
	background-image: url(img/social_icons/youtube-32x32.png);
}

#main #sidebar li.widget-container.widget_social_links_widgets li.flickr a{
	background-image: url(img/social_icons/flickr-32x32.png);
}

/* @end */

#posts .main{
	margin-bottom: 30px;
}

/* @group Basic WordPress Blog Styles */

/* @group Images */

.entry-content img {
	margin: 0 0 1em;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
	background-color: #161616;
	padding-top: 5px;
	border: 1px solid #292929;
	padding-bottom: 5px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* @end */

/* @group Pullquotes */

blockquote.left{
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right{
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */

/* @group Entry Styling */

.entry-content{
	font-size: 13px;
	line-height: 1.6em;
	color: #d7d9d9;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 0.9em;
	color: #fff;
	clear: both;
}

.entry-content h1{
	font-size: 26px;
}
.entry-content h2{
	font-size: 21px;
	display: ;
}
.entry-content h3{
	font-size: 19px;
}
.entry-content h4{
	font-size: 17px;
}
.entry-content h5{
	font-size: 15px;
}
.entry-content h1 + h2{
	margin-top: 0.1em;
}
.entry-content h2 + h3{
	margin-top: 0.1em;
}
.entry-content h1 + h3{
	margin-top: -0.3em;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 9px;
}

.entry-content p{
	margin: 10px 0;
}

/* Text elements */
.entry-content ul {
	list-style: square;
	margin: 0 0 10px;
	padding-left: 25px;
}
.entry-content ol {
	list-style: decimal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	padding-left: 25px;
}
.entry-content ol ol {
	list-style:upper-alpha;
}
.entry-content ol ol ol {
	list-style:lower-roman;
}
.entry-content ol ol ol ol {
	list-style:lower-alpha;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom:0;
}
.entry-content dl {
	margin:0 0 24px 0;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 18px;
}
.entry-content strong {
	font-weight: bold;
	color: #fdfdfd;
}
.entry-content cite,
.entry-content em,
i {
	font-style: italic;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content ins {
	background: #ffc;
	text-decoration: none;
}
.entry-content blockquote {
	font-style: italic;
	padding: 1em 2em;
	color: #fffeff;
	background-color: #2a2a2a;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i {
	font-style: normal;
}
.entry-content pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content sup,
.entry-content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content input[type="text"],
.entry-content textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.entry-content table{
	width: 100%;
	border: 1px solid #626262 !important;
}
#posts .entry-content table thead tr{
	background-color: #74655d;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#posts .entry-content table thead tr td{
	padding-bottom: 5px;
	padding-top: 10px;
}
.entry-content table tbody tr{
	border: 1px solid #626262 !important;
	background-color: #1b1b1b;
}

.entry-content table tbody tr:nth-child(odd){
	background-color: #323232;
}

.entry-content table tr td{
	padding: 8px;
	color: #fff;
}

.entry-content dl.gallery-item{
	margin-bottom: 15px;
}
.entry-content dl.gallery-item a{
	display: block;
}

a:link {
	color: #6eb0f6;
}
a:visited {
	color: #6a6ab8;
}
a:active,
a:hover {
	color: #c85000;
}

/* @end */

/* @end */

#posts .main h2.entry-title{
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 14px;
}

#posts .main h2.entry-title a{
	color: #fff;
	text-decoration: none;
}
#posts .main h2.entry-title a:focus,
#posts .main h2.entry-title a:hover{
	text-decoration: underline;
}

/* @group Contact Form extras */

.gform_wrapper{
	padding: 20px;
	background-color: #2c2c2c;
	border: 1px solid #434444;
}

.entry-content .gform_wrapper #gform_heading{
	width: 100%;
}

.entry-content .gform_wrapper h3#gform_title{
	color: #fff;
}

.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container input{
	padding: 5px;
	border: 1px solid #636565;
	background-color: #444;
	color: #fff;
}
#posts .entry-content .gform_wrapper li.gfield_error{
	width: auto !important;
	border: 1px solid #ff000a;
	background-color: #2b2b2b !important;
}
/* @end */

/* @group Google map styling */

/*
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
*/

/* 
	-----------------------------------------------------------------------------------
	Styling you can change for your own blog
	-----------------------------------------------------------------------------------
*/

/*  Map containing <div> */
.mapp-div {  
	overflow: hidden;
	text-align: center; 
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0 0 0 0; 
	color: black;       
}

/* Map images returned from google - these setting are required or map will not render correctly */
.mapp-div img {
	background-color: transparent;
	max-width: none;  /* Some themes have max-width/max-height set, which interferes with map */
	max-height: none;
}

/* Infowindow */
.mapp-overlay-div {
	color: black;
	margin: 5px 5px 5px 5px;
	font-size: 12px;
}

.mapp-overlay-div img {
	margin: 3px 3px 3px 3px;
}

/* InfoWindow title only */
.mapp-overlay-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.mapp-overlay-body {	
}

.mapp-overlay-directions {
	clear: both;
}

/* Street view in the blog body */
.mapp-street-div {    
}

/* Directions in the blog body */
.mapp-directions-div {    
}

/* 
	-----------------------------------------------------------------------------------
	Styling for MapPress internal messages, etc.  You shouldn't need to change these...
	-----------------------------------------------------------------------------------
*/     

/* Map infowindow edit / delete links */
.mapp-overlay-edit {
	clear: both;
}
	
.api_error {
	background-color: #ffebe8;
	border-color: #c00;
}

.api_ok {
	background-color: #ccff99;
	border-color: #669900;
}

.api_error, .api_ok {
	border-width: 1px;
	border-style: solid;
	padding: 0 3px;
	margin: 5px 5px 2px;
}

.mapp-poweredby {
	font-size: 8pt;
}

.mapp-address {
	width: 100%;
}

.mapp-address-corrected {
	font-size: x-small;
	width: 100%;
	border: none;
	background-color: transparent;
}

.mapp-address-error {
	background-color: #ffebe8;
}

.mapp-address-error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}

.mapp-plugin-update {
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #ffebe8;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	color: #555;    
}

.mapp-plugin-update a {
	font-size: 1.1em;
}

/* Icon list */
.mapp-icon-list {
	background-color: white;
	display:none;
	overflow: hidden;
}

.mapp-icon-list ul li {
	float: left;
}

.mapp-icon-list a:hover img {
	border: 1px solid blue;
}

.mapp-icon-list a img {
	border: 1px solid white;
}


/* Jquery dialog boxes */
.ui-dialog {
	background-color: white;
	border: 1px solid black;    
}

.ui-dialog-titlebar {
	background-color: lightgray;
	text-align: center;
	padding: 3px 3px 3px 3px;        
}

/* @end */


#footer{
	border-top: 1px solid #000;
	clear: both;
	background: url(img/footer-bg.gif) repeat-x center top;
	color: #fff;
	font-size: 10px;
	height: 50px;
	line-height: 51px;
	padding-left: 46px;
	padding-right: 38px;
	margin-bottom: 40px;
}
#footer a{
	color: #c2d0fb;
}
#footer .copy{
	float: left;
}
#footer .credit{
	float: right;
}

