
/*	ASD Custom CSS							*/
/*	Name: custom.css						*/

/* Team Table */

table.team {
	margin: 1em 0;
}

table.team,
table.team th,
table.team td {
	border: 1px solid #999;
}

table.team th {
	background: #ccc;
	padding: 0.25em;
}

table.team td {
	padding: 0.25em;
}

/* News */

.news_item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

.news_item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.news_item img {
	border: 1px solid #ccc;
	float: left;
	line-height: 0;
	width: 150px;
}

.news_item h5 {
	margin-left: 162px;
}

.news_item p {
	margin-left: 162px;
}

/* STDT Reg Form */

fieldset {
	margin: 0;
	padding: 0;
}

fieldset#reg-info label {
	float: left;
	width: 150px;
	text-align: left;
}

/* Science Themes */

/* Highlighted Items */

#sci_themes {
	border-collapse: none;
	margin: 0;
	width: 720px;
}

#sci_themes a {
	text-decoration: none;
}

/* shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
#sci_themes .sci_themes_row:before,
#sci_themes .sci_themes_row:after {
	content: "";
	display: table;
}

#sci_themes .sci_themes_row:after {
	clear: both;
}

#sci_themes .sci_themes_row {
	margin: 0 0 10px 0;
}

#sci_themes .sci_themes_row .sci_themes_left {
	float: left;
	position: relative;
	width: 352px;
	padding-right: 8px;
}

#sci_themes .sci_themes_row .sci_themes_right {
	float: right;
	position: relative;
	width: 352px;
	padding-left: 8px;
}

#sci_themes .sci_themes_row .description {
	font-weight: bold;
	text-align: center;
	width: 352px;
}
