/*
Theme Name: WordPress VMA
Theme URI:
Description: The theme for VMA.
Version: 1.0
Author:
Author URI:
Tags: vma
*/

body {
	margin: 0;
	color: #000;
	background: url("images/bg-m1.gif") repeat;
	font: 12px verdana, geneva, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #cb2626;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

#colums .bg div.textwidget {
    width:auto;
    float:none;
    min-height:inherit;
}

#sidebar .wp-tag-cloud {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#sidebar .wp-tag-cloud li {
    display:inline;
    font-size:10px;
}

#sidebar .wp-tag-cloud li a {
    color:#000000;
    text-decoration:none;
}

#sidebar .date li a:hover, #sidebar .wp-tag-cloud li a:hover {
    text-decoration:underline;
}

#sidebar .monthly ul{
	margin:0;
	padding:11px 0 15px 15px;
	list-style:none;
}
#sidebar .monthly ul li{
	font-size:10px;
}
#sidebar .monthly ul li a{
	background: url(images/bg-date.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
	text-decoration:none;
}
#sidebar .monthly ul li a:hover,
#sidebar .monthly ul li a:hover{
	text-decoration:underline;
}

#content h3 a {
    text-decoration:none;
}

#content textarea {
    width:100% !important;
}