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

/* Head section */
#head {
    height: 100px;
	}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    text-indent: -9999em;
	}
/* End Head Section */

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

/* Column dividers (background-images) : */
	/*#columns #column1 { background: url(../img/column-bg-left.png) no-repeat right top; }
	#columns #column3 { background: url(../img/column-bg-right.png) no-repeat left top; }*/
	
#columns #column1 .widget { 
	margin: 0px 0px 0px 0px; 
	}
#columns #column3 .widget { 
	margin: 30px 25px 0 35px; 
	}
#columns .widget {
    margin: 0;
    padding: 0px;
	}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    line-height: 30px;
	}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
	}
#columns .widget .widget-content {
    padding: 0;
    color: #DDD;
    line-height: 1.2em;
    overflow: hidden;
	}
#columns .widget .widget-content p {
	}
#columns .widget .widget-content img {
    float: LEFT;
	}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
	}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
	}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
	}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images ../img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
	}
/* End Columns section */
.column li{
	display:block;
	float:left;
	clear:both;
	list-style:none;
	}

