/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";
@import "jquery.fancybox.css";

/* Structure
-------------------------------------------------- */

#content {
	background:#fff url(/images/home_content_bg.jpg) top right no-repeat;
}

/* Callouts
--------------------------------------------------*/

ul#homeCallouts {
	width: 450px;
}

ul#homeCallouts li {
	border-bottom: 1px solid #b6bebf;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
}

ul#homeCallouts li.last {
	border: 0;
}

ul#homeCallouts li .thumb,
ul#homeCallouts li .desc {
	float: left;
}

ul#homeCallouts li .thumb {
	width: 66px;
	margin-right: 12px;
}

ul#homeCallouts li .desc {
	width: 350px;
}

/* Callout Headers */

ul#homeCallouts h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	border: 0;
}


ul#homeCallouts h2 a:link,
ul#homeCallouts h2 a:visited {
	color:#333;
	text-transform: lowercase;
	text-decoration: none;
}

ul#homeCallouts h2 a:hover {
	color:#666;
}

/* Date header */

ul#homeCallouts h3 {
	font-size: 1em;
	font-weight: normal;
	margin:0;
	font-weight: bold;
}

/* Callout Copy */

ul#homeCallouts p {
	font-size: 1em;
	color:#333;
	margin: 0;
	padding: 0;
}

/* Callout Image */

ul#homeCallouts img {
	border:1px solid #33474c;
}

/* Read More Link */

ul#homeCallouts a.more {
	position: absolute;
	bottom: 30px;
}