/*
Theme Name:Dindia
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
TD {
	padding: 0;
	margin: 0;
}

BODY {
	margin: 0 auto;
	background: url("back.jpg") top repeat;
}

A {
	text-decoration: none;
	color: #000;
}

.menu_big {
	padding: 10px;
	font-size: 50px;
	height: 80px;
	float: left;
	cursor: pointer;
}

.menu_small {
	font-size: 25px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.menu_innerBox {
	height: 80px;
	padding: 5px;
	float: left;
	margin-top: 20px;
}

.menu-selected {
	background-color: #000;
	color: #fff;
}

.page-con {
	float: left;
}

.page-con-first {
	float: left;
	width: 1100px;
	height: 550px;
	overflow: hidden;
}

.stats-box {
	float: left;
	width: 33.3%;
	height: 80px;
}

.font-big {
	font-size: 50px;
	color: #fff;
	text-align: center;
}

.font-20 {
	font-size: 20px;
}

.sector-big {
	width: 1100px;
}

.sector-medium {
	width: 1100px;
}
.topMenu{
	height: 30px;
	padding-top: 10px;
}
/*
*
* Colors
*/
.red-di {
	background-color: #A5CD10;
}

.green-di {
	background-color: #A5CD10;
	color: #fff;
}

.red-di {
	background-color: #E45635;
	color: #fff;
}

.blackLine {
	height: 20px;
	width: 100%;
}

.back-black {
	background-color: #000;
}

.back-white {
	background-color: #fff;
}

.color-black {
	color: #000;
}

.color-white {
	color: #fff;
}
/*
*
*
*
*/
.divider{
	width: 150px;
	height: 550px;
}

/*
* Page one
*
*/
.votingBtnCon {
	text-align: right;
	margin: 50px;
	margin-right: 200px;
}

.votingBtn {
	height: 50px;
	font-size: 20px;
}
/*
*
*	second page
*/

.secondContainer{
	width: 800px;
	height: 550px;
}
div.secondContainer div.stats{
	float: left;
	width: 50%;
	height: 80px;
}