/* 
 *  jQuery Widgets 
 */

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-black  {background:#000;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-hotpink {background:#F660AB;}
.color-violet {background:#8D38C9;}
.color-skyblue {background:#6698FF;}
.color-chocolate {background:#8B4513;}
    .color-yellow h3,
    .color-white h3,
    .color-green h3
    	{color:#000;}
    .color-red h3,
    .color-blue h3,
    .color-hotpink h3,
    .color-skyblue h3,
    .color-black h3,
    .color-orange h3,
    .color-violet h3,
    .color-chocolate h3
    	{color:#FFF;}
/* End Colors */ 
 

 
 
/* Columns section */
#columns .column {
    float: left;
    width: 357px;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
} 
 
#columns #column1 .widget { margin: 15px 15px 0 0; }
/*#columns #column3 .widget { margin: 30px 25px 0 35px; }*/
#columns .widget {
    margin: 15px 0 0 15px;
    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: #fff /*url(img/widget-content-bg.png) repeat-x*/;
    padding: 10px;
    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;*/
    border-bottom: 0px solid #666;
}
#columns .widget .widget-content img {
    /*margin: 4px;*/
    border: 1px solid #aaa;
}

#columns .widget .widget-content img.nobrd {
    /*margin: 4px;*/
    border: 0px solid #aaa;
}
#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;
}

#widgetlooked {
    color: #fff;
	border: 2px solid #000;
}

		#widgetlooked span.looked_list {
			display: block;
			background: url(../images/home/black_grad.png) repeat-x;
			padding: 5px;
			position: relative;
			height: 37px;
			cursor: pointer;
		}
			
			#widgetlooked span.over {
				background: #222;
			}
		
		#widgetlooked span.looked_list img {
			margin: 0;
			position: absolute;
			top: 5px;
			left: 5px;
		}
		
		#widgetlooked span.looked_list a.username {
			color: #f3921d;
			font-size: 11px;
			position: absolute;
			top: 5px;
			left: 47px;
			font-weight: bold;
		}
		
		#widgetlooked span.looked_list .info {
			font-size: 11px;
			position: absolute;
			left: 47px;
			top: 20px;
			display: block;
		}
		
		
		#widgetlooked a {
			text-decoration: none;
		}

/* End Columns section */

/* NOTIFICATIONS */

span.notifications {
    padding-left: 20px;
    background: url(../images/home/notify.png) no-repeat left center;
    display: block;
    font-size: 0.90em;
    margin-bottom: 4px;        
}

    span.notifications a, span.messages a {
        color: red;
    }

span.messages {
    padding-left: 20px;
    background: url(../images/inbox/new_message_home.png) no-repeat left center;
    display: block; 
    font-size: 0.90em;              
}

#list p.game_des {
	color: grey;
	font-size: 11px;
}

#list div.hov_game:hover {
	color: #fff;
    background-color: #E6A06F;
    border: 0px solid #f3921d;    
}
