/*
Theme Name: WCP S3 Cached Blog Theme
Theme URI: http://www.washingtoncitypaper.com/
Description: Cityblogs Blog Theme
Version: 1.0
Author: Jason Hutto and Will Atwood Mitchell 
Author URI: http://www.washingtoncitypaper.com/
Tags: bubbly, red, kohana based
*/

#content_container
{
  margin-top: 10px;
}

#content
{
  float: left;
  width: 570px;
  margin-top: 0;
}

#content .content_header_big
{
  margin: 20px 50px 0 20px;
}

#content .content_header_small
{
  margin: 20px 50px 0 40px;
  font-size: 14px;
  padding-bottom: 4px;
}

#content .pagetitle
{
  margin: 20px 30px 0 40px;
}

.post
{
  color: #252525;
  margin: 20px 30px 50px 40px;
}

.single .post
{
  margin-bottom: 15px;
}

.post .post-edit-link
{
  display: none;
  float: left;
  margin: 0 0 0 -85px;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 4px 6px;
  -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#content:hover .post-edit-link
{
  display: block;
}

.post .title
{
  font-size: 24px;
  margin: 0;
}

.single .post .title
{
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 6px 0;
}

.post .title a
{
  color: #252525;
}

.post .byline
{
  font-size: 12px;
  color: #555555;
  margin: 3px 0;
}

.post .byline a
{
  color: #252525;
  font-weight: bold;
}

.post .entry
{
  font-size: 14px;
  line-height: 22px;
  margin-top: 14px;
}

.post blockquote
{
  margin: 0 10px 0 25px;
}

.post .more-link
{
  display: block;
  margin-top: 1em;
  margin-bottom: 20px;
  line-height: 18px;
}

.post .more-link .more_title
{
  font-weight: bold;
}

.postfooter
{
  clear: both;
  font-size: 10px;
  border-bottom: 4px solid #ebebeb;
  padding-bottom: 3px;
  margin: 35px 0 10px 0;
}

.postfooter .author_contact
{
  padding: 6px 12px 6px 0;
  margin: 15px 0 12px 0;
  font-size: 12px;
  line-height: 1.4em;
}

.postfooter .posttags
{
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 10px 0;
  clear: left;
}

.post .postfooter .sharing_tools
{
  margin-bottom: 12px;
}

.post .postfooter .sharing_tool
{
  float: left;
  padding-right: 5px;
}

.post .postfooter .sharing_tools .addthis
{
  padding-top: 2px;
  padding-right: 15px;
}

.post .postfooter .sharing_tools .facebook
{
  float: right;
}

.post .postfooter .sharing_tools .facebook .fb_share_count_nub_right 
{
  margin: 3px 2px 0 0;
}

.post .postfooter .sharing_tools .facebook .fb_share
{
  display: block;
}

.post .postfooter .sharing_tools .facebook_like
{
}

.post .postfooter .comments_link
{
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 0 2px 21px;
  background: transparent url(images/comment_bubble.gif) no-repeat scroll center left;
}

.post .postfooter .comments_link a
{
  color: #555555;
}

.post .postfooter .share_button
{
  float: right;
  margin: -2px 0 0 0;
}

.post .alignright
{
  float: right;
  margin: 0 0 14px 14px;
}

.post .alignleft
{
  float: left;
  margin: 0 14px 14px 0;
}

.post .wp-caption-text
{
  font-size: 11px;
  line-height: 12px;
  margin: 3px 0 11px 0;
}

.post sup
{
  font-size: 9px;
  line-height: 12px;
}

.post ol
{
  margin: 0;
  padding: 0 25px 0 25px;
}

.post ul
{
  margin: 0;
  padding: 0 25px 0 25px;
}

.post .live_blog_entry {
  margin-bottom: 1.2em;
}

.post .live_blog_entry .time {
  display: block;
  float: left;
  font-weight: bold;
}

.post .live_blog_entry .content {
  margin-left: 80px;
}

.post .live_blog_entry .byline {
  display: block;
  font-style: italic;
  text-align: right;
}


.pagination
{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  margin: 10px 0;
  padding: 3px 0;
}

.pagination .pagination_text
{
  display: block;
  float: left;
  margin: 0;
  padding: 3px 6px 3px 0;
}

.pagination a
{
  display: block;
  float: left;
  margin: 0;
}

.pagination .page_indicator
{
  padding: 3px 8px;
  float: left;
  display: block;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
}

.pagination a .page_indicator
{
  background-color: #FFFFFF;
  color: #3E7BBF;
  border-right: 1px solid #333333;
  font-weight: normal;
}

.pagination .nextpage
{
  padding: 3px 8px;
  float: left;
  display: block;
}

.pagination_clear
{
  clear: left;
  margin-bottom: 20px;
}

#content .navigation
{
  margin: 20px 50px 50px 30px;
  padding-top: 10px;
  font-size: 20px;
}

#content .navigation a
{
  color: #fa4748;
}

#content .nav_previous
{
  float: left;
  text-align: left;
  width: 240px;
  padding: 0 10px 10px 15px;
  background: transparent url(images/arrow_left.gif) no-repeat scroll;
  background-position: 0% 10%;
  border-right: 1px solid #ccc;
}

#content .nav_next
{
  float: right;
  text-align: right;
  width: 240px;
  padding: 0 15px 10px 0;
  background: transparent url(images/arrow_right.gif) no-repeat scroll;
  background-position: 100% 10%;
}


#sidebar .navigation
{
  margin: 0 10px 0 10px;
  width: 330px;
  padding-top: 10px;
  font-size: 10px;
}

#sidebar .navigation a
{
  color: #fa4748;
}

#sidebar .nav_previous
{
  float: left;
  text-align: left;
  width: 140px;
  padding: 0 10px 10px 15px;
  background: transparent url(images/arrow_left.gif) no-repeat scroll;
  background-position: 0% 10%;
  border-right: 1px solid #ccc;
}

#sidebar .nav_next
{
  float: right;
  text-align: right;
  width: 140px;
  padding: 0 15px 10px 0;
  background: transparent url(images/arrow_right.gif) no-repeat scroll;
  background-position: 100% 10%;
}

#comments
{
  font-size: 14px;
  margin: 10px 40px 20px 40px;
}

#comments h3
{
  font-size: 14px;
  background-color: #333333;
  color :#FFFFFF;
  margin: 15px 0;
  padding: 4px 10px;
}

#trackbacks
{
  background-color: #333333;
  color :#FFFFFF;
  margin: 10px 0 0;
  padding: 4px 10px;
}

.commentlist
{
  margin: 0 0 0 0;
  padding-left: 0;
}

.commentlist li
{
  clear: left;
  list-style-type: none;
  margin: 2px 0 6px;
  padding: 12px 0 0;
}

.comment_header,
.trackback_header
{
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  padding: 2px 4px;
  text-align: right;
  width: 95px;
}

.comment_author
{
  display: block;
  font-weight: bold;
  font-style: normal;
}

.comment_metadata
{
  font-size: 10px;
}

.trackback_explanation
{
  background-color: #333333;
  color :#FFFFFF;
  font-size: 11px;
  display: block;
  font-weight: bold;
  padding: 0 4px 2px 4px;
  margin-bottom: 10px;
}

.trackback_title
{
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #EEEEEE;
  font-size: 11px;
  padding: 4px 12px 0 12px;
  font-style: normal;
  display: block;
  margin-left: 105px;
  font-weight: bold;
}

.comment_number
{
  float: right;
  padding: 0 1px 2px 0;
  font-size: 9px;
  font-weight: bold;
}

.comment_body,
.trackback_body
{
  background-color: #EEEEEE;
  margin-left: 105px;
  padding: 1px 12px;
  min-height: 60px;
  word-wrap: break-word;
}

.comment_body p,
.trackback_body p
{
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.comment_body .awaiting_moderation
{
  display: block;
  margin: 10px 0;
  font-weight: bold;
}

#commentform
{
  
}

#commentform input
{
  margin-right: 5px;
}

#commentform textarea
{
  width: 485px;
}

.comments_feed_info
{
  background: transparent url(/images/site/socialicons/24x24/rss.png) no-repeat scroll center left;
  font-size: 11px;
  margin: 12px 0 6px 110px;
  padding: 6px 6px 6px 30px;
}

.flagged-away
{
  display: none;
}

.flagged
{
  background-color: #C9C6B1;
  padding: 2px 3px;
  margin: 0 0 6px 0;
  font-size: 10px;
  text-transform: uppercase;
}

.flag-comment
{
  display: none;
  background-color: #ccc;
  padding: 1px 3px;
  margin: 0 0 6px 0;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
}

.flag-comment a
{
  color: #000;
}

#show_flagged_comments
{
  display: block;
  margin: 6px 0;
  text-align: right;
  font-size: 10px;
}

#sidebar
{
  float: right;
  width: 360px;
  margin: 15px 25px 0 5px;
}

#sidebar .widget
{
  margin: 0 0 15px 0;
  font-size: 13px;
}

#sidebar .widget .widgettitle
{
  font-size: 13px;
  margin: 0 0 5px 0;
}

#sidebar .widget .indented
{
  margin: 0 20px 0 25px;
}

#sidebar .widget_links
{
  width: 180px;
  float: left;
}

#sidebar .widget_links .widgettitle
{
  margin-left: 25px;
}

#sidebar .widget_links .blogroll
{
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}

#sidebar .widget_links .blogroll li
{
  margin-bottom: 3px;
  font-size: 11px;
}

#sidebar .widget_links .blogroll a
{
  font-size: 13px;
  display: block;
}

#sidebar .widget_rrm_recent_comments .widgettitle
{
  margin-left: 25px;
}

#sidebar .widget_rrm_recent_comments ul
{
  margin: 0 25px 0 25px;
  padding: 0;
  list-style-type: none;
}

#sidebar .widget_rrm_recent_comments li
{
  margin-bottom: 6px;
  font-size: 11px;
}

#sidebar .widget .blog_features .feature .headline
{
  font-size: 11px;
  font-weight: bold;
}


#sidebar #search_container
{
  border: 6px solid #ebebeb;
  border-left: 6px solid #fff;
  border-right-width: 0;
  background-color: #fafafa;
  margin-bottom: 15px;
  clear: left;
}

#sidebar #search_container #searchform
{
  margin: 22px 0 20px 20px;
}

#sidebar #search_container #searchform #s
{
  padding: 1px 2px 2px 2px;
  width: 260px;
}

#sidebar #search_container #searchform .submit
{
  background-color: #f84747;
  color: #fff;
  font-weight: bold;
  padding: 3px 1px;
  border-width: 1px;
}

#sidebar #search_container #rectangle
{
  margin: 10px 0 10px 20px;
}

#sidebar #search_container #email_signup_form
{
  margin: 20px 40px 10px 20px;
}

#sidebar #search_container #email_signup_form .list_name
{
  color: #f84747;
  font-size: 20px;
  text-align: center;
}

#sidebar #search_container #email_signup_form .list_description
{
  color: #f84747;
  font-size: 12px;
  text-align: center;
  margin: 3px 0 9px 0;
}

#search_container #email_signup_form #loose_lips_email_input
{
  padding: 1px 2px 2px 2px;
  width: 208px;
}

#sidebar #search_container #email_signup_form #loose_lips_email_warning
{
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  margin: 6px;
  background-color: #f84747;
}

#sidebar #search_container #email_signup_form .submit
{
  background-color: #f84747;
  color: #fff;
  font-weight: bold;
  padding: 3px 1px;
  border-width: 1px;
}

#sidebar #skyscraperland
{
  border-top: 6px solid #ebebeb;
  border-left: 6px solid #fff;
  padding: 10px 0;
}

#sidebar #skyscraperland #sky1
{
  float: right;
  margin-bottom: 20px;
}

#sidebar #skyscraperland #skyscraper_widgets
{
  float: left;
  width: 150px;
  margin: 10px 0 0 15px;
}

#sidebar #skyscraperland #skyscraper_widgets .skyscraper_widget
{
  margin-bottom: 20px;
}

#sidebar #skyscraperland #skyscraper_widgets .skyscraper_widget h3
{
  margin: 0 0 6px 0;
  font-size: 20px;
  color: #252525;
  font-weight: normal;
}

.archive_list
{
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
}

.archive_list li
{
  margin: 3px 0;
}

.archive_select
{
  margin: 0 0 15px 0;
}

#sidebar #popular
{
  background-color: #ebebeb;
  padding: 10px 0;
}

#sidebar #popular h2
{
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0 10px 20px;
}

#sidebar #popular .item
{
  font-size: 11px;
  margin: 8px 0 8px 20px;
}

#sidebar #popular .item .headline
{
  font-weight: bold;
}

#gallery-1
{
	margin: auto;
}
#gallery-1 .gallery-item
{
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}

#gallery-1 img
{
	border: 2px solid #cfcfcf;
}

#gallery-1 .gallery-caption
{
	margin-left: 0;
}

#gallery-2
{
	margin: auto;
}

#gallery-2 .gallery-item
{
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}

#gallery-2 img
{
	border: 2px solid #cfcfcf;
}

#gallery-2 .gallery-caption
{
	margin-left: 0;
}

a.cboxelement img
{
  background: transparent url(images/clicktoenlarge.gif) no-repeat scroll top right;
  padding-top: 10px;
}

a.cboxelement:hover img
{
  background: transparent url(images/clicktoenlarge_hover.gif) no-repeat scroll top right;
  padding-top: 10px;
}

.gallery-icon a.cboxelement img
{
  background-image: none;
  padding-top: 0;
}

.gallery-icon a.cboxelement:hover img
{
  background-image: none;
  padding-top: 0;
}

.blog_features
{
  margin: 0 0 10px 28px;
}

.blog_features .features_header
{
  color: #F84747;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin: 6px 0 12px;
}

.blog_features .top_feature
{
	width: 300px;
	padding: 0;
	height: 244px;
	position: relative;
	display: block;
	text-decoration: none;
}

.blog_features .top_feature img
{
  width: 300px;
}

.blog_features .top_feature div.description
{
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
	padding: 5px 10px;
	width: 280px;
}

.blog_features .top_feature div.description div.headline
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog_features .top_feature div.description div.teaser
{
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

.blog_features .top_feature div.description div.byline
{
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #aaa;
	margin-right: 40px;
}

.blog_features .top_feature div.description a
{
	color: #fff;
	text-decoration: none;
}

.blog_features .top_feature div.description div.byline a
{
	color: #aaa;
}

.blog_features .secondary_feature
{
  clear: left;
  margin: 10px 0 10px 0;
  width: 300px;
}

.blog_features .secondary_feature img
{
  width: 110px;
  height: 65px;
  float: left;
  margin: 0 5px 10px 0;
}

.blog_features .secondary_feature .headline
{
  font-size: 12px;
  line-height: 11px;
  font-weight: bold;
  margin-bottom: 4px;
}

.blog_features .secondary_feature .teaser
{
  font-size: 12px;
  line-height: 11px;
  margin-bottom: 4px;
}

.blog_features .secondary_feature .byline
{
  font-size: 11px;
}

.wpcf7-form
{
  margin: 10px 10px 0 15px;
}

.wpcf7-form-field
{
  margin: 0 0 6px 0;
}

.wpcf7-form-field label
{
  font-weight: bold;
  margin: 0 0 3px 0;
  display: inline-block;
}

.wpcf7-submit-field
{
  margin: 0 0 6px 0;
}

.wpcf7-form-field textarea
{
  width: 335px;
}

.wpcf7-form-field textarea.unfocused
{
  width: 335px;
  height: 40px;
}

div.unfocused
{
  display: none;
}

.wpcf7-form-field .wpcf7-text
{
  width: 330px;
}