html,body {
	background: #fff;
	font-size: 1em;
	text-align: center;
}
body {
	color: #000;
	font-family: Georgia, serif;
	padding-top: 65px;
}
body, p {
	font-size: 1em;
}
h1,h2,h3,h4 {
	font-family: "Open Sans", sans-serif;
}
h1.pagetitle {
	color: #333;
	font-size: 2em;
	font-weight: 700;
	padding-bottom: 10px;
}
h2.subtitle {
	font-size: 1.5em;
	font-weight: 700;
	padding: 0 0 10px 0;
}
img.alignleft,
img.alignright {
	border: 6px #e6e6e3 solid;
}
a {
	color: #1ca1d4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333;
}
p {
	line-height: 160%;
}

.site_wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 320px;
}
.feature_site_wrapper {
	overflow: visible !important;
}
.interior_wrapper {
	background: #eeeeeb;
	padding: 0;
	width: 100%;
}

.col_main,
.col_sidebar,
.col_full {
	text-align: left;
}
.clear {
	clear: both;
}


/* site header */
#header_wrapper {
	background: #fff;
	height: 70px;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	transition: top 1s;
	width: 100%;
	z-index: 3700;
}
body.scrolling_down #header_wrapper {
	top: -80px;
}


header.site {
	font-family: "Open Sans", sans-serif;
	height: 65px;
	margin: 0 auto;
}
#site_nav {
	background: #fff;
	border: 1px #fff solid;
	left: 50%;
	padding: 20px 10px 0 10px;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 150px;
	z-index: 3800;
}
#site_nav br {
	display: none;
}
#site_nav > a.toggle {
	background: transparent url(../images/button_site_nav.png) 90px 3px no-repeat;
	color: #000;
	display: block;
	font-size: 1.125em;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
}
#site_nav.open > a.toggle {
	color: #999;
}

#site_nav > nav {
	display: none;
}
#site_nav.open {
	border: 1px #ccc solid;
}
#site_nav.open > nav {
	display: block;
}
#site_nav > nav > a {
	border-bottom: 1px #efefec solid;
	color: #000;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
}
#site_nav > nav > a:hover { color: #1ca1d4; }
#site_nav > nav > a.interview:hover { color: #86a22f; }
#site_nav > nav > a.essay:hover { color: #ed7a0d; }
#site_nav > nav > a.review:hover { color: #a0428a; }
#site_nav > nav > a.shop_talk:hover { color: #e63c3b; }

#site_nav > form {
	display: none;
	padding: 12px 0;
}
#site_nav.open > form {
	display: block;
}
#site_search input[type="text"] {
	background: #ddd;
	border: 1px #ccc solid;
	border-radius: 6px;
	float: left;
	font-size: 0.688em;
	height: 20px;
	line-height: 0.688em;
	margin-top: 1px;
	margin-left: 8px;
	width: 96px;
	padding: 2px 2px 0 2px;
}
#site_search a.button {
	display: block;
	float: left;
	margin-left: 5px;
	width: 27px;
}
#site_search a.button > img {
	width: 100%;
}


#logo {
	margin-left: -146px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 114px;
	z-index: 3900;
}
#logo > img {
	width: 100%;
}
.site_caption {
	text-align: left;
}
.site_caption > h2 {
	color: #20a6d6;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 0.875em;
	height: 27px;
	padding: 12px 0 0 140px;
	text-transform: lowercase;
}
.ad_horizontal {
	display: none;
}



/* feature slider */
.feature_wrapper {
	background: #eeeeeb;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	width: 100%;
}
.feature_wrapper > .site_wrapper > br.clear { display: none; }
.feature_wrapper .col_sidebar {
	display: none;
}
div.feature_slider_frame {
	background: #444;
	height: 330px;
	margin: 0 auto;
	overflow: hidden;
	width: 310px;
}
div.feature_slider_frame > ul.feature_slider {
	display: none;
}
div.slider_wrapper {

}
div.slider_wrapper > div.slider_pane {
	float: left;
	height: 330px;
	overflow: hidden;
}
div.slider_wrapper > div.slider_pane div.slider_text_wrap {
	padding: 0 8px;
}
div.slider_wrapper > div.slider_pane > a.img,
div.slider_wrapper > div.slider_pane > a.img > img {
	display: block;
	height: 250px;
}
div.slider_wrapper > div.slider_pane h3,
div.slider_wrapper > div.slider_pane h3 a,
div.slider_wrapper > div.slider_pane h4,
div.slider_wrapper > div.slider_pane h5,
div.slider_wrapper > div.slider_pane p {
	color: #fff;
	padding: 2px 0;
}
div.slider_wrapper > div.slider_pane h5 a,
div.slider_wrapper > div.slider_pane p a {
	color: #fff;
}

div.slider_wrapper > div.slider_pane h3,
div.slider_wrapper > div.slider_pane h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 2px 0 3px 0;
}
div.slider_wrapper > div.slider_pane h3 {
	font-size: 1.125em;
	letter-spacing: 0.05em;
	line-height: 1.125em;
	padding-left: 0;
	padding-bottom: 7px;
}
div.slider_wrapper > div.slider_pane a:hover {
	 color: #000;
}
div.slider_wrapper > div.slider_pane h4 {
	font-size: 0.875em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
div.slider_wrapper > div.slider_pane h5 {
	display: inline;
	font-size: 0.75em;
	letter-spacing: 0.05em;
}
div.slider_wrapper > div.slider_pane h5 span {
	text-transform: uppercase;
}

div.slider_wrapper > div.slider_pane p {
	display: none;
}
div.slider_wrapper > div.review { background: #a0428a; }
div.slider_wrapper > div.shoptalk { background: #e63c3b; }
div.slider_wrapper > div.interview { background: #86a22f; }
div.slider_wrapper > div.essay { background: #ed7a0d; }


nav.feature_slider_nav {
	display: none;
}
#wkd_fs_button_left,
#wkd_fs_button_right {
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
	z-index: 500;
}
#wkd_fs_button_left > img,
#wkd_fs_button_right > img {
	width: 100%;
}
#wkd_fs_button_left {
	margin-left: 10px;
	top: -190px;
}
#wkd_fs_button_right {
	margin-left: 275px;
	top: -225px;
}


/* more features */
.more_features_wrapper {
	background: #171717;
	margin-top: -40px;
	width: 100%;
}

ul.more_features > li {
	border-bottom: 1px #373737 solid;
	margin: 0 auto;
	padding: 12px 0 8px 0;
	text-align: left;
	width: 245px;
}
ul.more_features > li.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.more_features > li > h4 {
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	padding-bottom: 4px;
	text-transform: uppercase;
}
ul.more_features > li.review > h4 { color: #a0428a; }
ul.more_features > li.shoptalk > h4 { color: #e63c3b; }
ul.more_features > li.interview > h4 { color: #86a22f; }
ul.more_features > li.essay > h4 { color: #ed7a0d; }
ul.more_features > li a {
	color: #fff;
}
ul.more_features > li > div.feature {
	height: 325px;
	overflow: hidden;
	width: 100%;
}
ul.more_features > li a.img {
	display: block;
	height: 325px;
	overflow: hidden;
	width: 245px;
}
ul.more_features > li img {
	width: 100%;
}
ul.more_features > li > div.feature > div {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	height: 72px;
	margin-top: -72px;
	padding: 6px;
	position: relative;
}
ul.more_features > li:hover > div.feature > div a {
	color: #000;
}
ul.more_features > li.review > div.feature > div { background: #a0428a; }
ul.more_features > li.shoptalk > div.feature > div { background: #e63c3b; }
ul.more_features > li.interview > div.feature > div { background: #86a22f; }
ul.more_features > li.essay > div.feature > div { background: #ed7a0d; }

ul.more_features > li > div.feature > div > h3 {
	font-weight: 700;
}

ul.more_features > li > a.more {
	color: #ccc;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}
ul.more_features > li.review > a.more:hover { color: #a0428a; }
ul.more_features > li.shoptalk > a.more:hover { color: #e63c3b; }
ul.more_features > li.interview > a.more:hover{ color: #86a22f; }
ul.more_features > li.essay > a.more:hover{ color: #ed7a0d; }

ul.more_features > li > div.feature > div > h5 {
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

/* blog lists */
.blog_list {
	font-family: "Open Sans", sans-serif;
	padding: 20px 5px 0 10px;
}
.blog_list > article {
	border-top: 3px #666 solid;
	padding: 4px 0 30px 0;
}
.blog_list > article.review { border-top: 3px #a0428a solid; }
.blog_list > article.shoptalk { border-top: 3px #e63c3b solid; }
.blog_list > article.interview { border-top: 3px #86a22f solid; }
.blog_list > article.essay { border-top: 3px #ed7a0d solid; }

.blog_list > article.review > .post_content h2 a:hover { color: #a0428a; }
.blog_list > article.shoptalk > .post_content h2 a:hover { color: #e63c3b; }
.blog_list > article.interview > .post_content h2 a:hover { color: #86a22f; }
.blog_list > article.shoptalk > .post_content h2 a:hover { color: #e63c3b; }
.blog_list > article.essay > .post_content h2 a:hover { color: #ed7a0d; }

.blog_list > article > header,
.col_full > article > header {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	padding: 4px 0 10px 0;
	text-transform: uppercase;
}

.blog_list > article.review > header > strong a { color: #a0428a; }
.blog_list > article.shoptalk > header > strong a { color: #e63c3b; }
.blog_list > article.interview > header > strong a { color: #86a22f; }
.blog_list > article.essay > header > strong a { color: #ed7a0d; }

body.reviews .blog_list > article.review > header > strong,
body.reviews .blog_list > article.review > header > span,
body.interviews .blog_list > article.interview > header > strong,
body.interviews .blog_list > article.interview > header > span,
body.essays .blog_list > article.essay > header > strong,
body.essays .blog_list > article.essay > header > span { display: none; }


h1.list_title {
	font-size: 1.188em;
 	letter-spacing: 0.05em;
 	margin-top: 18px;
 	margin-bottom: 0;
 	padding: 10px 0 12px 0;
 	text-transform: uppercase;
}
body.reviews h1.list_title { border-top: 5px #a0428a solid; }
body.shoptalk h1.list_title { border-top: 5px #e63c3b solid; }
body.interviews h1.list_title { border-top: 5px #86a22f solid; }
body.essays h1.list_title { border-top: 5px #ed7a0d solid; }

body.reviews .blog_list,
body.shoptalk .blog_list,
body.interviews .blog_list,
body.essays .blog_list { margin-top: 0; padding-top: 0;}

.blog_list > article .post_img {
	float: left;
	overflow: hidden;
	width: 148px;
}
.blog_list > article .post_img > img {
	max-height: 200px;
	max-width: 180px;
}
.blog_list > article .post_content {
	float: left;
	margin-left: 12px;
	overflow: hidden;
	width: 136px;
}
.blog_list > article .post_content > h2 > a {
	color: #000;
	font-size: 1.125em;
	font-weight: 700;
}
.blog_list > article .post_content .excerpt {
	display: none;
}
.byline {
	color: #666;
	font-size: 0.7em;
	margin-top: 5px;
}
.home .blog_list .byline a.contributor {
	color: #666;
}
.home .blog_list .byline a.contributor:hover {
	color: #000;
}
.byline a.contributor {
	font-weight: 700;
	letter-spacing:  0.05em;
	text-transform: uppercase;
}
div.next_previous {
	padding-bottom: 30px;
}
div.next_previous a {
	background: #fa7512;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;;
	letter-spacing: 0.05em;
	padding: 6px;
	text-transform: uppercase;
}
div.next_previous div.nav_previous {
	float: left;
}
div.next_previous div.nav_next {
	float: right;
}
div.next_previous a:hover {
	background: #42c3f5;
}




/* sidebar */
.col_sidebar {
	padding: 10px;
}
.col_sidebar > h5 {
	border-top: 3px #ccc solid;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	margin: 20px 0 10px 0;
	padding: 3px 0 5px 0;
	text-transform: uppercase;
}
.widget-sidebar-header h4,
.widget-sidebar-header h5,
.widget-sidebar-support h4 {
	display: none;
}
.widget-sidebar-header {
	background: #eee;
	border-top: 4px #ed7a0d solid;
}
.widget-sidebar-support {
	background: #eee;
}
.widget-sidebar-support p {
	padding: 5px;
}
nav.social {
	margin: 10px auto 0 auto;
	padding-bottom: 20px;
	width: 210px;
}
nav.social > a {
	background-image: url(../images/social_sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin: 0 10px;
	width: 50px;
}
nav.social > a.facebook { background-position: 0 0; }
nav.social > a.rss { background-position: -61px 0; }
nav.social > a.twitter { background-position: -122px 0; }

nav.social > a.facebook:hover { background-position: 0 -50px; }
nav.social > a.rss:hover { background-position: -61px -50px; }
nav.social > a.twitter:hover { background-position: -122px -50px; }

nav.social > a > span {
	display: none;
}

.widget-sidebar-support p {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
}

#donate_button {
	background: transparent url(../images/button_donate.png) no-repeat;
	display: block;
	height: 88px;
	margin: 0 auto 20px auto;
	width: 279px;
}
#donate_button:hover {
	background: transparent url(../images/button_donate_hover.png) no-repeat;
}
#donate_button > span {
	display: none;
}
.widget-fwrad h4 {
	display: none;
}
.widget-fwrad img {
	margin-bottom: 15px;
}
.widget-fwr-partner h4 {
	display: none;
}
.widget-fwr-partner img {
	margin-bottom: 15px;
}

/* popular posts */
#popular_posts_wrapper {
	border-top: 3px #ccc solid;
	padding: 15px 0;
	margin-bottom: 30px;
}
#popular_posts_wrapper > h4 {
	font-weight: 700;
	font-size: 0.875em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#popular_posts_wrapper > nav {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}
#popular_posts_wrapper > nav > a {
	display: block;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
#popular_posts_wrapper > nav > a.interview {
	border-top: 3px #86a22f solid;
	color: #86a22f;
	margin-right: 4px;
	width: 85px;
}
#popular_posts_wrapper > nav > a.essay {
	border-top: 3px #ed7a0d solid;
	color: #ed7a0d;
	margin-right: 4px;
	width: 55px;
}
#popular_posts_wrapper > nav > a.review {
	border-top: 3px #a0428a solid;
	color: #a0428a;
	margin-right: 5px;
	width: 65px;
}
#popular_posts_wrapper > nav > a.shoptalk {
	border-top: 3px #e63c3b solid;
	color: #e63c3b;
	width: 80px;
}
#popular_posts_wrapper > nav > a.inactive {
	border-top: 3px transparent solid !important;	
}

#popular_posts > li {
	display: none;
}
#popular_posts > li.active {
	display: block;
}
#popular_posts > li > ul > li {
	border-bottom: 1px #ccc solid;
	font-size: 0.75em;
	min-height: 50px;
	padding: 10px 0;
}
#popular_posts > li > ul > li:hover a {
	color: #999;
}
#popular_posts > li > ul > li > a.img {
	display: block;
	float: left;
	height: 50px;
	margin-right: 10px;
	width: 50px;
	overflow: hidden;
}
#popular_posts > li > ul > li > a.img > img {
	width: 50px;
}
#popular_posts > li > ul > li > a {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
#popular_posts > li > ul > li > a:hover {
	color: #999;
}


/* single views */
body.post a:hover {
	color: #333;
}

.post_social {
	display: none;
}
.header_image {
	overflow: hidden;
	width: 320px;
}
.header_quote {
	display: none;
}
body.interview .header_image,
body.interview .header_quote { border-bottom: 5px #86a22f solid; }
body.essay .header_image,
body.essay .header_quote { border-bottom: 5px #ed7a0d solid; }
body.review .header_image,
body.review .header_quote { border-bottom: 5px #a0428a solid; }
body.shoptalk .header_image,
body.shoptalk .header_quote { border-bottom: 5px #e63c3b solid; }

body.interview article a,
body.interviews article a { color: #86a22f; }
body.essay article a,
body.essays article a { color: #ed7a0d; }
body.review article a,
body.reviews article a { color: #a0428a; }
body.shoptalk article a { color: #e63c3b; }

article h3.subtitle {
	border-top: 3px #000 solid;
	color: #000;
	font-size: 0.75em;
	font-weight: 700;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

article > .title_excerpt > p.excerpt {
	font-family: "Open Sans", sans-serif;
	font-size: 1.375em;
	font-weight: 700;
}
article > .title_excerpt > h1 {
	padding-left: 4px;
}
.col_full article .post_content {
	margin-top: 25px;
	padding-left: 4px;
}
.col_full article .post_content p,
body.page .col_main p {
	line-height: 170%;
	padding-bottom: 20px;
}
.col_full article .post_content ul,
body.page .col_main ul {
	font-size: 1em;
	line-height: 160%;
}
.col_full article .post_content ul li,
body.page .col_main ul li {
	background: transparent url(../images/bullet_gt.png) 0 8px no-repeat;
	padding-left: 10px;
	margin: 8px 0;
}
.col_full article .post_content ol,
body.page .col_main ol {
	font-size: 1em;
	line-height: 160%;
}
.col_full article .post_content ol,
body.page .col_main ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.col_full article .post_content ol li,
body.page .col_main ol li {
	margin: 15px;
}
.col_full article blockquote,
body.page .col_main blockquote {
	background: #ddd;
	margin: 20px 40px;
	padding: 15px 20px 10px 20px;
}
.content_pagination {
	background: transparent url(../images/icon_pagination.png) 50% 45px no-repeat;
	color: #999;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin: 10px auto 50px auto;
	padding: 20px 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.content_pagination span {
	color: #333;
	letter-spacing: 0.05em;
}

.col_full article .post_content img.alignleft,
.col_full article .post_content img.alignright {
	display: block;
	margin: 0 auto 10px auto;
}
.col_full article p.wp-caption-text {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-size: 0.688em;
}

.col_full article .pullquote-right,
.col_full article .pullquote-left, 
.col_full article .pullquote-center {
	display: block;
	border-top: 5px #86a22f solid;
	border-bottom: 5px #86a22f solid;
	color: #333;
	font-size: 1.5em;
	font-style: italic;
	padding: 10px 0;
	margin: 40px 0;
	line-height: 170%;
	text-align: center;
	width: 100%;
}
body.review .post_content .pullquote-center {
	border-bottom: 5px #a0428a solid;

}

.blog_list nav.tags {
	display: none;
}
nav.tags {
	background: transparent url(../images/icon_tags.png) 0 9px no-repeat;
	border-top: 2px #e6e6e3 solid;
	color: #666;
	font-family: "Open Sans", sans-serif;
	line-height: 110%;
	margin-top: 50px;
	padding: 5px 0 20px 20px;
}
nav.tags > a {
	color: #666 !important;
	font-size: 0.75em;
	font-weight: normal;
	text-transform: lowercase;
}
nav.tags a:hover {
	color: #000;
}

footer.contributor {
	margin-top: 30px;
	padding: 5px 0 10px 0;
}
footer.contributor > div.contrib_img {
	float: left;
	margin-right: 10px;
	width: 98px;
}
footer.contributor > div.contrib_img > img {
	width: 100%;
}
div.contrib_content p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	line-height: 170%;
	margin: 10px 0;
}
div.contrib_content > h2 {
	color: #000;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

div.contrib_content div.also h4 {
	color: #666;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}
div.contrib_content div.also a {
	background: transparent url(../images/bullet_gt.png) 0 7px no-repeat;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	padding: 2px 0 2px 8px;
}
div.related_stories {
	padding: 20px 0;
	margin: 30px 0;
}
div.related_stories > .related_block {
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 250px;
}
div.related_stories > .related_block a.image {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	height: 250px;
	width: 250px;
}
div.related_stories > .related_block a.image > img {
	width: 100%;
}
body.post div.col_sidebar {
	margin-top: 32px;
}

/* contributor page */

/* single > interview */
body.interview div.post_content h2 {
	background: transparent url(../images/divider_green_lg.png) 50% top no-repeat;
	font-family: "Open Sans", sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 40px 0 30px 0;
	padding: 40px 0 0 0;
	text-align: center;
}

/* meet the team */
ul.team_list > br.clear {
	display: none;
}
ul.team_list > li {
	border-bottom: 1px #ccc solid;
	display: block;
	font-family: "Open Sans", sans-serif;
	min-height: 70px;
	padding: 8px 0;
}
ul.team_list > li img {
	float: left;
	margin: 0 6px 8px 0;
	width: 60px;
}
ul.team_list > li h4 {
	padding-top: 6px;
}

div.team_nav_wrapper {
	border-top: 3px #ccc solid;
	border-bottom: 2px #ccc solid;
}
div.team_nav_wrapper > a.toggle {
	border-bottom: 1px #ccc solid;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	padding: 6px 4px;
	text-transform: uppercase;
}
#team_nav {
	display: none;
}
#team_nav.open {
	display: block;
}
#team_nav > a {
	border-bottom: 1px #ccc solid;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	padding: 6px 4px;
	text-transform: uppercase;
}
#team_nav > a:hover,
body.masthead #team_nav > a.masthead,
body.past #team_nav > a.past,
body.current #team_nav > a.current {
	color: #333;
}
body.team ul.team_list h4 { font-size: 0.875em;}

body.contributor h2.subtitle {
	color: #666;
	font-size: 1.25em;
}
body.contributor div.contrib_about { font-family: "Open Sans", sans-serif; margin-bottom: 20px; font-size: 0.875em; }
body.contributor div.contrib_about p { line-height: 170%;}
body.contributor h2.label {
	border-top: 3px #ccc solid;
	font-weight: 700;
	margin-top: 20px;
	padding: 5px 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
body.contributor h3.byline {
	display: none;
}

/* standard pages */


body.page .col_main h2 {
	font-size: 1.5em;
	font-weight: 700;
	padding: 0 0 10px 0;
	margin-top: 30px;
	letter-spacing: 0.05em;
}
body.page .col_main h3 {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 30px;
	padding: 0 0 10px 0;
	letter-spacing: 0.05em;
}
body.page .col_main h3.title_reviews  { color: #a0428a; text-transform: uppercase; }
body.page .col_main h3.title_shoptalk { color: #e63c3b; text-transform: uppercase; }
body.page .col_main h3.title_interviews  { color: #86a22f; text-transform: uppercase; }
body.page .col_main h3.title_essays  { color: #ed7a0d; text-transform: uppercase; }

body.essay div.post_content hr {
	background: transparent url(../images/essay_openbook.png) 50% top no-repeat;
	border: none;
	display: block;
	margin: 15px 0 25px 0;
	height: 22px;
}
body.shoptalk div.post_content hr {
	background: transparent url(../images/shoptalk_openbook.png) 50% top no-repeat;
	border: none;
	display: block;
	margin: 15px 0 25px 0;
	height: 22px;
}
body.review div.post_content hr {
	background: transparent url(../images/review_openbook.png) 50% top no-repeat;
	border: none;
	display: block;
	margin: 15px 0 25px 0;
	height: 22px;
}

.col_main address {
	border-left: 5px #ccc solid;
	padding-left: 15px;
	margin: 15px 25px 20px 25px;
	line-height: 150%;
}

body.donate form.donate_full {
	text-align: center;
	width: 100%;
}

/* footer */
footer.site {
	background: #171717;
	color: #ccc;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
}
footer.site > .site_wrapper {
	text-align: left;
}
footer.site h3 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.075em;
	padding: 8px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
footer.site a {
	color: #42c3f5;
	font-weight: 700;
}
footer.site a:hover {
	color: #fff;
}
footer.site p {
	padding-bottom: 6px;
}
footer.site .widget-dont-miss {
	display: none;
}
footer.site .widget-write-for-us a.submit-stuff {
	background: #fa7512;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 20px auto 0 auto;
	padding: 6px;
	text-align: center;
	width: 160px;
}
footer.site .widget-write-for-us a.submit-stuff:hover {
	background: #42c3f5;
}
footer.site .widget-write-for-us,
footer.site .meet_the_team {
	padding: 15px 10px;
}
footer.site .meet_the_team a.more {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
}
ul.team_col {
	margin-top: 15px;
}
ul.team_col > li {
	border-bottom: 1px #393939 solid;
	min-height: 60px;
	padding: 4px 2px;
}
ul.team_col_2 {
	display: none;
}
ul.team_col > li img {
	float: left;
	margin: 0 6px 8px 0;
	width: 60px;
}
ul.team_col > li h4 {
	padding-top: 6px;
}

footer.final {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
div.footer_quote_outer {
	background: transparent url(../images/footer_bg_top_mobile.png) 50% 0 no-repeat;
	margin: 0 auto;
	padding-top: 26px;
	width: 319px;
}
div.footer_quote_inner {
	background: transparent url(../images/footer_bg_bot_mobile.png) center bottom no-repeat;
	margin: 0 auto;
	padding-bottom: 60px;
}
div.footer_quote {
	background: transparent url(../images/footer_bg_mid_mobile.png) center top repeat-y;
	margin: 0 auto;
	width: 297px;
}
div.footer_quote h4 {
	display: none;
}
div.footer_quote blockquote,
div.footer_quote cite {
	color: #000;
	line-height: 150%;
	padding: 0 15px;
}
div.footer_quote blockquote{
	font-size: 1.25em;
	font-weight: 700;
}

footer.final nav.social {
	padding: 10px 0 20px 0;
}

footer.final p.copyright {
	color: #999;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
footer.final p.copyright a {
	color: #999;
}
footer p.beta {
	background: #e63c3b;
	color: #fff;
	padding: 7px;
}
footer p.beta a {
	color: #fff;
	text-decoration: underline;
}
footer p.beta a:hover {
	color: #000;
}

/* pop blocks */
.pop_block {
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	visibility: hidden;
	position: absolute;
}
#save_plus {
	color: #000;
	display: inline-block;
	margin: 15px 0 0 -220px;
	padding: 4px 10px;
	text-align: left;
	width: 150px;
}
#save_plus > a {
	display: block;
	padding: 5px 0;
}

div.ad-home {	
	position: relative;
	top: -35px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}




/* ad code */
#floating_a_wrapper {
/*	background-color: rgba( 255, 255, 255, 0.7 ); */
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#floating_a_wrapper div {
	margin: 0 auto;
}
