/*
Theme Name:		Support
Theme URI: 		http://
Description: 	A child theme for PlainsArt.org, specifically for Support
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');


/* SUPPORT STYLES */

/*post styles */
#content {
	padding: 0 0 50px 0;
	overflow: hidden;
}
#main .post {
	margin: 10px 0 25px;
}
.post .meta {
	display: block;
	font-size: 14px;
}
.post .meta.dates {
	font-weight: bold;
}
.post p {
	font-size: 12px;
}
#instructions {
	font-size: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
/* Need borders on bottom of table rows to differentiate between lots of data esp under membership */
td { border-bottom:1px #999 solid !important; }

/* sidebar styles */
#aside p {
	font-size: 12px;
}
#aside li {
	font-size: 14px;
	list-style: none;
}


/* Capital Campaign Styles */
.ccGoals {
	width: 300px;
	padding-right:10px;
	float: left;
}

#campaign li {
	list-style: none;
	padding-bottom: 10px;
}

#aside .current_page_item a {
	color: #000;
}



