/*
Theme Name: Your Theme Name
Description: Child theme for the Twenty Ten theme
Author: Your Name
Template: twentyten
*/
 
@import url("../twentyten/style.css");



#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: left;
	font-style:italic; 
	
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	
	font-size: 12px;
	margin: 5px;
}

#content .attachment-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* Overriding the h2 styles from the Parent Theme */


#content h1 {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
