/*

CSS - Cause it's cool to have CSS!
Yes it's a bit messy, but this was a rushed 1day job :)
CSS Cleanup crew coming soon.

*/

/* CSS Reset */
html{font-size:20px;margin:0;padding:0;}
body{line-height:1;font-size:50%;margin:0;padding:0;}
div,iframe,form,embed,object,applet,label,img{border:none;outline:none;background-color:transparent;margin:0;padding:0;}
table,thead,tbody,tfoot,tr,th,td{text-align:left;vertical-align:top;font-weight:400;font-style:normal;border-style:none;margin:0;padding:0;}
ol,ul{list-style-type:none;margin:0;padding:0;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;outline:none;outline:0;}
p,h1,h2,h3,h4,h5,h6,dl,dt,dd,blockquote{margin:0;padding:0;}
abbr{border-bottom-width:0;}
/* end CSS Reset */

/* Layout */
body {
	background-color: #1a1a1a;
	color: #3d454b;
	font-family: "Helvetica Neue", Arial, "DejaVu Sans", sans-serif;
	text-align: center;
	}

.wrap {
	display: block;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 960px;
	text-align: left;
	}

#page {
	clear: both;
	display: block;
	margin: 0;
	overflow: auto;
	padding: 16px 0 0;
	background: #000 url(../images/pollenizer_bg.jpg) no-repeat top left;
	border-right: 1px solid #ccc;
	}

body.home .wrap {
	overflow: auto;
	}

#page .wrap {
	padding: 16px 0 72px;
	background: #fbfbfb url(../images/bg-page.gif) no-repeat 0 0;
	z-index: 100;
	}

#header {
	clear: both;
	display: block;
	margin: 20px 45px;
	overflow: visible;
	padding-bottom: 17px;
	border-bottom: 1px solid #d1d1d1;
	}

#content {
	margin: 0 45px;
	overflow: auto;
	}

#footer {
	clear: both;
	display: block;
	margin: -175px 0 0;
	overflow: auto;
	position: relative;
	padding: 225px 0 0;
	z-index: 10;
	background: #181818 url(../images/bg-footer.gif) repeat 0 0;
	color: #c2c2c2;
	}

#meta {
	padding: 18px 0 24px;
	text-align: left;
	}
/* end Layout*/

/* Typography, Forms, and Common Styles */
h1, h2, h3, h4, h5, h6, textarea {
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

hr { clear: both; display: block; height: 1px; visibility: hidden; }

i, em, blockquote, .tweetcontainer, .date, .intro, .tags {
	font-weight: 400;
	}

i, em, blockquote, .tweetcontainer, .date, .tags {
	font-family: Georgia, Palatino, "Palatino Linotype", "DejaVu Serif", serif;
	font-style: italic;
	}

blockquote, .tweetcontainer, .date, .intro, .tags {
	color: #838383;
	}

.color1 span, legend.color1 { background-color: #6f9e9f; }

.color2 span { background-color: #a7b886; }

.color3 span { background-color: #57a8c8; }

.color4 span { background-color: #be9981; }

.color5 span { background-color: #d17082; }

.color6 span { background-color: #fc8654; }

.color7 span { background-color: #797e92; }

.color8 span { background-color: #ababab; }

.color9 span { background-color: #afcad6; }

.color10 span { background-color: #a38dd6; }

.color11 span { background-color: #bb85b3; }

.color12 span { background-color: #9a9a9a; }

#content .post img {
	padding: 5px;
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	border-right-color: #9b9b9b;
	border-bottom-color: #9b9b9b;
	}

.entry {
	overflow: hidden
	}
	
#content .post .wp-caption img {
	padding: 0;
	background: none;
	border: 0;
	} 

.alignleft, img[align=left] {
	display: inline;
	float: left;
	margin: 0 2em 1em 0;
	}

.alignright, img[align=right] {
	display: inline;
	float: left;
	margin: 1em;
	}

.aligncenter, img[align=center] {
	display: block;
	margin: 1em auto;
	}

.wp-caption {
    margin-bottom: 3em;
    padding: 10px;
    background: #efefef;
    border: 1px solid #ddd;
    text-align: center;
    }

#content .wp-caption-text { margin: .5em auto 0; }

#content .wp-caption a, #content .wp-caption a:link { border-bottom-width: 0; }

/* Forms */
p input, p select, p textarea {
	display: block;
	margin: 0;
	padding: .3em .4em .5em;
	border: 1px solid #d9d9d9;
	border-right-color: #9b9b9b;
	border-bottom-color: #9b9b9b;
	font-size: 1em;
	}

p input[type=submit] {
	padding: .4em;
	}
/* end Forms */

/* Links */



#content a, #content a:link {
	color: #44839c;
	cursor: pointer;
	font-weight: 700;
	}

#content a:hover {
	color: #58a9c9;
	}

#content a:active {
	color: #fbfbfb;
	background-color: #305c6d;
	}

#content h1 a, #content h1 a:link, 
#content h2 a, #content h2 a:link, 
#content h3 a, #content h3 a:link, 
#content h4 a, #content h4 a:link, 
#content h5 a, #content h5 a:link,
#content h6 a, #content h6 a:link,
body.home #content h1 a, body.home #content h1 a:link, 
body.home #content h2 a, body.home #content h2 a:link, 
body.home #content h3 a, body.home #content h3 a:link, 
body.home #content h4 a, body.home #content h4 a:link, 
body.home #content h5 a, body.home #content h5 a:link, 
body.home #content h6 a, body.home #content h6 a:link {
	border-bottom-width: 0;
	}

#content h1 a:hover, body.home #content h1 a:hover,
#content h2 a:hover, body.home #content h2 a:hover,
#content h3 a:hover, body.home #content h3 a:hover,
#content h4 a:hover, body.home #content h4 a:hover,
#content h5 a:hover, body.home #content h5 a:hover,
#content h6 a:hover, body.home #content h6 a:hover {
	border-bottom-width: 1px;
	}
/* end Links */

/* Page and Post Font Sizing */
#content h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin-bottom: .45em;
	}

#content h2,
#content .intro {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
	}

#content h2.section {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: .5em 0 1.5em;
	}

#content h2.section span, .single #content legend {
	padding: 4px 6px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .09em;
	text-transform: uppercase;
	}

#content h2.section a, #content h2.section a:link, #content h2.section a:visited,
#content h2.section a:hover, #content h2.section a:active {
	background-color: transparent;
	border-bottom-width: 0 !important;
	color: #fff;
	font-weight: 400;
	}

#content h2.section a:hover {
	border-bottom-width: 0;
	color: #eee;
	}

#content h2.section a:active {
	border-bottom-width: 0;
	font-weight: 700;
	}

#content h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 1.1em;
	}

#content h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 1.1em;
	}

#content h5,
#content blockquote {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
	}

#content blockquote {
	margin: 0 5.1em 3.2em;
	padding-left: 3em;
	background: transparent url(../images/icon-quote-inner.gif) no-repeat 24px 5px;
	border-left: 1px solid #d1d1d1;
	text-indent: 2em;
	}

#content .comment-body blockquote {
	margin: 0 5em 1em 2em;
	padding-left: 2em;
	background-position: 13px 3px;
	font-size: 1em;
	text-indent: 1.75em;
	}

#content blockquote p {
	font-size: 1em;
	line-height: 2em;
	}

#content h6,
#content p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	}

#content ol {
	margin-bottom: 1.5em;
	list-style-type: decimal;
	}

#content ul {
	margin-bottom: 1.5em;
	list-style-type: square;
	}

#content li {
	font-size: 1.3em;
	line-height: 1.6em;
	}

/* end Page and Post Font Sizing */

/* #breadcrumbs */
#breadcrumbs {
	display: block;
	margin-bottom: 30px;
	font-size: 1.2em;
	}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	color: #44839c;
	font-weight: 400;
	}
/* #breadcrumbs */

/* Header */
#header a, #header a:link, #header a:visited {
	color: #494949;
	}

#header a:hover {
	color: #838688;
	}

#header a:active {
	color: #494949;
	}

#header #arc-logo {
	clear: left;
	display: inline;
	float: left;
	width: 121px;
	}

#arc-logo a, #arc-logo a:link {
	display: block;
	height: 60px;
	width: 221px;
	background: transparent url(../images/pollenizer_logo.png) no-repeat 0 0;
	text-indent: -9000px;
	}

#primaryNav {
	clear: right;
	display: inline;
	height: 30px;
	float: right;
	margin-top: 8px;
	overflow: hidden;
	width: 490px;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1em;
	white-space: nowrap;
	}

#primaryNav li {
	display: inline;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #CCCCCC;
	padding: 0 10px;
	}

#primaryNav li.first {
	margin-left: 0;
	}

#primaryNav a, #primaryNav a:link, #primaryNav a:visited {
	display: block;
	padding: 7px 0 11px;
	background: #fbfbfb;
	letter-spacing: .1em;
	}

#primaryNav li.current_page_item a, #primaryNav li.current_page_item a:link, #primaryNav li.current_page_item a:visited {
	padding: 3px 0 11px;
	border-top: 4px solid #838688;
	}
/* Header */


/* .team */
#content.team {
	overflow: visible;
	}

#content.team .project {
	display: inline;
	float: left;
	margin: 0 36px 17px 0;
	position: relative;
	width: 110px;
	}

#content.team .project.lastinrow {
	margin: 0 0 17px 0;
	}

#content.team .tags {
	margin: 3px auto 0;
	padding: 0;
	visibility: hidden;
	}

#content.team .active .tags {
	visibility: visible;
	}

#content.team .tags li {
	display: inline;
	height: 5px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	/*width: 9px; */
	font-size: .1em;
	text-indent: -9000px;
	}

/* .headshot */
#content.team .headshot {
	display: block;
	overflow: hidden;
	width: 120px;
	background-color: #fff;
	border: 1px solid #ddd;
	}

#content.team .headshot a, #content.team .headshot a:link, #content.team .headshot a:visited, #content.team .headshot a:hover, #content.team .headshot a:active {
	display: block;
	height: 83px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	text-indent: -9000px;
	}

#content.team .active .headshot a, #content.team .active .headshot a:link, #content.team .active .headshot a:visited {
	background-position: 0 -83px;
	}

#content.team .headshot a:hover, #content.team .headshot a.active:hover {
	background-position: 0 0;
	}

#content.team .active .headshot a:hover, #content.team .active .headshot a.active:hover {
	background-position: 0 -166px;
	}
/* end .headshot */

/* .infoBubble */
#content.team .infoBubble {
	position: absolute;
	top: 87px;
	z-index: 1000;
	background: transparent url(../images/bg-infobubble-arrow.gif) no-repeat 60px 0;
	color: #fff;
	font-size: .75em;
	}
#content.team .infoBubble div {
	left: -10px;
	padding: 1em 1.5em;
	position: relative;
	top: 10px;
	background: #333;
	color: #fff;
	}

#content.team .lastinrow .infoBubble div {
	left: -70px;
	min-width: 150px;
	}

#content.team .infoBubble h4, #content.team .infoBubble h5 {
	display: block;
	margin: .2em 0 0;
	padding: 0;
	white-space: nowrap;
	}

#content.team .infoBubble h5 {
	color: #bcbcbc;
	}
/* end .infoBubble */

/* #tag-filter */
#content.team #tag-filter {
	display: inline;
	float: left;
	margin: 0 36px 0 0;
	overflow: auto;
	width: 351px;
	text-align: right;
	border-right: 1px solid #D1D1D1;
	padding: 0 22px;
	}
	
#tag-filter p {
	margin: -15px 0 0;
	display: block;
	}
	
#tag-filter ul {
	margin: 15px 0 0;
	display: block;
	}

#tag-filter li {
	display: inline;
	float: right;
	margin: 0 0 15px 6px;
	list-style-type: none;
	}

#tag-filter a, #tag-filter a:link, #tag-filter a:visited {
	padding: 4px 14px;
	border: 0;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	white-space: nowrap;
	}

#tag-filter a:hover, #tag-filter a:active {
	border: 0;
	color: #fff;
	}

#tag-filter a.active, #tag-filter a.active:link {
	border: 0;
	color: #fff;
	}

#tag-filter a.active span {
	border-bottom: 1px solid #fff;
	}

/* #tag-filter colors */
.consumer, a.consumer, a.consumer:link, a.consumer:visited { background-color: #E2F5F7; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin:0 0 5px 0; }
a.consumer:hover, a.consumer:active, a.consumer.active { background-color: #a2d2d7 !important; }

.b2b, a.b2b, a.b2b:link, a.b2b:visited { background-color: #E2F5F7; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin:0 0 5px 0; }
a.b2b:hover, a.b2b:active, a.b2b.active { background-color: #a2d2d7 !important; }

.established, a.established, a.established:link, a.established:visited { background-color: #E2F5F7; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin:0 0 5px 0; }
a.established:hover, a.established:active, a.established.active { background-color: #a2d2d7 !important; }


/* end #tag-filter colors */
/* end #tag-filter */
/* end .team */

/* .bio */
#content.bio .entry {
	margin-left: 300px;
	width: 570px;
	}

#content.bio #pagehead {
	margin-bottom: 1.8em;
	padding-bottom: .9em;
	border-bottom: 1px solid #d1d1d1;
	}

#content.bio #pagehead h1 {
	display: block;
	margin: 0 0 .1em;
	color: #111;
	font-size: 3em;
	}

#content.bio #pagehead h4 {
	display: block;
	margin: 0;
	}

/* .bio #personal-links */
#content.bio #personal-links {
	display: block;
	overflow: auto;
	margin: 20px 0 0 0;
	padding: 0;
	}

#content.bio #personal-links a, #content.bio #personal-links a:link, #content.bio #personal-links a:visited,
#content.bio #personal-links a:hover, #content.bio #personal-links a:active {
	padding: 4px 11px 5px 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	font-weight: 400;
	}

#personal-links p {
	display: block;
	float: left;
	margin-right: 2em;
	overflow: hidden;
	padding: 2px 4px 3px 0;
	}

#personal-links .email a, #personal-links .email a:link, #personal-links .email a:visited {
	background-image: url(../images/social/icon-email.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #d1d1d1;
	}

#personal-links ul {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 3px 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #d1d1d1;
	}

#personal-links ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#personal-links li a, #personal-links li a:link, #personal-links li a:visited,
#personal-links li a:hover, #personal-links li a:active {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #d1d1d1;
	}
	
#content.bio #personal-links2 {
	display: block;
	overflow: auto;
	padding: 0;
	}
	
#content.bio #personal-links2 a, #content.bio #personal-links2 a:link, #content.bio #personal-links2 a:visited,
#content.bio #personal-links2 a:hover, #content.bio #personal-links2 a:active {
	padding: 4px 11px 5px 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	font-weight: 400;
	}

#personal-links2 p {
	display: block;
	float: right;
	margin-right: 2em;
	overflow: hidden;
	padding: 2px 4px 3px 0;
	}

#personal-links2 .email a, #personal-links2 .email a:link, #personal-links2 .email a:visited {
	background-image: url(../images/social/icon-email.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #d1d1d1;
	}

#personal-links2 ul {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 3px 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #d1d1d1;
	}

#personal-links2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#personal-links2 li a, #personal-links2 li a:link, #personal-links2 li a:visited,
#personal-links2 li a:hover, #personal-links2 li a:active {
	background-image: url(../images/social/icon-misc.gif);
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #d1d1d1;
	}

/* end .bio #personal-links */

/* .bio #sidebar */
#content.bio #sidebar {
	display: inline;
	float: left;
	width: 263px;
	}
	
.bluebox {
background-color:#E2F5F7;
	padding:15px 13px 5px 12px;
	border-top:#c4e6e9 1px solid;

}	
	
#content.bio #sidebar p {
	font-size:11px;
	line-height: 14px;
	}

#content #sidebar li {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	font-size:11px;
	line-height: 15px;
	}

#content #sidebar li.first {
	padding: 0 0 12px;
	border-top: 0;
	}


/* end .bio #sidebar */
/* end .bio */

/* end Content */



/* Meta */
#meta .wrap { overflow: hidden; }
#meta ul {
	padding: 1em 3em;
	text-align: right;
	position: relative;
	}

#meta li {
	display: inline;
	margin-left: 28px;
	color: #6d6d6d;
	font-size: 1.3em;
	}

#meta a {
	background-repeat: no-repeat;
	padding: .3em 0 .3em 2em;
	background-image: url(../images/meta-sprite.gif);
	}
#meta .copyright { display: block; margin-top: 1em;}
.sprite-feed a { background-position: 0 -58px; }
.sprite-twitter a { background-position: -20px -38px; }
.sprite-flickr a { background-position: -40px -18px; }
.sprite-miniajax a { background-position: -60px 3px; }

#meta .kindlingapp-icon { position: absolute; left: 1em; top: 0; margin-left: 0; }
#meta .kindlingapp-icon a {
	color: #6d6d6d;
	font-size: 1em;
	background-image: url(../images/pollenizer_small.png);
	background-position: 50% 0;
	width: 150px;
	height: 32px;
	display: block;
	font-size: .8em;
	padding: 30px 0 0 0;
	}

#meta a, #meta a:link, #meta a:visited {
	color: #a2a2a2;
	}

#meta a:hover {
	color: #b3b3b3;
	}

#meta a img, #meta a:link img, #meta a:visited img {
	vertical-align: text-bottom;
	}

#meta a:hover img {
	border-bottom-width: 0;
	}
/* end Meta */



/** Featured Area **/

#featured_area {
	height: 395px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 17px;
	color: #423d3a;
	margin-bottom: 15px;
	font-weight: bold;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 800px;
	height: 210px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}

/* Home Page Slideshow */
#home_slideshow { position: relative; width: 575px; height: 355px; z-index: 100; margin: 0px 0 0; border:#333333 solid 1px; }
#home_slides li { position: relative; }

#homeslide_nav { width: 60px; height: 10px; position: absolute; bottom: -25px; left: 270px; }
#homeslide_nav a { display: block; width: 10px; height: 10px; float: left; margin: 0 10px 0 0; text-indent: -9999px; background: url(../images/slideshow_nav.png) no-repeat 0 0; }
#homeslide_nav a:hover, #homeslide_nav a.activeSlide { background-position: 0 -15px; }
