/* Blog - TagCloud
---------------------------------------------------------- */
div#main div.tagCloud{ line-height:20px; margin-bottom: 10px; }
div#main div.tagCloud a{ text-transform:uppercase; color:#000; }
div#main div.tagCloud a:hover{ color:#009036; text-decoration: none; }

/* Blog - Meta
---------------------------------------------------------- */
ul.meta{ width:100%; overflow:hidden; margin:0 0 15px 0; }
ul.meta li{ color:#009036; line-height:17px; margin-bottom: 3px; }
ul.meta li a{ color:#009036; }
/*ul.meta li a:hover{ color:#000; }*/
ul.meta.oneline{margin: 0; }
ul.meta.oneline li{ float:left; display:block; margin-right:10px; padding: 0; }
ul.meta li.author{ background:url(../images/icons/user.gif) no-repeat left top; padding-left:19px }
ul.meta li.date{ background:url(../images/icons/calendar.gif) no-repeat left top; padding-left:19px }
ul.meta li.comments{ background:url(../images/layout/icon-sprite.png) no-repeat 0 -51px; padding-left:19px }
ul.meta li.link{ background:url(../images/icons/link.gif) no-repeat left top; padding-left:19px }
ul.meta li.source{ background:url(../images/icons/tags.gif) no-repeat left top; padding-left:19px }
ul.meta li.tags{ background:url(../images/icons/tags.gif) no-repeat left top; padding-left:19px }

/* Blog - Overview
---------------------------------------------------------- */
ol.overview{clear: both;margin:0 0 0 0;}
ol.overview li.entry{ width:546px; padding:10px 15px; overflow:hidden; }
	ol.overview li.entry div.image{ padding:0 10px 0 0; float:left; }
	ol.overview li.entry div.image img{ border:1px solid #000; width: 100px; height: 100px}
	ol.overview li.entry div.image a:hover img{ border:1px solid #000; }
ol.overview li.entry div.article{ width:536px; text-align:justify; }
ol.overview li.entry.image div.article{ width:420px; float:left; text-align:justify; }

/* Blog - Detail
---------------------------------------------------------- */
div.detail{ width:536px; padding: 0 15px 10px 15px; overflow:hidden; }
	div.detail.image div.image{ padding:0 10px 0 0; float:left; }
	div.detail.image div.image img{ border:1px solid #000; }
	div.detail.image div.image a:hover img{ border:1px solid #000; }
div.detail.image div.article{ width:420px; float:left; text-align:justify; }
