/*
Theme Name: Wetplate
Theme URI: http://www.phsc.ca
Description: Changes to the 2010 theme
Author: Robert Carter
Author URI: http://www.phsc.ca
Template: twentyten
Version: 1.0
*/

@import url("../twentyten/style.css");
/*Change background colour in sticky posts (Mar 5, 2011)*/
.home .sticky {
	/*background: #f9f1be;*/
	/*background: #ededed;*/
	background: #b9f2a3;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

/* change content font size from 16, line height from 24 (Mar 15, 2011)*/
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
/* this widens the opening to display embedded pdf files */
embed {
	margin-left: -150px;
}
/* this class sets the introduction to program reviews to italics inset from the margin */ 
.preciscaption {
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
}
/* this span sets the captions below images (not inserted into frames) to a smaller size */
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
}
