@charset "UTF-8";

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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

strong { font-weight: bold; }

.clear { font-size: 1px; height: 0px; clear: both; }

body { font-family: Arial, Helvetica, sans-serif; background: url(../img/bg.jpg) top center no-repeat #0a203a; margin: 20px 0 40px 0; }

#wrapper { 
	width: 980px; 
	background: url(../img/wrapper-bg-basic.png) bottom left no-repeat #fff;
	padding-bottom: 15px;
	margin: 0px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='black', Positive='true');
}

/* ===============================================*/
/* FORM basics */
/* ===============================================*/
form table td { padding: 0 15px 0 0; }
label { display: block; padding-bottom: 2px; font-size: 13px; cursor: pointer; }
input { width: 250px; }
textarea { width: 96%; }
input, select, textarea { padding: 1%; font-size: 12px; margin-bottom: 20px; }
div.checkbox input { width: auto; display: inline; }
div.checkbox label { display: inline; }
div.submit input { width: auto; }


/* ============================================================================= */
/* TOP NAV */
/* ============================================================================= */
#top_nav { 
	background: url(../img/top-nav-left.png) top repeat-x; height: 31px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#top_nav ul.site_links, #top_nav ul.social_links { float: right; height: 31px; }
#top_nav ul.site_links li { float: left; padding: 4px 12px 0 12px; border-left: 1px solid #489595; height: 27px; border-right: 1px solid #085f5f; background: url(../img/top-nav-right.png) top repeat-x; }
#top_nav ul.site_links li:first-child { border-left: none; border-right: 1px solid #0a6565; background: none; font-size: 11px; color: #fff; font-weight: bold; padding-top: 8px; height: 23px; }
#top_nav ul.site_links li a { font-size: 11px; color: #fff; font-weight: bold; text-decoration: none; }
#top_nav ul.site_links li a:hover { text-decoration: underline; color: #b3e376; }

#top_nav ul.social_links { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-left: 1px solid #489595; padding: 0 6px; background: url(../img/top-nav-right.png) top repeat-x; }
#top_nav ul.social_links li { float: left; height: 27px; padding: 4px 4px 0 4px; }
#top_nav ul.social_links li:last-child { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }

#top_nav p { float: left; font-size: 11px; color: #fff; font-weight: bold; padding: 8px 0 0 10px; }
#top_nav p a { color: #fff; }

/* ============================================================================= */
/* TOP HEADER WITH LOGO AND LEADERBOARD */
/* ============================================================================= */
#top { background: url(../img/top-bg.png) top left no-repeat; width: 980px; height: 119px; }
#top h1 { background: url(../img/trivix-logo.png) top left no-repeat; width: 213px; height: 71px; float: left; margin: 24px 0 0 18px; }
#top h1 a { display: block; text-decoration: none; width: 100%; height: 100%; }
#top h1 span { display: none; }

#top .leaderboard { float: right; margin: 17px 12px 0 0; width: 728px; height: 90px; background-color: #fff; border: 1px solid #ccc; }

/* ============================================================================= */
/* MAIN NAVIGATION MENU */
/* ============================================================================= */
#main_nav { margin-left: 4px; background: url(../img/main-nav.png) top left no-repeat; height: 48px; width: 972px; border-bottom: 1px solid #fff; cursor: pointer; }
#main_nav li { float: left; margin-right: 2px; }
#main_nav li, #main_nav li a { height: 48px; background-image: url(../img/main-nav.png); background-repeat: no-repeat; }
#main_nav li a { display: block; text-decoration: none; }
#main_nav li a span { display: none; }

/* daily trivia */
#mn1, #mn1 a { width: 125px; }
#mn1, #mn1 a:link, #mn1 a:active, #mn1 a:visited { background-position: 0px 0px; }
#mn1.active, #mn1 a.active { background-position: 0px -96px; }
#mn1:hover, #mn1 a:hover, #mn1.hovered a { background-position: 0px -48px; }

/* trivia games */
#mn2, #mn2 a { width: 125px; }
#mn2, #mn2 a:link, #mn2 a:active, #mn2 a:visited { background-position: -127px 0px; }
#mn2.active, #mn2 a.active { background-position: -127px -96px; }
#mn2:hover, #mn2 a:hover, #mn2.hovered a { background-position: -127px -48px; }

/* more games */
#mn3, #mn3 a { width: 124px; }
#mn3, #mn3 a:link, #mn3 a:active, #mn3 a:visited { background-position: -254px 0px; }
#mn3.active, #mn3 a.active { background-position: -254px -96px; }
#mn3:hover, #mn3 a:hover, #mn3.hovered a { background-position: -254px -48px; }

/* leaderboards */
#mn4, #mn4 a { width: 143px; }
#mn4, #mn4 a:link, #mn4 a:active, #mn4 a:visited { background-position: -380px 0px; }
#mn4.active, #mn4 a.active { background-position: -380px -96px; }
#mn4:hover, #mn4 a:hover, #mn4.hovered a { background-position: -380px -48px; }

/* user profiles */
#mn5 { margin-right: 4px !important; }
#mn5, #mn5 a { width: 121px; }
#mn5, #mn5 a:link, #mn5 a:active, #mn5 a:visited { background-position: -525px 0px; }
#mn5.active, #mn5 a.active { background-position: -525px -96px; }
#mn5:hover, #mn5 a:hover, #mn5.hovered a { background-position: -525px -48px; }

/* my games */
#mn6 { margin-right: 4px !important; }
#mn6, #mn6 a { width: 106px; }
#mn6, #mn6 a:link, #mn6 a:active, #mn6 a:visited { background-position: -650px 0px; }
#mn6.active, #mn6 a.active, #mn6:hover, #mn6 a:hover, #mn6.hovered a { background-position: -650px -48px; }

/* user profile */
#mn7 { margin-right: 0px !important; width: 212px; background-position: -760px 0px; }
#mn7:hover, #mn7.hovered { background-position: -760px -48px; }

#mn7 .avatar { float: left; width: 35px; height: 35px; margin: 6px 6px 0 6px; border: 1px solid #fff; overflow:hidden; }

#mn7 .user { float: left; margin-top: 10px; }
#mn7 .user p { font-size: 10px; color: #d9f0fa; padding-bottom: 2px; }
#mn7 .user h5 { color: #fff; font-size: 16px; }

#mn7 div.login { display: block; width: 165px; height: 31px; background: url(../img/subnavs/user-btn-login.png) top left no-repeat; margin: 10px 0 0 7px; }
#mn7 div.login a { display: block; width: 165px; height: 31px; text-decoration: none; background: none !important; }
#mn7 div.login span { display: none; }


/* ============================================================================= */
/* SUBNAV MENUS */
/* ============================================================================= */
.subnav { 
	background: url(../img/subnavs/top-xtile.png) top left repeat-x #565656;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 8px;
	padding-bottom: 2px;
	width: 340px;
	position:absolute; 
	z-index:9999; 
	}
.basic-subnav { padding-bottom: 10px; display: inline-block; width: auto; }

.subnav p { font-size: 11px; color: #eee; font-weight: bold; line-height: 1.4em; }
.subnav p:first-child { margin-top: 4px; }

.subnav .intro {
	border-bottom: 1px solid #454545;
	}
.subnav .links {
	border-top: 1px solid #676767;
	background-color: #343434;
	border-bottom: 1px solid #2a2a2a;
	padding-bottom: 8px;
	}

.subnav li { background: url(../img/subnavs/li-bullet.png) 0px 8px no-repeat; padding: 0 0 0 10px; float: none; margin-right: 0; height: auto; }
.subnav li a { color: #d6d6d6; font-size: 13px; text-decoration: none; display: block; padding: 4px 30px 4px 0px; width: 100%; }
.subnav li a:hover { color: #8bc541; text-decoration: underline; }	

.subnav p, .subnav h1 { padding: 0 10px 10px 10px; }
.subnav ul { margin-left: 10px; }

.subnav a { cursor: pointer; }

/* ================================= */
/* DAILY TRIVIA SUBNAV */
#sn1 h1 a { display: block; height: 20px; background: url(../img/subnavs/daily-arrow-bullet.png) top left no-repeat; padding-left: 23px; font-size: 16px; font-weight: normal; color: #8bc541; text-decoration: none; }
#sn1 h1 a:hover { color: #07adf0; text-decoration: underline; }

#sn1 .links { padding: 12px 0 2px 0; }
#sn1 .links ul { float: left; }
#sn1 .links ul:first-child { margin-right: 10px; }
#sn1 .links li { padding: 0 0 8px 0 !important; background: none !important; }
#sn1 .links li a { display: block; height: 26px; padding: 14px 0 0 48px; background-position: top left; background-repeat: no-repeat; font-size: 13px; font-weight: bold; color: #fff; text-decoration: none; }
#sn1 .links li a:hover { text-decoration: underline; color: #8bc541; }

#sn1 .links li.general a { background-image: url(../img/subnavs/daily-icon-general.jpg); }
#sn1 .links li.mtv a { background-image: url(../img/subnavs/daily-icon-movies.jpg); }
#sn1 .links li.history a { background-image: url(../img/subnavs/daily-icon-history.jpg); }
#sn1 .links li.music a { background-image: url(../img/subnavs/daily-icon-music.jpg); }
#sn1 .links li.sports a { background-image: url(../img/subnavs/daily-icon-sports.jpg); }
#sn1 .links li.super a { background-image: url(../img/subnavs/daily-icon-super.jpg); }
#sn1 .links li.rivvid a { background-image: url(../img/subnavs/daily-icon-rivvid.jpg); }

#sn1 .leader { padding-top: 8px; border-top: 1px solid #676767; }
#sn1 .leader p:first-child a { color: #eee; }

#sn1 .leader .user { margin-left: 10px; }
#sn1 .leader .user .avatar, #sn1 .leader .user .details { float: left; }
#sn1 .leader .user .avatar { padding-right: 10px; }
#sn1 .leader .user .avatar img { border: 1px solid #ccc; padding: 1px; } 
#sn1 .leader .user .details h3, #sn1 .leader .user .details h4 { padding-bottom: 4px; }
#sn1 .leader .user .details h3 a { font-size: 14px; color: #8bc541; text-decoration: none; }
#sn1 .leader .user .details h4, #sn1 .leader .user .details p { font-size: 12px; color: #cfcfcf; font-weight: normal; padding-left: 0; }
#sn1 .leader .user .details h4 strong { font-size: 24px; color: #07adf0; font-weight: normal; }
#sn1 .leader .user .details p em { font-size: 13px; color: #fff; font-style: normal; }

/* ================================= */
/* TRIVIA GAMES SUBNAV */
#sn2 .links .category, #sn2 .links .orby { float: left; }
#sn2 .links h3 { padding: 10px 0 4px 10px; color: #8bc541; text-transform: uppercase; font-size: 14px; }

#sn2 li.additional { display: none; }

#sn2 .search { width: 317px; }
#sn2 .search h2 { padding: 8px 0 8px 10px; font-size: 15px; color: #8bc541; text-transform: uppercase; }
#sn2 .search form { height: 44px; background: url(../img/subnavs/my-search-bg.png) top left no-repeat; margin-left: 10px; }
#sn2 .search form div.btn { float: right; }
#sn2 .search form div.btn, #sn2 .search form div.btn a { width: 40px; height: 36px; background: url(../img/subnavs/my-search-btn.png) top left no-repeat; }
#sn2 .search form div.btn a { display: block; text-decoration: none; }
#sn2 .search form div.btn a span { display: none; }
#sn2 .search form input { font-size: 16px; width: 250px; margin: 8px 0 0 8px; float: left; border: none; }

/* ================================= */
/* MY GAMES SUBNAV */
#sn6 { width: 450px; background: url(../img/subnavs/top-xtile-mygames.png) top left repeat-x #043232; }

#sn6 .games { border-bottom: 1px solid #054343; background-color: #065454; }
#sn6 .games h3 { font-size: 14px; color: #8bc541; padding: 0 0 8px 10px; text-transform: uppercase; padding-top: 4px; }

#sn6 li { background-position: top left; background-repeat: no-repeat; padding-left: 65px; color: #a0daf2; font-size: 11px; padding-bottom: 8px; }
#sn6 li a { display: inline; color: #fff; text-decoration: none; padding-right: 5px !important; }
#sn6 li a:hover { color: #8bc541; text-decoration: underline; }
#sn6 li.stars0 { background-image: url(../img/subnavs/stars-zero.png); }
#sn6 li.stars1 { background-image: url(../img/subnavs/stars-one.png); }
#sn6 li.stars2 { background-image: url(../img/subnavs/stars-two.png); }
#sn6 li.stars3 { background-image: url(../img/subnavs/stars-three.png); }
#sn6 li.stars4 { background-image: url(../img/subnavs/stars-four.png); }
#sn6 li.stars5 { background-image: url(../img/subnavs/stars-five.png); }

#sn6 .buttons { border-top: 1px solid #1f6565; background-color: #043232; padding-top: 8px; }
#sn6 .buttons p a { color: #8bc541; }
#sn6 .buttons ul a { display: block; height: 28px; text-decoration: none; background-repeat: no-repeat; background-position: top left; }
#sn6 .buttons ul a span { display: none; }
#sn6 .buttons ul li { padding: 0 !important; background: none !important; float: left; width: auto; }
#sn6 .buttons ul li.create { padding-right: 10px !important; }
#sn6 .buttons ul li.create a { background-image: url(../img/subnavs/my-btn-create-new-game.png); width: 159px; }
#sn6 .buttons ul li.main a { background-image: url(../img/subnavs/my-btn-main-page.png); width: 169px; }

#sn6 p { font-size: 12px; }
#sn6 p a { color: #8bc541; }

/* ================================= */
/* MY PROFILE SUBNAV */
#sn7 { width: 212px; background: url(../img/subnavs/top-xtile-user.png) top left repeat-x #1792d6; }
#sn7 li a { color: #fff; }
#sn7 li a:hover { color: #fff; text-decoration: underline; }

#sn7 h3 { padding: 8px 0 8px 10px; }
#sn7 h3 a { background-image: url(../img/subnavs/user-btn-logout.png); background-position: 0px 0px; background-repeat: no-repeat; display: block; text-decoration: none; width: 190px; height: 40px; }
#sn7 h3 a:hover { background-position: 0px -40px; }
#sn7 h3 a span { display: none; }
#sn7 h3.fblogout a { overflow: hidden; text-indent: -300px; } 

#sn7 .login_form { padding: 6px 6px 12px 6px; }
#sn7 .login_form input { width: 95%; margin-bottom: 10px; }
#sn7 .login_form label { font-size: 11px; font-weight: bold; color: #fff; padding-bottom: 1px; }
#sn7 .login_form .submit input { width: 69px; height: 23px; border: 0; padding: 0; }
#sn7 .login_form .checkbox input { width: auto; }



/* ============================================================================= */
/* MAIN SECONDARY NAV */
/* ============================================================================= */
#main_secondary_nav { display: block; height: 41px; background: url(../img/main-secondary-nav-bg.png) top repeat-x #a3d260; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; margin: 0 4px; }
#main_secondary_nav ul { padding: 9px 0 0 10px; }
#main_secondary_nav ul li { float: left; margin-right: 20px; font-size: 14px; }
#main_secondary_nav ul li a { color: #fff; text-decoration: none; display: block; padding: 4px 8px; }
#main_secondary_nav ul li a:hover { text-decoration: underline; }
#main_secondary_nav ul li a.active { background-color: #626262; border: 1px solid #3d3d3d; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#main_secondary_nav ul li a.active:hover { text-decoration: none; }


/* ============================================================================= */
/* MAIN AREA WRAPPER (CONTENT AND RIGHT SIDEBAR) */
/* ============================================================================= */
div.top_text_ads { padding-bottom: 15px; }

#main_wrapper {
	border-top: 5px solid #8bc541;
	margin: 0 4px auto;
	padding: 10px 0;
}
.notop { border-top: none !important; }
#content { width: 640px; float: left; margin-left: 10px; }
#sidebar { width: 300px; float: right; text-align: right; margin-right: 4px; }

body.content_wide #content { width: 780px; }
body.content_wide #sidebar { width: 160px; }

#sidebar_banner { width: 300px; height: 250px; background-color: #ccc; margin-bottom: 10px; }
body.content_wide #sidebar_banner { width:160px; height: 600px; }

#content h1, #flashMessage { color: #0b7171; font-size: 22px; margin-bottom: 12px; }
#content p { color: #4d4d4d; font-size: 12px; padding-bottom: 1em; line-height: 1.3em; }
#content p.note { color: #C00; font-style: italic; }
#content p a { color: #0b7171; }

div.stars { background-repeat: no-repeat; background-position: top left; height: 12px; width: 60px; display: inline-block; }
span.num_votes { font-size: 11px !important; color: #444; font-style: italic; }

.stars0 { background-image: url(../img/stars12-0.png); }
.stars1 { background-image: url(../img/stars12-1.png); }
.stars2 { background-image: url(../img/stars12-2.png); }
.stars3 { background-image: url(../img/stars12-3.png); }
.stars4 { background-image: url(../img/stars12-4.png); }
.stars5 { background-image: url(../img/stars12-5.png); }

table.game_list { width: 100%; margin: 0px 0px 15px 0; }
table.game_list th, table.game_list th a { font-size: 12px; color: #26abe2; font-weight: bold; font-style: italic; }
table.game_list td, table.game_list th { border-bottom: 1px solid #ccc; padding: 8px 3px; }
table.game_list tr.alt td { background-color: #efefef; }
table.game_list td { font-size: 12px; color: #333; vertical-align: middle; }

table.game_list td.title { padding-left: 8px; }
table.game_list td.title a { font-weight: bold; color: #0b7171; }
table.game_list td.author a { color: #26abe2; }

table.game_list td.play { text-align: right; padding-right: 8px; }

td.stars { background-repeat: no-repeat; background-position: left; width: 60px !important; }
td.stars span { display: none; }
td.numvotes { font-size: 11px !important; color: #444; font-style: italic; }

ul.basic { list-style-type: disc; margin: 0 0 10px 20px; font-size: 12px; }
ul.basic li { padding-bottom: 5px; color: #2e2e2e; }


#sidebar .google_search { padding: 0px 0 10px 0; text-align: left; }
#sidebar .google_search h5 { font-size: 14px; color: #26abe2; margin-bottom: 3px; }
#sidebar .google_search input { width: auto; margin-bottom: 2px; }
#sidebar .google_search input#gsqinput { width: 96%; margin-bottom: 5px; }

#sidebar_messages h5 { font-size: 22px; color: #26abe2; text-align: left; }

#sidebar .also_like { padding-top: 60px; background: url(../img/sidebar-also-like-300.png) top left no-repeat; }

div.site_update { margin-bottom: 15px; padding: 10px; border: 1px dashed #39a600; background-color: #ecfeec; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
div.site_update p { margin: 0px !important; padding: 0px !important; }
div.site_update p a { color: #39a600; }

/* ============================================================================= */
/* RANDOM FACT */
/* ============================================================================= */
div#random_fact { -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #efefef; border: 1px solid #ccc; font-size: 12px; padding: 10px; margin: 0 4px 5px 4px; }


/* ============================================================================= */
/* FOOTER */
/* ============================================================================= */
footer {
	font-size: 11px;
	color: #fff;
	width: 960px;
	display: block;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}
footer a { color: #8bc541; }
footer a:hover { color: #a0daf2; }
