/* Created by Stephanie (Sullivan) Rewis & team
	Last edited Jun 2011
	
   COLORS: 
   brick #b55232
   periwinkle #1365f
   slate #333
*/


html {
	height: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #000;
}

/*--STRUCTURE--*/
ul, ol, dl, dd, blockquote {
	margin: 0;
	padding: 0;	
	list-style: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	
}
.wrapper {
	background: #140905 url(../img/back-floor.jpg) no-repeat center bottom;
	min-width: 1000px; /* don't get more narrow than the navigation */
	overflow: hidden; /* don't show a scrollbar (car OR cloud w/ name) */
	position:relative;
}
.no-multiplebgs .holder {
	background: url(../img/back-curtain-rpt.jpg);
}
.holder {
	background-image: 
		url(../img/back-curtain-foot.png),
		url(../img/back-curtain-rpt.jpg);
	background-repeat: 
		repeat-x, 
		repeat;	
	background-position: 
		left bottom, 
		left top;
	-webkit-background-clip: 
	border-box, 
	content-box;
	   -moz-background-clip: 
	border, 
	content;
	        background-clip: 
	border-box, 
	content-box;
	padding-bottom: 30px;
}
.no-cssgradients .main {
	background: #e6f5f2 url(../img/back-main-ie.png) repeat-x top;
	/* Internet Explorer */
	*background: #e6f5f2;
	background: #e6f5f2\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF9ec4e2, endColorstr=#FFe6f5f2);
}
.main {
	position: relative;
	width: 740px;
	margin: 0 auto -25px;
	padding: 0 40px 0 55px;
	min-height: 700px;
	background-color: #e6f5f2;
	background-image: -moz-linear-gradient(
		top,
		#9ec4e2,
		#e6f5f2
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#9ec4e2),
		to(#e6f5f2)
	);
	-webkit-box-shadow: 0 6px 12px rgba(000, 000, 000, 1.0);
	-moz-box-shadow: 0 6px 12px rgba(000, 000, 000, 1.0);
	box-shadow: 0 6px 12px rgba(000, 000, 000, 1.0);
}

/*---TEXT---*/
@font-face {
    font-family: 'SketchBlockBold';
    src: url('sketch_block_bold-webfont.eot?iefix=') format('eot'),
         url('sketch_block_bold-webfont.woff') format('woff'),
         url('sketch_block_bold-webfont.ttf') format('truetype'),
         url('sketch_block_bold-webfont.svg#webfontQGTtKqcg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---Headings---*/
.no-rgba h1, .no-rgba h2, .no-rgba h3, .no-rgba h4, .no-rgba h5, .no-rgba h6 {
	color: #B73000;
}
h1, h2, h3, h4, h5, h6 {
	color: rgba(176,70,36,.8);
}
h2 {
	font: 1.2em SketchBlockBold, Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
h3 {
	font-size: .8em;
}

/*---Lists---*/
.details li b {
	color: #b55232;
}
.columns {
	float:left;
	/* [disabled]outline: 1px blue solid; */
	width: 100%;
}
.columns li {
	float:left;
	width:46%;
	margin-right:3%;
}
.columns + p {
	clear:left;
}

/*---Blockquotes---*/
blockquote p:first-child:before {
		content:"\201c";
}
blockquote p:last-of-type::after {
  content: "\201d";
}
cite {
	font-style:normal;
}

/*---Links---*/
a {
	text-decoration: none;
	color: #000;		
}
a:hover, a:active, a:focus {
	text-decoration: underline;	
}
a img {
	border: none;	
}

/* @necolas new clearfix */
.cf {
    *zoom:1;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* You are here */
.active a {
	font-weight:bold;
	color:#b55232;
}
.active a:visited {
	text-decoration: none;	
}
.active a:hover, .active a:active, .active a:focus {
	text-decoration: none;	
}

/*---Logo---*/
.freshpicked {
	position: absolute;
	top: -80px;
	left: 500px;
	z-index: 25;
	background:url(../img/strings.png) -1718px 80px no-repeat;}


/*---MAIN CONTENT---*/
.strings {
	background:url(../img/strings.png) 90px 0 repeat-y;
	padding-top:40px;
	z-index:20;
	position:relative;
	float:left;
	width:500px;
	margin: 0 10px 0 0;
}
.article {
	background:#fff;
	-webkit-box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);
	-moz-box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);
	box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);
	margin: 40px 0 0;
	padding: 25px;
	position: relative;
	width: 386px;
}
.strings .article:first-child {
	margin:0;
}
.article h2 {
	position:absolute;
	top: -17px; 
	left: 10px;
	text-shadow:
	-3px -3px 1px #FFF,
	3px -3px 1px #FFF,
	-2px -2px 0 #FFF,
	2px -2px 0 #FFF,
	-2px 0 0 #FFF,
	2px 0 0 #FFF;
}
.no-textshadow .article {
	padding-top: 40px;	
}
.no-textshadow .article h2 { /* Changing heading style for IE due to lack of text-shadow support */
	top: 0;
	margin-left: 15px;
	/*background: #FFF;
	padding: 0px 5px 10px;
	line-height: 1;
	border: 3px solid rgb(175,27,0);*/	
}
.no-borderimage .contact .article h2 {
	margin-left: 0;	
}
.article p, .article ul, .article dl {
	font-size: .8em;
}
.article ul p, .article ul ul {
	font-size: 100%;	
}
.article ul {
	list-style: disc;
}
.article .details, .article .columns {
	list-style: none;
	margin: 0;
}
#thanks {
	margin-top: 300px;	
}

/*---ASIDE---*/
.aside {
	background:url(../img/strings.png) -1783px 0 repeat-y;
	float:left;
	padding-top:40px;
	width:225px;
	position:relative;
	z-index:10;
}
.aside .article {
	width: 165px;
}

/*---NAVIGATION---*/
.nav { /* place truck here */
	margin: 0 auto;
	width: 935px;
	height: 120px;
	position: relative;
	z-index: 2;
}
.nav ul {
	left: 50%;
	top: -250px;
	padding-bottom: 180px;
	position: absolute;
	width: 290px;
	z-index: 5;
	margin-left: 120px;
}
.nav li {
	position: relative;
}
.nav a, .navMain a {
	font: .85em/1 SketchBlockBold, Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
	position: relative;
	display: block;
	color: #666;
	background-color: #FEFCFB; /* to fix the transform rendering glitch */
	padding: 1px 5px 6px 3px;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
}
.nav a:hover, .nav a:active, .nav a:focus, .navMain a:hover, .navMain a:active, .navMain a:focus {
	text-decoration: none;
	color: rgb(175,27,0);
}
.nav b {
	position: absolute;
}
.nav img {
	position: absolute;
	left: 50%;
}
li.nav-creat a {
	z-index: 3;
	top: 42px;
	left: 80px;
	width: 4.5em;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
	border-width: 10px;
	-webkit-border-image: url(../img/nav-creative.png) 10 stretch;
	   -moz-border-image: url(../img/nav-creative.png) 10 stretch;
	     -o-border-image: url(../img/nav-creative.png) 10 stretch;
	        border-image: url(../img/nav-creative.png) 10 stretch;
}
.apple {
	z-index: 2;	
	top: 35px;
	margin-left: 55px;
	width: 148px;
	height: 150px;
	background: url(../img/nav-apples.png) no-repeat;
}
li.nav-cred a {
	z-index: 3;
	top: -20px;
	left: 190px;
	width: 6em;
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);
	transform: rotate(10deg);
	border-width: 14px 9px 13px 10px;
	-webkit-border-image: url(../img/nav-cred.png) 14 9 13 10 stretch;
	   -moz-border-image: url(../img/nav-cred.png) 14 9 13 10 stretch;
	     -o-border-image: url(../img/nav-cred.png) 14 9 13 10 stretch;
	        border-image: url(../img/nav-cred.png) 14 9 13 10 stretch;
}
.corn {
	z-index: 5;	
	top: 10px;
	margin-left: 160px;
	width: 159px; 
	height: 174px;
	background: url(../img/nav-corn.png) no-repeat 0 -8px;
}
.cred-stick {
	z-index: 3;
	top: -28px;
	margin-left: 220px;
	width: 37px; 
	height: 143px;
	background: url(../img/nav-corn-stick.png) no-repeat;
}
li.nav-client a {
	z-index: 3;
	top: 38px;
	left: 53px;
	width: 4em;
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);	
	        transform: rotate(10deg);
	border-width: 8px;
	-webkit-border-image: url(../img/nav-client.png) 8 stretch;
	   -moz-border-image: url(../img/nav-client.png) 8 stretch;
         -o-border-image: url(../img/nav-client.png) 8 stretch;
            border-image: url(../img/nav-client.png) 8 stretch;	
}
.eggs {
	z-index: 4;
	top: 60px;
	margin-left: 7px;
	width: 142px;
	height: 49px;
	background: url(../img/nav-eggs.png) no-repeat 0 -10px;
}
li.nav-cont a {
	z-index: 5;
	top: 8px;
	left: 162px;
	width: 4em;
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);
	        transform: rotate(10deg);
	border-width: 8px;
	-webkit-border-image: url(../img/nav-cont.png) 8 stretch;
	   -moz-border-image: url(../img/nav-cont.png) 8 stretch;
	     -o-border-image: url(../img/nav-cont.png) 8 stretch;
	        border-image: url(../img/nav-cont.png) 8 stretch;
}
.orng {
	z-index: 6;
	top: 31px;
	margin-left: 97px;
	width: 158px; 
	height: 62px;
	background: url(../img/nav-oranges.png) no-repeat 0 -10px;
}
.no-borderimage .nav a {
	border: 4px solid rgb(175,27,0);	
	padding: 5px 8px 8px;
}
.no-fontface.nav a {
	padding: 5px 5px 5px 8px;
}	
.no-borderimage .nav-client a {
	top: 68px;	
}
.ie7 .nav-client a {
	top: 18px;	
}
.no-borderimage .eggs {
	top: 90px;
}
.ie7 .eggs {
	top: 60px;
}
.no-borderimage .nav-cont a {
	top: 38px;
}
.ie7 .nav-cont a {
	top: -7px;
}
.no-borderimage .orng {
	top: 61px;
}
.ie7 .orng {
	top: 16px;
}
.ie7 li.nav-cred a {
	top: -35px;
}

.nav-holder { /* this is the truck */
	bottom: -20px;
	margin-left: 30px;	
	z-index: 1;
}
.hub { /* hub has to go on top of the nav */
	top: -111px;
	margin-left: 322px;
	z-index: 10;
}
.bott {
	z-index:5;
}

/*---HOME---*/
.home .wrapper {
	padding-bottom: 140px;
}
.home .main {
	min-height: 0;
}
.freshest {
	position: relative;
	z-index: 2;
	width: 33.375em; 
	margin: 0 auto;
	padding-top: 185px;
	background-image: url(../img/home-awning.png);
	background-repeat: no-repeat;
	background-position: 6px 0;
	background-size: 100% auto; /* this allows the background image to scale on the x-axis WITH larger text sizes */
	font-size: 1em;
	margin-bottom: -55px;
}
.homeLogo {
	width: 33.75em;	
	height: 18.75em;
	font-size: 1em; /* this causes image in the page to scale up as well */
	-ms-interpolation-mode: bicubic; /* this helps IE to play nice when scaling */
}
.navMain {
	width: 33.375em; 
	margin-left: 6px;
}
.navMain li {
	float: left;	
	height: 11.25em;
	background-size: 100% 100%; /* this allows navigation images to scale both directions WITH larger text */
	position: relative;
}
.navMain a {
	background: transparent;
	font-size: 1em;
	position: absolute;
}
.no-fontface .navMain a {
	padding-left: 10px;	
}
.main-cred {
	width: 9.4375em;
	background-image:url(../img/home-credent.png);
}
.main-cred a {
	bottom: 2.4em;	
	left: 1.9em;
}
.main-creat {
	width: 7.1875em; 
	background-image:url(../img/home-create.png);
} 
.main-creat a {
	bottom: 2.6em;	
	left: 1.3em;
}
.main-client {
	width: 8.1875em; 
	background-image:url(../img/home-client.png);
}
.main-client a {
	bottom: 4.8em;
	left: 2.35em;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}
.main-cont {
	width: 8.5625em; 
	background-image:url(../img/home-contact.png);
}
.main-cont a {
	bottom: .6em;	
	left: 2em;
}
.cld-lft {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -270px;
}
.cld-rt {
	position: absolute;
	z-index: 0;
	top:0;	
	left: 560px;
}

/*---CREDENTIALS---*/
.cred .aside {
	padding-top:180px;
}
.cred .downloads {
	background: url(../img/icons.png) 0 -220px no-repeat;
	margin:0;
	padding: 0 0 10px 75px;
	min-height: 3.5em;
}
.cred .main {
	padding-bottom: 125px;	
}
.cred .bott {
	bottom: -30px;
	margin-left: -705px;
}
.cred .rtBtn {
	right: 8px;
}

/*---CLIENTS---*/
#detailSection .details li {
	margin-bottom: 15px;
}
.clients .main {
	padding-bottom: 100px;	
}
.clients .bott {
	bottom: 15px;
	margin-left: -550px;
}

/*---CREATIVE---*/
/*#category li{
	position:relative;
	margin-top: 15px;
}
#category li:first-child{
	margin:0;
}
#category li span{
	position:absolute;
	right:0;
	text-align:center;
	width: 5%;
}
#category .active a{
	 [disabled]font-weight:normal; 
}
#category .active a:hover, #category .active a:active, #category .active a:focus {
	text-decoration: none;	
}*/
.creative .main {
	padding-bottom: 40px;	
}
.creative .bott {
	bottom: 0;
	margin-left: -1000px;
}

/*---CONTACT---*/
.contact .strings {
	background-position: -1620px 0;
	min-height: 480px;
	position: relative;
	z-index: 2;
}

.no-rgba #contactForm label, .no-rgba #contactForm input[type=submit] {
	color: #B73000; 
 }
#contactForm label, #contactForm input[type=submit] {
	display: block;
	padding-left: 10px;
	color: rgb(176,70,36);
	color: rgba(176,70,36,.8);
	font: 1.2em SketchBlockBold, Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
	position: relative;
	bottom: -11px;
	text-shadow:
	-3px -3px 1px #FFF,
	3px -3px 1px #FFF,
	-2px -2px 0 #FFF,
	2px -2px 0 #FFF,
	-2px 0 0 #FFF,
	2px 0 0 #FFF;
}
#contactForm input[type=submit] {
	background: transparent;	
	border: none;
	position: relative;
	left: 275px;
	top: -25px;
	cursor: pointer; /* may change this */
	text-shadow:
	-3px 3px 1px #FFF,
	3px 3px 1px #FFF,
	-2px 2px 0 #FFF,
	2px 2px 0 #FFF,
	-2px 0 0 #FFF,
	2px 0 0 #FFF;
}
#contactForm input[type=text], #contactForm textarea {
	width: 385px;
	padding: 10px 4px 4px;
	border: 2px solid #FFF;
	-webkit-box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);
	   -moz-box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);
	        box-shadow: -6px 6px 12px rgba(000, 000, 000, 0.3);	
}
.no-rgba #contactForm input:focus, .no-rgba #contactForm textarea:focus {
	border: 2px solid rgb(176,70,36);	
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 2px solid rgba(176,70,36,.8);	
	outline: none;
}
.contact .aside  {
	background-image: none;
	float:right;
	margin-right: 100px;
	margin-top: 60px;
	width:230px;
}
.contact .aside .article{
	float:right;
	width:230px;
	z-index: 2;
}
.contact .article h2 {
	left:25px;
}
#twitter_div p {
	padding: 0 5px;
}
#twitter_update_list {
	list-style: none;	
	margin: 0;
}
#twitter_update_list li {
	padding: 5px 5px 7px;
	border-top: 1px solid #C06B50;
	padding-top: 4px;
	margin: 0;
}
#twitter_update_list li:first-child {
	border-top: none;	
}
#twitter_update_list span {
	display: block;	
}
#twitter_update_list a {
	color: #C06B50;	
}
.contact .main {
	padding-bottom: 50px;	
}
.contact .bott {
	bottom: 30px;
	margin-left: -880px;
	z-index: 10;
	width: 663px;
	height: 520px;
	position: absolute;
	left: 50%;
}
.contact .bott a {
	display: block;
	height: 1px;
	width: 1px;
	border: 25px solid transparent;
	background-color: transparent;
	position: absolute;
	z-index: 11;
}
.bott .fb {
	top: 80px;
	right: 55px;	
}
.bott .twitter {
	top: 160px;
	right: 55px;	
}
.bott .lin {
	top: 80px;
	right: 160px;	
}
.bott .mail {
	top: 155px;
	right: 230px;	
}
.bott a span {
	display: block;	
	position: absolute;
	left: -999em;
}
.contact .bott img {
	position: relative;
	left: 0;
}

/* Creative page */
#samples {
	height:300px;
	overflow:hidden;
}
#samples, #details {
	width: 9000px;
	list-style:none;
}
#details ul {
	margin:0;
	list-style:none;
}
.mask {
	width:385px;
	overflow:hidden;
}
#samples li, #details li {
	float: left;
	width: 385px;
}
#samples li {
	 display: table;
	 height: 300px;
}
#samples a {
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
}

/* expandable containers */
.control {
	overflow: hidden;
}
#pands .control {
	height: 4.8em;
	margin-bottom: 15px;	
}
#category .control {
	height: 6.3em;	
}
#details .control, #overview .control {
	height: 6.2em;
}
#clientList .control {
	height: 8.7em;	
}
#detailSection .control {
	height: 13.8em;
}
#details.control {
	height: 7.8em;
}
.cred #details.control{ /*may need to adjust */
	height: 10em;
}
.toggle {
	height: auto;	
	overflow: visible;
}
#pands .toggle {
	min-height: 4.8em;	
}
#category .toggle {
	min-height: 6.3em;	
}
#details .toggle, #overview .toggle {
	min-height: 6.2em;
}
#clientList .toggle {
	min-height: 8.7em;	
}
#detailSection .toggle {
	min-height: 13.8em;
}
#details.toggle {
	min-height: 5em;
}
.cred #details.toggle{  /*may need to adjust */
	min-height: 10em;
}

/*More*/
.more {
	background:url(../img/icons.png) 100% 4px no-repeat;
	color: #b55232;
	padding-right:65px;
	font-size: 1.3em;
}
.cred .more {
	font-size: 1em;
}

/*Expand for the Details section*/
.expander, .expand {
	background:url(../img/icons.png) 0 -97px no-repeat;
	display:block;
	height:42px;
	width:42px;
	text-indent:-5000px;
}
.article .expander, .article .expand {
	position: absolute;
	bottom: -25px;
	left: 45%;
}
.btn {
	position: absolute;
	top: 48%;
	background: url(../img/icons.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
	text-indent: -5000px;
	cursor: pointer;
}
.ltBtn {
	left: 10px;
	background-position: 0 -53px;
}
.rtBtn {
	right: 6px;
	background-position: 0 0;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { 
	font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
