/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {
margin: 0;
padding: 0;
list-style: none;
border: none;
}
/* End Reset */

body {
font-size: 0.8em;
font-family: Arial, Verdana, Sans-Serif;
background: #FFF;
}

a {color: white;}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red {background:#dd0000;}
.color-blue {background:#148ea4;}
.color-white {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green {background:#cccccc;}
.color-none {background: none;}
.color-yellow h3, .color-white h3, .color-green h3, .color-red h3, .color-blue h3, .color-orange h3 {color:#000;}
/* End Colors */

/* Columns section */
#columns .column {
float: left;
width: 210px;
/* Min-height: */
min-height: 400px;
height: auto !important; 
height: 400px;
}

#columns .widget {
margin: 10px 0 10px 0;
padding: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

#columns .widget .widget-head {overflow: hidden;}

#columns .widget .widget-head h3 {
padding: 0 5px;
float: left;
}

#columns .widget .widget-content {
padding: 0;
color: #000;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
line-height: 1.2em;
overflow: hidden;
}

#columns .widget .widget-content p {padding: 0.8em 0;}
/* End Columns section */