/* Reset */
 
/* End Reset */

 
 

/* Colors */
 
/* 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;
	 min-width: 50%;
    width: 50%;
		/* Min-height: */
	 
	 
}
#columns{border: solid #b2bdc9 1px; float:left; width:100%;  min-width: 50%;}

/* Column dividers (background-images) : */
	 
 
#columns .widget {
    margin: 10px 5px 0 5px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #032b65;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    border: solid #b2bdc9 1px;
    padding: 0 5px;
     color: #032b65;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
 
}
#columns .widget .widget-content img {
    float: right;
    margin: 15px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
  
}
#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 */

