/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#231f20;background:#EFF2F6;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}


/*
Start Culture Making specific CSS
*/

body {
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: center;
	color:#231f20;
	background:#EFF2F6;
}

a {
	color: #263e8b;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	background: #FFF url('../images/headbg.jpg') no-repeat;
	width: 893px;
	padding: 0 22px 40px 40px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #wrap {
    background-image: url('../images/headbg@2x.png') no-repeat;
    background-size: 955px auto;
  }
}

#header {
	height: 290px;
}

ul#nav {
	list-style-type: none;
	display: inline;
}

ul#nav li {
	list-style-type: none;
	display: inline;
	
}

ul#nav li a {
	height: 39px;
	background: black;
	width: 100px;
	display: block;
	float: left;
}

ul#nav li a.about_the_site { background: url('../images/nav_about_the_site.gif') top; width: 102px; }
ul#nav li a.about_the_book { background: url('../images/nav_about_the_book.gif') top; width: 108px; }
ul#nav li a.about_andy_crouch { background: url('../images/nav_about_andy_crouch.gif') top; width: 134px; }
ul#nav li a.more_reading { background: url('../images/nav_more_reading.gif') top; width: 91px; }
ul#nav li a.latest_news { background: url('../images/nav_latest_news.gif') top; width: 82px; }
ul#nav li a.browse_tags { background: url('../images/nav_browse_tags.gif') top; width: 85px; }
ul#nav li.divider{ background: url('../images/nav_divider.gif') no-repeat top right; width: 19px; float: left; height: 39px;}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  ul#nav li a.about_the_site { background-image: url('../images/nav_about_the_site@2x.gif'); background-size: 102px auto; }
  ul#nav li a.about_the_book { background-image: url('../images/nav_about_the_book@2x.gif'); background-size: 108px auto; }
  ul#nav li a.about_andy_crouch { background-image: url('../images/nav_about_andy_crouch@2x.gif'); background-size: 134px auto; }
  ul#nav li a.more_reading { background-image: url('../images/nav_more_reading@2x.gif'); background-size: 91px auto; }
  ul#nav li a.latest_news { background-image: url('../images/nav_latest_news@2x.gif'); background-size: 82px auto; }
  ul#nav li a.browse_tags { background-image: url('../images/nav_browse_tags@2x.gif'); background-size: 85px auto; }
  ul#nav li.divider { background-image: url('../images/nav_divider@2x.gif'); background-size: 19px auto; }
}

a.homelink {
	width: 439px;
	height: 62px;
	background: url('../images/culturemaking.gif') top;
	display:block;
	position: relative;
	top: 124px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  a.homelink {
    background-image: url('../images/culturemaking@2x.gif');
    background-size: 439px auto;
  }
}

ul#nav li a:hover, ul#nav li a.selected, a.homelink:hover {background-position: bottom;}


/*
Content CSS
*/
.header a {
	text-decoration: none;
	color: #000;
}

.header a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#narrowcolumn {
	width: 440px;
	float: left;
}

#widecolumn {
	width: 650px;
	position: relative;
}

#widecolumn.tagid {
	float: left;
}

#homesidebar {
	width: 400px;
	float: right;
}

#homesidebarleft {
	float: left;
	width: 220px;
}

#homesidebarright {
	float: right;
	width: 140px;
}



#widecolumn {
	
}

.pullquotewrap {
	padding-top: 15px;
}

.repost .pullquotewrap {
	padding-bottom: 15px;
}

.postwrap {
	padding-bottom: 20px;
}

.date {
	font-size: 10px;
	float: right;
	padding: 5px 2px;
	text-align: right;
}

.date a {
    text-decoration: none;
}

.date a:hover {
    text-decoration: underline;
}

div.date a:hover:before { content: "\221E\0020"; }


.post {
	border-top: 3px solid #c87020;
	padding-bottom: 30px;
	border-bottom: 1px dotted #c87020;
	display: block;
}


.post .date, .post .date a {
	color: #c87020;

}

.post .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #c87020;
}

.post .title img {
	vertical-align: middle;
}


.post span.author {
	font-size: 13px;
	color: #464646;
}

.post span.via {
	font-size: 11px;
	color: #666766;
}

.post .body {
	padding: 3px 5px;
}

.post p {
	font-family: georgia, times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 10px 0 5px 0;
}

.post p blockquote {
padding-top, padding-bottom: 5px;
padding-left: 20px;
}

.article {
	border-top: 3px solid #cf1832;
	padding-bottom: 30px;
	border-bottom: 1px dotted #cf1832;
	display: block;
}


.article .date, .article .date a {
	color: #cf1832;

}

.article .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #cf1832;
}

.article .title img {
	vertical-align: middle;
}


.article span.author {
    text-align: right;
	font-size: 13px;
	color: #464646;
}

.article span.via {
	font-size: 11px;
	color: #666766;
padding-bottom: 10px;
}

.article .body {
	padding: 3px 5px;
}

.article p {
	font-family: georgia, times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 5px 0 5px 0;
}

.article .body span + p {
padding-top: 15px; }

.news_item {
	border-top: 3px solid #d95527;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d95527;
	display: block;
}


.news_item .date, .news_item .date a {
	color: #d95527;

}

.news_item .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #d95527;
}

.news_item .title img {
	vertical-align: middle;
}


.news_item span.author {
    text-align: right;
	font-size: 13px;
	color: #464646;
}

.news_item span.via {
	font-size: 11px;
	color: #666766;
}

.news_item .body {
	padding: 3px 5px;
}

.news_item p {
	font-family: georgia, times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 10px 0 5px 0;
}

.news_item blockquote {
    padding-left: 20px;
}


.links {
	font-size: 12px;
	float: right;
	font-style: italic;
	line-height: 16px;
}

#narrowcolumn .links {
	width: 80%;
}

#widecolumn .links {
	width: 80%;
}

.photo {
	border-top: 3px solid #6386a0;
	padding-bottom: 30px;
	
	border-bottom: 1px dotted #6386a0;
	background: #e3e4e4;
	display: block;
	font-size: 15px;
}

.photo .date, .photo .date a {
	color: #6386a0;
}

.photo .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #6386a0;
}

.photo .title img {
	vertical-align: middle;
}

.photo .img {
	text-align: center;
	border-bottom: 1px dotted #6386a0;
	
}

.photo .img img {
	border: 1px solid white;
	margin: 8px 0;
	
}

.photo span.via {
	font-size: 11px;
	color: #666766;
}

.photo .body {
	padding: 3px 10px;
}

.photo span.caption, .photo span.caption p {
    font-family: inherit;
    padding: 10px 0 0 0;
    line-height: inherit;
	font-size: 10px;
	color: #464646;
}


.image {
	border-top: 3px solid #6386a0;
	padding-bottom: 30px;
	
	border-bottom: 1px dotted #6386a0;
	background: #e3e4e4;
	display: block;
	
}

.image .date, .image .date a {
	color: #6386a0;
}

.image .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #6386a0;
}

.image .title img {
	vertical-align: middle;
}

.image .img {
	text-align: center;
	border-bottom: 1px dotted #6386a0;
	
}

.image .img img {
	border: 1px solid white;
	margin: 8px 0;
	
}

.image span.via {
	font-size: 11px;
	color: #666766;
}

.image .body {
	padding: 3px 10px;
}


.image span.caption, .image span.caption p {
    font-family: inherit;
    padding: 10px 0 0 0;
    line-height: inherit;
	font-size: 10px;
	color: #464646;
}




.embed {
	border-top: 3px solid #5a2049;
	padding-bottom: 30px;
	border-bottom: 1px dotted #5a2049;
	background: #e3e4e4;
	display: block;
	
}

.embed .date, .embed .date a {
	color: #5a2049;
}

.embed .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #5a2049;
}

.embed .title img {
	vertical-align: middle;
}

.embed .img {
	text-align: center;
	border-bottom: 1px dotted #5a2049;
	
}

.embed .img img {
	border: 1px solid white;
	margin: 8px 0;
	
}

.embed span.caption {
	font-size: 10px;
	color: #464646;
}

.embed span.via {
	font-size: 11px;
	color: #666766;
}

.embed .body {
	padding: 3px 10px;
}

.embed p {
	font-family: georgia, times, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 25px 0 20px 0;
}



.quote {
	border-top: 3px solid #522f91;
	color: #522f91;
	border-bottom: 1px dotted #522f91;
	
}

.quote .date, .quote .date a {
	color: #522f91;
}

.quote p {
	font-size: 18px;
	line-height: 23px;
	padding: 25px 25px 0 25px;
}

.quote p small {
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	display: block;
	padding-bottom: 10px;
}

.quote a {
    color: #522f91;
}



.excerpt {
	border-top: 3px solid #ae2120;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ae2120;
	display: block;
}

.excerpt .date, .excerpt .date a {
	color: #ae2120;
}

.excerpt .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #ae2120;
}

.excerpt .title img {
	vertical-align: middle;
}


.excerpt span.via {
	font-size: 11px;
	color: #666766;
}

.excerpt .body {
	padding: 3px 5px;
}

.excerpt p {
	font-family: georgia, times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 5px 0 5px 0;
}

.excerpt blockquote { padding-left: 20px; }

.excerpt div.author, .excerpt div.author p {
    line-height: inherit;
    padding: 16px 0 0 0;
    font-family: inherit;
	font-size: 11px;
	color: #666766;
}

.excerpt .body div + p { padding-top: 15px;
	font-size: 13px;
	color: #000; }




.re {
    font-size: 11px;
    line-height: 15px;
	font-style: normal;
	text-align: right;
	padding: 5px;
	
}

.video {
	border-top: 3px solid #5c8727;
	padding-bottom: 30px;
	
	border-bottom: 1px dotted #5c8727;
	background: #e9ebe5;
	display: block;
	
}

.video .date, .video .date a {
	color: #5c8727;
}

.video .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #5c8727;
}

.video .title img {
	vertical-align: middle;
}

.video .videoembed object {
	border: 1px solid white;
	margin: 8px 0;
	
}

.video .videoembed {
    border-bottom: 1px dotted #5c8727;
}

.video span.caption {
	font-size: 10px;
	color: #464646;
}

.video span.via {
	font-size: 11px;
	color: #666766;
}

.video .body {
	padding: 3px 10px;
}

.video .videoembed p {
    padding: 5px;
    width: 420px;
    margin-left: auto;
    margin-right: auto;}




.repost {
	border-top: 3px solid #c5a901;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c5a901;
	display: block;
}

.repost .date, .repost .date a {
	color: #c5a901;
}

.repost .header {
	padding: 20px 7px;
	border-bottom: 1px dotted #c5a901;
}

.repost .title img {
	vertical-align: middle;
}


.repost div.author {
	font-size: 11px;
	color: #666766;
}

.repost span.via {
	font-size: 11px;
	color: #666766;
}

.repost .body {
	padding: 3px 5px;
}


.repost p {
	font-family: georgia, times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 5px 0 5px 0;
}


.repost blockquote {
	font-size: 12px;
	line-height: 16px;
	font-family: georgia, times, serif;
	/* font-style: italic; */
	padding: 5px 15px 0 15px;
}

.repost blockquote p {
    padding-top: 0px;
}

.repost div + p { padding-top: 20px; 
    font-size: 13px;
    color: #000;}


.author em {
    font-style: italic;
}


.pullquote {
	width: 20%;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
}

#pagination {
	text-align: center;
	font-size: 12px;
	color: #6d6e71;
	padding: 20px 0 40px 0;
}

#pagination a {
	color: #6d6e71;
	text-decoration: none;
}

#pagination a:hover {
	color: #d9531e;
}

/*
	homesidebarleft
*/

#fivequestions {
	border: 2px solid #5e3a46;
	border-top: 3px solid #5e3a46;
	margin-bottom: 10px;
}

#fivequestions img {
	border: 0;
	margin: 0;
}

#fivequestions .inner {
	padding: 10px 10px 20px 10px;
	border-top: 2px solid #5e3a46;
	
}

#fivequestions .inner .item {
	border-bottom: 1px dotted #5e3a46;
	padding-top: 10px;
}

#fivequestions .inner .number {
	width: 25px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	color: #5e3a46;
}

#fivequestions .inner .question {
	padding-left: 25px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#fivequestions .inner .question a {
	color: #000;
	text-decoration: none;
}

#fivequestions .inner .question a:hover {
	text-decoration: underline;
}

#fivequestions .item.last {
	border: none;
}

#fivequestions a.joinconversation {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	color: #FFF;
	display: block;
	background: #5e3a46;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
}

#fivequestions a.joinconversation:hover {
	color: #A19196;
}

/* purple questions */

#fivequestions.color_purple {
    border-color: #9292ce;
}

#fivequestions.color_purple .inner {
    border-top-color: #9292ce;
}

#fivequestions.color_purple .inner .item {
    border-bottom-color: #9292ce;
}

#fivequestions.color_purple .inner .number {
    color: #9292ce;
}

#fivequestions.color_purple a.joinconversation {
    background: #9292ce;
}

/* red questions */

#fivequestions.color_red {
    border-color: #b32317;
}

#fivequestions.color_red .inner {
    border-top-color: #b32317;
}

#fivequestions.color_red .inner .item {
    border-bottom-color: #b32317;
}

#fivequestions.color_red .inner .number {
    color: #b32317;
}

#fivequestions.color_red a.joinconversation {
    background: #b32317;
}

/* yellow questions */

#fivequestions.color_yellow {
    border-color: #ecac00;
}

#fivequestions.color_yellow .inner {
    border-top-color: #ecac00;
}

#fivequestions.color_yellow .inner .item {
    border-bottom-color: #ecac00;
}

#fivequestions.color_yellow .inner .number {
    color: #ecac00;
}

#fivequestions.color_yellow a.joinconversation {
    background: #ecac00;
}

/* green questions */

#fivequestions.color_green {
    border-color: #007a50;
}

#fivequestions.color_green .inner {
    border-top-color: #007a50;
}

#fivequestions.color_green .inner .item {
    border-bottom-color: #007a50;
}

#fivequestions.color_green .inner .number {
    color: #007a50;
}

#fivequestions.color_green a.joinconversation {
    background: #007a50;
}






#homesidebarleft small {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	clear: both;
	display: block;
	padding-top: 10px;
	
}

a.articleslink {
	background: url('../images/articles.gif') top;
	height: 72px;
	width: 220px;
	display: block;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  a.articleslink {
    background-image: url('../images/articles@2x.gif');
    background-size: 220px auto;
  }
}

a.interviewslink {
	background: url('../images/interviews.gif') top;
	height: 72px;
	width: 220px;
	display: block;
	margin-bottom: 10px;
	
}

a.articleslink:hover,  a.interviewslink:hover {
	background-position: bottom;
}


/*
	homesidebarright
*/

#homesidebarright {
	font-size: 12px;
}

#homesidebarright p {
	padding-bottom: 10px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #737373;
}

#homesidebarright p.last {
	margin-bottom: 0;
	border: none;
}

#homesidebarright p.explanation {
	border-top: 1px solid #737373;
	padding-top: 14px;
	font-family: georgia, times, 'times new roman', serif;
	font-style: italic;
	line-height: 16px;
	color: #505050;
	border-bottom: 1px solid #737373;
}

#homesidebarright a { color: #231f20; 
    text-decoration: none; }

p.explanation a { text-decoration: none; color: #505050; }
#homesidebarright a:hover { color: #263e8b; }

#homesidebarright p.disclaimer {
	font-size: 10px;
	color: #131313;
	border-bottom: none;
	padding-bottom: 15px;
}

a.rsslink {
	background: url('../images/rss_link.gif') top;
	height: 20px;
	width: 118px;
	display: block;
	margin-bottom: 10px;
}

a.rsslinksmall {
	background: url('../images/rss_link_small.gif') top;
	height: 17px;
	width: 100px;
	display: block;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  a.rsslink {
    background-image: url('../images/rss_link@2x.gif');
    background-size: 118px auto;
  }
  a.rsslinksmall {
    background-image: url('../images/rss_link_small@2x.gif');
    background-size: 100px auto;
  }
}

a.facebooklink, a.twitterlink {
	height: 20px;
	width: 118px;
	display: block;
	margin-bottom: 10px;
	
}

a.facebooklink {
	background: url('../images/facebook_link.gif') top;
}

a.twitterlink {
	background: url('../images/twitter_link2.gif') top;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  a.facebooklink {
    background-image: url('../images/facebook_link@2x.gif');
    background-size: 118px auto;
  }
  a.twitterlink {
    background-image: url('../images/twitter_link@2x.gif');
    background-size: 118px auto;
  }
}

a.rsslink:hover, a.rsslinksmall:hover, a.facebooklink:hover, a.twitterlink:hover {
	background-position: bottom;
}

#search {
	border-top: 3px solid #737373;
	border-bottom: 1px solid #737373;
	padding: 10px 0 10px 5px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #505050;
}

#search form {
	padding-top: 7px;
}

#search .inputfield {
	width: 100px;
	height: 17px;
	margin-top: 2px;
}

a.search {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background: url('../images/submithover.gif') top;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  a.search {
    background-image: url('../images/submithover@2x.gif');
    background-size: 20px auto;
  }
}

a:hover.search {
	background-position: bottom;
}



/*
	tag cloud
*/

#homesidebar #tagcloud, .browsetags #tagcloud {
	clear: both;
	text-align: justify;
}

.tagid #tagcloud {
	clear: none;
	
}

#homesidebar #tagcloud {
	padding-top: 75px;
}

#homesidebar #tagcloud a,  .tagid #tagcloud a {
	color: #9fb3e6 ;
	text-decoration: none;
	display: inline;
}



.browsetags #tagcloud, .tagid #tagcloud {
	padding: 20px 0 30px 0;
}

.browsetags #tagcloud a {
    white-space: nowrap;
	color: #697F46 ;
	text-decoration: none;
	display: inline;
}

#homesidebar #tagcloud a:hover, .tagid #tagcloud a:hover, .browsetags #tagcloud a:hover{
	color: #d9531e;
}

#homesidebar #tagcloud a.tag_2, #sidebar #tagcloud a.tag_2 { color: #6283D8; }
#homesidebar #tagcloud a.tag_3, #sidebar #tagcloud a.tag_3 { color: #294282; }
#homesidebar #tagcloud a.tag_4, #sidebar #tagcloud a.tag_4 { color: #1C346E; }

.browsetags #tagcloud a.tag_2 { color: #54643A;}
.browsetags #tagcloud a.tag_3 { color: #475432;}
.browsetags #tagcloud a.tag_4 { color: #2B3022;}



div.roundtagcloudfg { line-height: 125%; }

/*
	footer
*/

#footer {
	padding: 5px;
	font-size: 10px;
	width: 645px;
}

#footer .rsslinksmall {
	float: right;
}

#footer.home{
	border-top: 1px dotted #8dc63f;
	width: 100%;
}

#footer.wide.articles {
	width: 100%;
	border-top: 1px dotted #b32317;
}

#footer.wide.fivequestions {
	width: 100%;
	border-top: 1px dotted #5f3844;
}

#footer.wide.interviews {
	width: 100%;
	border-top: 1px dotted #6e8878;
}


/*pages*/

#pagetitle {
	position: absolute;
	left: 10px;
	top: -25px;
	font-size: 19px;
	display: inline;
}

.morereading {
	border-top: #32004b solid 3px;
}

.morereading #pagetitle{
	color: #32004b;
}

.morereading .description {
	font-family: georgia;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 10px;
	border-bottom: #32004b solid 1px;
	padding-bottom: 15px;
	
}

.morereading .description p {
    padding-bottom: 10px;
}

.morereading .description a {
    text-decoration: none;
}

.morereading .description a:hover {
    text-decoration: underline;
}

.morereading .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #32004b;
	font-size: 12px;
	letter-spacing: .1em;
	padding: 10px;
	border-bottom: #32004b dotted 1px;
	
}

.morereading .bookrow {
	padding: 15px;
	border-bottom: #32004b dotted 1px;
	
}

.morereading .bookrow:last-child {
    border-bottom: #32004b solid 1px;
}

.morereading .bookrow img {
	float: left;
}

.morereading .bookrow .booktext {
	float: right;
	width: 515px;
	font-size: 12px;
	line-height: 18px;
	
}

.morereading .booktitle {
	font-weight: bold;
	font-size: 13px;
}

.morereading .booktitle a {
    text-decoration: none;
    color: #000;
}

.morereading .booktitle a:hover {
    text-decoration: underline;
    color: #32004b;
}

.morereading .publisher {
	
}

.morereading .brief {
	font-style: italic;
}

.morereading .brief i { 
    font-style: normal;
}

.morereading .brief a {
    text-decoration: none;
}

.morereading .brief a:hover {
    text-decoration: underline;
}

.aboutandycrouch {
	line-height: 18px;
	font-size: 13px;
	border-top: 3px solid #004b80;
	border-bottom: 1px dotted #004b80;
	padding-top: 25px;
}

.aboutandycrouch #pagetitle {
	color: #004b80;
}

.aboutandycrouch img {
	float: left;
	padding-left: 10px;
}


.aboutandycrouch .right {
	margin-left: 184px;
}

.aboutandycrouch .content {
	font-family: georgia, times, serif;
	padding-bottom: 10px;
}

.aboutandycrouch .content p {
    padding-bottom: 10px;
}

.aboutandycrouch .content em {
    font-style: italic;
}

.aboutandycrouch .content a {
    text-decoration: none;
}

.aboutandycrouch .content a:hover {
    text-decoration: underline;
}

.aboutandycrouch .row {
	padding: 10px 0;
	border-top: 1px dotted #004b80;
}

.aboutandycrouch .row strong {
	font-size: 14px;
	padding-bottom: 5px;
}

.aboutandycrouch .row strong, .aboutandycrouch .row em{
	display: block;
	color: #004a80;
}

.aboutandycrouch .row a {
	color: #000;
	text-decoration: none;
}
.aboutandycrouch .row a:hover {
	text-decoration: underline;
}


.aboutthebook {
	line-height: 18px;
	font-size: 13px;
	border-top: 3px solid #005e20;
	border-bottom: 1px dotted #005e20;
	padding-top: 25px;
}

.aboutthebook #pagetitle {
	color: #005e20;
}

.aboutthebook #buythebook { 
    float: left;
    padding-left: 10px;
    width: 150px;
}

.aboutthebook .right {
	margin-left: 184px;
}

.aboutthebook .content {
	font-family: georgia, times, serif;
	padding-bottom: 10px;
}

.aboutthebook .content p {
    padding-bottom: 10px;
}

.aboutthebook .row {
	padding: 10px 0;
	border-top: 1px dotted #005e20;
}

.aboutthebook #orderinfo, .aboutthebook #orderinfo p {
    padding: 10px 0 2px 0;
    color: #005e20;
    font-weight: bold;
    line-height: 16px;
}

.aboutthebook #orderinfo a {
    color: #005e20;
    text-decoration: none;
}

.aboutthebook #orderinfo a:hover {
    text-decoration: underline;
}

.aboutthebook .row strong {
	font-size: 14px;
	padding-bottom: 5px;
}

.aboutthebook .row strong, .aboutthebook .row em{
	display: block;
	color: #005e20;
}

.aboutthebook .row a {
	color: #005e20;
	text-decoration: none;
	font-weight: bold;
}
.aboutthebook .row a:hover {
	text-decoration: underline;
}

.aboutthebook .row p {
    padding-top: 15px;
}

.aboutthebook .row p strong {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}


.aboutthebook .row p em, .aboutthebook .row div.credit em {
    display: inline;
    color: #005e20;
    font-style: italic;
}

.aboutthebook .credit {
    color: #666;
}



.aboutthissite {
	line-height: 18px;
	font-size: 13px;
	border-top: 3px solid #b2355d;
	border-bottom: 1px dotted #b2355d;
	padding-top: 25px;
}

.aboutthissite #pagetitle {
	color: #b2355d;
}

.aboutthissite .description{
	line-height: 22px;
	font-size: 15px;
	font-family: georgia, times, serif;
	padding: 0 10px 20px 10px;
}

.aboutthissite .description p {
    padding-bottom: 15px;
}

.aboutthissite .description em {
    font-style: italic;
}

.aboutthissite .description a {
    text-decoration: none;
}

.aboutthissite .description a:hover {
    text-decoration: underline;
}

.aboutthissite img {
	float: left;
	padding-left: 10px;
}


.aboutthissite .right {
	margin-left: 184px;
}

.aboutthissite .content {
	font-family: georgia, times, serif;
	padding-bottom: 10px;
}


.aboutthissite .row {
	padding: 10px 0;
	border-top: 1px dotted #b2355d;
}

.aboutthissite .text {
	margin-left: 174px;
	
}

.aboutthissite .text p {
    padding-bottom: 10px;
}

.aboutthissite .row strong {
	font-size: 14px;
	padding-bottom: 5px;
}

.aboutthissite h2{
	display: block;
	font-weight: bold;
}

.aboutthissite h2 a, .aboutthissite .text a {
    text-decoration: none;
}

.aboutthissite h2 a:hover, .aboutthissite .text a:hover {
    text-decoration: underline;
}

.aboutthissite .favorite_tags a {
    text-decoration: underline;
}

.fivequestions {
	border-top: 3px solid #5f3844;

}

.fivequestions .header{
	background: url('../images/5questions.gif') left no-repeat;
	height: 102px;
	border-bottom: 1px dotted #5f3844;
	
}

.fivequestions .title {
	padding-left: 232px;
	line-height: 102px;
	color: #231f20;
	
}

.fivequestions .caption {
	font-size: 11px;
	padding: 5px 10px;
	display: block;
}

.fivequestions .description {
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 20px;
	/* font-style: italic; */
	/* color: #555555; */
	padding: 25px 10px 20px 10px;	
}

.fivequestions .question {
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	border-top: 1px dotted #5f3844;
	
}

.fivequestions strong {
	font-weight: bold;

}

.fivequestions a.comment {
	color: #5f3844;
	font-weight: bold;
	text-decoration: none;
}
.fivequestions a.comment:hover {
	text-decoration: underline;
}

.fivequestions em {
	color: #5f3844;
	font-style: italic;
	font-size: 11px;
}

.fivequestions p  {
	font-family: georgia, times, serif;
	padding-bottom: 15px;
}

.fivequestions .question p { padding-bottom: 7px; }

.fivequestions small {
	font-size: 12px;
	display: block;
	padding-bottom: 15px;
}

.fivequestions form {
	padding-top: 30px;
}

.fivequestions .formrow {
	width: 600px;
	padding-bottom: 10px;
}

.fivequestions .question:last-child { 
    border-bottom: 1px dotted #5f3844; 
}


.fivequestions .formrow input,.fivequestions .formrow textarea {
	width: 470px;
}

.fivequestions .formrow label {
	width: 50px;
	padding-left: 50px;
	margin-right: 20px;
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #5c5d5d;
}

.fivequestions .submit {
	text-align: right;
}


.fivequestions #preview, .fivequestions #post {
	width: 64px;
	margin: 0;
}



#sidebar, #homesidebarright.latestnews {
	float: right;
	width: 190px;
	border: none;
	margin-top: 102px;
	position: relative;
	padding-bottom: 10px;
}

#sidebar.tagid {
	margin-top: 45px;
}

#sidebar.articles, #homesidebarright.latestnews {
	margin-top: 63px;
}

#sidebar.articles {
    border-top: 3px solid #737374;
}

#sidebar.fivequestions strong, #sidebar.articles strong.sidebartitle {
	position: absolute;
	top: -16px;
	display: block;
	font-size: 12px;
	color: #b32317;
}

#sidebar.articles a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #737374;
	font-weight: bold;
}

#sidebar.articles a:hover {
	text-decoration: underline;
}

#sidebar.articles em {
	font-style: italic;
	font-weight: normal;
}

#sidebar.articles a.last {
	border-bottom: 1px solid #737374;
}

#sidebar.fivequestions .sidebarwrap {
	border-top: 3px solid #5f3844;
	border-bottom: 1px dotted #5f3844;
	background: #efe4e7;
	margin-bottom: 10px;
	
}

#sidebar.fivequestions .sidebarwrap a{
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px;
}


#sidebar.fivequestions .sidebarsubwrap {
	border-top: 3px solid #747474;
	border-bottom: 1px solid #747474;
}

#sidebar.fivequestions .sidebarsubwrap a{
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px;
}

#sidebar.fivequestions a:hover {
	text-decoration: underline;
}

.latestnews {
	border-top: 3px solid #d9541e;
	font-size: 13px;
	line-height: 18px;
}

.latestnews #pagetitle{
	color: #d9541e;
}

.latestnews .news {
	padding: 20px 10px;
	border-bottom: 1px dotted #d9541e;
	
}

.latestnews .news .title {
	padding-bottom: 10px;
}

.latestnews .news p,.latestnews .news a {
	font-family: georgia, times, serif;
	padding: 5px 0 5px 0;
}

.latestnews .news a {
	color: #253f8a;
}

.latestnews .news blockquote {
    padding-left: 20px;
}


.browsetags {
	border-top: 3px solid #6e903c;
	border-bottom: 1px dotted #6e903c;
	font-size: 13px;
	line-height: 18px;
}

.browsetags #pagetitle{
	color: #6e903c;
}

.browsetags .left, .browsetags .middle, .browsetags .right  {
	float: left;
	width: 33%;
	padding-bottom: 20px;
}

.browsetags strong {
	display: block;
	border-bottom: 1px dotted #6e903c;
	padding: 20px 0 5px 10px;
	margin-bottom: 10px;
}

.browsetags a {
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}

.browsetags a:hover {
	text-decoration: underline;
}

.tagid #pagetitle {
	color: #666766;
}

.articles #pagetitle {
	color: #b32317;
}

.articles #pagetitle a {
    color: #b32317;
    text-decoration: none;
}
.articles #pagetitle a:hover {
    text-decoration: underline;
}

.articles .post {
	border-top: 3px solid #b32317;
	border-bottom: 1px dotted #b32317;
	padding-bottom: 10px;
}

.articles .post .header{
	border-bottom: 1px dotted #b32317;
	position: relative;
	height: 62px;
	padding: 0;
	
}

.articles .title {
	padding-left: 75px;
	padding-top: 19px;
	
}

.articles .title strong {
	font-size: 15px;
	font-weight: bold;
}

.articles .title em {
	font-size: 13px;
	font-style: italic;
}

.articles .post img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.articles .body {
	padding: 5px 30px 0 10px;
	font-size: 13px;
	line-height: 18px;
}

.articles .body p {
	padding: 10px 0;
}

.articles.single .body em {
/*	font-size: 12px;
	font-weight: bold;
	color: #9e1d20;
	text-transform: uppercase;
	letter-spacing: .1em; */
	font-style: italic;
}

.articles.single .body .first {
    padding-top: 20px;
}

.articles.single .body .first:first-line {
	font-weight: bold;
	color: #9e1d20;
/*	text-transform: uppercase; */
/*	letter-spacing: .1em; */
}

.articles.single .post {
/*	border-bottom: none; -- actually I want the border! */
}

.articles.single .post p {
    padding: 5px 0 5px 0;
}


.articles .caption {
	font-size: 11px;
	color: #707071;
	text-align: right;
}

.articles .author {
	font-size: 13px;
	color: #464646;
    padding-top: 30px;
}

.articles.single .post div + p, .article .body div +p {
    padding-top: 15px;
}


.body p blockquote, .body blockquote, .body blockquote p {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
}

.articles .readmore, .article .readmore  {
	text-align: right;
	font-size: 13px;
}

.articles .readmore a, .article .readmore a {
	color: #b32317;
	font-weight: bold;
	text-decoration: none;
}

.articles .readmore a:hover, .article .readmore a:hover {
	text-decoration: underline;
}

.articles .morearticles {
	border-bottom: 1px dotted #b32317;
	padding: 10px;
	line-height: 18px;
	
}


.articles .morearticles strong, .articles .morearticles .year {
	color: #b32317;
	font-weight: bold;
padding-top: 10px;
}

.articles .morearticles a {
	color: #000;
	text-decoration: none;
}

.articles .morearticles a:hover {
	text-decoration: underline;
}

.articles .morearticles p {
	color: #000;
	font-size: 12px;
}

.articles .morearticles a {
	color: #000;
	padding: 0;
}

.articles .interview_q {
    font-style: italic;
}

.bookcover img, .articles .bookcover img { 
    display: inline;
    position: relative; 
    float: left; 
    margin: 10px 0px 0 -10px; }



.interviews #pagetitle {
	color: #6e8878;
}

.interviews .post {
	border-top: 3px solid #6e8878;
	border-bottom: none;
	padding-bottom: 10px;
}

.interviews .post .header{
	position: relative;
	border-bottom: 1px dotted #6e8878;
	height: 62px;
	padding: 0;
	
}


.interviews .post img {
	position: absolute;
	top: 0px;
	left: 0px;
}


.interviews .title {
	padding-left: 75px;
	line-height: 63px;
	
}

.interviews .caption {
	font-size: 11px;
	color: #707071;
	text-align: right;
}


.interviews .body {
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	font-family: georgia, times, serif;
	
}

.interviews .body .brief {
	font-style: italic;
	color: #4c4d4d;
	padding: 25px 0;
}


.interviews .body td.bold{
	font-weight: bold;
	vertical-align: top;
}



.interviews .body td {
	padding-bottom: 10px;
	padding-right: 7px;
}

/*fix to allow the wrapping of section titles*/
.title {
	position: relative;
	pad/ding: 20px 0 14px 0;
}

.title img {
	position: absolute;
	top: -5px;
}

.title strong {
	position: absolute;
	left: 0px;
}

.articles .title strong, .latestnews .title strong {
	position: relative;
}

.title a, .title span { display: block; }

.photo .title a, .photo .title span   { padding-left: 90px;}
.photo .title  img { left: 45px;}

.post .title a, .post .title span  { padding-left: 85px;}
.articles .post .title a, .articles .post .title span { padding-left: 0px; }
.post .title img { left: 37px;}

.article .title a, .article .title span  { padding-left: 85px;}
.article .title img { left: 43px;}

.news_item .title a, .news_item .title span  { padding-left: 80px;}
.news_item .title img { left: 36px;}

.excerpt .title a, .excerpt .title span  { padding-left: 100px;}
.excerpt .title img { left: 60px;}

.video .title a, .video .title span  { padding-left: 83px;}
.video .title img { left: 45px;}

.repost .title a, .repost .title span  { padding-left: 90px;}
.repost .title img { left: 52px;}

.image .title a, .image .title span  { padding-left: 90px;}
.image .title img { left: 50px;}

.embed .title a, .embed .title span  { padding-left: 95px;}
.embed .title img { left: 52px;}


#widecolumn .img img { max-width: 640px; }
#narrowcolumn .img img { max-width: 420px; }

/* for use with screenshot tooltip preview */

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
 
#archive_banner {
    background: #93C448;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
	width: 893px;
    padding: 20px 22px 22px 40px;
	margin: 0 auto;
}

#archive_banner a {
    text-decoration: none;
	font-weight: bold;
    color: #fff;

}