@charset "UTF-8";

/*
Theme Name: Schools
Theme URI:
Description: Theme for Primary Schools
Author: Creative Corner
Author URI: http://www.creative-corner.co.uk/schools
Version: 1.0
*/

.sidebarB {
}
.breadcrumbs {
	font-size: 90%;
}
.category-description {
	margin: 0 0 5px 0;
}
.storytitle {
	font-size: 140%;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #CC0000;
}
.storycontent {
	margin: 0 0 20px 0;
}

/*	Images: 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) */
	
	
.aligncenter {
	margin: 10px auto 10px auto;
	}

.alignright {
	margin: 5px 0 20px 20px;
	float: right;
	}

.alignleft {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.alignnone {
	margin: 5px 0 20px 0;
	}
		
.thumb {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.wp-post-image {
	margin: 2px 12px 20px 0;
	float: left;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	}	
		
.wp-caption-text {
	text-align: center;
	font-size: 85%;
	color: #FF3300;
	padding-top: 5px;
	margin-bottom: 10px;
}
.gallery-caption {
	font-size: 85%;
}
#slideshow_1 {
	margin: 10px 0 20px 0;
}
