/*
Theme Name: jonwsmith
Theme URI: http://wordpress.org/
Description: theme to integrate with jonwsmith.com
Version: 1.0
Author: Jonathan Smith 
Author URI: http://www.jonwsmith.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

	
#sidebar {
	padding-top: 0;
	margin-top:0;
}

#sidebar h2 {
	font-size: 0.9em;
	padding:0;
	margin:0;
	/*font-weight: bold;*/
}
	
#sidebar ul {
	/*list-style-image: url('/images/arrow.gif');*/
	list-style-type:none;
	/*list-style-position: outside;*/
	marker-offset:0;
	padding-left:2;
	margin-left:4;
	padding-top:0;
	margin-top:0;
}

#wordpressPage {
	position:relative;
	top:-10px;
}

#wordpressPage h2 {
	text-align:center
}
	
.widecolumn {
	width:550
}


/*	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;
	float: right;
	}

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


/* End Images */

