/*-------------------------------------------------------------------------------
 | PORTAL CSS
 +------------------------------------------------------------------------------*/

#portal {
	margin: 0 0 10px 0; 
	padding: 10px 15px 10px 15px;
	background: #fff; 
	border: 1px solid #222;
	}

#portal-left {
	float: left;
	width: 390px;
	}

#portal-right {
	float: right;
	width: 120px;
	text-align: center;
	}

#portal img {
	margin: 0;
	border: 0;
	}

#portal .thumb {
	float: left;
	padding-right: 12px;
	padding-bottom: 8px;
	}

#portal .thumb img {
	height: 45px;
	width: 45px;
	border: 1px solid #c7c3a9;
	}

#portal .nothumb {
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 12px;
	margin-bottom: 8px;
	background: #ccc;
	}

#portal h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	margin: 20px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
	}

#portal h2.top {
	margin-top: 0;
	}

#portal h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	}

#portal h4 {
	margin: 1px 0;
	font-weight: normal;
	font-style: italic;
	}

#portal .byline {
	font-family: "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0;
	color: #444;
	font-size: 9px;
	letter-spacing: 0.5pt;
	text-transform: uppercase; 
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
	}

#portal .teaser {
	font-family: "lucida grande", tahoma, arial, verdana, sans-serif;
	line-height: 1.2em;
	height: 1.3em;
	overflow: hidden;
	}

#portal .rowbox {
	height: 50px;
	clear: both;
	margin-bottom: 10px;
	}

#portal .moreless {
	font-size: 11px;
	text-align: right; 
	margin: 0;
	padding: 0;
	}

/*---------------------------------------------------------------
 | AMP Video Block
 +-------------------------------------------------------------*/

#amp-video .thumb img {
	height: 50px;
	width: 65px;
	}

#amp-video .rowbox {
	height: 50px;
	margin-bottom: 10px;
	}

/*---------------------------------------------------------------
 | AMP Photo Block
 +-------------------------------------------------------------*/

#amp-photo .thumb {
	float: none;
	display: block
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
	}

#amp-photo .thumb img {
	height: 120px;
	width: 120px;
	}

#amp-photo .rowbox {
	float: left;
	height: 160px;
	width: 129px;
	margin: 0;
	clear: none;
	overlfow: hidden;
	}

#amp-photo h3 {
	display: none;
	}

#amp-photo h4 {
	display: none;
	}

#amp-photo .byline {
	text-align: center;
	line-height: 1.1em;
	height: auto;
	overflow: visible;
	}

#amp-photo .teaser {
	display: none;
	}

/*---------------------------------------------------------------
 | Homepage Calendar
 +-------------------------------------------------------------*/

.cal-box {
	margin-top: 10px;
	cursor: pointer;
	}

.cal-box a, 
.cal-box a:visited, 
.cal-box a:hover {
	text-decoration: none;
	}

.cal-datebox {
	float: left;
	width: 45px;
	margin-right: 15px;
	background: #f5f4eb;
	color: #222;
	text-align: center;
	padding: 2px;
	border: 1px solid #c7c3a9;
	}

.cal-datebox-day {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-left: 5px;
	}

.cal-datebox-num {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #b31a12;
	}

.cal-datebox-month {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 4px;
	}

.cal-date {
	margin-top: 3px;
	}

.cal-date .date {
	font-size: 11px;
	font-weight: bold;
	}

