@charset "utf-8";
/* CSS Document */

@import url("common.css");

/*----------news pods---------------*/

div.newsItem {
	position:relative;
	margin:0px;
	padding:0px 0px 4px 127px;
	margin:25px 0px 0px 0px;
	width:428px;
	height:100px;
}

div.newsItemBot{
	position:relative;
	margin:0px 0px 0px 127px;
	width:428px;
	height:15px;
	padding:5px 0px 30px 0px;
	background-image: url(../../_sharedimg/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.newsItem {height:auto; min-height:100px;}
		
div.newsItem img {
	position:absolute;
	top:0px;
	left:0px;
}

div.newsItem .newsLineDate {
	padding:0px 0px 0px 0px;
	color:#A7A1A3;
	margin:0px;
}
div.newsItem .newsLineCategory {
	padding: 0;
	margin: 4px 0 10px 0;
	color: #2273A3;
	text-transform:uppercase;
	font-size: 0.7em;
}
div.newsItem .newsLineTitle {
	padding:5px 0px 0px 0px;
	font-size:1.5em;
	line-height:1.3em;
}
div.newsItem .newsLineDescr {
	padding:0px 0px 0px 0px;
}
div.newsItem .newsDrillDown a{
	padding:0px;
	margin:0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c83d57;
	text-decoration: none;
	list-style-image:none;
	background-image:none;
}
div.newsItem .newsDrillDown a:hover{
	text-decoration: underline;
}	

/*----------calendar---------------*/


div.calendarwrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	padding:15px 0px 0px 0px;
	background-image: url(../../_sharedimg/calendar_icon_bg.gif);
	background-repeat: no-repeat;
	background-position: 18px 20px;
}

.calendardate{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#6fb969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	line-height:1.1em;
	font-weight: bold;
	text-align: center;
}

.calendarmonth{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#4f3d38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

/*----------blogs---------------*/
.secondaryinfo {
	margin-bottom:0px;
	color: #A7A1A3;
	font-size:0.85em;
	font-style: italic;
}

.lcase {text-transform:lowercase;}

h3.commentH3 {margin-left:127px;}
#submitCommentInstructions {margin-left:127px;}

div.blogItemBot{
	position:relative;
	margin:0px 0px 15px 127px;
	width:428px;
	height:1px;
	padding:0px 0px 15px 0px;
	background: url(../../_sharedimg/dotted_line.gif) repeat-x left bottom;
}

div.commentbox{
	margin-left:127px;
	padding:5px 10px 0px 21px;
	width:397px;
	min-height:90px;
	line-height: 1.4;
	background-color: #CCEDF0;
	/*background: #ccedf0 url(../../_sharedimg/quotebox_top.gif) no-repeat left top;*/
	font-size: 0.9em;
}

div.commentbox p{
	padding:5px 10px 0px 21px;
	margin:0;
}
div.commentbox_bot{
	margin-bottom:8px;
	margin-left:127px;
	width:428px;
	height:15px;
	background-color: #CCEDF0;
	/*background: url(../../_sharedimg/quotebox_bot.gif) no-repeat left top;*/
}
p.commentBy {
	color: #2171A2;
}
