/* 
 * Basic tag definitions 
 */
body {
	font-size: 11px;
	color: #222;
	background-color: white;
	margin: 0px;
	padding: 0px;
	word-spacing: .05em;
	overflow-x: hidden;
}
h1 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 22px;
/*	font-family: 'Century Gothic', 'Avant Garde', 'Trebuchet MS', 'Trebuchet', 'Arial', 'Helvetica', sans-serif;  */
	color: #999;
}
h1 .page_header {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-top: 3px;
	padding-bottom: 4px;
}

a {
	color: #222;
	text-decoration: underline;
}
blockquote, .blockquote {
	line-height: 1.6em;
}


/* 
 * Page structure
 */
#main_container {
	width: 989px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/core/bg.png);
	background-repeat: repeat-y;
}
#right_container {
	float: right;
	width: 429px;
	height: 100%;
	margin: 0;
}
#right_columns {
	background-image: url(../images/core/lenfant.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	padding-top: 14px;
}
#column_one {
	float: left;
	width: 183px;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 16px;
	margin: 0;
}
#column_two {
	float: left;
	width: 186px;
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0;
}


/* 
 * Nav bubble 
 */
#nav_bubble {
	background-image: url(../images/core/navbubble.png);
	height: 63px;
	width: 383px;
	margin-right: auto;
	margin-left: auto;
}
#nav_bubble table {
	width: 100%;
}
#nav_bubble td {
	vertical-align: middle;
	text-align: center;
}
#nav_bubble_search table {
	height: 38px;
}
#nav_bubble_search_text {
	width: 125px;
	font-size: 11px;
	margin-right: 10px;
}
#nav_bubble_search_submit { }
#nav_bubble_nav table {
	height: 25px;
	color: white;
	font-size: 13px;
}
#nav_bubble_nav a {
	color: white;
	text-decoration: none;
}
#nav_bubble_nav a:hover {
	text-decoration: underline;
}


/*
 * Other bubble (now just for subscribe)
 */
.bubble {
	background-image: url(../images/core/bubble.png);
	height: 43px;
	width: 183px;
	margin-top: 6px;
}
.bubble table {
	margin-left: auto;
	margin-right: auto;
}
.bubble td {
	vertical-align: middle;
	text-align: center;
}
.bubble_title, .bubble_title a { 
	color: white;
}
.bubble_content table {
	height: 25px;
}
.bubble_input, .bubble_submit {
	font-size: 10px;
}


/* 
 * Side sections and boxes
 */
.side_section {
	margin-bottom: 30px;
    overflow: hidden;
}
.standard_side {
	line-height: 1.5em;
}

.side_section p {
	margin-top: 0;
	margin-bottom: 0;
}
.side_section a, .cloud a {
	text-decoration: none;
}
.side_section a:hover, .cloud a:hover {
	text-decoration: underline;
}
.side_section_image {
	text-align: center;
}

.side_section ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.side_section li {
	margin-bottom: 0.6em;
	background-image: url(../images/core/bullet_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	padding-left: .7em;
	line-height: 1.3em;
}
.side_section h4 {
	font-weight: bold;
	font-size: 12px;
	color: black;
	clear: left;
	margin-bottom: 2px;
	margin-top: 0;
}
.side_section .side_more {
	margin-top: 5px;
}
.side_section .more a {
	text-decoration: underline;
}

.side_box {
	margin: 0px;
	padding: 0px;
	margin-top: -6px;
	width: 188px;
}
.side_box_top {
	background-image: url(../images/core/box_top.png);
	background-repeat: no-repeat;
	height: 12px;
}
.side_box_bottom {
	background-image: url(../images/core/box_bottom.png);
	background-repeat: no-repeat;
	height: 12px;
}

.side_box_content {
	background-image: url(../images/core/box_middle.png);
	background-repeat: repeat-y;
	padding-left: 9px;
	padding-right: 2px;
	padding-bottom: 1px;
	color: #555;
}

.side_box_image {
	text-align: center;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: top center;
}
.side_box_image_caption {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	line-height: 1.25em;
	background-color: #333;
	color: #f2f2f2;
}


/*
 * Sidebar calendar
 */
#side_calendar {
	margin-left: 0px;
	padding-left: 0px;
}
.side_calendar_day {
	margin-bottom: 0.1em;
	margin-top: .8em;
	font-weight: bold;
	color: black;
}
.side_calendar_event {
	margin-left: 50px;
	margin-top: 0.25em;
	margin-bottom: 0.4em;
	line-height: 1.25em;
}
.side_calendar_time {
	float: left;
	margin-left: -50px;
	color: #555;
}


/*
 * Recent comments
 */
#recent_comments {
}
.side_comment_text {
    margin-bottom: 0;
}
.side_comment_attribution {
    margin-top: 0;
    margin-bottom: 1em !important;
}
.side_comment_attribution, .side_comment_attribution a {
	color: #777;
}


/*
 * Tag clouds
 */
.cloud {
    font-size: 8pt;
    text-align: center;
}
.cloud_link {
    margin-right: 5px;
    vertical-align: -25%;
	line-height: 125%;
}
.nss {
    visibility: hidden;
}
.cloud a {
    white-space: nowrap;
}



/*
 * Other side sections
 */
.link_group + .link_group {
	margin-top: 1.25em;
}
.link_header {
	font-weight: bold; 
	color: #333;
	padding-bottom: 0.35em;
}
.link_item {
	margin-top: 0;
	margin-left: 1em;
	padding-bottom: 0.35em;
	text-indent: -1em;
	line-height: 1.25em;
}
.link_item, .link_item a {
	color: #666;
}

.how_blurb {
    line-height: 1.35em;
	color: black;
}
.how_blurb h4 {
	white-space: nowrap;
}
.how_blurb ul {
	margin-top: 0.5em;
	margin-right: 5px;
	clear: left;
}
.how_blurb .how_blurb_content a {
	text-decoration: underline;
}
.how_blurb li a {
	color: #333;
}
.how_blurb + .how_blurb {
	margin-top: 1.5em;
}

.tags_side .side_more {
	font-size: 12pt;
	text-align: center;
}
#region_map {
	margin-bottom: 3em;
	margin-top: -1.5em;
}
#streetsblog_side {
	text-align: center;
}
#tbd_side {
	text-align: center;
	margin-bottom: 3em;
}
#cc_side {
	text-align: center;
	margin-bottom: 3em;
}
.scfix_location {
	color: #777;
}


/*
 * Flags 
 */
.flag {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	float: left;
	text-transform: uppercase;
	margin-left: -13px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	padding-left: 13px;
	padding-right: 10px;
}
.flag a {
	color: white;
	text-decoration: none;
}
.flag a:hover {
	text-decoration: none;
}
.side_box .flag {
	margin-top: 3px;
	margin-bottom: 6px;
	padding-left: 20px;
	margin-left: -20px;
}


/* 
 * Main content column 
 */
#left_container {
	float: left;
	width: 534px;
	padding-right: 13px;
	padding-left: 13px;
	font-size: 12.5px;
	line-height: 1.35em;
	margin-bottom: 2em;
}
#main_content {
	line-height: 1.8em;
}
#masthead {
	margin-left: -1px;
	margin-top: 18px;
	margin-bottom: 27px;
}


/*
 * Author stuff
 */
.author_info {
	margin-bottom: 1.25em;
	font-size: 12px;
	line-height: 1.5em;
}
.author_with_photo {
	display: table-cell;
	vertical-align: top;
}
.author_info img.photo {
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
#post_author_bios {
	border-top: 1px solid #ccc;
	margin-top: 1.5em;
	padding-top: 1.25em;
}
/* Also see author_connections near share_buttons */


/* 
 * Featured posts
 */
#featured { }
#featured a {
	text-decoration: none;
}
.featured_post {
	background-repeat: no-repeat;
	height: 39px;
	width: 165px;
	cursor: pointer;
	padding-top: 111px;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.featured_post#featured_middle {
	margin-left: 16px;
	margin-right: 16px;
}
.featured_text {
	font-size: 12px;
/*	background-image: url(../images/core/featured_overlay.png);
	background-repeat: repeat;
*/
	background-color: #333;
	height: 34px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 5px;
	line-height: 1.25em;
}
.featured_text, .featured_text a {
	color: white;
}
.featured_post:hover .featured_text, .side_box_image:hover .side_box_image_caption {
	color: #ff9;
}


/*
 * Blogposts
 */
.blogpost {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: #ccc solid 1px;
	padding-right: 6px;
	line-height: 1.8em;
	font-size: 10pt;
}
.blogpost h2 {
	clear: left;
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
}
.blogpost .byline {
	margin-top: 7px;
	margin-bottom: 17px;
	line-height: 1.5em;
	margin-left: 2em;
	text-indent: -2em;
}
.blogpost .time_posted {
	white-space: nowrap;
}
.blogpost .intro { 
	font-size: 1.2em;
	margin-bottom: 1em;
}
.blogpost .pre_intro {
	font-size: 1em;
}

.blog_more {
	text-align: right;
	font-size: 12pt;
}


/*
 * Quick links
 */
.quick_link {
	padding-bottom: 15px;
}
.quick_link_title {
	font-weight: bold;
	font-size: 9pt;
}
.quick_link_comments {
	font-size: 9pt;
	white-space: nowrap;
}

.ql_component {
	font-size: 9pt;
}
.blogpost + .ql_component {
	margin-top: -10px;
}	
.ql_component, .ql_component a {
	color: #444;
}
.ql_component .quick_link_title {
	color: #222;
}
.ql_standalone .quick_link_title {
	font-size: 1.3em;
}
.highlight_component {
	background-color: #ffc;
	margin-left: -5px;
	padding-left: 5px;
}


/*
 * Cross links
 */
.cross_link_title {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 1em;
}
.cross_link_title a, .cross_link_byline a {
	text-decoration: none;	
}
.cross_link_title a:hover, .cross_link_byline a:hover {
	text-decoration: underline;
}
.cross_link {
	line-height: 1.5em;
}
.cross_link_byline {
	color: #666;
	white-space: nowrap;
}
.cross_link_byline a {
	color: #666;
}


/*
 * Images in blogposts
 */
.blog_image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 8pt;
	line-height: 1.4em;
}
.blog_image_fixed_width {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.blog_image_left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
	margin-top: 7px;
    font-size: 8pt;
    clear: left;
	color: #777;
	line-height: 1.5em;
}
.blog_image_right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
	margin-top: 7px;
    font-size: 8pt;
    clear: right;
	color: #777;
	line-height: 1.5em;
}
/* .blog_image_right img, .blog_image_left img, .side_section_image img, #side_books img, .side_box_image, #author_info img {
	border: 1px solid #999;
} */
.blog_image_right a:link, .blog_image_right a:visited {
	color: #777;
}
/* .blog_image img {
	border: 1px solid #ccc;
} */
.image_border {
	border: 1px solid #999 !important;
}
.balinks {
	line-height: 1.4em;
	font-size: 8pt;
}


/*
 * Other post elements
 */
.related_posts {
	margin-top: 1.25em;
	padding-top: 1.25em;
	border-top: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.5em;
}
.related_posts ul {
	padding-left: 31px;
	margin-left: 0;
}

.post_more, .hide_more {
	display: none;
}
.blogpost .show_more, .blogpost .hide_more {
	margin-top: 1em;
}

.closer_lines, .footnote {
	line-height: 140%;
}
.blogpost li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.less_space {
	margin-top: 0;
	line-height: 1.8em;
}
.less_space li {
	margin-bottom: 0;
}
.related_posts li {
	margin-bottom: 0;
}

.caption {
	text-align: center;
    font-size: 8pt;
	line-height: 125%;
	margin-top: 0.25em;
}
.beside_title {
	font-size: 9pt;
}


/*
 * Post footer
 */
div.post_footer {
	margin-top: 1.25em;
	margin-bottom: 12px;
	clear: both;
	line-height: 1.4em;
}

.footer_comments {
	padding-right: 15px;
	display: block;
	float: left;
}

.share_buttons {
	display: block;
}

.link_share_buttons {
	display: inline;
}
.link_share_buttons img {
	margin-bottom: -3px;
}

.post_footer, .post_footer a:link, .post_footer a:visited,
span.quick_link_comments, span.quick_link_comments a:link, span.quick_link_comments a:visited {
    color: #333;
}

/* .share_button { */
.twitter-share-button {
/*	white-space: nowrap;
	text-align: center;
*/
	margin-right: 1em;
}
/*
.share_button img, .share_button_quick img {
	vertical-align: baseline;
	margin-bottom: -1px;
}
.share_button a {
	text-decoration: none;
}
*/

.author_connections {
	white-space: nowrap;
}
.author_connections a {
	margin-right: 5px;
}
.author_connections img {
	vertical-align: top;
	padding-top: 1px;
}

.twitter_follow_fix {
	display: inline;
	position: absolute;
}



/*
 * Tags
 */
.post_tags {
    font-size: 9pt;
    text-align: left;
    margin-top: 1em;
    padding-left: 31px;
    text-indent: -31px;
	clear: left;
	line-height: 140%;
}
.post_tags a {
    white-space: nowrap;
	text-decoration: none;
}
.post_tags a:hover {
	text-decoration: underline;
}


/* 
 * Comments
 */
#comments_list {
    padding-right: 30px;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.comment_attribution {
    font-size: 9pt;
    text-align: right;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.comment {
	font-size: 9pt;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.comment + .comment {
    padding-top: 1.5em;
}

#comment_form {
	margin-top: 2em;
	font-size: 11px;
}
.comment_posted {
	background-color: #ccc;
	padding: 2em;
	margin-bottom: 2em;
}

.comments_nav {
	float: right;
	font-size: 9pt;
	padding-right: 30px;
}
.comments_nav a {
	color: #666;
}

.error_form {
	border: 2px solid red;
	padding-left: 10px;
	margin-left: -10px;
	padding-top: 0;
	padding-bottom: 0;
}


/*
 * Support Us stuff
 */
#support_button {
	text-align: center;
	margin-top: 1.5em;
}

.support_choices {
/*	background: #fd9;   */
	background: #cfb; 
	border: 1px solid #ccc; 
	padding: 1em;
	text-align: center;
}
.support_levels {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 300px;
}
.support_choices_submit {
	text-align: center;
	margin-top: 0.5em;
}
.support_choices .disclaimer {
	color: #666;
	font-size: 7pt;
	margin-top: 1em;
}	


/*
 * Bottom of page
 */
#bottom {
	clear: both;
	padding: 0px;
	border-top: 1px solid #ccc;
	width: 989px;
	overflow: hidden;
}

#bottom_message {
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 0.5em;
	font-size: 18pt;
}


/*
 * List format 
 */
.post_list {
	width: 600px;
	line-height: 120%;
}
.post_list a {
	text-decoration: none;
}
.post_list a:hover {
	text-decoration: underline;
}
.post_list .post_list_title {
	padding-left: 2em;
	text-indent: -2em;
	padding-right: 1em;
}
.post_list .time_posted {
	width: 200px;
}
.post_list .post_list_quick_link, .post_list .post_list_quick_link a {
	font-style: italic;
	color: #999;
}