/*
Theme Name: Bigfuzz
Theme URI: http://bigfuzz.com/
Description: Pretty much the coolest theme ever.
Version: 1.0
Author: Brian Ashley
Author URI: http://bigfuzz.com/
Tags: blue, gray, fuzzy, furry, monster

	Bigfuzz v1.0
	 http://bigfuzz.com

*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
body {
	background-color: #a3acae;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	color: #728a90;
}
a {
	color: #519eaa;
	text-decoration: none;
}
a:hover {
	color: #69cbdb;
}
.wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

/* Header */
#header {
	width: 100%;
	background-color: #f6f6f6;
	background-image: url('images/bkg-header.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 175px;
	float: left;
}
#branding a {
	width: 169px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	background-image: url('images/logo-bigfuzz.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#main-nav {
	font-size: 1.1em;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
}
#main-nav li {
	display: inline;
}
#main-nav li a {
	color: #c6cccd;
	text-decoration: none;
	border-right: 1px solid #c6cccd;
	padding: 70px 10px 10px 50px;
	float: left;
}
#main-nav li a:hover {
	color: #485a5d;
	color: #a2abad;
	border-right: 1px solid #a2abad;
}
#main-nav li.current_page_item a,
#main-nav li.current-cat a,
#main-nav li.current-cat-parent a,
.single #main-nav.category-our-work li.cat-item-1 a,
.single #main-nav.category-fuzz-buzz li.cat-item-3 a {
	color: #485a5d;
	border-right: 1px solid #a2abad;
}
/* Main Content */
#content {
	background-color: #f6f6f6;
	width: 100%;
	float: left;
	padding-bottom: 20px;
	font-size: 1.2em;
}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		font-weight: normal;
		padding-bottom: 15px;
		line-height: 1.2em;
		font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
		font-weight: 400;
	}
	#content h1 {
		font-size: 3.6em;
		padding-bottom: 5px;
		color: #a3acae;
	}
	#content h2 {
		font-size: 3.2em;
		color: #485a5d;
	}
	#content h3 {
		font-size: 2.8em;
		color: #a3acae;
	}
	#content h4 {
		font-size: 2.4em;
		color: #485a5d;
	}
	#content h5 {
		font-size: 2.0em;
		color: #a3acae;
	}
	#content h6 {
		font-size: 1.6em;
		color: #485a5d;
	}
	#content p {
		font-size: 1.1em;
		padding-bottom: 15px;
		line-height: 1.3em;
	}
	#content strong { font-weight: bold; color: #63787d; }
	#content em { font-style: italic; color: #63787d; }
	#content code { color: #111; padding: 5px; background-color: #fff; margin: 5px 0px; float: left; width: 100%; }
	#content li {
		font-size: 1.1em;
		line-height: 1.3em;
clear: left;
	}
	#content ul, #content ol {
		padding: 10px 0px;
		padding-left: 30px;
	}
	#content ol li { list-style-type: decimal; padding: 5px 0px; }
	#content ol li li { font-size: inherit; }
	#content p a {
		font-weight: bold;
	}
	#content p.tags {
		font-size: .90em;
		color: #cdcdcd;
		padding-bottom: 20px;
	}
	#content p.time {
		text-transform: uppercase;
		color: #485a5d;
		padding-bottom: 5px;
		padding-bottom: 5px;
		font-size: .95em;
		font-weight: bold;
	}
	#content .entry a img {
		border: 1px solid #dadedf;
		padding: 10px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #eee;
	}
	#content .entry img.alignleft {
		float: left;
		margin: 0px 30px 30px 0px;
	}
	#content .entry img.alignright {
		float: left;
		margin: 0px 0px 30px 30px;
	}
/* Homepage */
#home-portfolio {
	width: 100%;
}
	.portfolio-item {
		float: left;
		width: 208px;
		height: 170px;
		margin: 3px;
		padding: 12px;
		border: 1px solid #dadedf;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
	}
	a .thumbnail-container {
		border: 1px solid #dadedf;
		padding: 3px;
		float: left;
		margin-bottom: 10px;
	}
	a:hover .thumbnail-container {
		border: 1px solid #69cbdb;
	}
	#content .portfolio-item p {
		font-size: 1.4em;
		text-transform: uppercase;
		font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	}
/* Portfolio Page */
#our-work-content {
	float: left;
	width: 380px;
	padding-right: 30px;
	border-right: 1px dotted #c6cccd;
}
#our-work-assets {
	float: left;
	width: 386px;
	padding-right: 24px;
}
#our-work-medium {
		float: left;
		padding: 14px;
		border: 1px solid #dadedf;
		margin-bottom: 15px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
	}
	#our-work-medium a {
		border: 1px solid #dadedf;
		padding: 3px;
		float: left;
	}
	#our-work-medium a:hover {
		border: 1px solid #69cbdb;
	}
	#content .collaborators {
		font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	}
	#content .collaborators h6 {
		float: left;
		padding-right: 10px;
	}
	#content .collaborators li {
		font-size: 1.6em;
		float: left;
		padding: 0px 8px;
		margin-bottom: 5px;
		border-left: 1px dotted #c6cccd;
		
	}
#content #our-work-content ul {
	padding-left: 0px;
}
#content #our-work-content li {
	font-size: .95em;
	line-height: 1.2em;
	width: 49%;
	padding-right: 1%;
	float: left;
}
.post-navigation {
	width: 810px;
	float: left;
	margin-bottom: 20px;
	margin-right: 150px;
}
.previous {
	float: left;
	width: 405px;
}
.next {
	float: right;
	width: 405px;
	text-align: right;
}

/* Sidebar */
#our-work-sidebar {
	float: left;
	width: 119px;
	padding-left: 20px;
}
#content .sidebar ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: .90em;
}
#content .sidebar h2 {
	font-size: 1.6em;
	line-height: 1.0em;
	padding-bottom: 10px;
}

/* Footer */
#footer {
	background-image: url('images/bkg-footer.png');
	background-repeat: repeat-x;
	background-position: left 2px;
	float: left;
	width: 100%;
}
#footer-portfolio, #footer-buzz, #footer-connect {
	width: 300px;
	padding: 45px 10px;
	float: left;
}
#footer h3 {
	font-size: 2.4em;
	font-weight: normal;
	color: #485a5d;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 400;
}
#footer .footer-links li {
	font-size: 1.3em;
	line-height: 1.0em;
	padding-bottom: 5px;
}
#footer .footer-links a {
	color: #fff;
	text-decoration: none;
}
#footer .footer-links a:hover {
	color: #fff;
	color: #ebdec8;
}
#footer #footer-connect li {
	float: left;
	text-indent: -9999px;
}
	#footer #footer-connect li a {
		display: block;
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}
	#footer #footer-connect li#rss a {
		background-image: url('images/icon-rss.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	#footer #footer-connect li#twitter a {
		background-image: url('images/icon-twitter.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	#footer #footer-connect li#facebook a {
		background-image: url('images/icon-facebook.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	#footer #footer-connect li#rss a:hover,
	#footer #footer-connect li#twitter a:hover,
	#footer #footer-connect li#facebook a:hover {
		background-position: 0px -32px;
	}
	
.gdocs { color: red; text-transform: capitalize; }


#top10-content { float: left; width: 740px; padding-right: 30px; border-right: 1px dotted #c6cccd; }
#content #top10-content h4 { padding-bottom: 5px; margin-bottom: 0px; }
#content #top10-content ol { padding-top: 5px; margin-top: 0px; margin-bottom: 5px; }
#content #top10-content li { padding-top: 0px; padding-bottom: 3px; }
#top10-sidebar { float: left; width: 159px; padding-left: 20px; }

#top10-container { padding: 20px 20px 10px; border: 1px solid #ccc; background: #fff; float: left; width: 700px; }
.navigation.secondary { background: #eee; padding: 10px; float: left; width: 680px; margin-bottom: 10px; }
.nav-next, .nav-previous {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 1.1em;
	width: 230px;
	float: left;
}
.nav-previous { text-align: right; }
.nav-position { float: left; width: 160px; font-weight: bold; color: #333; text-align: center; padding-top: 3px; }
div#slideshow_container { position: relative; }
div.slide {
	height: 246px;
	position: absolute;
}
.slideimage { float: left; padding: 10px; border: 1px solid #eee; margin: 0px 15px 15px 0px; }
.loopjump { display: none; }

