/*
Theme Name: Mooresville Public Library
Theme URI: http://www.mooresvillelib.org/
Description: The theme developed Mooresville Public Library in 2012.
Author: Sandpaper Studio
Author URI: http://www.sandpaperstudio.com/
Version: 1.0
Tags: grid, block, unified, modules, modular, slate, gray, green, blue

License: Mooresville Public Library
License URI: http://www.mooresvillelib.org/

*/

/*###################################################*/
					/*HTML5 Elements*/
/*###################################################*/
header, section, footer, aside, nav, article, figure { display:block; margin:0; padding:0; }

/*###################################################*/
					/*Reset*/
/*###################################################*/
* {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;	
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/*###################################################*/
					/*WP Specific*/
/*###################################################*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right:10px;
	margin-bottom:5px;
}
.alignright {
	float: right;
	margin-left:10px;
	margin-bottom:5px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
