/*
.blogLeft {
	width: 348px;
	float: left;
	margin: 0 10px 0 0;
}
*/
.blogLeft .search {
	border: solid 1px #d3cdc6;
	padding: 2px;
	color: #367c2b;
	float: left;
	margin: 0 0 20px 0;
}

.blogLeft .search .text {
	padding: 0;
	margin: 0;
	width: 115px;
	border: solid 1px #d3cdc6;
	border-right: none;
	margin: 0 -3px 0 0;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
}

.blogLeft .search .button {
	width: 18px;
	height: 17px;
	background: transparent url(../../elements/skin/btn_go_search.gif) no-repeat left top;
	vertical-align: bottom;
	margin: 0;
}


.blogLeft h2 { clear: left; }

.blogContent {
	border: solid 1px #d4cdc7;
	background: #FFF;
	padding: 10px;
}

#right .blogContent h3 {
	font-weight: bold;
	color: #367c2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right .blogContent h3 a { 
	color: #367c2b;
	text-decoration: none;
}

.postCreated,
.postCreated a { color: #367c2b; }

#right .blogContent .more {
	float: left;
	border: solid 1px #d3cdc6;
	padding: 3px;
	color: #367c2b;
	text-decoration: none;
	display: block;
	margin: 3px 0;
}

#right .blogContent .postmetadata { 
	clear: both;
	font-size: smaller;
}

#right .blogContent .post {
	border-bottom: solid 1px #b28f58;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* -------------
 * Right Column
 * ------------- 
.blogRight {
	float: left;
	width: 116px;
	background-color: #ebdcc5;
	color: #6a563a;
}

.blogRight .rss {
	display: block;
	background: transparent url(../../elements/skin/blog_rss.jpg) no-repeat left top;
	width: 116px;
	height: 22px;
	text-indent: -9999px;
}

.blogRight dl {	margin: 10px 0 0 0; }

.blogRight dt {
	color: #FFF;
	background: #a68246 url(../../elements/skin/blog_right_bullet.jpg) no-repeat left center;
	padding: 3px 0 3px 10px;
	font-weight: bold;
}

.blogRight dd {
	padding-left: 10px;
}

.blogRight dd a { 
	color:#6a563a;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
*/

.links { margin-bottom: 10px; }

body #right .links ul { margin: 0; padding: 0; list-style: none; }
body #right .links li { list-style: none; }

.links li {
	float: left;
	position: relative;
	z-index: 2;
	
	border: solid 1px #d3cdc6;
	color: #69401d;
	text-decoration: none;
	padding: 2px 8px;
	list-style: none;
	margin-right: 5px;
}

.links li span {
	display: block;
}

.links li a {
	color: #69401d;
	text-decoration: none;
}

.links .rss {
	background: transparent url(../../elements/skin/blog_rss.gif) no-repeat left top;
	padding-left: 20px;
}

.links li ul {
	position: absolute;
	z-index: 1;
	left: -9999%;
	background-color: #f3e4ca;
	border: solid 1px #d3cdc6;
	border-bottom: none;
}

body #right .links li ul { margin: 2px 0 0 -9px; }

.links li.hover ul,
.links li:hover ul { left: auto; }

.links li ul li {
	height: auto;
	margin: 0;
	display: block;
	width: auto;
	white-space: nowrap;
	float: none;
	border: none;
	border-bottom: solid 1px #d3cdc6;
}