.light-box-outer {
	background: #c6d1e2;
	padding: 5px;
	margin-bottom: 15px;
}

.light-box {
	position: relative;
	background: #c5d2e3 url('../images/light-box-bg.jpg') repeat-x top left;
	color: #446f93;
	font-family: arial;
	font-size: 12px;
}

.light-box a {
	color: #446f93;
}

.dark-box-outer {
	background: #3a6292;
	padding: 5px;
	margin-bottom: 15px;
}

.dark-box {
	position: relative;
	background: #3b6192 url('../images/dark-box-bg.jpg') repeat-x top left;
	color: #fff;
	font-family: arial;
	font-size: 12px;
}

.dark-box a {
	color: #fff;
}

.light-box-actions,
.dark-box-actions {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 10px;	
}

.dark-box-title,
.light-box-title {
	margin-bottom: 10px;
}

.box-contents {
	margin: 0 10px 10px 10px;
}

/* Homepage articles */

.article {
	background: #d5ddea;
	padding: 10px;
	margin-bottom: 5px;
}

.article-title {
	font-weight: bold;
	margin-bottom: 2px;
}

.article-description {
	
}

.article-read-more {
	text-align: right;
	font-size: 10px;
}

/* Adopt me! */

span.adopt-label {
	color: #8ec0f0;
	font-weight: bold;
}

.adopt-text {
	margin-bottom: 10px;
}

.adopt_image {
	border: 5px solid #fff;
	position: absolute;
	top: 45px;
	right: 10px;
}

.adopt_image img {
	width: 85px;
	height: 85px;	
}

a.adopt-details {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 15px;
	border: 2px solid #fff;
	background: #fff url('../images/adopt-button.jpg') top left repeat-x;
	color: #1a2b3b;
}

/* Owners manual */

#reminder {
	background: #3b6192;
	border: 5px solid #829bba;
	width: 250px;
	float: left;
	margin-right: 15px;
	color: #fff;
}

.reminder-contents {
	padding: 10px;
}

.reminder-title {
	font-weight: bold;
	margin-bottom: 4px;
}

.reminder-description{}

.reminder-read-more {
	text-align: right;
	font-size: 10px;
	margin-top: 2px;
}

.reminder-read-more a {
	color: #fff;
}

#podcast {
	background: #000;
	border: 5px solid #fff;
	width: 185px;
	float: left;
}

#podcast-links {
	margin-left: 7px;
}

#podcast-links a img {
	border: 0;
	margin-right: 3px;
}

/* Past Articles */

.past-article {
	background: #446c9f;
	padding: 5px;	
}

.past-article-alt {
	padding: 5px;
}

.past-article a,
.past-article-alt a {
	text-decoration: none;
}

.past-article-title {
	color: #fff;
	font-weight: bold;
}

.past-article-date {
	color: #9eccfe;
	font-weight: bold;
}

/* Misc */

.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.last {
	margin-right: 0;
	margin-bottom: 0;
}
