/*

	Theme Name:	 p2p_cms
	Theme URI:	 http://point2pointcentral.com
	Description: WP CMS style layout. Widget friendly.
	Tags:		 custom, CMS, three columns, fixed width
	Version:	 0.5
	Author:		 Dylan James Wagner
	Author URI:	 http://dylanjameswagner.com

	Designed for point2point as a CMS theme.

	// -------------------------------------------------------------- //
	// donor.css

*/

#donor_list, #donor_profile {
	clear: both;
	margin-bottom: -4px;
	
	font-size: medium;
	font-size: 14px;
}
#donor_list table, #donor_profile table {
	width: 870px;
	margin-top: 2px;
}
.odd {
	background: #f9f9f9;
}

#catagory-dropdown {
	text-align: right;
}
#catagory-dropdown * {
	text-align: left;
}
#catagory-dropdown select {
	width: 157px;
}

/* donor list */
.donor_list {
	margin: 10px;

	text-align: center;
	font-size: smaller;
}
.donor_list tbody tr td {
	height: 31px;
	padding: 2px 3px 3px 3px;
}
.id {
	text-align: left !important;
}
thead .id {
	text-align: center;
}
/* commented out to allow for auto resize widths
.heritage {		width: 150px; }
.blood_type {	width:  50px; }
.eye_color {	width: 100px; }
.hair {			width: 175px; }
.complexion {	width:  80px; }
.height {		width:  55px; }
.weight {		width:  55px; }
.college {		width:  55px; }
.occupation {	width: 100px; }
*/

/* donor profile */
#donor_profile tbody td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
#health tbody td, #history tbody td, .interests {
	text-align: left;
}
#characteristics {}
#test {}
#health {}
#history {}
.section {
	text-align: center;
}
.title {
	float: left;
	display: inline-block;
	
	text-align: left;
	color: #999;
}
thead .title, .thead .title {
	padding-left: 7px;
	
	font-weight: bold;
	color: #800000;
}
.thead .title {
	padding-left: 0;
}
.interests {
	text-align: left !important;
}
.interests .title {
	margin-right: 12px;
}
.col1 {	width: 100%; }
.col2 {	width:  50%; }
.col3 {	width:  33%; }
.col4 {	width:  25%; }
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11 { background: red !important;}
