/*  
Theme Name: artist april
Theme URI: http://artistapril.com/
Description: Brings in my site.
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/

.blogdate { border-bottom: 1px solid #ccc; font-weight: bold; }
.meta {
	font-size: 10px;
	margin-bottom: 0px;
}

.meta li, ul.post-meta li {
	font-size: 10px;
	display: inline;
}

.meta ul {
	font-size: 10px;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	letter-spacing: 0;
	font-family: Trebuchet MS;
	margin-bottom: 5px;
}

p {
	line-height: 20px;
	margin-top: 0px;
}

.screen-reader-text {
	display: none;
}

.gallery-caption {
	color: #666;
	font-size: 90%;
}

/* posts */


.blog_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.single .blog_post {
	border-bottom: 5px solid #ccc;
	border-top: 5px solid #ccc;
	padding-top: 15px;
	margin-bottom: 20px;
}

.blog_post h3 {
	color: #666;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.blog_post h3 a {
	color: #666;
	text-decoration: none;
}

.blog_post h3 a:hover {
	color: #333;
	text-decoration: underline;
}

/* sidebar */

.wordpress#content { width: 550px; }

#sidebar {
	width: 170px;
	float: right;
	padding-top: 45px;
}

#sidebar h3 {
	color: #666;
	font-size: 18px;
	margin: 0 0 5px 0;
}

#sidebar .widget {
	background: #ccc;
	padding: 10px 15px;
	margin-bottom: 20px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	padding: 0;
	margin: 0;
}

#sidebar select {
	border: 1px solid #999;
}

.rss {
	background: url('rss.png') no-repeat;
	padding: 3px 0 3px 24px;
}

#sidebar .widget_recent_comments li {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 12px;
	color: #666;
}

/* comments */

.commentlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

.commentlist li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}

.commentlist p {
	margin: 0;
	padding: 0;
}

.commentlist .authcomment {
	background-color: #d6d6d6;
}

.commentlist small {
	color: #999;
}

#comments, #respond {
	font-size: 18px;
	color: #999;
	font-weight: normal;
}


/* wordpress classes */

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	clear: both;
	}



/* 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 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;
	background-color: #fff;
	}

img.alignleft {
	padding: 4px;
	background-color: #fff;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

table.thumbstable td {
	padding-bottom: 15px;
} 
