/*
Theme Name:		Collections
Theme URI: 		http://
Description: 	A child theme for PlainsArt.org, specifically for Collections
Author: 		Jesse Andersen & Caley Jack Steward
Author URI:		http://
Version: 		0.01
Template: 		default
Tags:			child, 960 grid, jQuery
*/

@import url('../default/style.css');

#main .post {
/*	clear: both;*/
	float: left;
	margin: 0 0 25px;
}
.post .meta {
	display: block;
	font-size: 14px;
}
.post .meta.dates {
	font-weight: bold;
}
.post p {
	font-size: 12px;
}
.post .no-wrap {
	margin-left: 170px;
}
.single .post p {
	margin-left: 0;
}
.post .thumb {
	margin: 0 20px 0 0;
	float: left;
/*	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);*/
}