/* Design by Thinkso */
/* 07.08.11 */

/* ===================================

GENERAL STYLES

====================================== */
* {margin:0; padding:0;}

html {
	background-color: #74a5cd;
}

body {
	background-color: #74a5cd !important; 
	font-size: 62.5%;
	height: 100%;
	}

#wrapper {
		width: 778px;
		margin-left: auto;
		margin-right: auto;
		}

a img {
	border: none;
	}
/* ===================================

HEADER

====================================== */
#header {
		height: 72px;
		}

#logo {
		float: left;
		margin-top: 18px;
		/* display: inline;  to fix double float margin */
		}

#header p {
		float: right;
		margin-right: 20px;
		margin-top: 40px;
		display: inline; /* to fix double float margin */
		font-family: Verdana, sans-serif;
		font-size: 1.1em;
		line-height: 1.8em;
		color: #fff;
	}

/* ===================================

MAIN NAVIGATION

====================================== */
#mainnav {
		height: 36px;
		width: 778px;
		list-style: none;
		display: inline;
		overflow: hidden;
		clear: both;
		background: url(/img/nav/bkg.gif) top left no-repeat;
		float: left; /* float to make it enclose the list items */
		}


#mainnav li {
        list-style: none;
		/*display: inline;*/
		float: left;
		}

#mainnav a {
		float: left;
		padding: 36px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:36px; /* for IE5/Win only */
		margin-right: 15px;
		}	

#mainnav a:hover {
		background-position: 0 -36px;
		}

#mainnav a:active, #mainnav a.selected {
		background-position: 0 -72px;
		}
#work-home {
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px;
	margin-right: 15px;
	width: 71px;
	margin-left: 17px;
	background: url(/img/nav/work.gif) 0 -72px no-repeat;
	}
#work a  {
		margin-left: 17px;
		width: 71px;
		background: url(/img/nav/work.gif) top left no-repeat;
		}

#who a  {
		width: 94px;
		background: url(/img/nav/who.gif) top left no-repeat;
		}

#what a  {
		width: 94px;
		background: url(/img/nav/what.gif) top left no-repeat;
		}

#news a  {
		width: 43px;
		background: url(/img/nav/news.gif) top left no-repeat;
		}

#contact a  {
		width: 86px;
		background: url(/img/nav/contact.gif) top left no-repeat;
		}
		
#shop a  {
		margin-left: 167px;
		width: 42px;
		background: url(/img/nav/shop.gif) top left no-repeat;
		}

#sayso a  {
		width: 48px;
		background: url(/img/nav/sayso.gif) top left no-repeat;
		}
/* ===================================

WORK CATEGORY NAVIGATION

====================================== */
#content #work-cats {
		list-style: none;
		clear: both;
		background: transparent url(/img/nav/catnav-bkg.png) top left no-repeat;
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
		position: relative;
		top: -10px;
		z-index: 2;
		width: 768px;
		height: 70px;
		float: left;
		}
#content #work-cats li {
        list-style: none;
		float: left;
		padding: 0;
		text-indent: 0;
		margin: 0 1px 0 0;
		height: 40px;
		width: 127px;
		}
#content #work-cats li.first {
	padding-left: 20px;
	}
#content #work-cats li.last {
	width: 128px;
	}
#content #work-cats a {
		padding: 12px 16px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 17px;
		color: #777;
		background: transparent;
		display: block;
		border: none;
		height: 100%;
		}	
#content #work-cats a:hover {
		background: #fff;
		color: #74a5cd;
		}



/* ===================================

GENERAL CONTENT AREA STUFF

====================================== */
#content {
	clear: both;
	padding: 26px 46px 18px 36px;
	background: #fff url(/img/bkg/bkg.gif) top left repeat-y;
	position: relative;
	}
	
/* Home image fills the window so we don't need padding on this image */
#content.home {
	padding: 0;
}

#content.shopfront {
	padding:0;
}

#content.sidebar {
	background: #fff url(/img/bkg/bkg_sidebar_ebebeb.gif) top left repeat-y;
}

/* ===================================
4 column layout and positioning
====================================== */

#content div.maincol_4col {
	width: 513px;
	float: left;
	}

#content div.subcolleft_4col {
	width: 238px;
	float: left;
	}

#content div.subcolright_4col {
	width: 238px;
	float: right;
	}

#content div.sidebar_4col {
	float: right;
	width: 147px;
	}

/* ===================================
3 column layout and positioning
====================================== */

#content div.maincol_3col {
	width: 452px;
	float: left;
	}

#content div.subcolleft_3col {
	width: 208px;
	float: left;
	}

#content div.subcolright_3col {
	width: 208px;
	float: right;
	}
	
#content div.sidebar_3col {
	float: right;
	width: 208px;
	}

/* ===================================
Work landing page layout
====================================== */

#content div.maincol_full {
	width: 696px;
	position: relative;
	clear: both;
	}

/* ===================================
General typography
====================================== */

#content h1 {
	font-family: "AkzidenzGrotesk", "Helvetica Neue", Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.33em;
	color: #f70f34;
	margin-bottom: 1em;
	letter-spacing: .25px;
}
#content h1 a:link {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #fa6f85;
}
#content h1 a:hover {
	border-bottom: none;
}
#content h2 {
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.33em;
	color: #f70f34;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: -1em;
}

#content h3  {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.33em;
	padding: .165em 0;
	color: #302206;
	font-weight: bold;
	margin-bottom: 0;
	}

#content h4  {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.66em;
	color: #f70f34;
	font-weight: bold;
	margin-bottom: 0;
	}
		
#content p {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
	margin-bottom: 1.5em;
	}

#content p.quote {
	color: #f70f34;
	text-indent: 18px;
	background: url(/img/misc/quote.gif) no-repeat 1px 2px;
	}
	
#content p span.warning {
	color: #f70f34;
	}

#content p.caption {
	font-size: 1.1em;
	line-height: 1.36em;
	margin-bottom: 1.636em;
	margin-top: -.818em;
	font-style: italic;
}
#content ul {
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 1.66em;
	}
	
#content li {
	list-style: none;
	font-family: Verdana, sans-serif;
	line-height: 1.66em;
	color: #555;
	padding-left: 1em;
	text-indent: -1em;
	}

#content ul.bullet {
	margin-top: -1.5em;
	/*margin-left: 1em;*/
}
#content ul.bullet li {
	list-style: url(/img/misc/bullet_pink.gif);
	line-height: 1.5em;
}
	
#content li.selected {
	color: #f70f34;
	border-bottom: none;
	}	
dl {
	font-size: 1.2em;
	margin-bottom: 1.636em;
	}

dt  {
	font-family: Verdana, sans-serif;
	line-height: 1.33em;
	padding: .165em 0;
	color: #302206;
	font-weight: bold;
	margin-bottom: 0;
	}
dd {
	list-style: none;
	font-family: Verdana, sans-serif;
	line-height: 1.66em;
	color: #555;
	}
	
#content a:link {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}

#content a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}

#content a:hover {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content .sidebar_nav a:hover {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
}

#content a:active {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content h3 a:link {
	color: #302206;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}

#content h3 a:visited {
	color: #302206;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}

#content h3 a:hover {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content h3 a:active {
	color: #f70f34;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* For when an image is used as a link and we don't want an underline */

#content a.image:link {
	border-bottom: none
	}

#content a.image:visited {
	border-bottom: none;
	}

#content a.image:hover {
	border-bottom: none;
}

#content a.image:active {
	border-bottom: none;
}

/* Might be using in blog somewhere, but not currently */
#content span.light {
	color:#bbb;
	}
/* ===================================
Images
====================================== */

/*
#content img {
	display: block;
	}
*/

#content img.inset {
	float: left;
	margin: 3px 18px 12px 0px;
}

#content img.inset_right {
	float: right;
	margin: 3px 0px 12px 18px;
}

#content img.map {
	margin-right: 36px;
}

/*
#content div.homeshow {
	width: 768px;
	}
*/
/* ===================================
Portfolio Pages
====================================== */

/* project image have negative margins to override the padding
that is on the main text column. These need to bleed. */	
#content #project_image {
	width: 567px;
	margin-top: -26px;
	margin-left: -36px;
	margin-bottom: 18px;
}
/* TRYING TO GET RID OF THE 1PX GAP IN IE! */
#content #project_image img {
	/*display: block;*/
	}
	
#content #project_details {
	width: 513px;
	position: relative;
}


#content #project_details p {
	margin-top: .75em;
	margin-bottom: .75em;
}

#content #project_details h4 {
	display: inline;
	margin-bottom: .75em;
	}

#content #image_nav {
	position: absolute;
	top: 1px;
	right: 0;
	}

/* paddng and text-indent are set to 0 to counteract the general hanging indent for unordered lists */
#content #image_nav li {
	display: inline;
	margin-left: .5em;
	text-indent: 0;
	padding-left: 0;
	}

#content ul.worknav {
	margin-top: .333em;
}

#content ul.worknav li {
	text-indent: 0;
	padding: 0;
	line-height: 1.5em;
	margin-bottom: .666em;
}
#content p.case_study {
	color: #bbb;
	}

/* ===================================
Archive Pages
====================================== */
dl.archive_entry {
	border-top: 1px solid #bbb;
	padding-top: .5em;
	clear: both;
}
dl.archive_entry dt {
	float: left;
	width: 147px;
	}
dl.archive_entry dd {
	float: right;
	width: 330px;
	}

/* ===================================

HOMEPAGE SLIDESHOW STYLES

====================================== */

#slideshow {
    position:relative;
    z-index: 1;
    height:420px;
    width: 768px;
    background: #333;
    overflow: hidden;
}
#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: transparent;
}
#slideshow div.active {
    z-index:10;
    opacity:1.0;
}
#slideshow div.last-active {
    z-index:9;
}
#slideshow div img {
    display: block;
}
/* ===================================

HOMEPAGE NEWSFEED STYLES

====================================== */
#content #news-feed {
	clear: both;
	padding: 0px 18px 20px 18px;
	margin-top: 10px;
	}
#content #news-feed h3, #content #news-feed p, #content #news-feed a {
	color: #f70f34;
	margin: 0;
}
#content #news-feed h3 {
	float: left;
	margin-right: 6px;
	}
#content #news-feed a {
	border-color: #fdb7c2;
	}
#content #news-feed a:hover {
	border: none;
	}

/* ===================================

BLOG SPECIFIC 

====================================== */
/* used for post titles */
#content .news h5 {
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.33em;
	color: #f70f34;
	font-weight: normal;
	margin-bottom: .667em;
	}
	
/* used for the date header when viewing a single post */
#content .news h6  {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.66em;
	color: #f70f34;
	font-weight: normal;
	margin-bottom: 0em;
	}
#content .news h6.sp_after {
	margin-bottom: 1.33em;
	}
/* used as a header for archive pages */
#content .news h3.sp_after  {
	margin-bottom: 1em;
	}
/* used as a header in the sidebar for the different category groups */
#content h3.cat_head  {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.66em;
	color: #302206;
	font-weight: normal;
	margin-bottom: 0;
	}		
#content .news div.blog_nav p {
	background: #ebebeb;
	color: #ccc;
	padding: .5em 1em;
	text-align: right;
}
/* pages with multiple posts are wrapped in divs with the class 'post'. this adds extra space between posts */
#content .news div.post {
	margin-bottom: 3.32em;
	clear: both;
	}
#content .news p {
	margin-bottom: 1.66em;
	}
#content .news p.caption {
	font-size: 1.1em;
	line-height:1.45em;
	margin-top: -.75em;
	margin-bottom: 1.81em;
	}
#content .news div.post_footer {
	clear:both;
	margin-top: -.83em;
	margin-top: 0;
	}
#content .news div.post_footer p {
	clear: both;
	/* margin-bottom: .65em; */
	}
div.post_footer .post_share {
	margin-bottom: 5px;
	float: left;
	}
div.post_footer .post_share .share_btn {
	float: left;
	margin-right: 5px;
	}
	
#content .news h5 a:link, #content .news h6 a:link {
	text-decoration: none;
	border-bottom: none;
	color: #f70f34;
	}
#content .news h5 a:visited, #content .news h6 a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #f70f34;
	}
#content .news h5 a:hover, #content .news h6 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #f70f34;
	}
#content .news h5 a:active, #content .news h6 a:active {
	text-decoration: none;
	border-bottom: none;
	color: #f70f34;
	}
#content .news div.post_navigation {
	float: right;
}

#content .news div.post_navigation p {
	color: #bbb;
}
/* used in the sidebar */
#content ul.less_sp_after {
	margin-bottom: .83em;
}

#content ul li.sidebar_form_searchbox input {
	width: 147px;
	margin-bottom: .5em;
	margin-top: .5em;
}

#content li#rss {
	padding-left: 16px;
	text-indent: 0;
	background: url(/img/misc/rss.gif) left 51% no-repeat;
}

/* For when Wordpress automatically adds the "current_cat" class to categories in the sidebar list */	
#content li.current-cat a:link {
	color: #f70f34;
	text-decoration: none;
	border-bottom: none;
	}

#content li.current-cat a:visited {
	color: #f70f34;
	text-decoration: none;
	border-bottom: none;
	}

#content li.current-cat a:hover {
	color: #f70f34;
	text-decoration: none;
	border-bottom: none;
}

#content li.current-cat a:active {
	color: #f70f34;
	text-decoration: none;
	border-bottom: none;
}

/* ===================================
Blog Images
====================================== */

#content .news img {
	display: block;
	margin: .3em 0 1.8em 0;
}

#content .news img.border {
	border: 1px solid #bbb;
}

#content .news img.inset {
	float: left;
	margin: .3em 1.8em 1.2em 0;
}

/* ===================================
Shop stuff
====================================== */
#shop_blurb {
	padding: 26px 229px 0 36px;
}

#shop_nav {
	position: absolute;
	top: 26px;
	right: 46px;
	width: 147px;
}

#shop_item {
	position: relative;
}

#shop_item img {
	display: block;
}

#shop_item #description {
	position: absolute;

}

#shop_item #description .price {
	font-weight: normal;
	color: #f70f34;
	padding-left: 5px;
}

.item_options {
	float: right;
	/*margin-left: 36px;*/
	width:147px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
}

.item_options input {
	margin-top: 6px;
	}

.interior_item {
	margin-bottom: 18px;
}

#content .interior_item h3 {
	margin-bottom: 6px;
}

#buy_now {
	/*float: right;
	margin: 3px 18px 0 18px;
	display: inline;*/
	position: absolute;
	top: 27px;
	right: 246px;
}

#item_info {
	width: 350px;
	/* Have to limit the width of the sifr text so that it doesn't
	mess with the "hand" rollover of the buy now button */
}
/* ===================================

FOOTER

====================================== */
#footer {
	background: #74a5cd url(/img/bkg/bkg_footer.gif) top left no-repeat;
	padding: 15px 10px 13px 0;
	}
#footer p {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	color: #c7dbeb;
	}
#footer p.copy {
	float: left;
	width: 75%;
	}
#footer ul.social {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 20%;
	}
#footer ul.social li {
	float: right;
	margin-left: 5px;
	}
#footer ul.social a {
	display: block;
	background-color: #a4c4de;
	background-color: rgba(255,255,255,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#footer .facebook a:hover {
	background-color: #3b5998;
	}
#footer .twitter a:hover {
	background-color: #57d5ff;
	}
#footer .tumblr a:hover {
	background-color: #3c5a76;
	}
	
/* ===================================

SELF-CLEARING STYLES

====================================== */	
	
/* Styles to self-clear the content to make sure it contains any floated stuff inside it */		
#content:after, dl.archive_entry:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
* html #content, * html dl.archive_entry, * html #footer { height: 1%; } /* for IE5+6 */

*:first-child+html #content, *:first-child+html dl.archive_entry, *:first-child+html #footer { min-height: 1px; } /* for IE7 */


/* ===================================

IE hacks

====================================== */

/* GET RID OF THE 1PX GAP THAT APPEARS BELOW THE IMAGE ON THE HOMEPAGE */

/* for IE5+6 */
* html #content div.homeshow img {
	display: block;
	}
/* for IE7 */
*:first-child+html #content div.homeshow img {
	display: block;
	}

/* FIX THE BIG BOTTOM MARGIN ON THE PORTFOLIO PAGES */

/* for IE5+6 */
* html #content #project_details p.case_study {
	margin-bottom: 1.5em;
	}
/* for IE7 */
*:first-child+html #content #project_details p.case_study {
	margin-bottom: 1.5em;
	}

/* FIX THE NON-SUPPORT FOR NEGATIVE MARGINS ON THE PORTFOLIO PAGES and homepage */
/* for IE5+6 */
* html #content #project_image {
	position: relative;
	}	

/* MAKE SURE I'M TARGETTING IE WIN FOR TESTING PURPOSES */
* html #logo { border: none; } /* for IE5+6 */
*:first-child+html #logo { border: none; } /* for IE7 */
