/* blog */

.blog-sidebar	{
	margin: 81px 0 0 24px;
}

.blog-body	{
	padding: 0 50px 0 4px;
	font-size: 9pt;
	text-align: justify;
	text-justify: inter-word;
}

.blog-body h2	{
	font-weight: normal;
	font-size: 15pt;
}

ul.blog-topics	{
	margin: 8px 0 0 0;
	border-top: 1px dotted #ccc;
}

ul.blog-topics li	{
	font-size: 9pt;
	color: #999;
	padding: 8px 0 8px 3px;
	border-bottom: 1px dotted #ccc;
}

.blog-search,
.blog-search-focus	{
	background-color: #ddd;
	border: 1px solid #ddd;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-border-radius: 15px;	
	height: 25px;
	width: 188px;
}

.blog-search-field	{
	border: none;
	outline: none;
	background-color: transparent;
	font: normal 9pt "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 5px 4px 5px 10px;
	margin: 0;
	vertical-align: middle;
	width: 143px;
	color: #888;
	display: block;
	float: left;
}

.blog-search-button	{
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	border: none;
	outline: none;
	vertical-align: middle;
	background: transparent url(/images/bg-blog-search-button.gif) no-repeat 0 0;
	display: block;
	font-size: 0px;
	line-height: 0px;
	float: right;
	text-indent: -9999px;
}

.blog-search-focus .blog-search-field	{color: #000;}
.blog-search-focus .blog-search-button	{background-position: 0 -25px;}

.blog h3.second	{display: none;}

.blog-rss	{
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;	
	font: normal 9pt "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 33px;
	line-height: 33px;
	padding-left: 33px;
	background: transparent url(/images/blog-rss-icon.gif) no-repeat 0 center;
}

.blog-rss a	{color: #666;}




.search-results-title	{
	color: #333;
	margin-top: 20px;
	padding-bottom: 10px;
}

.search-results-title strong	{
	color: #a42a19;
	display: inline-block;
	padding: 2px 6px;
	margin-left: 2px;
	background-color: #f3eed2;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;	
}

.search-results-content	{
	background: transparent url(/images/bg-border-across.gif) repeat-x 0 top;
	margin-right: -50px;
	padding-right: 50px;
	padding-top: 5px;
}

.post small	{
	margin-top: -10px;
	display: block;
	padding-left: 2px;
}

body.blog .navigation	{
	height: 30px;
	display: block;
	margin-top: 10px;
}

.navigation .alignleft,
.navigation .alignright	{
	display: block;
	float: left;
	width: 100px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	margin-right: 5px;
}

.navigation .alignleft a,
.navigation .alignright a	{
	display: block;
	background-color: #eee;
	line-height: 28px;
	height: 28px;
	text-align: center;
}

.navigation .alignleft a:hover,
.navigation .alignright a:hover	{
		background-color: #ccc;
		text-decoration: none;
		color: #003366;
}

.navigation-single	{
	height: 30px;
	display: block;
	margin: 25px 0 10px 0;
}

.navigation-single .alignleft,
.navigation-single .alignright	{
	display: inline-block;
	float: left;
	line-height: 28px;
	height: 28px;
	text-align: center;
	margin-right: 5px;
}

.navigation-single .alignright	{
	float: right;
	margin-right: -5px;
}

.navigation-single .alignleft a,
.navigation-single .alignright a	{
	display: inline-block;
	background-color: #eee;
	line-height: 28px;
	height: 28px;
	text-align: center;
	min-width: 170px;
}

.navigation-single .alignleft a		{padding:  0 10px 0 8px;}
.navigation-single .alignright a	{padding:  0 8px 0 10px;}

.navigation-single .alignleft a:hover,
.navigation-single .alignright a:hover	{
		background-color: #ccc;
		text-decoration: none;
		color: #003366;
}

.entry	{
	display: block;
	margin-right: -50px;
	padding-right: 50px;
	padding-bottom: 18px;
	margin-bottom: 20px;	
	background: transparent url(/images/bg-border-across.gif) repeat-x 0 bottom;
}

.entry p	{
	margin-bottom: 15px;
}

.entry ul	{
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry ul li	{
	margin-bottom: 10px;
	color: #000;
}

.entry strong	{
	font-weight: bold;
}

.news-entry-date	{
	color: #999;
	font-size: 8pt;
	margin-bottom: 8px;
	margin-top: -10px;
}

.blog-body #searchform	{
	background: transparent url(/images/bg-border-across.gif) repeat-x 0 0;
	margin-right: -50px;
	padding-right: 50px;
	padding-top: 30px;
}	

h3#comments	{
	font-weight: normal;
	font-size: 15pt;
	padding-bottom: 20px;
}

ol.commentlist li.comment	{
	padding: 0;
	margin: 0 0 20px 40px;
}

ol.commentlist li.comment img.avatar	{
	margin-left: -40px;
	margin-right: 5px;

}

ol.commentlist li.comment img	{
	vertical-align: middle;
}

#commentform input.comment-text,
#commentform textarea{
	font: normal 13pt Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #999;
	margin-top: 3px;
}

#commentform textarea	{
	width: 450px;
	height: 120px;
	margin-bottom: 15px;
}

.blog-arrow	{
	color: #ccc;
}

.commentlist cite	{
	font-style: normal;
}

}
