@import url(reset.css);

body {
	font-family:sans-serif;
}

a:link, a:visited, a:active, a[onclick] {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

main {
	margin-left:auto;
	margin-right:auto;
	max-width:44em;
}

main > * {
	padding:.5em;
	border-left:1px solid;
	border-right:1px solid;
}

main > h1 {
	font-size:2em;
	padding:.1em;
	padding-bottom:.5em;
	margin-top:2.5em;
	background:none;
	border:0;
}

main > h1 > div {
	margin-top:.2em;
	font-size:.6em;
}

main > h1 > div.also {
	font-size:.45em;
}

main > header {
	font-family:monospace;
	font-size:1.1em;
	background:none;
	border:0;
	border-radius:20px;
	margin-bottom:1em;
}

main > header:after {
	content:"";
	display:table;
	clear:left;
}

main > article:after {
	content:"";
	display:table;
	clear:left;
}
}

main > header a:link, main > header a:visited, main > header a:active {
	text-decoration:none;
}

main > header > section {
}

main > header > section#rating {
	float:left;
	width:125px;
}

main > header > section > img {
	float:left;
}

main > header > section#biblio {
	text-align:right;
}

main > article,
main > section > article,
main > section > section > section > article,
main > section > section > article {
	clear:left;
	line-height:120%;
}

main img {
	max-width:100%;
	height:auto;
}

main ul {
	list-style-type:none;
	list-style-position:outside;
	margin-left:1em;
}

main ul.userlist {
	list-style-type:square;
	margin-left:2em;
}

main ol.userlist {
	list-style-type:arabic;
	margin-left:2em;
}

article > address {
	font-weight:bold;
	padding-bottom:.5em;
}

p {
	margin-bottom:.5em;
	text-indent:1em;
}

main > aside#screens {
	text-align:center;
	border-top:1px solid;
}

main > aside#screens > h2 {
	text-align:left;
}

main > aside#screens > a > img {
	border:1px solid;
	margin:.1em;
}

main > nav#similar > a,
main > nav#series > a,
main > nav#altversions > a,
main > nav#insider > a {
	display:inline-block;
	width:90%;
	margin-bottom:.2em;
	margin-left:5%;
	padding-top:6em;
}

main > nav#series > a {
	width:49%;
	margin-left:0;
	vertical-align:middle;
}

main > nav#series > i,
main > nav#altversions > i {
	text-align:center;
	display:inline-block;
	width:49%;
}

main > nav#list > a:hover {
}

main > nav#list {
	text-align:center;
}

main > nav#list > a {
	width:300px;
	height:120px;
	max-height:120px;
	display:inline-block;
	margin:.2em;
	border:1px solid;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

main > nav#list > a > h2 {
	font-size:1em;
/*	font-weight:bold;*/
	text-align:left;
	margin:0;
	padding:.2em;
}

main > nav#list > a > div {
	font-size:.9em;
	text-align:right;
	vertical-align:bottom;
	padding:.3em;
	margin-top:6em;
}

main > nav#series > a,
main > nav#altversions > a,
main > nav#similar > a,
main > nav#insider > a,
main > nav#list > a,
main > nav#teaser > a,
main > nav#random > a {
	text-decoration:none;
	font-size:80%;
	/*text-align:right;*/
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	font-weight:bold;
}

main > nav#similar > a,
main > nav#insider > a,
main > nav#list > a,
main > nav#teaser > a,
main > nav#random > a {
	margin:1px;
}

main > nav#teasertext > a {
	text-decoration:none;
}

main section#list > ul {
	margin-bottom:2em;
}

main section#list > ul > li {
	line-height:120%;
}

main > footer {
	position:static;
	text-align:right;
	border-bottom:1px solid;
}

nav#partners {
	margin-bottom:2em;
	font-size:.9em;
	text-align:center;
}

body > footer {
	position:fixed;
	bottom:0;
	right:0;
	background:none;
	border:0;
	padding:0;
	margin-bottom:.5em;
}

#downarrow {
	position:fixed;
	top:0;
	right:0;
	background:none;
	border:0;
	padding:0;
	margin-top:.5em;
}

footer > a:link, #downarrow > a:link {
	text-decoration:none;
}

h2 {
	font-size:1.5em;
	margin-bottom:.5em;
}

h1 > span, h2 > span, h3 > span {
	font-size:.8em;
}

article > h2, section > h2 {
	margin-top:1em;
}

nav#similar > h2,
nav#insider > h2 {
	margin-top:1em;
}

h3 {
	font-size:1.2em;
	margin-bottom:.5em;
}

h4 {
	font-size:1.1em;
	margin-bottom:.5em;
}

article.review {
}

.credit {
	text-align:right;
	font-style:italic;
	font-size:.8em;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}

#zoom {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	background-attachment:fixed;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	z-index:99;
}

.rating0i {
	width:0px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating1i {
	width:20px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating2i {
	width:40px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating3i {
	width:60px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating4i {
	width:80px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating5i {
	width:100px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.rating6i {
	width:120px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

.ratingo {
	width:120px;
	border:1px solid;
	text-align:right;
	padding-top:.1em;
	padding-bottom:.1em;
}

nav#mainmenu {
	width:100%;
	vertical-align:middle;
	text-align:left;
	border-top:1px solid;
	border-left:0;
	border-right:0;
	padding:0;
	z-index:50;
}

nav#mainmenu > * {
	margin-left:.5em;
}

nav#mainmenu * {
	/*z-index:50;*/
}

#mainmenubutton {
	display:none;
}

nav#mainmenu > a:link, nav#mainmenu > a:visited, nav#mainmenu > a:active {
	text-decoration:none;
	vertical-align:middle;
	text-transform:uppercase;
}

nav#mainmenu a:hover, nav#mainmenu img:hover {
}

#mainmenubutton, nav#mainmenu > a > img {
	vertical-align:middle;
	opacity:.3;
	margin-left:.4em;
	margin-right:.1em;
}

nav#mainmenu > a.active > img {
	opacity:1;
}

#mainmenubutton:hover, nav#mainmenu > a > img:hover {
	opacity:1;
}

#mainmenuaccount {
}

#mainmenuaccount img {
	vertical-align:middle;
	opacity:.3;
}

#mainmenuaccount img:hover {
	opacity:1;
}

#submenuaccount {
}

#submenuaccount input[type=text], #submenuaccount input[type=submit], #submenuaccount input[type=password], #submenuaccount select {
	width:100%;
}

#accountmenubutton {
	display:none;
}

nav#mainmenu > ul > li {
	margin-bottom:.2em;
}

nav#mainmenu ul > li a:link, nav#mainmenu ul > li a:visited, 
nav#mainmenu ul > li a:active, nav#mainmenu ul > li a[onclick],
nav#switcher span {
	text-decoration:none;
	cursor:pointer;
}

nav#mainmenu form {
	display:inline;
}

#mainmenu input[type=text], #mainmenu input[type=password], #mainmenu select, #mainmenu input[type=submit] {
	border:1px solid;
}

#mainmenuaccount select, #mainmenuaccount input[type=submit] {
	cursor:pointer;
}

#mainmenulogo {
}

#mainmenusearchbox {
	font-size:110%;
	width:100%;
}

#mainmenusitename {
	text-align:center;
	font-size:120%;
}

#mainmenusearchicon {
	cursor:pointer;
}

nav#switcher span {
}

nav#mainmenu ul > li a:hover,
nav#switcher span:hover {
}

#mainmenulist > h2 {
}

#pagemenulist {
	z-index:-1;
}

#pagemenulist h3 {
	text-align:left;
}

#pagemenulist input[type=text] {
	width:97%;
	font-size:100%;
}

#pagemenulist select {
	max-width:100%;
}

main select {
	max-width:70%;
}

#pagemenulist > li > ul {
	list-style-type:square;
}

#pagemenulist > li > ul > li {
	font-size:.9em;
	margin-left:1em;
	text-align:left;
}

section#box > a > img {
	border:1px solid;
	margin-right:.5em;
	z-index:5;
}

section#comments > h2 {
}

section#comments > article {
	margin-bottom:.75em;
}

input[type=text], input[type=password] {
	width:10em;
}

hr {
	border:0;
	border-top:1px solid;
	width:95%;
}

form hr {
	border:0;
	border-top:1px dotted;
	width:95%;
}

nav#switcher {
	display:none;
	width:100%;
	vertical-align:middle;
	text-align:center;
	padding:0;
	padding-top:.5em;
	padding-bottom:.5em;
}

nav#switcher > span {
	margin-left:.5em;
	margin-right:.5em;
}

nav#teaser {
	border-top:1px solid;
}

nav#teasertext > a {
	display:inline-table;
	margin-left:5px;
}

nav.pagination {
	text-align:center;
	padding:.2em;
}

nav#modeswitch {
	text-align:right;
	font-family:monospace;
}

nav#modeswitch > a {
	border:1px solid #000;
	width:2em;
	text-decoration:none;
	padding:.2em;
	margin:.1em;
	text-align:center;
}

.gametable {
	text-align:center;
	width:100%;
}

.gametable th {
	background:#666;
	color:#fff;
}

.gametable th a:link, .gametable th a:active, .gametable th a:visited, .gametable th a:hover {
	color:#fff;
}

.gametable th, .gametable td {
	padding:.15em;
}

.gametable td {
	border-bottom:1px dotted #000;
}

.gametable tr.even {
	background:#f0f0f0;
}

.gametable tr.odd {
	background:#eee;
}

.gametable tr:hover {
	background:#ddd;
}

.formtable td {
	vertical-align:middle;
}

#videos {
	text-align:left;
}

#videos > h2 {
	text-align:left;
}

.gallery > h2 {
	text-align:left;
}

.gallery {
	text-align:center;
}

.gallery > img {
	border:1px solid;
}

.inlinescreen {
	line-height:50%;
	text-align:center;
}

.inlinescreen > img,
.news img {
	border:1px solid;
	box-shadow:1px 1px 2px #666;
	margin-bottom:.3em;
}

.news > h3 img, .news > p > img {
	border:0;
	box-shadow:0 0 0;
	margin-bottom:0;
}

.inlinescreencomment {
	font-size:.8em;
	font-variant:small-caps;
	line-height:120%;
	margin-top:-.3em;
}

.nowrap {
	white-space:nowrap;
}

.quote1 {
	font-weight:bold;
	font-size:90%;
	width:90%;
	margin-left:5%;
}

.quote {
	font-size:90%;
	background:#ddd;
	width:90%;
	margin-left:5%;
	margin-bottom:.5em;
	border:1px solid #666;
	padding:.2em;
}

form td {
	padding:.2em;
}

#quiz {
	width:200px;
	border:1px solid;
	padding:5px;
}

#quiz img {
	max-width:100%;
	height:auto;
}

#quiz h2 {
	margin-top:0;
}

ul.quiz {
	list-style-type: none;
}

ul.quiz li {
	margin: .5em;
	padding: .5em;
	border:1px solid #000;
	box-shadow:1px 1px 2px #666;
	-moz-box-shadow:1px 1px 2px #666;
	-webkit-box-shadow:1px 1px 2px #666;
}

img.quiz {
	border:1px solid;
	box-shadow:1px 1px 2px #666;
}

ul.quiz li:hover {
	/*font-weight: bold;*/
	background: url(../pics/bg_dark.png);
}

strong, .strong {
	font-weight:bold;
}

#debug,
pre {
	white-space:pre;
	font-family:monospace;
}

pre {
	width:98%;
	margin-left:1%;
	margin-bottom:.1em;
	background:#ddd;
	border:1px solid #666;
	padding:.2em;
}

a.gamelink:link, a.gamelink:active, a.gamelink:visited, a.gamelink:hover, span.gamelink {
	font-style:italic;
}

span.self {
	font-weight:bold;
	font-style:normal;
}

article > h3 {
	margin-top:1em;
}

#news > nav {
	margin-top:1em;
}

article.news:after {
	content:"";
	display:table;
	clear:both;
}

nav#completionresults {
	display:block;
	position:fixed;
	border:1px solid;
	line-height:120%;
	z-index:999;
}

nav#completionresults > a {
	display:block;
}

nav#completionresults > a:link, nav#completionresults > a:active, nav#completionresults > a:visited, nav#completionresults > a:hover {
	text-decoration:none;
}

main input[type=text], main textarea {
	width:100%;
}

main textarea {
	height:30em;
}

main textarea.small {
	height:6em;
}

main td {
	padding:.1em;
}

form td {
	vertical-align:top;
}

.tooltip {
	font-size:80%;
	font-style:italic;
}

.formattingButtons {
	text-align:center;
}

section.floppy dt {
	min-width:10em;
	font-weight:bold;
	float:left;
}

section.floppy .small {
	font-size:80%;
	font-style:italic;
	text-align:right;
}

/*.related,
#screens img,
.gallery > img,
.inlinescreen img {
	filter:blur(.5px);
}

#zoom {
	filter:blur(.75px);
}
*/

.staff, .userpick {
	margin:.5em;
	padding:.5em;
	border:1px dotted;
}

.picks a.list {
	position:relative;
	left:1.25em;
	top:.5em;
}
