/* ====================================================================================== 
	Base CSS | SmashBrand                                                      
	Author: Matthew Beverly | SmashBrand | SmashBrand.com 
	Build: 1.4 | April 2010
	Last Updated: May 2010
====================================================================================== */	

	@import url("reset.css");
	@import url("forms.css");
	
/* ====================================================================================== //
	=LAYOUT  |  Body, Wrap, Main Body Wrap & Inner Wraps              
// ====================================================================================== */

	body    { font-size: 70%; font-family: Helvetica, Arial sans-serif; background: #111 url('../img/base/bodyTile.gif') repeat-y 50% 0px; color: #c9c9c9; }	
	#wrap   { width: 100%; height: auto; margin: 0 auto; background: url('../img/base/wrapBG.gif') repeat-x 50% 0px;}			
	#mbw    { width: 1000px; height: auto; margin: 0 auto; display:block; background-color:#000}
	#footer { width: 1000px; height: auto; margin: 0 auto; display:block;}	
	
	
/* ====================================================================================== //
	=HEADER  |  Main Navigation 
// ====================================================================================== */
	
	#header   { position:relative; width: 1000px; height: 100px; margin: 0 auto; display: block; background: url('../img/base/headBG.gif') repeat-x; overflow:hidden;}	

/* CSS Sprite Menu */
ul#mainMenuSprite{margin:0; padding:0; list-style:none; clear:both;}
	#mainMenuSprite li{overflow:hidden; text-indent:-9999px; display:inline; float:left; }
		#mainMenuSprite li a{background:url('../img/base/mainMenuSprite.jpg') no-repeat; width:100%; height:100%; display:block;}
		
		/* home Button */
		#mainMenuSprite li.homeNav{width:400px; height:100px;}
			#mainMenuSprite li.homeNav a{background-position:-0px -0px;}
			#mainMenuSprite li.homeNav a:hover{background-position:-0px -100px;}
			#mainMenuSprite li.homeNav a.active{background-position:-0px -200px;}
			
			/* work Button */
		#mainMenuSprite li.workNav{width:100px; height:100px;}
			#mainMenuSprite li.workNav a{background-position:-400px -0px;}
			#mainMenuSprite li.workNav a:hover{background-position:-400px -100px;}
			#mainMenuSprite li.workNav a.active{background-position:-400px -200px;}
		
		/* news Button */
		#mainMenuSprite li.newsNav{width:92px; height:100px;}
			#mainMenuSprite li.newsNav a{background-position:-500px -0px;}
			#mainMenuSprite li.newsNav a:hover{background-position:-500px -100px;}
			#mainMenuSprite li.newsNav a.active{background-position:-500px -200px;}
			
		/* services Button */
		#mainMenuSprite li.servicesNav{width:135px; height:100px;}
			#mainMenuSprite li.servicesNav a{background-position:-592px -0px;}
			#mainMenuSprite li.servicesNav a:hover{background-position:-592px -100px;}
			#mainMenuSprite li.servicesNav a.active{background-position:-592px -200px;}
			
		/* studio Button */
		#mainMenuSprite li.studioNav{width:108px; height:100px;}
			#mainMenuSprite li.studioNav a{background-position:-727px -0px;}
			#mainMenuSprite li.studioNav a:hover{background-position:-727px -100px;}
			#mainMenuSprite li.studioNav a.active{background-position:-727px -200px;}
			
		/* Contact Button */
		#mainMenuSprite li.contactNav{width:130px; height:100px;}
			#mainMenuSprite li.contactNav a{background-position:-835px -0px;}
			#mainMenuSprite li.contactNav a:hover{background-position:-835px -100px;}
			#mainMenuSprite li.contactNav a.active{background-position:-835px -200px;}
			
/* ====================================================================================== //
	=Sub Navigation
// ====================================================================================== */

	/* SubNav */
	.subNav       { display: block; width: 900px; height: 50px; background: url('../img/base/subNavBG.gif') repeat-x; padding: 0px 50px; position:relative; }
	.subNav ul    { float:left; list-style:none; display:block; font-weight:normal; }	
	.subNav ul li { float:left; outline: none; line-height: 50px; height: 25px;}

	/* Nav States  */
	.subNav ul li a        { display:block; color:#666; text-decoration:none; padding: 0px 10px; outline: none;  }
	.subNav ul li a:hover  { display:block; color:#fff; }
	.subNav ul li a.active { display:block; color:#eee; font-size:160%; background: url('../img/base/subNavActive.png') no-repeat Top Center;  margin-top: -1px; }
	
/* ====================================================================================== //
	=SECTION Base Classes | Global Reuseable .section and .ul classes
// ====================================================================================== */
	
	/* CORE */
	.section     { padding: 30px 50px; background: url('../img/base/sectionBG.jpg') no-repeat top center; display: block; overflow:hidden;}
	.section h1  { padding: 0px; margin-bottom: 10px;}
	.section h1, h2, p   { position:relative;}
	
	/* Handles long content inside section that needs seperating  */
	.innerSection { background: url('../img/base/linebreak.png') no-repeat; margin: -10px -50px 0px; padding: 40px 50px 0px; position:relative;}
	
	/* Block Row  | Testimonials, Success Stories, News */
	.blockRow     { margin: -30px -50px!important; overflow: hidden; }
	.blockRow li  { margin: 0px; padding:  30px 50px; height: 140px;  float: left; display:block; overflow:hidden;  background: url('../img/base/linebreak.png') no-repeat top center; }
	.blockRow img { margin: -30px 50px 30px -50px; float: left; display: inline-block; overflow:hidden;}
	
	/* Full Row  | Large Image plus munimal text */
	.fullRow     { margin: -30px -50px!important; overflow: hidden; }
	.fullRow li  { margin: 0px; padding: 0px; float: left; display:block; overflow:hidden; background: url('../img/base/fullRowBG.jpg') no-repeat top center;   }
	.fullRow img { position:relative; z-index:100; display:block; }
	.fullRow .fullRowInner { position:relative; overflow:hidden; z-index:200; display:block; padding: 50px 50px 50px 500px;  }
	
	/* Grid List | Work */
	.sectionGrid  { display: block; overflow:hidden; padding: 0px; margin: 0px; position:relative; clear:left }
	.gridList li  { float: left; display: inline; overflow:hidden;  }
	.gridList img { margin:0px; padding:0px; overflow:hidden;  }
	.gridList h3  { position:relative; margin-top: -40px; padding: 0px; height: 40px;  font-weight:bold; color:#666; text-align:center; font-size: 90%; background: url('../img/base/gridListTitleBG.png') no-repeat top center; }
	
	/* Multi Colom */
	.multiCol ul    { padding: 0px; margin: 0px; display: block; overflow:hidden;}
	.multiCol li    { float: left; display:inline; border-left: 1px #222 dotted;  }
	.multiCol img   { position:relative; z-index:100; display:block;}
	.multiCol h3	{ margin-top: 10px; } 
	.multiCol h4    { margin-bottom: 20px; font-style:italic; font-weight:normal;}
	
	.threeCol li    { width: 270px; padding-left: 20px; margin-left: 20px; }
	.fiveCol li     { width: 160px; padding-left: 8px; margin-left: 8px;  }
	.fiveCol h3		{ font-size: 110%; line-height: 16px; margin-bottom: 4px; }
	.fiveCol p		{ font-size: 95%; line-height: 16px; color:#999}
	
	.firstCol  { border:none!important; padding-left:0px!important; margin-left: 0px!important;} /* added with JQuery */
	
	/* Img Colom */
	.imgCol       { margin: -30px -50px!important; overflow: hidden;  }
	.imgCol li    { width: 332px; float: left; display:inline; border-left: 1px #222 dotted; margin: 0px; padding: 0px; overflow:hidden; position:relative; height: 250px }
	.imgCol img   { position:relative; z-index:100; display:block; width: 340px; overflow:hidden;}
	.imgCol h3	  { margin: 0px; padding: 10px 0px 6px 0px; line-height: 16px; } 	
	.imgCol .imgColInner  { position:relative; overflow:hidden; z-index:200; display:block; padding: 30px; margin-top: -250px; }
	
	/* Simple utility list */
	.simpleList {}
	.simpleList li { padding: 0px; margin: 0px; line-height: 18px; font-size: 110%; font-weight:bold;}
	
	/* adding bullet point icons to a simple list */
	.bullets    { list-style-position: outside; }
	.bullets li { padding-left: 20px; background-image: url('../img/base/arrow.gif'); background-repeat: no-repeat; background-position: 0 .5em; line-height: 18px; font-size: 110%; margin-bottom: 10px;}
	
	/* sectioning left-right splits  */
	.split { display:inline; float:left; overflow:hidden;}
	.right { float:right;}
	.section .split h3 { margin-bottom: 10px; line-height: 18px;}
	
	/*simple UL inside a blocklist*/
	ul.subList    {}
	ul.subList li { background:none!important; padding:0!important; margin:0; line-height: 18px; font-size: 110%; margin-left:30px;}
	
	/* Section Imgs */
	.sectionImg { overflow:hidden; display:inline; padding: 0px; margin:0; }

	
	/* Large Img - usually sites top left in sections */
	.minusLeft  { float:right; display:inline; padding: 0px;  margin: -30px -50px -30px -400px;  }
	.minusRight { float:left; overflow:hidden; display:inline; padding: 0px;  margin: -30px -400px -30px -30px }
	
	.sectionFakeBGImg  { float:right; overflow:hidden; display:inline; padding: 0px;  margin: -30px -50px -30px -400px}

/* ====================================== //
	=SECTION Section specific 
// ===================================== */
	
	/* Homepage  */
	.home .fullRow li 	   { height: 500px;}
	.home .fullRowInner    { padding: 50px 50px 50px 620px; margin-top: -400px; }
	.home .fullRowInner h1 { padding: 0px 0px 20px 0px;}
	.home .fullRowInner p  { font-size:120%}
	
	.home .multiColInner  {  margin-top: -150px; }
	
	/* Latest Work Row of 8  */
	.latestWorkTeaser				{  }
	.latestWorkTeaser .sectionGrid  {  padding:0px 0px 20px; background: url('../img/base/subNavBG.gif') repeat-x bottom;  }
	.latestWorkTeaser .gridList li  { width: 125px; height: 125px;  }
	.latestWorkTeaser .gridList img { width: 125px; }
	.latestWorkTeaser .gridList h3  { display:none; }
	
	/* Related Work Row of 8  */
	#relatedWorkGrid {}
	.latestWorkTeaser .gridList li.relatedWorkThumb   { width: 125px; height: 125px; }
	.latestWorkTeaser .gridList li.relatedWorkThumb img {  }
	.latestWorkTeaser .gridList li.relatedWorkThumb h3  { }
			
		
	/* Work */
	.projectTitle { position:relative; width: 900px; height: 50px; z-index: 900; display: block; overflow:hidden;  background: url('../img/base/projectTitleBG.png') repeat-x; padding: 0px 50px;}
	.projectTitle h2       { float: left; overflow:hidden; line-height: 45px; color:#fff}
	.projectTitle h2 span  { color:#444; font-size: 70%; }
	.projectTitle .linkOut { float:right; line-height: 50px; font-size: 90%; color:#666}
	
	.showcase    { display: block; overflow:hidden; padding: 0px; margin: 0px; position:relative; width: 1000px; z-index: 100; margin-top: -50px;}
	.halfImgSize { width: 500px; height: 350px; display:inline; float:left;}
	.firstIMG {padding-top:50px;}
	
	/*Studio*/
	.bio { overflow:visible;}
	.teamFavWork { background: url('../img/base/sectionBG.jpg') no-repeat top center; padding-top:1px; }
	.contactNum  { font-size: 140%;}
	
	/*Services*/
	.services .fullRowInner { margin-top: -300px; }
	.services .fullRow li 	{ height: 300px;}
	/*Play*/
	
	/*Contact*/
	
	
/* ====================================================================================== //
    =ARTICLES/News |  Reuseable classes for styling Articles, News, Stories, Posts      
// ====================================================================================== */

	/* Article - position padding applied to p */
	.push600 { padding-right: 600px}
	.push500 { padding-right: 500px}
	.push400 { padding-right: 400px}
	.push300 { padding-right: 300px}
	.push200 { padding-right: 200px}
	.push100 { padding-right: 100px}
	.push50 { padding-right: 50px}
	
	.pull600 { padding-left: 600px}
	.pull500 { padding-left: 500px}
	.pull400 { padding-left: 400px}
	.pull300 { padding-left: 300px}
	.pull200 { padding-left: 200px}
	.pull100 { padding-left: 100px}
	.pull50 { padding-left: 50px}
	.pull10 { padding-left: 10px}
	
	.stretch300 { margin-right: -300px}
	.stretch200 { margin-right: -200px}
	.stretch100 { margin-right: -100px}
	.stretch50 { margin-right: -50px}
	
	.stretchLeft100 { margin-left: -100px}
	.stretchLeft50 { margin-left: -50px}
	
	/* Posted Content Footer,Credit,Date,Bullets     */
	.ArticleFooter { width: 900px; margin:0px auto; line-height: 30px; height: 30px; padding: 0px 50px; display:block; background: url('../img/base/headBG.gif') repeat-x bottom center; color:#666; font-size:90%; }
	.Date          { float: left; color:#999;}
	.Credits       { float: right }
	.author        { color:#999; }

	/* Back to index button    */
	.backToIndex   { width: 940px; display: block; padding: 30px; background: url('../img/base/headBG.gif') repeat-x bottom center;  text-align:center; }
	.backToIndex a { margin: 0px 10px; }
	
	/* FAQ    */
	ul.faq { position:relative; overflow:visible; display:block;}
	ul.faq li { padding: 20px 0px; background: url('../img/base/sectionBG.jpg') no-repeat top center; display: block; }
	
		/* FAQ  - sub ul  */
		ul.faq li ul { margin: 0px 20px 0px 20px }
		ul.faq li ul li { line-height: 18px; font-size: 110%; background:none; padding: 0px 0px 10px 0px; border-bottom: 1px #121212 dotted; margin-bottom: 10px; }
		
		/* FAQ  - sub ol  */
		ul.faq li ol { margin: 0px 20px 0px 20px;  }
		ul.faq li ol li { line-height: 18px; font-size: 110%; background:none; padding: 0px 0px 6px 0px; border-bottom: 1px #111 dotted; margin-bottom: 6px;}
	
	/*Q and A UL*/
	ul.QandA { position:relative; overflow:visible; display:block;}
	ul.QandA li { padding: 20px 0px; background: url('../img/base/sectionBG.jpg') no-repeat top center; display: block; }
	
		/* FAQ  - sub ul  */
		ul.QandA li ul { margin: 0px 20px 0px 20px }
		ul.QandA li ul li { line-height: 18px; font-size: 110%; background:none; padding: 0px 0px 10px 0px; border-bottom: 1px #121212 dotted; margin-bottom: 10px; }
		
		/* FAQ  - sub ol  */
		ul.QandA li ol { margin: 0px 20px 0px 20px;  }
		ul.QandA li ol li { line-height: 18px; font-size: 110%; background:none; padding: 0px 0px 6px 0px; border-bottom: 1px #111 dotted; margin-bottom: 6px;}
	
	
/* ====================================================================================== //
    =DETAILS and FIXES  |  Reuseable classes for styling mini content and Fixes applied Via JS     
// ====================================================================================== */
	
	/* Utility Classes */ /* added with JQuery */
	.bgNone 	   { background:none!important;}
	.bgTransparent { background-color: transparent!important; }
	.firstli       { background: none!important; }
	.noBorderLeft  { border:none!important;}
	.noPadRight    { padding-right: 0px!important; margin-right:0px!important;}
	
	/*News - Makes img visible uner the H1*/
	.imgBGFix { overflow:visible }
	
	/* Notify User that there is more content */
	.linkToMore { }
	

/* ====================================================================================== //
	=FOOTER  |  Footer Navigation           
// ====================================================================================== */
	.footBar { float: left; width: 960px; height: 50px; display: block; padding:0px 20px; color:#666; font-size: 90%; line-height: 40px;}
	
	.footBar ul {list-style:none; display:block; overflow:auto; float: left; font-weight:normal;}	
	.footBar ul li {float:left;outline: none; line-height: 40px;}

	/* Nav States  */
	.footBar ul li a {color:#666;text-decoration:none;float:left;display:inline; /*ie*/padding-right:12px;outline: none;}
	.footBar ul li a:hover {display:block;background-image:none !important;color:#fff;}
	.footBar ul li a.active {color:#eee;}
	
	.cpy       { float:right;}
	.copyRight {  padding-right: 10px; outline: none; border-right:#222 dotted 1px; margin-right:10px; font-size: 90%; display:inline;}
	.sbCredit  {  outline: none; display:inline; }
	
	.footBelow { display: block; margin: 10px auto; padding: 30px; color:#666; text-align:center; font-size: 90%;} 	
	.footBelow p { float:left; margin: 0px auto; padding: 10px 130px 50px; color:#555; display: block; line-height: 12px!important; text-align:center; font-size: 90%; }

/* ====================================================================================== //
   =TYPOGRAPHY  |  String class for needed style |  EX: class="bright lg center"         
// ====================================================================================== */

	h1 { color: #fff; font-size: 240%; padding: 30px 50px 0px; }	
	h2 { color: #ccc; font-size: 200%; line-height: 26px; margin: 0px 0px 20px 0px;  font-weight:bolder;}
	h3 { color: #ff0000; font-size: 140%; line-height: 26px; font-weight:bolder;   } 		

	/* General Styling */
	p { margin-bottom:16px; line-height: 18px; font-size: 110%; }
	em { font-style:italic; }
	strong { color: #fff; }
	bold { font-weight:bold;}
	
	blockquote { padding: 0px 0px 16px 0px; font-style:italic; line-height: 22px; font-size: 180%; color: #ff6600; text-align:center; font: Helvetica, Arial, Helvetica, sans-serif}
	
	/* Lists */
	ul { list-style:none;  margin-bottom:20px;  }
	ul li { line-height: 16px;}
	ol { padding-left: 20px; line-height: 16px; margin-bottom:20px; list-style:inside; }
	ol li { list-style-type: decimal!important; list-style-position: inside!important;}
	
	/* Colors */
	.bright   { color:#ff0000;    }   
	.key      { color:#fff!important; }      
	.subdued  { color:#666; font-size:90%    }   
	.alt      { color:#ffcc00; }  
	.centerText { text-align:center;}
	
	/* Size */
	.sm   { font-size: 90%; line-height: 14px; }
	.med  { font-size: 120%; line-height: 18px;}
	.lg   { font-size: 140%; line-height: 20px;}
	.xl   { font-size: 200%; line-height: 26px;}
	.superXL {font-size: 250%; line-height: 30px;}
	
	/* LINKS - general */	
	a,a:link,a:hover {text-decoration:none; cursor:pointer; outline: none; } 
	a:link {color:#ccc; font-weight:bold;} 
	a:visited {color:#666; font-weight:bold; } 
	a:hover {color:#fff; font-weight:bold; text-decoration:underline} 
	a:active {color:#aaa; font-weight:bold;} 

	/* LINKS - External */	
	.external {font-weight:bold!important; } 
	

/* ====================================================================================== //
     =Pagination / BreadCrumbs             
// ====================================================================================== */	

	.Pag             { padding: 0px;  margin: 0px; overflow:hidden; clear:both; }
	.Pag ul 		 { font-size: 140%; float: right; margin: 30px; }
	
	.Pag li          { border:0; margin:0; padding:0; list-style:none; float:left; }
	.Pag a           { border:solid 1px #333; margin-right:2px; background: #222 url('../img/base/linebreak.png') no-repeat top center; margin-right:2px; padding:4px 8px;  }
	
	.Pag .previous-off,
	.Pag .next-off   { border:solid 1px #222; color:#666; display:block; float:left; font-weight:bold; margin-right:2px; padding:4px 8px;  }
	.Pag .next a,
	.Pag .previous a { font-weight:bold; }	
	
	.Pag .active     { background:#666; color:#fff; font-weight:bold; display:block; float:left; margin-right:2px; padding:4px 8px; border:solid 1px #666;}
	.Pag a:link, 
	.Pag a:visited   { color:#888; display:block; float:left;  text-decoration:none; }
	.Pag a:hover     { border:solid 1px #999; background:#555; color:#fff; }
	

/* ====================================================================================== //
	=CLEAR FIXES & SPACERS            
// ====================================================================================== */

	.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 
	.fix{clear: both;height: 1px;margin: 0 0 -1px;overflow: hidden;}
 	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix {display: inline-block}	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;} .clearfix {display: block;}
	/* End hide from IE-mac */
	




