/* reset styles 
---------------------------------------------*/

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-weight: inherit;
/*    font-style: inherit;*/
    font-size: 100%;
    font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general 
---------------------------------------------*/

body { 
	background: #b7b2af url(/i/bg_tile.png); 
	color: #666;
	font: 300 0.9em/1.5em 'Helvetica Neue',helvetica,arial,sans-serif;
}

a:link, a:visited {
	color: #066c9f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p, ul, ol {
	margin-bottom: 1em;
}

#content_main h2, #content_main_wide h2, #content_main_porthdr h2 {
	color: #4EA072;
	font-size: 1.7em;
	margin-bottom: 1.2em;
}
#content_main h2 a, #content_main_wide h2 a, #content_main_porthdr h2 a {
	color: #4EA072;
	text-decoration: none;
}

#content h3 {
	color: #BF7D30;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

/* header 
---------------------------------------------*/

#headerwrapper {
	background:url("/i/header_bg.png") repeat-x scroll 0 0 transparent;
	position:relative;
	z-index:1;
}

#header {
	background:url("/i/mast_bg.png") repeat-x scroll 0 0 transparent;
	height: 150px;	
	position: relative;
	/*border: 1px solid white;*/
}

#nametag a {
	display: block;
	background:url("/i/nametag_inner.png") no-repeat scroll 0 0 transparent;
	width:246px;
	height:155px;
	position: absolute;
	left:0;
	top:0;
	line-height:205px;
	text-indent:-9999px;
	margin-left: -10px;
	z-index: 5;
	cursor: pointer;
	border: 0;
	text-decoration:none;
}

#nametag a:hover {
	background-position: 0 -155px;
}

#home_page #nametag a {
	background:url("/i/nametag.png") no-repeat scroll 0 0 transparent;
	height:205px;
}

#home_page #nametag a:hover {
	cursor: default;
	background-position: 0 0;
}


/*main nav*/

#nav {
	margin-top: 15px;
	padding-left:290px;
	width: 540px;
}

ul#mainnav {
	display: inline;
	height: 83px;
	width: 362px;
	margin-bottom: 0;
}

ul#mainnav li {
	display:inline;
	float:left;
	height:83px;
	list-style-type:none;
	margin-left:15px;
	text-indent:-9999px;
}

ul#mainnav li#about_nav {margin-left: 0 !important;}

ul#mainnav li a {
	background:url("/i/nav.png") no-repeat scroll 0 0 transparent;
	border:0;
	display:block;
	height:83px;
	text-decoration:none;
}

ul#mainnav li#about_nav a {
	width: 70px;
	background-position: 0 0;
}
ul#mainnav li#about_nav a:hover, ul#mainnav li#about_nav a:focus, #about_page ul#mainnav li#about_nav a {
	background-position: 0 -83px;
}
ul#mainnav li#portfolio_nav a {
	width: 99px;
	background-position: -85px 0;
}
ul#mainnav li#portfolio_nav a:hover, ul#mainnav li#portfolio_nav a:focus, #portfolio_page ul#mainnav li#portfolio_nav a {
	background-position: -85px -83px;
}
ul#mainnav li#contact_nav a {
	width: 89px;
	background-position: -201px 0;
}
ul#mainnav li#contact_nav a:hover, ul#mainnav li#contact_nav a:focus, #contact_page ul#mainnav li#contact_nav a {
	background-position: -201px -83px;
}


ul#mainnav li#links_nav a {
	width: 59px;
	background-position: -303px 0;
}
ul#mainnav li#links_nav a:hover, ul#mainnav li#links_nav a:focus, #links_page ul#mainnav li#links_nav a {
	background-position: -303px -83px;
}

#boo {
	position: absolute;
	top: 0;
	right: -21px;
}

/*page stretcher trick: make content div 100% height*/

html, body {
height: 100%;
}
#content { /* stretch div */
min-height: 100%;
}

/* body 
---------------------------------------------*/

#content {
	background:url("/i/body_bg.png") no-repeat scroll 0 0 #e4e1cb;
	border-left: 2px solid #a6a6a6;	
	border-right: 2px solid #a6a6a6;
	padding-top: 31px;	
}

#content_main {
	margin-left: 50px;
	width: 560px;
	margin-bottom: 35px;
}
#content_main_wide {
	margin-left: 50px;
	width: 860px;
	margin-bottom: 35px;
}

/*portfolio header div*/
#content_main_porthdr {
	margin-left: 50px;
	width: 860px;
}

body#portfolio_page #content_main_wide {
	width: 880px;
}

#content_side {
	width: 260px;
	margin-left: 30px;
	margin-bottom: 35px;
}

#feature {
	height: 445px;
	margin-left: 50px;
	margin-bottom: 35px;
	width: 560px;
	background:url("/i/feature_bg.png") no-repeat scroll 0 0 transparent;
	position: relative;
}

#featurewrap {
	position: absolute;
	top: 35px;
	left: 30px;
	width: 500px;
	height: 375px;
}

#featurewrap a {
	display: block;
	width: 500px;
	height: 375px;
	z-index: 5;
}

#feat1, #feat2, #feat3, #feat4 {
	width: 500px;
	height: 375px;
}
.feat_caption {
	position: absolute;
	top: 320px;
	width: 500px;
	height: 55px;
	text-indent:-9999px;
	display: none;
}

#featurewrap a:hover .feat_caption {
	display: block;
}

#feat1 {
	background:url("/i/feature_1.jpg") no-repeat scroll 0 0 transparent;
}
#feat1 .feat_caption {
	background:url("/i/feature_1_caption.png") no-repeat scroll 0 0 transparent;
}
#feat2 {
	background:url("/i/feature_2.jpg") no-repeat scroll 0 0 transparent;
}
#feat2 .feat_caption {
	background:url("/i/feature_2_caption.png") no-repeat scroll 0 0 transparent;
}
#feat3 {
	background:url("/i/feature_3.jpg") no-repeat scroll 0 0 transparent;
}
#feat3 .feat_caption {
	background:url("/i/feature_3_caption.png") no-repeat scroll 0 0 transparent;
}
#feat4 {
	background:url("/i/feature_4.jpg") no-repeat scroll 0 0 transparent;
}
#feat4 .feat_caption {
	background:url("/i/feature_4_caption.png") no-repeat scroll 0 0 transparent;
}

/*feature nav*/

div#featurenav ul {
	display: inline;
	height: 22px;
	width: 112px;
	position: absolute;
	bottom: 5px;
	right: 24px;
	margin-bottom: 0;
}

div#featurenav ul li {
	display:inline;
	float:left;
	height:22px;
	list-style-type:none;
	margin-left:6px;
	text-indent:-9999px;
}

div#featurenav ul li a {
	background:url("/i/nav_feature.png") no-repeat scroll 0 0 transparent;
	border:0;
	display:block;
	height:22px;
	text-decoration:none;
}
div#featurenav ul li a#first {
	width: 22px;
	background-position: 0 0;
}
div#featurenav ul li a#first:hover, div#featurenav ul li a#first:focus, ul#featurelist.first li a#first {
	background-position: 0 -22px;
}
div#featurenav ul li a#second {
	width: 22px;
	background-position: -28px 0;
}
div#featurenav ul li a#second:hover, div#featurenav ul li a#second:focus, ul#featurelist.second li a#second {
	background-position: -28px -22px;
}
div#featurenav ul li a#third {
	width: 22px;
	background-position: -56px 0;
}
div#featurenav ul li a#third:hover, div#featurenav ul li a#third:focus, ul#featurelist.third li a#third {
	background-position: -56px -22px;
}
div#featurenav ul li a#fourth {
	width: 22px;
	background-position: -83px 0;
}
div#featurenav ul li a#fourth:hover, div#featurenav ul li a#fourth:focus, ul#featurelist.fourth li a#fourth {
	background-position: -83px -22px;
}

#intro {
	width: 260px;
	margin-left: 30px;
	margin-bottom: 35px;
}

h2#intro_hdr {
	background:url("/i/hdr_welcome.png") no-repeat scroll 0 0 transparent;
	width:260px;
	height:35px;
	text-indent:-9999px;
}
h3#intro_hdr_des {
	background:url("/i/hdr_welcome_des.png") no-repeat scroll 0 0 transparent;
	width:260px;
	height:44px;
	margin: 15px 0 10px;
	text-indent:-9999px;
}

.container_16 #nonsense, .container_16 #bird, .container_16 #recs {
	font-size: 0.9em;
	line-height: 1.5em;
}

.homecol {
	padding: 5px 10px 10px;	
}

.container_16 #nonsense {
	width: 260px;
	margin-left: 50px;
}

.container_16 #nonsense, .container_16 #recs {
	background:url("/i/box_bg.png") repeat-x scroll 0 0 transparent;
}
.container_16 #bird, .container_16 #recs {
	width: 260px;
	margin-left: 30px;
}
h2#nonsense_hdr {
	background:url("/i/hdr_nonsense.png") no-repeat scroll 0 0 transparent;
	width:260px;
	height:35px;
	text-indent:-9999px;
}
#nonsense_img {
	float: right; 
	margin-top: -20px;
}
a#wnfan_btn {
	background:url("/i/wnfan_btn.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 25px;
	width: 140px;
	text-indent: -9999px;
}
a#wnfan_btn:hover {
	background-position: 0 -25px;
}

.container_16 #bird {
	background-color: #4CA5D0;	
}

#bird .homecol {
	padding-top: 0;
}
#bird p.follow {
	margin-bottom: 0;
	margin-top: 10px;
}

h2#bird_hdr {
	background:url("/i/hdr_bird.png") no-repeat scroll 0 0 transparent;
	width:260px;
	height:35px;
	text-indent:-9999px;
}

#twitter_img {
	float: right;
	margin-top: -50px;
}
a#follow_btn {
	background:url("/i/follow_btn.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 25px;
	width: 125px;
	text-indent: -9999px;
}
a#follow_btn:hover {
	background-position: 0 -25px;
}

/*twitter feed styling*/
div.twtr-hd, div.twtr-ft {
	display: none;
}
div#bird div.twtr-bd, div#bird .twtr-widget {
	font-family: 'Helvetica Neue',helvetica,arial,sans-serif!important;
	font-size: 13px!important;
	font-weight: normal;
}
#twtr-widget-1 .twtr-timeline i a.twtr-timestamp, #twtr-widget-1 .twtr-timeline i a.twtr-reply {
	color: #999 !important;
}



h2#recs_hdr {
	background:url("/i/hdr_recs.png") no-repeat scroll 0 0 transparent;
	width:260px;
	height:35px;
	text-indent:-9999px;
}

/* inner page content styles
---------------------------------------------*/

.wufoo .info {display:none}
body.noI {background-image: none; background-color: transparent; height: auto;}

#content h4.role {
	font-weight: normal;
	margin-top: -1em;
}


/*portfolio image, cycle slideshow styles*/
div#portfolio_image {
	width: 560px;
	background-color: #ccc;
	border-right: 1px solid #b7b2af;
	border-bottom: 1px solid #b7b2af;
	padding: 30px 0;
	margin-bottom: 25px;
}

div#portfolio_image div.pics {
	margin: 0 auto;
	width: 500px;
}

div#slidenav {
	margin: -15px -6px 15px 0;
	text-align: right;
}

div#slidenav a {
	background: #c1deec;
	padding: 3px 7px;
	color: #066D9F;
	text-decoration: none;
	margin: 0 5px;
}
div#slidenav a.activeSlide { background: #63ADD0; color: #fff;}
div#slidenav a:focus { outline: none; }

p.caption {
	font-size: 0.85em;
	text-align:right;
}

/*contact links*/

ul#contact_links {
	width: 260px;
}

ul#contact_links li {
	width:260px;
	list-style-type:none;
	margin-bottom:18px;
	text-indent:-9999px;
}

ul#contact_links li a {
	background:url("/i/contact_links.png") no-repeat scroll 0 0 transparent;
	border:0;
	display:block;
	width:260px;
	text-decoration:none;
}

ul#contact_links li#contact_flickr a {
	height: 36px;
	background-position: 0 0;
}
ul#contact_links li#contact_flickr a:hover, ul#contact_links li#contact_flickr a:focus {
	background-position: -260px 0;
}
ul#contact_links li#contact_twitter a {
	height: 52px;
	background-position: 0 -49px;
}
ul#contact_links li#contact_twitter a:hover, ul#contact_links li#contact_twitter a:focus {
	background-position: -260px -49px;
}
ul#contact_links li#contact_linkedin a {
	height: 52px;
	background-position: 0 -114px;
}
ul#contact_links li#contact_linkedin a:hover, ul#contact_links li#contact_linkedin a:focus {
	background-position: -260px -114px;
}

/* filterable portfolio
---------------------------------------------*/
ul#portfolio-filter{ margin: -20px 0; padding: 0; height: 64px; padding-left: 40px; line-height: 64px; /*background: transparent url(/i/portfolio/portfolio_filters.png) left no-repeat;*/ float: left; }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.4em 1em; background: #FFF; color: #aaa; font-weight: normal; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #066D9F; }
ul#portfolio-filter a.current{ background-color: #c1deec; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; clear:left; }
ul#portfolio-list li{ width: 201px; height: 165px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 199px; height: 125px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: .85em; line-height: 15px; color: #AAA; margin: 5px 0; }

/* footer
---------------------------------------------*/

#footer {
	padding-left: 40px;
	margin-top: 25px;
	font-size: 0.85em;
}
#footer p {
	margin-left: 20px;
}

/* misc
---------------------------------------------*/

.floatl {
	float: left;	
}
.floatr {
	float: right;	
}