/*  
Theme Name: Eagle Roofing Theme
Theme URI: http://www.eagleroofingdfw.com/
Description: Custom Theme for Eagle Roofing &amp; Construction
Version: 1.0
Author: Justin Garza
Author URI: #
*/
/*----- reset --------------*/
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:transparent;
	text-decoration:none;
}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}
:focus{
	outline: 0;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*----- @font-face -----*/
@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('fonts/TitilliumText22L001-webfont.eot');
    src: url('fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('fonts/TitilliumText22L002-webfont.eot');
    src: url('fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('fonts/TitilliumText22L004-webfont.eot');
    src: url('fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L004-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('fonts/TitilliumText22L006-webfont.eot');
    src: url('fonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L006-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----- common -----*/
body{
	font-family:Arial,Helvetica,sans-serif;
	color:#7b7b7b;
	font-size:14px;
	line-height:1.3;
	background:#4774cf url('images/shingles-lightning.jpg') top no-repeat;
}
h1,h2,h3,h4,h5,h6{
	font-weight:700;
	padding:0;
}
h1{
	font-size:28px;
	margin:0 0 0.75em;
	line-height:2;
}
h2{
	font-size:24px;
	margin:0 0 1em;
	line-height:1.7
}
h3{
	font-size:20px;
	margin:0 0 1.286em;
	line-height:1.5;
}
h4{
	font-size:18px;
	margin:0 0 1.5em;
	line-height:1.4;
}
h5{
	font-size:16px;
	margin:0 0 1.8em;
	line-height:1.4;
}
h6{
	font-size:14px;
	margin:0 0 2.25em;
	line-height:1.4;
}
.clear{
	clear:both;
}
.clearfix:after{
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
* html .clearfix{
	height: 1%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/*----- layout -----*/
.container{
	width:960px;
	margin:0 auto;
}
#header > div{
	float:left;
}
#content{
	background:#5F788F url(images/sidepanel-pattern.png);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:27px 0 15px 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#sidebar{
	background:url(images/sidepanel-gradient.png) left top no-repeat;
	width:240px;
	float:left;
	border-radius:8px 0 0 8px;
}
#main{
	float:right; 
	width:680px;
	background:#e4e4dc;
	padding:20px 20px 31px 20px;
	margin:-31px 0 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/*----- styles -----*/

/*----- header -----*/
#logo{
	padding:15px 0 10px 5px;
}
#logo img{
	box-shadow: 1px 0px 3px #fff;
	border:1px solid #999
}
#call{
	width:228px;
	padding:20px 0 0 0;
	text-align:center;
}
#call img{
	margin:0 0 10px 0;
}
#call p{
	font-size:21px;
	color:red;
	text-shadow:2px 2px 2px black;
	font-weight:bold;
	margin:0 0 0 2px;
}
#feature{
	padding:30px 0 0 50px;
}
#feature ul{
	list-style-image:url('images/icon-check.png');
}
#feature ul li{
	font-weight:bold; 
	color:#fff;
	margin:0 0 3px 0;
}
#feature ul li a{
	font-size:16px;
	color:#fff;
	margin:0 0 15px 0;
}

/*----- sidebar menu -----*/
.sidebar-menu{
	padding:18px 0 50px 0;
}
.sidebar-menu h3{
	font-weight:normal; 
	font-size:29px;
	font-family: 'TitilliumText22LLight';
	color:#363c50;
	text-shadow:1px 1px 0 #9fb2c2;
	padding:0 0 0 20px;
	margin:0 0 7px 0;
}
.sidebar-menu ul{
	margin:0;
	padding:0;
}
.sidebar-menu li{
	padding:0 20px;
	background:#6d8aa0 url(images/horizontal-bar.png) bottom repeat-x;
	border-top:1px solid #7EA2BB;
	border-bottom:1px solid #4B5F72;
	height:52px;
}
.sidebar-menu li.hover,
.sidebar-menu li.current_page_item{
	background:#ca5053 url(images/horizontal-bar-active.png) bottom repeat-x;
	border-top:1px solid #eb5b5e;
	border-bottom:1px solid #7f3436;
}
.sidebar-menu li.hover a,
.sidebar-menu li.current_page_item a{
	color:#fff;
	text-shadow:1px 1px 0 #be6b6c;
	background:url(images/arrow-active.png) right no-repeat;
}
.sidebar-menu li a{
	display:block; 
	line-height:52px;
	padding:0 15px 0 0;
	background:url(images/arrow.png) right no-repeat;
	color:#C2D7EA;
	font-family: 'TitilliumText22LLight';
	font-size:17px;
	text-shadow:-1px -1px 0 #4b5f6f; 
}
.sidebar-menu li a:hover{
	background:url(images/arrow-active.png) right no-repeat;
	color:#fff;
}

/*----- sidebar banner -----*/
.sidebar-banner img{
	display:block; 
	margin:0 auto 20px;
	box-shadow:0 0 5px #4b5f71;
}

/*----- home slider -----*/
#home-slider{
	position:relative; 
	width:680px;
	height:314px;
	margin:0 0 20px 0;
	overflow:hidden;
}
#slider{
	position:relative; 
	width:680px;
	height:272px;
}
#slider li{
	float:left; 
	width:680px;
	height:314px;
}
#slider li img{
	display:block; 
	margin:0;
}
#controls{
	display:none;
}
#prevBtn a{
	display:block; 
	width:42px;
	height:50px;
	position:absolute; 
	top:110px;
	left:0;
	z-index:99999;
	background:url(images/arrows.png) left top no-repeat;
	text-indent:-9999px;
}
#nextBtn a{
	display:block; 
	width:42px;
	height:50px;
	position:absolute; 
	top:110px;
	right:0;
	z-index:99999;
	background:url(images/arrows.png) right top no-repeat;
	text-indent:-9999px;
}
#prevBtn a:hover{
	background-position:0 -50px;
}
#nextBtn a:hover{
	background-position:-42px -50px;
}
#slider .desc{
	height:42px;
	width:656px;
	background:#a6161c;
	padding:0 12px;
}
#slider .desc p{
	line-height:42px;
	font-family:Georgia,Times,serif;
	color:#fff;
	font-weight:bold; 
	text-shadow:1px 1px 0 #000;
	font-size:18px;
}

/*----- home content -----*/
#home-content{
	float:left; 
	width:438px;
	padding:20px 22px 0 0;
	background:url(images/line.png) right repeat-y;
}
#home-content h1,
.post-content h1.title{
	margin:0 0 15px 0;
	line-height:1.1;
	font-family: 'TitilliumText22LLight';
	font-size:28px;
	font-weight:normal;
	text-shadow:1px 1px 1px #fff;
	color:#666;
}
#home-content p,
.post-content p{
	color:#000; 
	margin:0 0 15px 0;
	line-height:1.5;
}
.post-content blockquote{
	color:#666;
	padding:0 0 0 20px;
	font-style:italic;
}
.post-content blockquote p{
	color:#666;
}
.post-content a{
	color:#2c475f;
}
.post-content a:hover{
	text-decoration:underline;
}
.post-content ul{
	list-style:disc outside;
	margin:0 0 0 30px;
	padding:0 0 15px 0;
}
.post-content ol{
	list-style:decimal outside;
	margin:0 0 0 30px;
	padding:0 0 15px 0;
}
.post-content li{
	color:#000; 
	line-height:1.5;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	letter-spacing:-1px;
	margin:0 0 15px 0;
	color:#000;
	line-height:1.5;
}
.post-content img{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.post-content img.alignleft{
	float:left; 
	display:inline; 
	margin:0 10px 10px 0;
}
.post-content img.alignright{
	float:right; 
	display:inline; 
	margin:0 0 10px 10px;
}
.post-content img.aligncenter{
	display:block; 
	margin:0 auto 10px;
}

/*----- home side panel -----*/
.home-side-panel{
	float:left; 
	width:190px;
	padding:20px 0 0 20px;
}

/*----- footer -----*/
#footer{
	border-top:1px solid #253c51;
	background:#2c475f;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0 0 15px 0;
}
#footer h3{
	font-family: 'TitilliumText22LLight';
	font-weight:normal; 
	color:#dae9f3;
	text-shadow:-1px -1px 1px #1e3040;
	margin:0 0 10px 0;
	font-size:17px;
}
#footer p{
	color:#dae9c9;
	line-height:1.5;
}
#footer .social{
	padding:0 0 0 5px;
}
#footer .social li{
	float:left; 
	display:inline;
	margin:0 0 0 5px;
}
.footer-left{
	float:left; 
	width:439px;
	padding:20px 22px 20px 20px;
	border-radius:8px 0 0 0;
	-moz-border-radius:8px 0 0 0;
	-webkit-border-radius:8px 0 0 0;
	background:url(images/line2.png) right repeat-y;
}
.footer-right{
	float:left; 
	width:438px;
	padding:20px 20px 20px 22px;
	background:url(images/line2.png) left repeat-y;
	position:relative; 
	margin:0 0 0 -2px;
}
.footer-right img{
	float:right;
	box-shadow:1px 0px 3px white;
	-moz-box-shadow:1px 0px 3px white;
	-webkit-box-shadow:1px 0px 3px white;
}
a.contact{
	background:#6a869c;
	border:1px solid #2e4253;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block; 
	padding:5px 8px;
	color:#dae9f3;
	text-shadow:-1px -1px 0 #445665;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 0 0;
	box-shadow:0 0 6px #344e65;
	-moz-box-shadow:0 0 6px #344e65;
	-webkit-box-shadow:0 0 6px #344e65;
}
a.contact:hover{
	background:#637d93;
	color:#b6e9f3;
	box-shadow:0 0 6px #2e4253;
	-moz-box-shadow:0 0 6px #2e4253;
	-webkit-box-shadow:0 0 6px #2e4253;
}
#bottom{
	padding:12px 20px 10px 20px;
	background:url(images/line3.png) top repeat-x;
}
#bottom p{
	color:#999;
	font-size:12px;
}
#bottom p.last{
	float:left;
}
#bottom ul{
	float:left;
	display:inline;
	padding:1px 0 0 0;
}
#bottom li{
	float:left; 
	display:inline;
	padding:0 5px;
	border-right:1px solid #999;
}
#bottom li.last{
	border-right:none;
}
#bottom li a{
	font-weight:bold; 
	font-size:12px;
	color:#fff;
	float:left; 
	display:inline;
}
#bottom li a:hover{
	color:##DAE9F3;
}

/* breadcrumb */
.breadcrumb{
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	padding: 0 15px;
	margin: -10px -10px 20px -10px;
	border-radius: 5px;
	height: 29px;
	background: #DFDFD5;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position:relative; 
	line-height:29px;
	font-size:13px;
	color:#585854;
}
.breadcrumb a.home{
	display:inline-block; 
	width:11px;
	height:11px;
	text-indent:-9999px; 
	margin:0 12px 0 0;
	background:url(images/home-icon.png) top no-repeat;
}
.breadcrumb a.home:hover{
	background:url(images/home-icon.png) bottom no-repeat;
}

/*----- testimony -----*/
.testimony{
	margin:0 0 15px 0;
	background:#eff8ff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:0 0 5px 0;
	border-bottom:2px solid #d8edff;
}
.testimony-top{
	padding:0 0 0 90px;
	background:url(images/quote-top.png) left top no-repeat;
	border-radius:8px 0 0 0;
	-moz-border-radius:8px 0 0 0;
	-webkit-border-radius:8px 0 0 0;
}
.testimony-top h3.title{
	font-size:14px;
	line-height:1;
	margin:0 0 10px 0;
	letter-spacing:normal;
	padding:20px 0 0 0;
}
.testimony-top p{
	font-size:13px;
	color:#666;
	margin:0;
}
.testimony span{
	height:46px;
	display:block; 
	text-align:right; 
	padding:10px 90px 0 0;
	background:url(images/quote-bottom.png) right top no-repeat;
	font-size:12px;
	font-weight:bold; 
	color:#555;
}
.post-content{
	min-height: 500px; 
	height:auto !important; 
	height: 500px;
}

/* glossary */
ul.glossary-tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; 
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}
ul.glossary-tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px; 
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}
ul.glossary-tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 5px;
    border: 1px solid #fff;
    outline: none;
}
ul.glossary-tabs li a:hover {
    background: #ccc;
}
html ul.glossary-tabs li.active, 
html ul.glossary-tabs li.active a:hover  {
    background: #fff;
     border-bottom: 1px solid #fff; 
}
.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 100%;
    background: #fff;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}

/* glossary search */
.glossary-search{
	padding:0 0 30px 0;
}

/* contact form */
.post-content .contactform{
	list-style:none; 
	margin:0;
	padding:0 0 0 10px;
}
.contact-form li{
	padding:0 0 10px 0;
	float:left; 
	width:100%;
}
.contact-form label{
	float:left; 
	display:inline-block; 
	width:150px;
}
.contact-form input{
	float:left; 
	width:250px;
	height:25px;
	background:#6a869c;
	border:1px solid #2e4253;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 10px;
	line-height:25px;
	font-size:13px;
}
.contact-form input.short{
	width:130px;
}
.contact-form textarea{
	float:left; 
	width:250px;
	height:100px;
	padding:5px 10px;
	font-size:13px;
	background:#6a869c;
	border:1px solid #2e4253;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.contactform .contactsubmit{
	cursor:pointer;
	width:110px;
	background:#f0f0f0 url(images/bullet-action.gif) right no-repeat;
	border:1px solid #ccc;
	padding:0 20px 0 0;
	margin:0 0 0 450px;
}
.contactform .required{
	color:red;
}
.error, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:5px 10px;
	font-size:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* blog list */
.post-content .post-list{
	list-style:none; 
	margin:0;
	padding:0;
}
.post-list li{
	padding:0 0 30px 0;
}
.post-list h4,
#comments h3{
	font-family: 'TitilliumText22LXBold';
	font-weight:normal;
	letter-spacing:normal;
}
.post-meta{
	font-size:12px;
	color:#555;
	border-bottom:1px dotted #ccc;
	margin:0 0 10px 0;
}
.post-content .post-meta p{
	margin:0;
}
.post-content .post-list a.more{
	display:inline-block; 
	padding:3px 5px;
	background:#dfdfdf;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:12px;
	font-weight:bold;
	border:1px dotted #ccc
}

/* comments */
#comments{
	margin:40px 0 0 0;
}
#comments h3{
	color:#2C475F;
}
.post-content #comments .commentlist{
	list-style:none; 
	margin:0;
	padding:0 0 20px 0;
}
.post-content ol.children{
	list-style:none;
	padding:20px 0 0 0;
}
.commentlist li{
	border:1px dotted #ccc;
	background:#f0f0f0;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 10px 0;
}
.comment-author{
	float:left;
	padding:0 0 10px 0;
}
.comment-meta{
	float:right;
}
.comment-awaiting-moderation{
	font-style:italic; 
	font-size:12px;
	padding:20px 0 0 10px;
	float:left;
	color:red;
}
.comment-body p{
	clear:both;
}
#respond .required{
	color:red;
}
#respond input,
#respond textarea{
	padding:10px;
	border:1px solid #bbb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	clear:both; 
	display:block;
}
#respond input#submit{
	cursor:pointer; 
	font-weight:bold; 
	background:#808080;
	color:#fff;
}
.post-content .form-allowed-tags{
	font-size:12px;
	color:#666;
	width:400px;
}