/*  blue style */

/*  Images */
body.tonlinegames { 
	background: #e9e9e9 url(blue/bg.gif) repeat-x 0 0;
}

/*  Colors */
a {
	color: #515151;
}
#main, #sidebar ul, #sidebar .textwidget, div#video-browser-holder{
	border:0px solid #E2E2E2;
}

#sidebar h2 {
		font:15px  Arial;
        font-weight: bold;
	    color:#6f6f6f;
	    background: url(blue/sidebartitle.png) no-repeat;
        width: 244px;
        height: 15px;
	    padding: 10px 10px;
	    margin-top: 0px;
		margin-bottom:0px;
		text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
#main-content .post h4.continue a {
	background: #335678;
}
#footer-out {
	background: #1c1c1c;
}   



