/*
========================================================================
PLUGINS
========================================================================
*/

div.plugin-box {
    margin-bottom: 0px;
}

div.plugin-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.plugin-box	li {
	display: block;
	word-wrap: break-word;
	padding: 2px 0;
}

div.plugin-box	h3.plugin-title {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
        font-size:16px;
        padding: 10px;
        background: #000 url("img/menu_pattern.jpg") no-repeat left top;
        border-radius: 7px;
}

/*
========================================================================
PLUGINS :: Last posts
========================================================================
*/

div.plugin_last_posts {

}

div.plugin_last_posts	li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*
========================================================================
PLUGINS :: About
========================================================================
*/

div.plugin_about {

}

div.plugin_about	li.name {
	font-weight: bold;
	font-size: 0.9em;
}

div.plugin_about	li.about {
	font-size: 0.9em;
}

div.plugin_about	li.image {
	float: left;
	overflow: auto;
	width:70px;
}

div.plugin_about	img.plugin_about {
       max-width:64px;
}

/*
========================================================================
PLUGINS :: Archiv
========================================================================
*/

div.year {
    margin-bottom: 5px;
    margin-top: 5px;
}

