/*
Theme Name: Little Big
Theme URI: http://www.littlebigbrands.com
Description: Little Big WordPress Theme
Version: 1.0
Author: Brett Nyquist
Author URI: http://brettnyquist.com/
Tags: white, custom header, fixed width, two columns, widgets
*/

html {
	background: #fff url(images/background.jpg) top left repeat-x; 
	}

body {
	color: #878787;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}	

#container {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	text-align: left;
	}
	
/* ---------------------------------------
   GLOBALS
   --------------------------------------- */
	
h1, h2, h3, h4 {
	color: #4c4d4f;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 400;
	}

h1 {
	font-size: 24px;
	letter-spacing: -0.5px;
	}
	
	h1.wide {
		font-size: 22px;
		letter-spacing: -1px;
		margin-left: 15px;
		text-transform: uppercase;
		}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
	}

h3 {
	color: #a9ac39;
	font-size: 13px;
	}
		
small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
p {
	color: #878787;
	line-height: 18px;
	margin-bottom: 20px;
	}
	
a {
	color: #acb025;
	outline: none;
	}
	
a:hover {
	color: #7c7c34;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}


/* ---------------------------------------
   HEADER
   --------------------------------------- */

#header {
	margin: 0px auto;
	height: 100px;
	position: relative;
	width: 960px;
	}
	
#logo {
	background: url(images/logo.jpg) top left no-repeat;
	display: block;
	height: 70px;
	left: -64px;
	position: absolute;
	text-indent: -9000px;
	top: 28px;
	width: 308px;
	}	

/* ---------------------------------------
   NAVIGATION
   --------------------------------------- */

ul#navigation {
	position: absolute;
	right: -18px;
	top: 30px;
	}

	ul#navigation li {
		float: left;
		margin: 0px 18px;
		}
		
	ul#navigation li a {
		color: #4c4d4f;
		display: block;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		}
		
	ul#navigation li a:hover {
		color: #000;
		}
		
/* ---------------------------------------
   SLIDESHOW
   --------------------------------------- */

#slideshow {
	display: block;
	height: 310px;
	margin: 20px auto;
	margin-bottom: 0px;
	position: relative;
	width: 960px;
	}
	   
.slide {
	display: block;
	height: 310px;
	position: absolute;
	left: 0px;
	width: 960px;
	}
	
	#slide1, #slide2, #slide3, #slide4, #slide5, #slide6 {
		display: none;
		width: 960px;
		height: 310px;
		}

	#slide1 { background: url(images/summers-eve-large.jpg) top left no-repeat; }		
	#slide2 { background: url(images/wisk-v2-large.jpg) top left no-repeat; }
	#slide3 { background: url(images/tonic-large.jpg) top left no-repeat; }
	#slide4 { background: url(images/finesse-large.jpg) top left no-repeat; }
	#slide5 { background: url(images/give-large.jpg) top left no-repeat; }
	#slide6 { background: url(images/yardley-large.jpg) top left no-repeat; }
	#slide7 { background: url(images/lionshead-large.jpg) top left no-repeat; }
		
	.slide img {
		float: left;
		}
			
	a#prev, a#next {
		display: block;
		height: 28px;
		position: absolute;
		text-indent: -9999px;
		top: 228px;
		width: 28px;
		}
		
	a#prev {
		background: url(images/prev-button.png) top left no-repeat;
		right: 40px;
		}
		
		a#prev:hover {
			background: url(images/prev-button.png) 0px -28px no-repeat;
			}
		
	a#next {
		background: url(images/next-button.png) top left no-repeat;
		right: 0px;
		}
		
		a#next:hover {
			background: url(images/next-button.png) 0px -28px no-repeat;
			}
		
	#buttons {
		left: 600px;
		position: absolute;
		top: 35px;
		visibility: hidden;
		}
		
	#buttons img {
		float: left;
		margin-right: 10px;
		}
		
		#buttons a {
			background: #69777c;
			color: #fff;
			display: block;
			float: left;
			margin-right: 4px;
			padding: 6px 7px 5px 7px;
			text-decoration: none;
			}
			
			#buttons a.active {
				background: #e9730b;
				}
		
	.feature-content {
		float: right;
		margin-right: 80px;
		margin-top: 5px;
		width: 340px;
		}
		
		.feature-content h3 {
			color: #4c4d4f;
			font-size: 50px;
			font-weight: bold;
			letter-spacing: -2px;
			line-height: 48px;
			margin-top: 40px;
			margin-bottom: 20px;
			font-weight: 500;
			}
			
			.feature-content h3.lionshead-title {
				margin-top: 60px;
				}
			
		.feature-content p {
			line-height: 18px;
			margin-top: 15px;
			}
	
/* ---------------------------------------
   CONTENT
   --------------------------------------- */
   
#homecontent, #homecontentBeta {
	background: url(images/home-content-back.jpg) top center no-repeat;
	clear: both;
	margin: 15px auto;
	margin-bottom: 0px;
	padding-top: 23px;
	width: 960px;
	}
	
	#homecontent h2 {
		color: #4c4d4f;
		font-size: 18px;
		}
		
#wrapper { 
	clear: both;
	display: block;
	margin: 0px auto;
	width: 960px;
	}
	
#topsection, #bottomsection {
	background: url(images/line-back.jpg) top center no-repeat;
	padding-top: 20px;
	}
	
		
#widecontent {
	margin-top: 0px;
	}
	
	.happening {
		display: block;
		float: left;
		margin-right: 70px;
		width: 250px;
		}
		
	.about {
		display: block;
		float: left;
		margin-right: 65px;
		width: 280px;
		}
		
	.ourprocess {
		display: block;
		float: left;
		width: 285px;
		}
	
.buzz {
	background: #f5f5f0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 15px;
	padding: 15px 15px 15px 15px;
	position: relative;
	width: 215px;
	}
		
.buzz img.mug {
	border: 1px solid #ccc;
	display: block;
	float: right;
	height: 83px;
	padding: 1px;
	width: 60px;
	}

.rightcolumn {
	float: right;
	margin: 0px 0 0;
	width: 680px;
	}
			
.case-study {
	display: block;
	margin: 0px;
	width: 960px;
	}
	
	.post, .project {
		float: left;
		padding: 0px 0px 20px 30px;
		width: 680px;
		}
		
	.case-study .entry { float: left; display: block; width: 280px; padding: 0px; }
	.case-study .project { width: 960px; padding: 50px 0px 0px 0px; margin: 0px; }
	
.case-study .logo-shots {
	float: right;
	margin-right: 0px;
	}
	
.case-study h3.notes {
	background: url(images/notes.jpg) top left no-repeat;
	display: block;
	height: 24px;
	text-indent: -9000px;
	width: 220px;
	}

.postmetadata {
	clear: both;
}

.column {
	float: left;
	width: 270px;
	margin-right: 30px;
	}
	
	.column h3 {
		margin-bottom: 15px;
		}
		
.rightcolumn ul {
	margin: 20px 20px;
	}
	
	.rightcolumn ul li {
		background: url(images/green-dot.jpg) 0px 2px no-repeat;
		margin-bottom: 12px;
		padding-left: 25px;
		}
		
.project-navigation {
	display: block;
	clear: left;
	display: none;
	padding-top: 35px;
	width: 292px;
	}
		
.alignright a {
	background: url(images/next-project.jpg) top left no-repeat;
	display: block;
	height: 27px;
	text-indent: -9000px;
	width: 131px;
	}
	
	.alignright a:hover {
		background: url(images/next-project.jpg) 0px -27px no-repeat;
		}

.alignleft a {
	background: url(images/prev-project.jpg) top left no-repeat;
	display: block;
	height: 27px;
	text-indent: -9000px;
	width: 160px;
	}
	
	.alignleft a:hover {
		background: url(images/prev-project.jpg) 0px -27px no-repeat;
		}

/* ---------------------------------------
   PROJECTS
   --------------------------------------- */

div#post-55 {
	background: url(images/backgrounds/genny-light.jpg) 240px 0px no-repeat;
	height: 600px;
	}

div#post-51 {
	background: url(images/backgrounds/lamisil-advanced.jpg) 270px 0px no-repeat;
	height: 540px;
	}
	
div#post-282 {
	background: url(images/backgrounds/lamisil-defense.jpg) 290px 0px no-repeat;
	height: 570px;
	}
	
div#post-53 {
	background: url(images/backgrounds/give.jpg) 290px 0px no-repeat;
	height: 600px;
	}
	
div#post-57 {
	background: url(images/backgrounds/all.jpg) 240px 0px no-repeat;
	height: 600px;
	}
	
div#post-40 {
	background: url(/wp-content/uploads/stegmaier-back.jpg) 100px 40px no-repeat;
	height: 600px;
	}
	
div#post-36 {
	background: url(images/backgrounds/yardley.jpg) 260px 0px no-repeat;
	height: 600px;
	}
	
div#post-280 {
	background: url(images/backgrounds/yardley-bottles.jpg) 250px 0px no-repeat;
	height: 540px;
	}

div#post-49 {
	background: url(images/backgrounds/lionshead.jpg) 230px 15px no-repeat;
	height: 770px;
	}

div#post-40 {
	background: url(images/backgrounds/stegmaier.jpg) 270px 0px no-repeat;
	height: 600px;
	}

div#post-43 {
	background: url(images/backgrounds/m5.jpg) 270px 0px no-repeat;
	height: 600px;
	}
	
div#post-47 {
	background: url(images/backgrounds/lipton.jpg) 290px 0px no-repeat;
	height: 430px;
	}
	
div#post-45 {
	background: url(images/backgrounds/lypsyl.jpg) 270px 40px no-repeat;
	height: 500px;
	}
	
div#post-278 {
	background: url(images/backgrounds/lypsyl-tube.jpg) 270px 40px no-repeat;
	height: 500px;
	}
	
div#post-38 {
	background: url(images/backgrounds/wisk-eco-energy.jpg) 240px 0px no-repeat;
	height: 600px;
	}
	
div#post-546 {
	background: url(images/backgrounds/summers-eve.jpg) 240px 0px no-repeat;
	height: 600px;
	}
	
div#post-58 {
	background: url(images/backgrounds/finesse.jpg) 280px 0px no-repeat;
	height: 800px;
	}

div#post-401 {
	background: url(images/backgrounds/wisk-deep-clean.jpg) 280px 0px no-repeat;
	height: 600px;
	}
	
div#post-482 {
	background: url(images/backgrounds/tonic.jpg) 280px 0px no-repeat;
	height: 600px;
	}
	
div#post-285 {
	background: url(images/backgrounds/finesse-revitality.jpg) 280px 0px no-repeat;
	height: 620px;
	}

/* ---------------------------------------
   PRESS RELEASES
   --------------------------------------- */
   
ul#press {
	margin-bottom: 20px;
	}

ul#press li {
	background: #f5f5f0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 1px;
	padding: 25px 15px 15px 15px;
	position: relative;
	width: 215px;
	}
	
	ul#press li a {
		color: #878787;
		text-decoration: none;
		}
	
		ul#press li a:hover {
			color: #7c7c34;
			text-decoration: underline;
			}
	
	ul#press li img {
		margin-bottom: 5px;
		}
		
	ul#press li .date {
		color: #fff;
		font-size: 10px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-transform: uppercase;
		}
		
	 	.date .month {
	 		background: #a9ac39;
	 		display: inline;
	 		float: left;
	 		margin-right: 1px;
	 		padding: 3px 4px;
	 		}
	 		
	 	.date .day {
	 		background: #82842f;
	 		display: inline;
	 		float: left;
	 		padding: 3px 4px;
	 		}
   
ul.more-press li {
	display: block;
	float: left;
	margin: 8px;
	width: 165px;
	}
	
	ul.more-press li ul li {
		float: none;
		display: block;
		border-top: 1px dotted #ececec;
		padding: 5px 0px 3px 0px;
		}
		
ul.more-press li img {
	margin-left: 8px;
	}
	
a#view-more-press {
	display: block;
	color: #ccc;
	margin-bottom: 7px;
	text-decoration: none;
	}
	
#zoom {
	z-index: 5000;
	}
	
#logo-scroller {
	position: relative;
	}
#logo-scroller img.bottom-line {
	bottom: 0px;
	position: absolute;
	left: 0px;
	z-index: 1000;
	}
	
ul#logos {
	background: url(images/logo-background.jpg) top left no-repeat;
	border-top: 1px solid #e7e7e7;
	display: block;
	height: 96px;
	padding: 1px 0px;
	width: 245px;
	}
	
	ul#logos li {
		display: block;
		height: 96px;
		margin: 0px;
		width: 245px;
		}

/* ---------------------------------------
   WORK LAYOUTS
   --------------------------------------- */
   
ul#works {
	margin-top: 20px;
	}
	
ul#works li {
	background: url(images/project-back.jpg) top left no-repeat;
	display: block;
	float: left;
	height: 411px;
	margin: 4px 15px 30px 15px;
	padding: 20px 1px;
	position: relative;
	width: 446px;
	}
	
	ul#works li img.med-img {
		margin: 0px auto;
		}
		
	ul#works li span.category {
		color: #bdc12e;
		float: right;
		font-size: 10px;
		font-style: italic;
		margin: 8px 30px;
		text-align: right;
		width: 100px;
		}
		
	ul#works li h3 {
		margin: 0px 30px 5px 30px;
		}
		
	ul#works li h3 a {
		color: #4c4d4f;
		font-size: 20px;
		text-decoration: none;
		}
		
	ul#works li p {
		margin: 0px 30px 12px 30px;
		}
		
	ul#works li a.read-case {
		background: url(images/read-case.jpg) top left no-repeat;
		bottom: 30px;
		display: block;
		height: 29px;
		left: 30px;
		position: absolute;
		text-indent: -9000px;
		width: 199px;
		}
		
		ul#works li a.read-case:hover {
			background: url(images/read-case.jpg) 0px -29px no-repeat;
			}
	
/* ---------------------------------------
   SIDEBAR
   --------------------------------------- */
	
#sidebar {
	background: url(images/sidebar.jpg) left 84px no-repeat;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	height: 540px;
	margin-left: 0px;
	padding-top: 40px;
	width: 250px;
	}
	
#internal-sidebar {
	background: url(images/sidebar-line.jpg) bottom right no-repeat;
	margin-top: 30px;
	padding-top: 0px;
	width: 280px;
	}
		
	ul#sidebar-nav {
		margin-right: 1px;
		margin-bottom: 30px;
		}
	
	ul#sidebar-nav li {
		background: url(images/sidebar-nav-item.jpg) bottom right no-repeat;
		padding: 10px 0px 12px 0px;
		width: 100%;
		}
		
	ul#sidebar-nav li a {
		color: #3c3c3c;
		display: block;
		text-decoration: none;
		}
		
	ul#sidebar-nav li a:hover {
		color: #d3df4b;
		text-decoration: underline;
		}	
		
ul#mycarousel li.caselist {
	background: url(images/thumb-backs.jpg) top left no-repeat;
	position: relative;
	height: 71px;
	padding: 4px 4px 5px 4px;
	width: 117px;
	overflow: hidden;
	}	
		
ul#mycarousel li.caselist img.icon {
	clip: rect(95px,272px,166px,155px);
	position: absolute;
	top: -91px;
	left: -151px;
	}
	
	ul#mycarousel li.caselist:hover {
		background: url(images/thumb-backs.jpg) 0px -80px no-repeat; 
		}
	
	ul#mycarousel li.caselist a:hover {
		text-decoration: none;
		}

#sidebar form {
	margin: 0;
	}
	
#sidebar h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

/* ---------------------------------------
   AWARDS
   --------------------------------------- */
   
ul#award-columns {
	background: url(images/awards-back.jpg) bottom right no-repeat;
	display: block;
	height: 340px;
	width: 750px;
	}

ul#award-columns li ul {
	margin-top: 15px;
	}

ul#award-columns li {
	float: left;
	line-height: 18px;
	margin-right: 20px;
	width: 230px;
	}
	
	ul#award-columns li ul li {
		float: none;
		}

/* ---------------------------------------
   PROCESS
   --------------------------------------- */
   
ul#process li {
	margin-bottom: 20px;
	padding-left: 50px;
	}
	
	ul#process li.one { background: url(images/1.jpg) top left no-repeat;}
	ul#process li.two { background: url(images/2.jpg) top left no-repeat;}
	ul#process li.three { background: url(images/3.jpg) top left no-repeat;}
	ul#process li.four { background: url(images/4.jpg) top left no-repeat;}
	ul#process li.five { background: url(images/5.jpg) top left no-repeat;}
	ul#process li.six { background: url(images/6.jpg) top left no-repeat;}
	ul#process li.seven { background: url(images/7.jpg) top left no-repeat;}
	ul#process li.eight { background: url(images/8.jpg) top left no-repeat;}
	ul#process li.nine { background: url(images/9.jpg) top left no-repeat;}
	ul#process li.ten { background: url(images/10.jpg) top left no-repeat;}
	ul#process li.eleven { background: url(images/11.jpg) top left no-repeat;}
	ul#process li.twelve { background: url(images/12.jpg) top left no-repeat;}
	

/* ---------------------------------------
   FOOTER
   --------------------------------------- */

#footer {
	background: url(images/footer-back.jpg) top left no-repeat;
	padding-top: 0px;
	margin: 20px auto;
	margin-bottom: 100px;
	min-height: 210px;
	position: relative;
	width: 960px;
	clear: both;
	}

	#footer p {
		margin: 0;
		padding: 20px 0;
		text-align: center;
		}

#footer h3 {
	color: #4b4b4b;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#footer ul {
	float: left;
	margin: 0px;
	}
	
#footer ul li {
	display: block;
	float: left;
	margin-right: 25px;
	margin-top: 35px;
	width: 160px;
	}
	
	#footer ul li ul {
		margin-top: 10px;
		}
	
	#footer ul li ul li {
		font-family: Arial, sans-serif;
		font-size: 11px;
		line-height: 22px;
		margin-top: 0px;
		margin-left: 0px;
		}
		
		#footer ul li ul li a {
			color: #747474;
			text-decoration: underline;
			}
		
	#footer ul li ul li img {
		margin-right: 8px;
		margin-left: -27px;
		margin-top: -2px;
		vertical-align: middle;
		}
		
#footer p.footer-details {
	color: #adadad;
	display: block;
	float: right;
	font-size: 10px;
	line-height: 15px;
	padding: 20px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 330px;
	}
	
	#footer p.footer-details img {
		margin: 12px 0px 15px 0px;
		}
			
.form-wrapper {
	background: url(images/login.jpg) top left no-repeat;
	height: 262px;
	position: relative;
	width: 400px;
	}
	
	.form-wrapper form input {
		border: none;
		color: #999999;
		font-size: 16px;
		}
	
	.form-wrapper form input.user {
		position: absolute;
		top: 97px;
		left: 60px;
		}
		
	.form-wrapper form input.pass {
		position: absolute;
		top: 157px;
		left: 60px;
		}
		
	.form-wrapper form input.submit {
		background: url(images/login-btn.jpg) top left no-repeat;
		cursor: pointer;
		display: block;
		font-size: 1px;
		height: 29px;
		left: 254px;
		position: absolute;		
		text-indent: -9000px;
		top: 205px;
		width: 97px;
		}
		
/* ---------------------------------------
   CAROUSEL
   --------------------------------------- */

#carousel-wrap {
	background: #e5e7da;
	border-bottom: 1px solid #c3c2b0;
	clear: both;
	display: block;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	}	
	
.jcarousel-container {
    position: relative;
	}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    position: relative;
	}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	}
	
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 155px;
    height: 100px;
	}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 1000;
    display: none;
	}

.jcarousel-prev {
    z-index: 3;
    display: none;
	}
		
#carousel {
	display: block;
	margin: 0px auto;
	position: relative;
	padding-top: 30px;
	width: 960px;
	}
	
#carousel ul#mycarousel {
	height: 350px;
	text-align: center;
	line-height: 26px;
	width: 1000px;
	}
	
	#carousel ul#mycarousel li {
		float: left;
		margin: 10px 40px 10px 0px;
		}
	
	#carousel ul#mycarousel a {
		font-size: 12px;
		color: #000;
		text-decoration: none;
		}
	
	#carousel img.left-arrow {
		position: absolute;
		top: 50px;
		left: -23px;
		z-index: 100;
		}
		
	#carousel img.right-arrow {
		position: absolute;
		top: 50px;
		right: -22px;
		z-index: 100;
		}

/* ---------------------------------------
   IMAGES
   --------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.homeright {
	float: right;
	margin: -87px -20px 0px 20px;
	}
	
img.homeleft {
	float: left;
	margin: 0px -10px -5px -60px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 15px 0 15px 20px;
	display: inline;
	}
	
	.project img.alignright {
		border: none;
		margin: -30px -10px 15px 10px;
		}

img.alignleft {
	padding: 4px;
	margin: 0 20px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
		
	
