@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	color:#666;
}

img {
	border:none;
	line-height:0;
}
img, div {
	behavior: url(/shared/css/iepngfix.htc);
}

.floatheight {
	overflow: hidden;
}

.floatheight:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .floatheight {
	height: 1em;
	overflow: visible;
}
/**/

#page {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(/blog/shared/img/blog/page_back.jpg);
}
#headerarea {
	background-image: url(/blog/shared/img/blog/header_back.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 898px;
}
#headerarea h1 {
	margin-left: 30px;
	padding-top: 11px;
}

#leftblock {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#centerblock {
	width: 400px;
	float: left;
	margin-right: 18px;
}

#rightblock {
	width: 210px;
	float: left;
}

.blogblock {
	width: 200px;
	margin-bottom:40px;
}

.blogblock h3 {
	margin-bottom: 10px;
}

#bloginfo {
	background-color: #EADEAA;
	background-image: url(/blog/shared/img/blog/info_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 18px;
}

#bloginfo .text {
	margin-top: 6px;
	padding-left:12px;
	padding-right:12px;
	font-size:90%;
	line-height:1.5;
}

#siteinfo li {
	list-style:none;
	display:block;
	background-image: url(/blog/shared/img/blog/web_list_mark.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-top:8px;
	padding-left: 28px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	font-size:90%;
	font-weight:bold;
}

#siteinfo a {
	color:#666;
}

#bannerblock {
	margin-bottom:8px;
}

#contactblock {
	line-height:0;
}

#contactblock li {
	list-style:none;
	display:inline;
}

#contentarea {
	width:869px;
	font-size:84%;
	background-image: url(/blog/shared/img/blog/blog_back.jpg);
	background-repeat: repeat-y;
	padding-left: 29px;
}

#pagetoparea {
	clear: both;
	width:840px;
	height:39px;
	text-align:right;
	margin-right:29px;
}

#footerarea {
	width: 898px;
	background-image: url(/blog/shared/img/blog/foot_end.jpg);
	background-repeat: no-repeat;
	height: 56px;
	padding-top: 16px;
}

#copyright {
	width:273px;
	margin-right:auto;
	margin-left:auto;
}

#calendar table {
	border:0px;
}

#calendar th {
	background-color:#ccc;
	color:#666;
	font-size:84%;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:6px;
	width:27px;
}

#calendar caption {
	padding-bottom:8px;
	font-weight:bold;
}

#calendar td {
	background-color:#ccc;
	color:#666;
	font-size:84%;
	padding-left:4px;
	padding-top:6px;
	padding-bottom:6px;
}

#rightblock .list li {
	margin-bottom:10px;
	padding-left: 18px;
	font-size:90%;
	list-style:none;
	background-image: url(/blog/shared/img/blog/blog_list_mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.storyblock {
	margin-bottom:45px;
}

.storyblock .header {
	background-image: url(/blog/shared/img/blog/story_header_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom:14px;
	margin-bottom:11px;
}

.storyblock .header h3 {
	color: #000CAE;
	background-image: url(/blog/shared/img/blog/story_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 20px;
	padding-top:9px;
	min-height:24px;
	height: auto !important;
	height: 24px;
}

.storyblock .header h3 a {
	color: #000CAE;
}

.storyblock .text {
	line-height:1.5;
	margin-bottom: 30px;
}

.storyblock .footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3365B1;
	font-size:80%;
	font-weight:bold;
	padding-top:5px;
}

.storyblock .footer .date {
	float:left;
}

.storyblock .footer .info {
	float:right;
}

#commentlist {
	padding-left:20px;
}

#commentlist li {
	line-height:1.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3365B1;
	padding-bottom:6px;
	margin-bottom:12px;
}

#commentarea h4 {
	margin-top:10px;
	margin-bottom:10px;
}

#commentform dt {
	margin-bottom:8px;
}

#commentform dd {
	padding-left:10px;
	margin-bottom:20px;
}

#commentform input.textin {
	width: 240px;
}

#commentform textarea {
	height: 60px;
	width: 300px;
}

#commentform .submit {
	margin-left: 10px;
}

#commentform {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border: 1px solid #ccc;
}

#tracklist li {
	list-style:none;
	line-height:1.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3365B1;
	padding-bottom:6px;
	margin-bottom:12px;
	width:400px;
}

#tracklist li .link {
	width:390px;
	text-align:right;
}

#trackurl {
	width:320px;
}

#pagelink {
}

#pagelink .prev {
	float:left;
}

#pagelink .next {
	float:right;
}
