/*
Theme Name: The Passionate Collector
Theme URI: http://wordpress.org/
Description: The Passionate Collector theme modified from the default Wordpress theme
Author: Aspen Digital
Author URI: http://aspendigital.com/

*/

#content h1 {
	line-height: 120%;
	margin-bottom: 15px;
}

#copy {
	margin: 0;
	padding: 0 0 30px 30px;
}

.post h2 {
	margin: 0;
}

#copy h2, #copy h2 a {
	color: #333;
}

.postmetadata {
	border-top: 1px dashed #888888;
	margin-bottom: 2px;
}

.addthis_container {
	margin-bottom: 60px;
}

h3#respond { margin-top: 35px; }



/* Begin Images */
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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Sidebar */
#sidebar
{
	padding: 5px;
	margin-left: 20px;
	margin-top:25px;
	font-size: 10px;
	width: 170px;
	border: solid 1px #DDD;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #dc765c;
	margin: 5px 0 0 0;
}

#sidebar ul {
	list-style: none;
	margin-top: .3em;
	padding-left: .7em;
}

/* End Sidebar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
/* End Various Tags & Classes*/


