/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */

/* layout */
#content { margin: 10px auto; padding: 0 5px; width: auto; max-width: 1600px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* main menu topics */
#topics {
	clear: left;
        float: none; 
	width: auto;
        margin-right: 300px;
}

/* main menu search */
#search {
	clear: left;
	float: right;
}

/* left side */
#left {
	float: none;
	width: auto;
	margin: 0 320px 10px 0;
}
        .more {
            font-size: .9em;
            padding: 0 0 0 12px;
            background: #fff url(http://appfail.cdn.scaleengine.net/images/news.gif) no-repeat center left;
            color: #808080;
            text-align: right;
        }
        .more a {
            background: transparent;
        }
        .left_articles {
            clear: left;
        }
	.left_box {
                clear: left;
	}
	.thirds {
		width: 27%;
	}

	.halves {
		float: left;
		padding: 0 10px 0 15px;
		width: 40%;
                overflow: hidden;
	}		

#timetogen {
        clear: both;
}