/* default styles for extension "tx_t3blog_pi1" */

#header {
	position: relative;
	height: 300px;
	background: #edeae5 url(/fileadmin/template/Blogs/learnandlivewell/learnandlivewell01.jpg) no-repeat 0 0;
	color: white;
}

#header_bottom {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 900px;
	display: none;
}
.tagCloud { display: none }

			
	#col2 .item .itemNav span.comments a,
	#col2 .single .itemNav span.comments a{
		color: #a4a59f;
		display: block;
		padding-left: 15px;
		background:  url(/typo3conf/ext/t3blog/icons/comment_icon.png) no-repeat 0 50%;
		font-weight: bold;
	}

	#col2 #commentListTitle	li.start,
	#col2 #trackbackListTitle li.start{
		position: relative;	
		top: 0 !important;	
		top: 7px;
		width: 7px;
		margin-left: 20px;
		margin-bottom: 0 !important;
		padding: 0;
		background: url(/typo3conf/ext/t3blog/icons/tab-open.png) no-repeat ;
	}
	
	#col2 #commentListTitle	li.end,
	#col2 #trackbackListTitle li.end{
		background: url(/typo3conf/ext/t3blog/icons/tab-close.png) no-repeat;
		width: 7px;
		margin-left: 1px;
		position: relative;
		top: 0 !important;
		top: 7px;
	}

	#col3 a {
		background: url(/typo3conf/ext/t3blog/icons/link_arrow.png) no-repeat 100% 50%;
		padding: 2px 13px 2px 2px;
		color: #a5a6a0;
		font-family: Georgia;
		font-size: 12px;
	}

/*************************************************
	Content
*************************************************/
		

.delicious {
	background: url(/typo3conf/ext/t3blog/icons/delicious.small.gif) no-repeat 2px;
}

div#singleNavigation .previous a{
	background: url(/typo3conf/ext/t3blog/icons/nav_arrow_prev.png) no-repeat left 50%;
	padding-left: 15px;
}

div#singleNavigation .next a{
	background: url(/typo3conf/ext/t3blog/icons/nav_arrow_next.png) no-repeat right 50%;
	padding-right: 15px;
}