/*
Theme Name: Wilsonian's Whirld
Theme URI: http://jazzcorner.com
Description: A WordPress Theme based on the site design of <a href="http://stevewilsonmusic.com">SteveWilsonMusic.com</a>.
Version: 1.0
Author: Bryan Davis
Author URI: http://trumpetboy.com/

*/

@import url("http://stevewilsonmusic.com/styles/wilson_styles.css");

body {
	background-image: url(http://stevewilsonmusic.com/nav_images/background.gif);
}
h2 {
	margin: 0;
	padding: 0;
}
div.post {
	border-bottom: 1px solid #aaa;
	padding: 1em 0;
	text-align: justify;
}
div.post h4 {
	display: inline;
}
div#about {font-weight: bold;}

.alignleft {float: left;}
.alignright {float: right;}

div.navigation {
	clear: both;
	width: 100%;
	padding: 1em 0;
	text-align: center;
}
td.main {
}
div.rssicon {
	float: right;
	margin-top: -5px;
}
a img {
	border: 0;
}
/* 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 */
