/*  
Theme Name: Armstrongandnelson_com
Description: Theme made for Armstrong and Nelson Eavestroughing Inc.
Version: 2.1
Author: PatPich
*/

/*-----------------------------------------------------------------------------
     __ \          /     __ \  ( )          /_ 
    /_/ /  __ `/  __/_  /_/ /_  /_  ___/_  __ \
_  ____// /_/ // /_ _  ____/_  / / /__ _  / / /
/_/     \__,_/ \__/ /_/     /_/  \___/ /_/ /_/

Version: 		1.0

Purpose:		Generic CSS

Modified on:	2009/09/30 

Created by: 	Patrick Picher
				patrick@patpich.com
				
Copyright © 2010

-----------------------------------------------------------------------------*/


/* --------------------------------------------------------------------------
*  Initial Setup - do not modify
*--------------------------------------------------------------------------*/
* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin: 1em 0;}

a{outline:none;}
img{border:0; outline:none;}
html, body{height:100%; width:100%;}



/*---------------------------------------------------------------------------
*  Typography
*--------------------------------------------------------------------------*/
body, td, input, textarea{
	color:#555555;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:160%;
}

a, a:link, a:visited, a:hover, a:active {text-decoration: none;} /*all*/
a, a:link, a:visited, a:active {
	color: #790000;
} /*out*/
a:hover { color: #790000; text-decoration: underline;} /*over*/

h1, h2, h3, h4, h5, h6{
	line-height:100%;
	color:#105c80;
}

/* Typography Shortcuts
-------------------------------------*/
.bold{font-weight:bold;color:#105c80;}
.italic{font-style:italic;}
.mini{font-size:0.8em;}
.normal{font-weight:normal;}


/* Typography Custom
-------------------------------------*/
h1{
	font-size:24px;
	font-weight:normal;
	margin:0 0 0 25px;
}
body.page-template-page-home-php h1{
	margin:0;	
}
h2{
	font-size:16px;	
}
body.page-template-page-contact-php h2{
	color:#999999;
	font-size:35px;
	margin:0;
	text-transform:uppercase;
}
h3{
	font-size:19px;
	font-style:italic;
	font-weight:normal;
}
h4{
	font-size:18px;
	color:#555555;
	margin-top:35px;
	margin-bottom:7px;
}

h5{
	color:#505050;
	font-size:24px;
	font-style:italic;
	font-weight:normal;	
}
body.page-template-page-contact-php h5{
	font-size:18px;
	margin:17px 25px 0;
}
h6{
	color:#105c80;
	font-size:14px;
	text-transform:uppercase;	
}
span.italic{
	color:#105c80;
	font-size:16px;
	font-style:italic;	
}

/*---------------------------------------------------------------------------
*  Structure
*--------------------------------------------------------------------------*/
#site{
	background:url(img/background.png) top repeat-y #dcdcdc;
}


/* modify min-width & ie6 workaround to suit your needs */
#site{
	position:relative;
	/*height control*/
	height:auto !important;
	height:100%; /* ie6.under treaded as min-height*/
	min-height:100%;
	/*width control*/
	width:100%;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth :	document.body.clientWidth)
	< 980 ? "980px" : 
	"auto");
}


/* Structure Shortcuts
-------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear {clear:both;}


/* Structure Custom
--------------------------------------*/
form{margin:0;}
ul{list-style:none; margin:0;}
p{margin:0.8em 0;}


/*---------------------------------------------------------------------------
*  Header
*--------------------------------------------------------------------------*/
#header{
	position:relative;
	width:100%;
}
#header .wrap{
	height:374px;
	margin:0 auto;
	position:relative;
	width:990px;
	background-color:#fff;
}
#header .logo{
	height:94px;
	margin:0;
	padding:0;	
}

#header .wrap #info{
	position:relative;
	background-repeat: no-repeat;
	display:block;
	float:right;
	width: 300px;
	height: 110px;
	margin-top:20px;
}
#header div.wrap div.logo h2.img_logo{
	margin:0;
}

/* Sitenav
--------------------------------------*/
#sitenav{
	position:absolute;
	left:300px;
	top:55px;
}
#sitenav a{
	color:#105c80;
}

#sitenav li{
	float:left;
	font-size:17px;
	margin-right:7px;
}

#subnav{
	position:absolute;
	right:0px;
	top:7px;
}
#subnav li{
	float:left;
	margin-right:3px;
}



/*---------------------------------------------------------------------------
*  Main
*--------------------------------------------------------------------------*/
#main{
	background:#FFFFFF;
	margin:0 auto;
	padding-bottom:83px; /* footer's height */
	position:relative;
	width:990px;
}


/* Visual
--------------------------------------*/	
#visual{
	background-color: #505050;
	height:280px;
	margin-top:0 auto;
	position:relative;
	text-align: center;
	width:990px;
}
body.page-id-3 #visual{
	background:url(img/hd_home.jpg) no-repeat top;
}
body.page-id-11 #visual{
	background:url(img/hd_about.jpg) no-repeat top;
}
body.page-id-13 #visual{
	background:url(img/hd_services.jpg) no-repeat top;
}
body.page-id-71 #visual{
	background:url(img/hd_leafguards.jpg) no-repeat top;
}
body.page-id-74 #visual{
	background:url(img/hd_know.jpg) no-repeat top;
}
body.page-id-7 #visual{
	background:url(img/hd_contact.jpg) no-repeat top;
}
body.error404 #visual{
	background:url(img/hd_home.jpg) no-repeat top;
}


/* Content
--------------------------------------*/	
#content{
	float:left;
	padding: 25px 0px 20px;
	position:relative;
	width:990px;
}

#content .media{
	margin-left:-10px;
	margin-right:20px;
}
#content .img_content{
	background:url(img/content/content_home.jpg);
	height:209px;
	width:578px;
}
#content ul{
	list-style:disc;
	font-weight:normal;
	margin:0 16px;
}
#content ul li{
	margin:10px 0;
}
#content ul li a{
	color:#534f3f;
	text-decoration:underline;
}
#content ul li a:hover{
	text-decoration:none;
}
#content ul li ul{
	list-style:none;
	font-weight:normal;
	margin:0px;
}
body.page-id-7 #contact ul{
	font-weight:bold;
}
.img_content_about{
	float:left;
	margin:10px 30px 20px 0px;	
}
/* ContactInfo
--------------------------------------*/
.contactInfo{
	background:url(img/bg_contactHome.png) no-repeat top;
	height:285px;
	width:614px;
}
.contactInfo h2{
	font-size:21px;
	text-transform:uppercase;
	color:#FFF;
}
.contactInfo .contentSplit{
	margin-left:25px;
	width:519px;	
}
.contactInfo .contentInfo{
	padding:25px;
	font-size:15px;
	text-align:center;
}
/* Accroche
--------------------------------------*/
.accroche{
	margin-left:25px;	
}

/* Sep
--------------------------------------*/
.sep{
	background-color:#8eacba;
	font-size:1px;
	height:2px;
	line-height:1px;
	margin:7px 0 0 23px;
	width:940px;
}
body.page-template-page-home-php .sep{
	margin:7px 0 29px -2px;
	width:580px;	
}
/* Sidebar
--------------------------------------*/
.sidebar{
	float:left;
	position:relative;
	margin-left:25px !important;
	margin-left:12px;
	top:10px;
	width:260px;
}
.sidebar .text{
	margin:10px;	
}

/* Columns
--------------------------------------*/
.leftCol{
	float:left;
	margin-left:26px !important;
	margin-left:10px;
	width:578px;
}

.rightCol{
	float:right;
	margin-top:16px;
	margin-right:12px;
	width:334px;
}
.rightCol .ngg-galleryoverview{
	margin-top:0;	
}
/* Widgets
--------------------------------------*/
.wiSmall{
	color:#FFF;
	font-size:28px;
	text-align:center;
}
.wiSmall p{
	margin:0;
	padding:52px 0 0 0;
}
.wiSmall p a{
	color:#fff;
}
.wiVideo{
	background:url(img/btn_video.png) no-repeat top;
	height:217px;
	width:334px;
}
.wiVideo a{
	display:block;
	height:217px;
	text-indent:-9999px;
	width:334px;
}
.wiGallery{
	background:url(img/btn_gallery.png) no-repeat top;
	height:210px;
	width:334px;
}
.wiGallery a{
	display:block;
	height:210px;
	text-indent:-9999px;
	width:334px;
}
.wiTax{
	background:url(img/bg_tax.png) no-repeat top;
	height:126px;
	width:334px;
}
.wiTax a{
	color:#FFF;	
	display:block;
	height:126px;
	line-height:126px;
	width:334px;
}
.wiTax a:link, .wiTax a:hover, .wiTax a:visited , .wiTax a:active,
.wiQuote a:link, .wiQuote a:hover, .wiQuote a:visited , .wiQuote a:active { /* ie6 is picky */
	color:#FFF;
}
.wiQuote{
	background:url(img/bg_quote.png) no-repeat top;
	height:136px;
	width:334px;
}
.wiQuote a{
	color:#FFF;	
	display:block;
	height:136px;
	line-height:126px;
	width:334px;
}

.wiDiagram{
	background:url(img/btn_diagram.png) no-repeat top;
	height:217px;
	width:334px;
}
.wiDiagram a{
	display:block;
	height:217px;
	text-indent:-9999px;
	width:334px;
}

/* Copy
--------------------------------------*/
body.page-template-page-content-php .copy{
	margin:0 8px;
}
body.page-template-page-services-php .copy{
	margin:0 8px;
}
body.page-template-page-services-php .text{
	float:right;
	width:625px;
}
body.page-template-page-about-php #content .copy{
	float:right;
	font-size:14px;
	margin:16px 25px 0 0;
	width:622px;
}
/* Listing
--------------------------------------*/
.listing{
	margin:0 25px 25px 25px;	
}
.listing .icon{
	float:left;
	margin:20px 0 0 17px;	
}
.listing .text{
	float:left;
	margin:40px 68px;
	font-size:18px;
	font-weight:bold;	
}
.listing .btn_large{
	float:right;
	position: relative;
	right:20px;
	top:15px;
}
.listing .btn_large a{
	background:url(img/btn_download.png) no-repeat bottom;
	display:block;
	width:231px;
	text-indent:-9999px;
	height:66px;	
}
.listing .btn_large a:hover{
	background-position:top;	
}
.listing .contentSplit{
	width:941px;
	margin:0;	
}

/* Box and Title box
--------------------------------------*/
.titBox{
	background:url(img/bg_titbox.png) no-repeat;
	color:#FFF;
	font-size:21px;
	float:left;
	height:159px;
	margin:8px 7px !important;
	margin: 8px 0;
	text-align:center;
	width:292px;
}
.title{
	padding:64px 0;	
}
#content .copy{
	font-size:16px;	
}
#content .copy .box .text{
	font-size:14px;
	margin:15px 20px;	
}

/* Form
-----------------------------------*/
form{
	float:left;
	width:430px;
	margin:0 25px !important;
	margin: 0 12px;	
}
label span{
	font-size:18px;
	font-weight:bold;
}

.cf-box-title{
	font-size:18px;
	font-weight:bold;
	margin:15px 0 5px;	
}
.cf-group-after span{
	font-size:16px;
	font-weight:normal;
	margin:12px;
}
.cf-box-group{
	margin:0;	
}
.cf-box-group input{
	margin:0 5px 0 15px;	
}
.reqtxt{
	display:none;	
}
ol {
	list-style:none;	
}
ol li{
	margin:15px 0;	
}
ol li input.single{
	color:#959595;
	float:right;
	font-size:14px;
	padding:3px;
	width:260px;	
}
#cf2_field_10{
	float:left;
	margin:10px 0;
	width:425px;
}
.area {
	color:#959595;
	font-size:14px;
	margin:10px 0;
	padding:3px 5px;
	width:429px;	
}
.linklove {
	display:none;	
}
.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
	border:1px solid #505050;
	margin:0 25px;
	padding:3px;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border:1px solid #DF7D7D;
	margin:0 25px;
	padding:3px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
.sendbutton {
	background:url(img/btn_small.png) no-repeat;
	border:none;
	display:block;
	font-size:0;
	height:66px;
	width:163px;
	float:right;	
}
/* Contact Us
-----------------------------------*/

.info{
	width:435px;	
}
.info.left{
	margin:0 25px !important;
	margin:0 10px;
}
.info.left h1{
	margin-left:0;
}
.info.left h5{
	margin-left:0;
}
.info.left .sep{
	margin-left:0;
}
.info .sep{
	width:423px;	
}
.info.right{
	margin-right:70px !important;
	margin-right:15px;	
}
.info.left a{
	color:#790000;
}
.info p{
	padding-top:20px;	
}
img.imgleft{
	padding-right:10px;	
}
body.page-template-page-contact-php h2{
	color:#555555;
	font-weight:normal;
	font-size:24px;
	margin:30px 0 20px;
	text-transform:capitalize;	
}
.imgleft{
	float:left;	
}
.imgleft.phone{
	margin-top:7px;	
}
/* Coupon
-----------------------------------*/
.offer{
	color:#999999;
	margin-top:30px;
}
/* Split
-----------------------------------*/
.contentSplit{
	background:url(img/split.jpg) repeat-x;
	height:1px;
	margin:20px 0px 20px -20px;
	width:641px;	
}
.sidebar .contentSplit{
	width:287px;
	margin:20px 0 20px -10px;	
}
body.page-id-74 .contentSplit{
	width: 941px;
	margin:0;
}
/* SWF Box
---------------------------------*/
#swf{
	/*margin:7px;*/
	width:480px;
	height:270px;
	overflow:auto;
}
/* Misc fixes
---------------------------------*/
body.page-id-3 #content .entry a{
	color:#105C80;
	text-decoration:underline;	
}
body.page-id-3 #content .entry a:hover{
	text-decoration:none;	
}
body.page-id-3 #content .contentInfo a{
	color:#105C80;
	text-decoration:underline;	
}
body.page-id-3 #content .contentInfo a:hover{
	text-decoration:none;	
}
/*---------------------------------------------------------------------------
*  Footer
*--------------------------------------------------------------------------*/
#footer{
	bottom:0;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
	height:83px;
	position:absolute;
	width:100%;
}

#footer .wrap{
	background-color:#848484;
	height:83px;
	margin:0 auto;
	position:relative;
	width:990px;
}

#footernav{
	font-weight:bold;
	position:absolute;
	right:35px;
	top:40px;
}
#footernav li{
	float:left;
	margin-left:3px;
}
#footernav li a{
	color:#FFF;
}

#footer .copyright{
	color:#afafaf;
	left:107px;
	position:absolute;
	top:40px;
}
#footer .foot_logo{
	height:82px;
	left:10px;
	position:absolute;
	width:82px;		
}
