

/* 
 ----------------------------------------------------------------------------
	Title:      Wildfire Productions
	Authors:    drew@wildfireproductions.net
				john@wildfireproductions.net
				
	Last Updated:    Still Updating!!
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body {
	background:#474747 url("../images/bg-body.jpg") top repeat-x;
	text-align:left;
	color:#fff;
	font:11px/18px "Lucida Grande", Verdana, sans-serif;

	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.5em; color:#FFFFFF; font-weight: normal; text-transform: uppercase; }
h2	{ font-size:1.4em; color:#FFFFFF; font-weight: normal; text-transform: uppercase; }
h3	{ font-size:1.3em; color:#FFFFFF; font-weight: normal; text-transform: uppercase; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#B8EEEE; text-decoration:underline; font-weight: bold; }
a:hover,a:active	{ color:#89CECE; text-decoration:underline; font-weight: bold; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size:.95em;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}

img.img-left2 { 
	float:left; 
	margin:2px 10px 35px 0; 
	}

img.img-left3 { 
	float:left; 
	margin:2px 3px 2px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.client {
	font-weight: bold;	
}

.red-line {
	margin-left:58px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61A1A;
}

.no-red {
	margin: 0 0 8px 46px;
}


.quote {
	padding: 0 15px;
	font-style: italic;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61A1A;
}

b {
	font-weight:bold;
	font-style: italic;
}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:1px; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #282727;
	color:#282727;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:15px 0 0 0; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { 
	margin-left: 80px;
	}
	
#contact-main label { 
	width:400px; 
	display:block;  
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:400px;
	}
	
#contact-main label select {
	width:405px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url(../images/wrap-spacer.jpg) repeat-y left top;
	width:786px;
	margin:0 auto;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:150px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:45px;
		width:570px;
		top:63px;
		height:75px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:564px;
	float:left;
	}
	
	/* background image list items */

	
	#column-left p, h1, h2, h3 { 
		margin: 0 45px 8px 19px;
		}
		
			#column-left h2, h3 { 
				margin-top: 20px;
				}
		
			#column-left dl {
				margin: 0 45px 8px 33px;
				padding-left:10px; 
				}
				
			#column-left dt {
				padding-left:8px;
				font-weight: bold;
				color:#fff;
				text-transform: uppercase;
				}
					
			#column-left dd {
				background:transparent url(../images/img-bullet-left.gif) no-repeat 0px 3px;
				padding-left:12px;
				color:#fff;
				}
			
			#column-left #article ul { 
				padding-left:15px; 
				
				}
			
			#column-left #article ul li { 
					background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
					padding-left:10px; /* pushes text to the right to display bg img */
					}
		
		
#client {
	width: 564px;
}
	
	.client-detail {
		clear: both;
	}
	
	#client h2 {
		line-height: 15px;
	}
	

	#client h2, #client p {
		margin-left: 108px;
		margin-right: 30px;
	}
	
	#client-yss {
		background: url(../images/yss.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-hyatt {
		background: url(../images/hyatt.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-popoyo {
		background: url(../images/popoyo.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-allied {
		background: url(../images/allied.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-jar {
		background: url(../images/jar.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-bgs {
		background: url(../images/bgs.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-svp {
		background: url(../images/sunv.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-jpk {
		background: url(../images/jpk.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-alibi {
		background: url(../images/alibi.jpg) no-repeat;
		margin-left: 58px;
	}
	
	#client-bbwp {
		background: url(../images/bbwp.jpg) no-repeat;
		margin-left: 58px;
	}

#p-yss {
	background: url(../images/profileyss.jpg) no-repeat;
	height: 366px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-alibi {
	background: url(../images/profilealibi.jpg) no-repeat;
	height: 245px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-allied {
	background: url(../images/profileallied.jpg) no-repeat;
	height: 196px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-bgs {
	background: url(../images/profilebgs.jpg) no-repeat;
	height: 245px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-jar {
	background: url(../images/profilejar.jpg) no-repeat;
	height: 245px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-jpk {
	background: url(../images/profilejpk.jpg) no-repeat;
	height: 412px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-popoyo {
	background: url(../images/profilepopoyo.jpg) no-repeat;
	height: 300px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-svp {
	background: url(../images/profilesvp.jpg) no-repeat;
	height: 202px;
	width: 435px;
	margin: 0 0 8px 15px;
}

#p-bbwp {
	background: url(../images/profilebbwp.jpg) no-repeat;
	height: 366px;
	width: 435px;
	margin: 0 0 8px 15px;
}
		
	


			
			
			
/* ----- column-right ----- */

#column-right {
	width:222px;
	float:left;
	}

	/* background image list items */
	#column-right ul { 
		margin-left:26px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
		
	#column-right p { 
		margin: 0 36px 0 20px; 
		color:#474747;
		}
	
	#column-right h3 { 
		margin: 0 36px 8px 20px; 
		color:#E91919;
		}
		
	#column-right dl {
				margin: 0 36px 0 20px;
				}
				
			#column-right dt {
				padding-left:8px;
				font-weight: bold;
				color:#000;
						}
					
			#column-right dd {
				background:transparent url(../images/img-bullet-right.gif) no-repeat 0px 3px;
				padding-left:12px;
				}
	
	#column-right a:link,#column-right a:visited	{ color:#474747; text-decoration:underline; font-weight: bold; }
	#column-right a:hover,#column-right a:active	{ color:#E91919; text-decoration:underline; font-weight: bold; } 
	
	#featured {
		height:40px;
		background:url(../images/featured.jpg) no-repeat;
		padding-bottom: 18px;
		}
	
	.hr-featured {
		height: 3px;
		overflow: hidden;
		padding-bottom: 20px;
		margin-top: 20px;
		background: url(../images/hr-featured.jpg) no-repeat right top;
		}
	
	.feat-popoyo {
		height:51px;
		background:url(../images/img-client-popoyo.jpg) no-repeat;
		margin:8px 0 8px 23px;
		}
		
	.feat-allied {
		height:51px;
		background:url(../images/img-client-allied.jpg) no-repeat;
		margin:8px 0 8px 23px;
		padding-bottom:25px;
		}
	
	.feat-jar {
		height:51px;
		background:url(../images/img-client-jar.jpg) no-repeat;
		margin:8px 0 8px 23px;
		}
	
	.feat-alibi {
		height:51px;
		background:url(../images/img_client_alibi.jpg) no-repeat;
		margin:8px 0 8px 23px;
		}
	
	.feat-jpk {
		height:51px;
		background:url(../images/img-client-king.jpg) no-repeat;
		margin:8px 0 8px 23px;
		padding-bottom:25px;
		}
	
	.feat-svp {
		height:51px;
		background:url(../images/img_client_svp.jpg) no-repeat;
		margin:8px 0 8px 23px;
		padding-bottom:25px;
		}
	
	
	#quote {
		background:url(../images/quote-spacer.jpg) top right repeat-y;
		}
		
		#quote p{
			color:#fff;
			padding: 8px 0 8px 14px;
			text-transform: uppercase;
			font-size:.95em;
			}
			
			#quote ul{
				color:#fff;
				padding: 0 0 8px 0;
				text-transform: uppercase;
				font-size:0.95em;
				font-style: italic;
				font-weight: bold;
				}

	
	#soon {
		height:35px;
		background:url(../images/coming-soon.gif) no-repeat top right;
		padding-bottom: 10px;
		margin: 0 51px 0 0;
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	height:321px;  /* sets height for all non-flash headers */
	}
	
	#header-graphic span { display:none; }

	body#index #header-graphic {
		background:url(../images/banner.jpg) no-repeat top left; 
		}
		
#header-graphic-sub {
	height:215px;  /* sets height for all non-flash headers */
	}
	
	#header-graphic-sub span { display:none; }
		
	body#contact #header-graphic-sub {
		background:url(../images/banner_contact.jpg);
		}
			
	body#company #header-graphic-sub {
		background:url(../images/banner_whoweare.jpg);
		}	
			
	body#company-drew #header-graphic-sub {
		background:url(../images/banner_drew.jpg);
		}	
			
	body#company-john #header-graphic-sub {
		background:url(../images/banner_john.jpg);
		}	
		
	body#services #header-graphic-sub {
		background:url(../images/banner_whatwedo.jpg);
		}		
				
	body#services-design #header-graphic-sub {
		background:url(../images/banner_design.jpg);
		}		
	
	body#services-development #header-graphic-sub {
		background:url(../images/banner_development.jpg);
		}		
	
	body#services-seo #header-graphic-sub {
		background:url(../images/banner_seo.jpg);
		}		
	
	body#services-photography #header-graphic-sub {
		background:url(../images/banner_photography.jpg);
		}		
	body#news #header-graphic-sub {
		background:url(../images/banner_news.jpg);
		}		
					
	body#portfolio #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}	
		
	body#portfolio-jar #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}		
	
	body#portfolio-popoyo #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}	
	
	body#portfolio-bu #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
	
	body#portfolio-allied #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
		
	body#portfolio-alibi #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
		
	body#portfolio-bgs #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
		
	body#portfolio-jpk #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
		
	body#portfolio-svp #header-graphic-sub {
		background:url(../images/banner_portfolio.jpg);
		}
	
	body#sitemap #header-graphic-sub {
		background:url(../images/banner_sitemap.jpg);
		}
		

/* banner buttons framework
 * ------------------------------------------------------------------------- */

#banner-bts {
	background:url(../images/banner-bts.jpg) no-repeat left;					
	width:222px;		/* Width of buttons, not entite image (or half of entire image) */
	height:321px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:right;
	}

#banner-bts li span { display: none; }

#banner-bts li {
	float:left;
	list-style:none;
	}

#banner-bts li, #banner-bts a { 
	height:107px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav button */
#banner-bts-01, #banner-bts-02, #banner-bts-03 { margin-top:0; width:222px; }

#banner-bts-01 a:hover { background:url(../images/banner-bts.jpg) -222px  0px no-repeat; }
#banner-bts-02 a:hover { background:url(../images/banner-bts.jpg) -222px  -107px no-repeat; }
#banner-bts-03 a:hover { background:url(../images/banner-bts.jpg) -222px  -214px no-repeat; }




/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:73px; /* sets height for all subheads */
	padding-bottom: 10px;
	
	}

	body#index #subhead {
		background:url(../images/subhead-home.jpg) no-repeat left top; 
		}
	
	body#portfolio-alibi #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#portfolio-allied #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#portfolio-bgs #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#portfolio-bu #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#company #subhead {
		background:url(../images/subhead_whoweare.jpg) no-repeat left top; 
		}
	
	body#contact #subhead {
		background:url(../images/subhead-contact.jpg) no-repeat left top; 
		}
	
	body#services-design #subhead {
		background:url(../images/subhead_design.jpg) no-repeat left top; 
		}
	
	body#services-development #subhead {
		background:url(../images/subhead_development.jpg) no-repeat left top; 
		}
	
	body#company-drew #subhead {
		background:url(../images/subhead_drew.jpg) no-repeat left top; 
		}
	
	body#portfolio-jar #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat top left; 
		}
	
	body#company-john #subhead {
		background:url(../images/subhead_john.jpg) no-repeat left top; 
		}
	
	body#portfolio-jpk #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#news #subhead {
		background:url(../images/subhead_news.jpg) no-repeat left top; 
		}
	
	body#services-photography #subhead {
		background:url(../images/subhead_photography.jpg) no-repeat left top; 
		}
	
	body#portfolio-popoyo #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#portfolio #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#services-seo #subhead {
		background:url(../images/subhead_seo.jpg) no-repeat left top; 
		}
	
	body#services #subhead {
		background:url(../images/subhead_whatwedo.jpg) no-repeat left top; 
		}
	
	body#services #subhead {
		background:url(../images/subhead_whatwedo.jpg) no-repeat left top; 
		}
	
	body#portfolio-svp #subhead {
		background:url(../images/subhead_portfolio.jpg) no-repeat left top; 
		}
	
	body#sitemap #subhead {
		background:url(../images/subhead_sitemap.jpg) no-repeat left top; 
		}
	
	
	
	


/* footer
 * ------------------------------------------------------------------------- */
 
#wrap-footer {
	background:#84837E url(../images/wrap-footer.jpg) repeat-x;
	width:100%;
	}

#footer {
	background:url(../images/bottom-wrap.jpg) no-repeat;
	width:786px;
	padding:55px 0 50px 0;
	margin:0 auto;
	text-align:center;
	font-size:.95em;
	}

#footer p {
	color:#fff;
	margin: 0 50px 0 50px;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#000
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }




/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:564px; 
	height:40px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; }

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 64px; margin-left: 33px;}
#nav-02 { width: 95px;}
#nav-03 { width: 94px;}
#nav-04 { width: 72px;}
#nav-05 { width: 62px;}
#nav-06 { width: 56px;}
#nav-07 { width: 68px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg") -33px -40px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -97px -40px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -192px -40px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -286px -40px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -358px -40px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -420px -40px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -476px -40px no-repeat;}



/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -33px -40px no-repeat; }
body#company #nav-02 { background:url("../images/nav.jpg") -97px -40px no-repeat; }
body#company-drew #nav-02 { background:url("../images/nav.jpg") -97px -40px no-repeat; }
body#company-john #nav-02 { background:url("../images/nav.jpg") -97px -40px no-repeat; }
body#services #nav-03 { background:url("../images/nav.jpg") -192px -40px no-repeat; }
body#services-design #nav-03 { background:url("../images/nav.jpg") -192px -40px no-repeat; }
body#services-development #nav-03 { background:url("../images/nav.jpg") -192px -40px no-repeat; }
body#services-seo #nav-03 { background:url("../images/nav.jpg") -192px -40px no-repeat; }
body#services-photography #nav-03 { background:url("../images/nav.jpg") -192px -40px no-repeat; }
body#portfolio #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-popoyo #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-allied #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-bu #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-alibi #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-jpk #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-jar #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-bgs #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#portfolio-svp #nav-04 { background:url("../images/nav.jpg") -286px -40px no-repeat; }
body#news #nav-05 { background:url("../images/nav.jpg") -358px -40px no-repeat; }
body#blog #nav-06 { background:url("../images/nav.jpg") -420px -40px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -476px -40px no-repeat; }


/* Son of Suckerfish: Horizontal Sprite Nav

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

 

#nav li ul {
            position:absolute;
            left:-9999px;
            background-color:#AA0101;        /* Background color of drop down nav - add more styles (i.e. background image) if you want */
            padding-right:1px;                                  /* Fixes one px spacing for border-right in FF */
            margin-top:1px;
            z-index:99;
            }

 

#nav li ul li {
            height:25px;                     /* Height of each drop down nav item */
            border:1px solid #fff;
            border-top:none;
            padding:0;
            margin:0;
            }          

 

#nav li ul li a {
            width:100%;
            height:25px;                    /* Height of each drop down nav item, should match above */
            line-height:25px;               /* Height of each drop down nav item again, should match above */
            margin:0;
            padding:0;
            font-weight:normal;        
            }

 

#nav li ul li a span {
            display:block;
            padding-left:5px;
            }

 

/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
            font-size:1.0em;
            color:#FFFFFF;
            text-decoration:none;
            }

 

#nav li:hover ul, #nav li.sfhover ul  { left: auto; }
 

/* Hover styles for drop down items */

#nav-02 ul a:hover, #nav-03 ul a:hover {
            background-image:none;
            background-color:#DE1111;
            color:#FFFFFF;
            text-decoration:none;
            }


/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:93px; }                    
#nav-03 ul, #nav-03 li { width:163px; }