@charset "UTF-8";

div.itemDate{
	color: #fff;
	font-size: 10px;
	margin-bottom: 3px;
}
div#bloggersClosed{
	width: 230px;
	padding-left: 3px;
	padding-bottom: 10px;
}
	div#bloggersClosed a{
		float: left;
		margin-left: 3px;
		display: inline;
	}
	div#bloggersClosed img{
		border: 1px solid #cecece;
	}
div.blogInfo{
	font-size: 11px;
}
div.postInfo{
	margin-top: 30px

}
	div.postInfo h3{
		margin-bottom: 10px;
	}
div#bloggerSignature{
	width: 203px;
	height: 124px;
	float: left;
	display: inline;
	position: relative;

}
	div#bloggerSignature div#signatureInfo{
		position: absolute;
		top: 20px;
		left: 15px;
	}
	div#bloggerSignature div#signatureBackground{
		background-image: url('/images/blog_profile.png');
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
	}
	div#bloggerSignature img{
		float: left;
		margin-right: 10px;
		width: 80px;
		display: inline;
	}
div.bloggerInfo{
	float: left;
	width: 90px;
	line-height: 20px;
	display: inline;
}

div#otherPosts{
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	/*line-height: 18px;*/
}
	/*div#otherPosts span{
		font-size: 10px;
	}*/
#bloggerProfile #otherPosts { margin-left: 0 }
div#bloggerSidebar{
	height: 763px;
	width: 219px;
	margin-left: 10px;
	margin-bottom: 30px;
	position:relative;

}
div#bloggersOpen{
	background-image: url('/images/blog_sidebar_bg.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
}
	div#bloggerSidebar div.blogger{
		width: 198px;
		height: 93px;
		padding-left: 20px;
		padding-top: 10px;
	}
		div#bloggerSidebar div.blogger.active{ background: #F99B01 }
		div#bloggerSidebar div.blogger div.bloggerInfo{
			padding-top: 10px;
		}
		div#bloggerSidebar div.blogger a{
			color: #0464d0;
			text-decoration: underline;
		}
		div#bloggerSidebar div.blogger.active a { color: #000}
	div#bloggerSidebar div.selected{
		background-color: #f38e01;
	}
		div#bloggerSidebar div.selected a{
			color: #000;
			text-decoration: underline;
		}
		div#bloggerSidebar div.blogger img{
			float: left;
			margin-right: 18px;
			border: 1px solid #cecece;
		}
	div#bloggerList{
		position: absolute;
		top: 25px;
	}
div.tagContainer{
	margin: 40px auto 0 25px;
	position: relative;
	z-index: 1;
}

		div.blogEntry span a{
			color: #0464d0;
			text-decoration: underline;
		}
	div#blogFooter img{
		border: 1px solid #c4c4c4;
	}
div.tagTop{
	width: 911px;
	height: 16px;
	background-image: url('/images/tag_top.png');
	margin-bottom: 0px;
}
div.tagMid{
	width: 881px;
	background-image: url('/images/tag_mid.png');
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
div.tagBottom{
	margin-top: 0px;
	width: 911px;
	height: 16px;
	background-image: url('/images/tag_bot.png');
	margin-bottom: 30px;
}
	div.tagMid a{
		color: #000;
		text-decoration: none;
	}
.tag1{
	font-size: 10px;
}
.tag2{
	font-size: 12px;
}
.tag2{
	font-size: 14px;
}
.tag3{
	font-size: 16px;
}
.tag4{
	font-size: 18px;
}
.tag5{
	font-size: 20px;
}
.tag6{
	font-size: 22px;
}
.tag7{
	font-size: 24px;
}
.tag8{
	font-size: 26px;
}

	div#bloggerProfile div.imageHolder{
		width: 195px;
		float: left;
		display: inline;
	}
	div#bloggerProfile div.textHolder{
		float: left;
		width: 405px;
		margin-left: 10px;
		display: inline;
	}
		div#bloggerProfile div.textHolder a{
			color: #0464d0;
			text-decoration: underline;
			font-weight: normal;
		}
		div#bloggerProfile div.textHolder h1{
			margin-bottom: 15px;
		}
		div.blogHighlight span a{
			color: #fff;
			text-decoration: underline;
		}





/* footer */
div#blogFooter{ margin: 10px 0 15px 15px; position: relative; z-index: 5; float: left; width: 930px }
#blogFooter { width: 930px; }
	#blogFooter.top_border { background: url(/images/border-wide-grey-top.gif) no-repeat left top; padding-top: 5px }
	#blogFooter .bottom_border { background: url(/images/border-wide-grey-bottom.gif) no-repeat left bottom; padding-bottom: 5px }
	#blogFooter .content { background: #ececec; border:1px solid #d2d0d3; border-width: 0 1px; padding: 15px 20px }
		#blogFooter .content span { margin-right: 10px }
		#blogFooter .content span.smallest { font-size: 11px }
		#blogFooter .content span.smaller { font-size: 13px }
		#blogFooter .content span.small { font-size: 15px }
		#blogFooter .content span.normal { font-size: 17px }
		#blogFooter .content span.big { font-size: 19px }
		#blogFooter .content span.biger { font-size: 21px }
		#blogFooter .content span.bigest { font-size: 23px }
			#blogFooter .content span a { color: #000 }