@charset "utf-8";
/* CSS Document */

.blogEntry{
	margin-bottom:15px;
	}
.blogSmallText{
	font-size:60%;
	color:#999999;
	}
.blogDay{
	background-image:url(../images/elements/blog/bdtop.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#eeeeee;
	font-size:230%;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a5b3bd;
	min-height:30px;
	}
.blogDayInner{
	padding:2px;
	text-align:center;
	padding-top:0px;
	}
.blogMonth{
	background-image:url(../images/elements/blog/bdbottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#599ac8;
	color:#fff;
	min-height:11px;
	}
.blogMonthInner{
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	}
.blogCurrentSection a:link, .blogCurrentSection a:visited{
	background-color:#a1adc7;
	}
.blogCurrentSection a:hover{
	background-color:#bbc5d9;
	}
.blogInsetImage{
	margin-bottom:10px;
	}
.blogAbstract{
	color:#333333;
	margin-bottom:10px;
	}


.splitColBDate{
	width:40px;
	}
.splitColBDateHome{
	width:40px;
	}
.splitColBTitle{
	width:475px;
	}
.splitColBTitleHome{
	width:260px;
	padding-top:5px;
	}

.listTypeBlog{
	padding:5px;
	background-color:#faf8f9;
	}
.listTypeBlog ul{
	margin:0;
	margin-top:0;
	padding:0;
	list-style:none;
	
	}
.listTypeBlog ul li{
	display:block;
	margin:0;
	padding:0;
	margin-bottom:2px;
	}
.listTypeBlog ul li a{
	display:block;
	padding:2px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:5px;
	background-color:#f0eeef;
	color:#333;
	}
.listTypeBlog ul li.current a:link, .listTypeBlog ul li.current a:visited{
	color:#333;
	
	}
.listTypeBlog ul li a:link, .listTypeBlog ul li a:visited{
	color:#333;
	}
.listTypeBlog ul li a:hover, .listTypeBlog ul li.rowOdd a:hover, .listTypeBlog ul li.rowEven a:hover{
	background-color:#ffffff;
	}

.listTypeBlog ul li .listExtra{
	color:#999;
	}
.listTypeBlog ul li a:link .listEmp, .listTypeBlog ul li a:visited .listEmp, .listTypeBlog ul li a:hover .listEmp{
	color:#333;
	}
.listTypeBlog ul li.viewMore a{
	
	}
.listTypeBlog ul li.viewMore a:link, .listTypeBlog ul li.viewMore a:visited, .listTypeBlog ul li.viewMore a:hover{
	color:#CC6633;
	}
.listTypeBlog ul li.depth_0 a{
	
	}
.listTypeBlog ul li.depth_1 a{
	padding-left:15px;
	}
.titleBlockAlt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:normal;
	color:#333;
	line-height:normal;
	margin-bottom:0.2em;
	background-image:url(../images/elements/layout/title_fade.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	padding:5px;
	}


