﻿
*{
	font-family:Arial;
}

table input[type=text] , table input[type=password] {
	font-family: arial;
	padding: 5px;
	border-radius: 3px;
	color: #fafafa;
	border: 1px solid #dcdcdc;
	color: #454545;
	box-shadow: 0 2px 0 #454545;
}

table input[type=text]:hover , table input[type=text]:focus , table input[type=password]:hover , table input[type=password]:focus {
		box-shadow: 0 0 3px #454545;
}

table input[type=submit] , table input[type=button] {
	padding: 5px 7px 5px 7px;
	font-family:Arial;
}

.clear {
	clear: both;
}

.main {
	width: 1000px;
	margin:0 auto;
}

#Bottom {
	margin-right: 18px;

}


.header {
	margin-top: -26px !important;
}

#trivia {
	background: #d9ebf1 url('images/bg.png');
	width: 1000px;
	margin-top: -10px;
}

#side-bar {
	float: right;
	margin: 5px 15px 5px 0;
}

#menu {
	width: 253px;
	height: 204px;
	background: url('images/menu.png') no-repeat;
	margin: 10px 0;
	padding: 0 0px 0 30px;
}


#menu ul {
	display: block;
	list-style: none;
	margin-right: 22px;
	
}

#menu ul li:first-child {
	padding-top: 10px;
}

#menu ul li:first-child:hover {
	background: none;
}

#menu ul li {
	display: block;
	margin-top: 4px;
	padding-top: 1px;
	height: 31px;
}

#menu ul li:hover {
	background: #deeef3;
	border-radius: 10px;
	
}

#search {
	wdth: 280px;
	height: 99px;
	background: url('images/search.png') no-repeat;
}

#search input[type=text] {
	border-radius: 10px;
	border: 2px solid #0e6697;
	width: 212px;
	height: 27px;
	font-family:Arial;
	margin: 63px 0;
	padding:0 5px 0 5px;
	text-align: center;
}

#page {
	width: 692px;
	height: 672px;
	background: url('images/main.png') no-repeat;
	float: left;
}

.trivia_page {
	height: 642px !important;
	padding: 20px 0 10px 0;
}

.trivia_page h1{
	font-family: Tahoma;
	font-size: 42px !important;
	margin-top: 14px;
	display: block;
} 

.trivia_page h2{ 
	font-size: 21px !important;
	margin-top: -6px;
	font-family: Tahoma;
}

#quations {
	background: url('images/trivia/quations_bg.png') no-repeat;
	width: 455px;
	height: 487px;
	float: right;
	margin: 0 10px 0 0;
}

#quation {
	background: #b9cad5;
	width: 435px;
	border-radius: 5px;
	margin: 0 10px;
}

#quation h1 {
	font-size: 29px !important;
}

#quation p {
	font-size: 25px;
	padding: 0 5px 10px 5px;
}

#ans ul {
	list-style: none;
	margin: 10px 40px 0 0;
}

#ans ul li {
	background: #b9cad5;
	width: 435px;
	border-radius: 5px;
	margin: 0 -30px 15px 0;
	height: 63px;
}

#ans ul li:hover {
	background: #bacf96;
}

#left-bar {
	float: left;
	position: relative;
}

#status {
	background: url('images/trivia/warnning.png') no-repeat;
	width: 202px;
	height: 89px;
	margin: 0 0 0 10px;
}

#xes {
	margin: 0 100px 0 0;
	padding-top: 4px;
}

#xes img {
	float: right;
}

.yes {
	margin: -1px -4px -3px -3px;
}

#time {
	font-size: 20px;
	font-weight: bold;
	margin-right: 90px;
	padding-top: 9px;
}

#help {
	background: url('images/trivia/help.png') no-repeat;
	width: 200px;
	height: 259px;
	margin-top: 5px;
	padding-top: 24px;
}

#help a{
	display: block;
	margin: 8px 0;
}

#score {
	background: url('images/trivia/score.png') no-repeat;
	width: 241px;
	height: 126px;
	position: absolute;
	top: 325px;
	left: -6px;
	padding-top: 88px;
	font-size: 42px;
	font-family: Tahoma;
	font-weight: bold;
	color: #f6ff07;
	text-shadow: 1px 1px 0 #000;
	z-index: 1;
}

#urlAndShare {
	margin-top: -20px;
}

#urlAndShare input {
	float: right;
	margin:20px 60px 0 50px;
	width: 350px;
	border: 3px solid #0e6697;
	padding: 5px;
	border-radius: 10px;
	color:#0e6697;
	text-align: center;
	z-index:1;
}

#left-side {
	float: left;
	width: 692px;
}

.share-box {
	float: right;
	background: #0e6697;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	margin-top: 11px
}

.share-box span {
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #000 !important;
	font-size: 13px;
}

#high-score {
	background: url('images/trivia/high_score_bg.png') no-repeat;
	width: 692px;
	height: 502px;
	margin-top: 16px;
}

#high-score img { 
	margin-top: -13px;
}

#high-score table { width: 100%; font-size: 19px; font-weight: bold; padding:0 30px 0 30px; }

#high-score table tr td:first-child{ text-align: right; }
#high-score table tr td:last-child{ text-align: left; }

select {
	padding: 3px 5px 3px 5px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

table {
	width: 100%;
}

table td {
	padding: 5px;
}

.block-main {
	background: url('images/block-main.png') no-repeat;
	width: 488px;
	height: 462px;
	float: right;
	margin-left: 21px;
}

.block-main img {
	margin-top: -23px;
}

#themost {
	border-radius: 20px;
	box-shadow: 5px 5px 0 #70caf4, -5px -5px 0 #9ddb31;
	width: 675px;
	float: left;
	margin: 10px 0 20px 10px;
}

#themost h1 {
	color: #e99e27;
	text-shadow: 0 1px 0 #70caf4;
	text-align: right;
	margin: 5px 10px 0 0;
}

#themost .child {
	width: 150px;
	float: right;
	margin: 10px 14px 10px 0;
}

#themost .child span {
	font-size: 20px;
	color: #dbb531;
	text-shadow: 0px 0px 2px gold;
}

#themost .child a {
	color: #724e15;
	font-weight: bold;
	font-size: 16px;
}

#themost .child p {
	color: #454545;
	font-size: 13px;
}