/* 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 {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width:350px;
		/* Min-height: */
	/*	min-height: 250px; */
		height: auto !important; 
	/*	height: 250px; */
}


#columns .more {
font:bold 10pt Arial, Helvetica, sans-serif;	
color: #ff0000;
text-decoration: none;

    
}





/* 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: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }

#columns .widget {
    margin: 5px 20px 0 10px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}	

#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}

#columns .widget .widget-content {
    background: #333 url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #DDD;
    -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;
  /* 	max-height:350px;
	overflow:auto;  */
}
#columns .widget .widget-content p {
   /* padding: 0.3em 0; */
    border-bottom: 0px solid #666;
}

	.widget-content ul{
			margin:0;
			padding:0;
			}
			.widget-content ul li{
				background:url(../images/latest_icon.gif) no-repeat 0 4px;
				padding:1px 0 1px 22px;
				list-style:none;
				}

.widget-content a:link {
 color: #FFFFFF;
text-decoration:none;

}
.widget-content a:visited {
 color: #FFFFFF;
 text-decoration:none;
}
.widget-content a:hover {
 color: #ff0000;
 text-decoration: none;
}
.widget-content a:active {
 color: #777777;
text-decoration:none; 
}

#heading2
{
 color: #ffffff;
}

#updated
{
 color: #ff0000;
}


#columns .widget .widget-content img {
    float: left;
    margin: 5px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
/* End Columns section */
