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


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


/* Special styles for Learn */
#main .entry-title {
}
#main .post {
	/*float: left;*/
	margin: 10px 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: 200px;*/
}
.post .class-form {
	margin: 0 0 20px;
	clear:both;
}
#custom-field-logistics {
	clear: both;}
.custom-field-title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	float: left;
	width: 80px;
	padding-right: 10px;	
}							
.custom-field-information {
	font-size: 12px;	
	font-weight: normal;
	margin-left: 100px;
	padding-bottom: 4px;	
}

#aside ul li ul#RSS-education li {
	font-size: 12px;
}

/* Post 18 is learning posters aka resources - want to change image layout */

.post-18 .wp-caption {
	width: 50% !important;
	margin: 0 0 20px 0 !important;
	text-align: center;
}
.post-18 .wp-caption .wp-caption-text{
	font-size: 14px !important;
	border: none !important;
}
.post-18 .alignleft {
	padding-right: 0px !important;
}