/*
Theme Name: UPA CMS Theme
Theme URI: http://www.uprep.com/community/news/
Description: The theme used for the pages on the site that UPA can edit via WordPress.
Version: 1.0
Author: Igadea
Tags: uprep, upa
*/

#setupform label {
	display: block;
	margin: 8px 0 0 0;
}
#setupform p.error {
	background: #c00;
	color: #fff;
	margin: 3px 0;
	padding: 4px 6px;
}

/* this is inserted by WP in wp-activate.php, which happens to coincide with
   a style that we have in the header file (which causes a duplicated <div id="content">
   and a weird style with .widecolumn that we need to tighten up */
#page #main div.heading div.widecolumn {
	width: 685px;
}