/* Kaylee Frye handles the mechanics */
/*	
	#threes - the 3 column announcments as seen on homepage
	.fours and .twos - same principle
	#board and #dboard - board member page, to be used with sponsors
	.regions - regions page, for now....
	.tabled - so far, only used on 2009 schedule page
*/



/* -------------------------------- */
/* 3-column announcements; might not even be used? */
#threes {
	padding: 16px 0 0 0;
}
#threes div, .fours div, .twos div {
	float: left;
	width: 140px;
	padding: 0 12px 0 12px;
}
#threes h2 {
	margin: 0 0 16px 0;
	font: normal normal bold 14px/16px Helvetica, Arial, sans-serif;
	color: #777;
}
#threes h3 {
	margin: 0;
	font: normal normal bold 12px/16px Helvetica, Arial, sans-serif;
	color: #444;
}
#threes p {
	margin: 0;
	color: #444;
	line-height: 16px;
}
#threes p.date {
	color: #555;
}
#threes ul, .fours div ul, .twos div ul {
	margin: 0;
	padding: 0;
}
#threes li {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
/* -------------------------------- */




/* -------------------------------- */
/* four column listings, as seen on /conferences/past_conferences/conference_2008.php */
.fours, .twos {
	width: 656px;
}
.fours div, .twos div {
	padding-bottom: 8px;
}
/* -------------------------------- */




/* -------------------------------- */
/* two column listings, as seen on /conferences/past_conferences/conference_2006.php */
.twos {
}
.twos div {
	width: 304px;
}
/* -------------------------------- */







/* -------------------------------- */
/* BOARD creates the board member pages on about/board_members.html */
/* D(double) Board is like #board, but uses a 2-column width picture */
#board, #dboard {
	width: 632px;
	margin: 0 12px;
}
#board div.board_bio {
	float: right;
	width: 468px;
}
#dboard div.board_bio {
	float: right;
	width: 316px;
}
#board div.board_pic, #board div.board_pic_link {
	float: right;
	width: 154px;
	margin-top: 4px;
	margin-right: 10px;
}
#dboard div.board_pic, #dboard div.board_pic_link {
	float: right;
	width: 304px;
	margin-right: 12px;
}
#board div.clear {
	height: 8px;
}
#dboard div.clear {
	height: 12px;
}
#board p, #dboard p {
	margin: 0 0 16px 0;
}
/* borrows from scdynav */
#board .board_pic img, #dboard .board_pic img {
	border-top: 1px solid #BBB;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #BBB;
	background-color: #DDD;
	padding: 1px;
}
#board .board_pic img {
	width: 150px;
}
#dboard .board_pic img {
	width: 300px;
	height: 170px;
}
/* borrows from spe_pics */
#board .board_pic_link a, #dboard .board_pic_link a {
	display: block;
	padding: 1px;
}
#board .board_pic_link a {
	width: 150px;
	height: 84px;
}
#dboard .board_pic_link a {
	width: 300px;
	height: 170px;
}
#board .board_pic_link a:link, #board .board_pic_link a:visited,
#dboard .board_pic_link a:link, #dboard .board_pic_link a:visited {
	border: 1px solid #AAA;
	background-color: #EEE;
}
#board .board_pic_link a:hover, #dboard .board_pic_link a:hover {
	border: 1px solid #666;
	background-color: #FFF;
}
#board .board_pic_link img {
	width: 150px;
}
#dboard .board_pic_link img {
	width: 300px;
}
/* -------------------------------- */



/* -------------------------------- */
/* REGIONS creates those links to other SPE domains on /resources/regions.html */
.regions {
	width: 632px;
	margin: 0 12px;
}
.regions div {
	float: left;
	width: 316px;
}
.regions ul {
	margin: 0;
	padding: 0;
}
.regions li {
	width: 316px;
	height: 164px;
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}
.regions div li a {
	display: block;
	width: 304px;
	height: 164px;
	margin: 0;
	padding: 0 12px 0px 0px;
	text-align: center;
	font: normal normal normal 12px/18px Helvetica, Arial, sans-serif;
}
.regions div li a:link, .regions div li a:visited {
	text-decoration: none;
	color: #444;
	background-color: #FFF;
}
.regions div li a:hover {
	text-decoration: none;
	color: #444;
	background-color: #FAFAFA;
}
.regions div li a:link span, .regions div li a:visited span {
	text-decoration: none;
}
.regions div li a:hover span {
	text-decoration: underline;
}
.regions div li a img, .regions div li a:link img, .regions div li a:visited img {
	margin: 6px 0 2px 0;
	width: 300px;
	height: 134px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #DDD;
	padding: 1px;
	background-color: #EEE;
}
.regions div li a:hover img {
	border-top: 1px solid #BBB;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #BBB;
	background-color: #FFF;
}
/* -------------------------------- */




/* -------------------------------- */
/* Creates the tables for schedules, probably tables in general */
.tabled {
	margin: 0 0 16px 12px;
	/*border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;*/
}
.tabled caption {
	text-align: left;
	padding-left: 102px;
	font-size: 14px;
}
.tabled th {
	/*border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;*/
}
.tabled td {
	/*border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;*/
}
.tabled thead th {
	padding: 4px 6px;
	/*background-color: #BBB;*/
}
.tabled thead th p {
	margin: 0;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
}
.tabled tbody th, .tabled tbody td {
	vertical-align: top;
}
.tabled tbody th {
	padding: 4px 0px 10px 6px;
	text-align: right;
}
.tabled tbody td {
	padding: 4px 6px 12px 6px;
}
.tabled tbody th p, .tabled tbody td p {
	margin: 0;
	line-height: 16px;
}
.tabled tbody th p {
	border-right: 1px solid #666;
	padding: 0 6px 2px 0;
}
.tabled tbody td h4 {
	margin: 0;
	line-height: 16px;
}
.tabled tbody td p {
}
.tabled tbody td ul {
	margin: 0;
	padding: 0;
}
.tabled tbody td li {
	margin-bottom: 0;
	line-height: 16px;
}
.tabled_schedule tbody th {
	width: 146px;
}
.tabled_schedule tbody td {
	width: 468px;
}




/* -------------------------------- */




/* -------------------------------- */
/* Specialty Classes -------------- */
.conference_past_img {
	width: 656px;
	height: 220px;
	margin: 0 0 18px 0;
}
div.img_box {
	float: left;
	clear: left;
	margin: 4px 12px 4px 12px;
}
div.img_box_center {
	float: none;
	margin: 4px auto 0 auto;
	text-align: center;
}
div.img_box span, div.img_box_center span, div.img_box p, div.img_box_center p {
	margin: 0;
	font: normal normal normal 11px/12px Arial, Helvetica, sans-serif;
	color: #666;
}
/* -------------------------------- */


	

/* -------------------------------- */
/* -------------------------------- */
.clear {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}