/**
 * Colour Scheme/Branding
 * - Background: White (#FFFFFF)
 * - Text: Black (#000000) or Blue 
 *  
 * Colour Definitions - from the logo on the shared drive
 * - SEEDS Blue:	#004886 / #2A427F / #2B3F85
 * - SEEDS Gold:	#bea300
 */

/* Utility */
.clearfloats {
	clear: both;
}

ul.display-row {
	display: block;
	width: 100%;
}

ul.display-row li {
	float: left;
	padding-right: 5px;
}

ul.display-row li.first {
	
}

.display-row {
}

/* Admin Block 
 * For administration options
 */
#admin {
	background-color: white;
	width: 100%;
	font-size: 12px;
}

#admin h1 {
	font-size: 14px;
}

#admin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	width: 100%;
	height: 2em;
}

#admin li.first, 
#admin li:first-child {
	border-left: none;
	padding-left: 0px;
}

#admin li {
	float: left;
	border-left: 1px solid black;
	padding: 0px 10px;
}

/* Member Listings */
.memberListing {
	border-top: 1px solid lightgrey;
	padding: 5px 0px;
}

.memberListing .photo {
	float: left;
	background-image: url(../images/photo_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 210px;
	height: 189px;
	line-height: 189px;
	overflow: hidden;
}

.memberListing .photo img {
	vertical-align: middle;
	padding: 20px 30px;
}

.memberListing .info {
	margin-left: 220px;
}

.memberListing .bio {
}

.memberListing .contact {
	margin: 10px 0px;
}

.memberListing .contact ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* Widget Box
 * For home page info boxes
 */
.widgetBox {
	float: left;
	width: 300px;
	height: 400px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.widgetBox.first {
	margin-left: 0;
}

.widgetBox h1, h2, h3 {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 14px;
	line-height: 15px;
}

.widgetBox h1 {
	padding: 5px 10px;
	border-bottom: 1px dashed black;
	height: 15px;
}

.widgetBox ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}

.widgetBox div {
	padding: 5px 10px;
	margin: 0px;
	overflow: auto;
	height: 385px;
}

.widgetBox.double div {
	height: 185px;
}

/* Warnings block 
 * For use when issuing warnings
 */
.warning {
	background-color: #FFDDDD;
	padding: 10px;
	float: right;
}

.warning h1 {
	font-size: 1em;
}
