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

div.plugin-box {
    margin-bottom: 50px;
    margin-right: -10px;
    overflow: auto;
}

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 {
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
	color: #333333;
	font-weight: normal;
	padding: 5px 0 5px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

div.plugin-box	a {
    display: inline-block; 
    background-color: #4C456F;
    color: white;
    padding: 7px 12px;
    margin: 1px 0 1px 0;
    width: 235px;
    text-align: left;
    text-decoration: none;
    border-radius: 5px;
}

div.plugin-box	a:hover {
    background-color: #5C557F;
}

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

div.plugin_last_posts a {
}

div.plugin_last_posts	li {
	border-bottom: 1px solid #C1C1C1;
	margin-bottom: 1px;
}

/*
========================================================================
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;
}
