/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clearfix:after, 
#header:after,
#page:after,
#maincol:after,
#footer:after,
#content:after,
.avatar-list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Generic Elements Markup */

body {
	background-color: #111;
	color: #CCC;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0 0 25px;
	padding: 0;
	cursor: default;
}

h1 {
	color: white;
	font-size: 28px;
	margin: 5px 0 15px 0;
}

h2 img{
	vertical-align: middle;
}

h3 {
	margin: 0px;	
}

h5 {
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;	
}


a {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;	
}

img.avatar{
	vertical-align: middle;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}


form {	
	padding: 10px;
}

form label {
	font-size: 1.4em;
}

textarea{
	font-size: 12px;
}

input{	
	font-size: 1.3em;
}

select{
	font-size: 1.3em;
}

fieldset{
	border: thin solid gray;
	text-align: left;
	margin-top: 15px;
	padding-bottom: 10px;
}

legend{
	padding: 3px 10px;
	margin-right: 15px;
	font-size: 1.3em;
	border: thin solid gray;
}

#captcha_container{
	font-size: 1.4em;;
	margin-top: 20px;
	margin-left: 100px;
}

/* ++++++ Layout Markup ++++++ */


#page {
	margin: auto;
	width: 800px;
	min-height: 600px;
	background: #444;
	border-top: 5px solid #bbb;
	border-bottom: 5px solid #bbb;
	font-size: 1.2em;
}

#header {
	margin: auto;
	width: 780px;
	font-size: 1.4em;
	height: 45px;
}

#top_menu {
	margin: 12px 0;
	padding: 0;
	height: 26px;
	width: 580px;
}

#top_menu li {
	display: inline;
	margin: 0 5px;
	padding: 5px;
}

#top_menu li a:hover {
	background-color: #FC0;
	color: black;
	text-decoration: none;
}


#top_menu a.action{
	font-size: 0.8em;
}

#top_menu a#logout:hover{
	background-color: #111;
	color: #FC0;
	text-decoration: underline;	
}

#user_menu{
	margin-top: 5px;
	float: left;
	width: 270px;
}

#user_menu img{
	margin-top: -5px;
}

#main_menu{
	float: right;
	width: 280px;
	margin-top: 8px;
	margin-right: 30px;
	font-size: 1.1em;
	text-align: right;
}

#logo {
	float: right;
	position:relative;
	top:160px;
	left:0;
	margin-top:-200px;
	/*
	position: relative;
	top: -30px;
	overflow: hidden;
	margin-bottom: 0px;
	*/
}

#footer {
	clear: both;
	padding-top: 20px;
	font-size: 1.2em;
	text-align: center;
}



#flashes {
	width: 530px;
	padding: 0 1em;
	margin-top: 10px;
}

.flash {
	border: solid medium white;
	color: #fff;
	font-size: 1.4em;
	padding: 5px;
}

.flash.notice {
	background-color: #344821;
}

.flash.error {
	background-color: #993333;
}

.flash.warning {
	background-color: #ff9900;
}

div.big-message{
	text-align: center;
	background-color: gray;
	border: thin white solid;
	padding: 10px 0;
	margin: 50px 40px;
}

div.big-message h1{
	color: white;
}


#main-col {
	float: left;
	margin-top: 6px;
	padding: 0 1em;
	width: 530px;
}

.sidebar{
	float: right;
	padding: 0 10px 15px 0;
	width: 220px;
	position:relative;
	top:180px;
}



/* User Info Column */


#info_col p {
	margin: 10px 20px;
}

#info_col br {
	border: thin solid black;
	height 2px;
}

#info_col h4 {
	margin: 5px 0;
}

#user_stats {
	margin-left: 20px;
	width: 130px;	
	font-size: 1.3em;
	color: #FFF;
}

#user_stats li{
	text-align: right;
}

#user_stats span.stat{
	float: left;
}

#user_stats span.value{
	text-align: right;	
}

/***** App Views ******/

/* Followings/Followers lists */

.ff-list li{
	float:left;
	width: 150px;
	text-align: center;
	border: 2px solid #999;
	background-color: #272727;
	margin: 5px;
	padding-bottom: 5px;
}


/* User Views */

#tabs_user{
	margin-bottom: 15px;
}

/* Common Styling */

.tabulation li{
	display: inline;
	font-size: 1.3em;
	padding: 5px;
	margin-left: 5px;
}


#quizz_box{
	border: 2px solid #999;
	background-color: #272727;
}

#quizz_box label{
	text-align: right;
	float: left;	
	width: 6em;
	margin-right: 1em;
}

#quizz_submit input{
	margin-left: 116px;
}

#quizzs_tab {
	margin: 15px 0;
}

#quizzs_tab li {
	display: inline;
	margin-right: 10px;
}


.tabulation li a{
	padding: 5px 10px;
}

.tabulation li a.active{
	background-color: black;
	border: thin solid gray;
}

.pagination {
	margin: 20px;
	text-align: center;
	font-size: 1.2em;
}

.pagination span.current{
	font-weight: bold;
	color: #FFF;
}

.avatar-list{
	padding: 0px;
	margin: 0px;
	width: 198px;
}

.avatar-list img {
	margin: 1px;
	float: left;
}

.avatar {
	background: #ddd;
	padding: 8px;
}

.avatar.medium{	
	padding: 8px;
}

.avatar.thumb{	
	padding: 4px;
}


.avatar.micro{	
	padding: 2px;
}

.quizz .avatar.thumb {
	float: left;	
}

.answer strong{
	color: #FFF;
}

li.quizz {
	margin: 5px;
	padding: 10px;
	border: thin solid #AAA;
}

li.quizz.open {
	background: #6B6B6B;	
}

li.quizz.closed {
	background: #111;
}

li.quizz.blank {
	background-color: #C0C0C0;
}

li.quizz.right {
	background: #344821; url(../images/correct.png) no-repeat right bottom;
}

li.quizz.wrong {
	background: #993333; url(../images/wrong.png) no-repeat right bottom;
	/*background: #993333*/
}

.quizz h3 {
	font-size: 1.4em;
	width: 300px;
}

div.quizz-main{
	margin-left: 70px;
}


.quizz p {
	margin: 0 0 5px 0px;
}

p.quizz-details {
	float: right;
	margin-top: 0;
	text-align: right;
}

ul.clues-list{
	list-style-position: inside;
	margin-bottom: 10px;
}

ul.clues-list li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 4px;
}

h5.answer{
	margin-top: 10px;
	margin-bottom: 0px;
	reset: left;
}

h5.answer img{
	margin-right: 5px;
	vertical-align: middle;
}

div.answers-count {
	text-align: right;
	
}


div.answers-count a {
	
}

#answers_list {
	margin: 20px 20px;
}

li.answers {
	padding: 5px 10px;
}

li.answer.right {
	background-color: #8EFC97;
}

li.answer.wrong {
	background-color: #FCA29D;
}

p.question {
	color: #fff;
	font-size: 1.6em;
	text-transform: none;
	margin-top: 5px;
	max-width: 350px;
}


/*Account Zone*/

#account_menu {
	margin-left: 0px;
	margin-top: 30px;
}

#account_menu li{
	margin-right: 2px;
	padding: 10px;
	display: inline;
	background-color: #151515;
	border: 2px solid #999;
}

#account_menu li.active{
	background-color: #272727;
	padding: 12px;
	border: 2px solid #999;
	border-bottom: none;
}

#account_menu a{
	text-decoration: none;
	font-size: 16px;
}


#account_menu li:hover{
	background-color: #272727;
}


/* Forms Styling */

#account_edit.avatar label{
	width: 10em;
	text-align: left;
	margin-bottom: 5px;
}

.main-form{
	margin-top: 11px;
	padding: 20px;
	background-color: #272727;
	border: 2px solid #999;	
}

.main-form label{
	width: 6em;
	float: left;
	margin-right: 1em;
	text-align: right;
}

.main-form label.not-indented{
	margin-right: 10px;
	text-align: left;	
	margin-bottom: 5px;
	width: 100%;
}

.form-submit input{
	margin-top: 10px;
	margin-left: 118px;
}

#forgot_password{
	margin-top: -20px;
	text-align: right;
	float: right;	
}

#notices_edit label{
	width: 13em;	
}

#notices_edit .form-submit input{
	margin-left: 200px;
}

.answer-submit{
	vertical-align: bottom;
}

.clue-submit{
	vertical-align: bottom;
}


/******* Index Public Page ********/

#last-quizzs{
	float: left;
	width: 530px;
	min-height: 200px;
	padding: 0 1em;
	margin-top: 10px;
}





