/*
Theme Name: WCP: City Paper Photos
Theme URI: http://www.washingtoncitypaper.com/
Description: City Paper Photo Gallery Theme.
Version: 1.0
Author: City Paper Web Staff
Author URI: http://www.washingtoncitypaper.com/
Tags: city paper

  City Paper Photos

*/


.post p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.post img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.post .alignright {
	float: right;
}

.post .alignleft {
	float: left
}

.gallery_navigation {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}

h1.blog-headline {
  border-bottom: 1px solid #ccc;
}

.post h2 {
  border-bottom: 1px solid #ccc;
}

.post .attachment {
  margin: 10px auto;
  text-align: center;
}

.gallery .gallery-icon {
  padding: 3px 0 0 0;
  margin-right: 4px;
}

.gallery .gallery-item img.thumbnail {
  padding: 0;
}

.gallery .gallery-caption
{
  display: none;
}

.stbutton {
  font-family: Tahoma,Geneva,sans-serif;
}

.stico_rotate {
  background: transparent url(http://w.sharethis.com/images/rotating-icon.gif?CXNID=1000014.0NXC) no-repeat scroll 0 1px !important;
}
	
