@charset "UTF-8";

@import url(nav.css);
@import url(sidebar.css);
@import url(figures.css);
@import url(fonts.css);
@import url(icons.css);
@import url(language.css);
@import url(highlights.css);

@import url(http://fonts.googleapis.com/css?family=Play:400,700&subset=latin,latin-ext);

/* === COLORS

light title blue: #575e79
dark title blue: #353949
super-dark blue: #2a2d3a
blue menu text: #aaaabd
red highlight: #7d2828
red menu hover: #9b4646
note box light blue: #cdcdcd
highlight yellow: #ede398

========== */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #000 url(images/m42.jpg) center top repeat;
	background-attachment: fixed;
	font-family: 'Play', sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}

@media all and (max-width: 800px), (max-device-width: 800px) {
	body {
		font-size: 10pt;
	}
	.unmobile {
		display: none !important;
}}

@media all and (min-width: 801px) {
	.mobile {
		display: none !important;
}}

	
/* --- HEADER --- */
#header {
	z-index: 1000;
	position: relative;
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header_bg.png) right top no-repeat;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#header {
		background-position: left top;
		width: auto;
		height: auto;
		margin: 0;
		text-align: center;
}}

#top_text {
	font-size: 20px;
	display: block;
	letter-spacing: .3em;
	position: absolute;
	top: 15px;
	left: 20px;
	color: #fff;
	text-shadow: 0px 0px 2px  #aaa;
	-moz-text-shadow: 0px 0px 2px #aaa;
	-webkit-text-shadow: 0px 0px 2px #aaa;
	font-weight: thin;
	text-align: center;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#top_text {
		position: relative;
		left: auto;
}}

#top_text .k {
	letter-spacing: 0em;
	font-size: 55px;
	line-height: 70px;
	color: #000;
	text-shadow: 0px 0px 10px  #fff;
	-moz-text-shadow: 0px 0px 10px #fff;
	-webkit-text-shadow: 0px 0px 10px #fff;
}

#top_links {
	font-size: 9pt;
	position: absolute;
	right: 5px;
	top: 5px;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#top_links {
		position: relative;
		right: auto;
		margin: 10px;
	}
	#top_links a {
		display: inline-block;
}}

#top_links a:link,
#top_links a:visited {
	position: relative;
	display: block;
	float: left;
	outline: none;
	text-decoration: none;
	margin: 0 0 0 15px;
	color: #fff;
	line-height: 20px;
}
#top_links a:focus,
#top_links a:hover,
#top_links a:active,
#top_links a:focus .stbuttontext,
#top_links a:hover .stbuttontext,
#top_links a:active .stbuttontext {
	background: #7d2828;
	color: #fff;
}

#top_links img {
	vertical-align: middle;
	margin-right: 3px;
}

/* --- PAGE TITLE --- */

#page_title {
	background: #a4a4a4 url(images/note_bg.png) 0 0 repeat-x;
	width: 1000px;
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #555;
	text-shadow: 0px 0px 3px  #999;
	-moz-text-shadow: 0px 0px 3px #999;
	-webkit-text-shadow: 0px 0px 3px #999;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 0 25px #555;
	-moz-box-shadow: 0 0 25px #555;
	-webkit-box-shadow: 0 0 25px #555;
	padding: 5px 0;
	margin: 0 auto 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#page_title {
		width: 290px;
		margin: 0 auto 15px;
		padding: 5px;
		border-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

/* --- CONTENT BOX --- */
#content_box {
	z-index: 1;
	position: relative;
	width: 1000px;
	margin:  0 auto;
	padding-bottom: 40px;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#content_box {
		width: auto;
		margin: 0;
		text-align: center;
}}

/* --- MAIN CONTENT AREA --- */
#main_content {
	width: 700px;
	margin: 0 0 20px;
	padding: 0;
	float: left;
	text-align: left;
	color: #ddd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#main_content {
		width: auto;
		max-width: 700px;
		margin: 0;
		float: none;
		display: inline-block;
}}

#main_content > :first-child {
	margin-top: 0;
}

/* --- CONTENT SECTIONS --- */

h1 {
	background: url(images/h1_bg.png) left bottom no-repeat;
	color: #fff;
	text-shadow: 0px 0px 3px  #fff;
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	padding: 10px 25px;
	margin: 15px 0 0;
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	clear: both;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	h1 {
		border-top-left-radius: 0;
		-moz-border-top-left-radius: 0;
		-webkit-border-top-left-radius: 0;
		margin: 1px 0;
	}
}

h1.section_end {
	display: none;
}

div.content_section {
	margin: 0 !important;
	padding:  25px 20px 20px 50px;
	background: url(images/content_bg.png) 0 0 repeat-y;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	div.content_section {
		border-bottom-left-radius: 0;
		-moz-border-bottom-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
	}
}

div.content_section > div.float_right,
div.content_section > div.stack_right {
	margin: 0 20px 10px 10px !important;
}

div.content_section > div.float_left,
div.content_section > div.stack_left {
	margin: 0 10px 10px 50px !important;
}

div.content_section > img,
div.content_section > div {
	margin: 10px 0;
}

div.content_section > :first-child {
	margin-top: 0;
}

div.content_section > :last-child {
	margin-bottom: 0;
}


/* --- FOOTER --- */
#main_content > div#footer {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	margin: 15px 0 0;
	padding: 5px 25px;
	background: url(images/h1_bg.png) left bottom no-repeat;
	color: #fff;
	line-height: .9em;
	text-align: left;
	font-size: .6em;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#main_content > div#footer {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		margin: 1px 0;
		line-height: 1.1em;
		font-size: .9em;
		padding: 10px;
	}
}

#footer div {
	margin: 3px 0;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	#footer div {
		margin: 0;
	}
}

#footer a {
}


/* --- FLOATS --- */
.float_left,
.stack_left {
	float: left;
	clear: left;
	margin: 0 10px 10px 0 !important;
}

.float_right,
.stack_right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px !important;
}

.stack_left,
.stack_right {
	clear: none !important;
}

.clear_float,
.clear-float {
	width: 0;
	height: 0;
	clear: both;
}

/* --- LINKS --- */
a:link,
a:visited {
	outline: none;
	background: none;
	text-decoration: underline;
	color: #ede398;
	margin: -3px;
	padding: 3px;
}

.note_box a:link,
.note_box a:visited,
.letter a:link,
.letter a:visited,
.character a:link,
.character a:visited {
	color: #353949;
}

a:focus,
a:hover,
a:active {
	background: #7d2828;
	color: #fff;
}

a.pic {
	background: none !important;
}

.floatlink {
	margin: 0 !important;
}

.floatlink + p {
	margin-top: 0;
}

.floatlink a {
	display: block;
	float: left;
	background: #575e79 url(images/blue_grad.png) left bottom repeat-x;
	color: #fff;
	text-shadow: 0px 0px 3px  #fff;
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	margin: 0px 10px 20px 0px;
	font-weight: normal;
	font-size: 1.1em;
	width: 150px;
	max-width: 95%;
	text-align: center;
	text-decoration: none;
}

.floatlink a:focus,
.floatlink a:hover,
.floatlink a:active {
	background: #9b4646 url(images/nav_bg_hover.png) left bottom repeat-x;
}

/* --- IMAGES --- */

img {
	border: none;
}

.bordered,
.shadowed,
img.bordered,
img.shadowed {
	border: solid 5px #575e79;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.shadowed,
img.shadowed {
	border: none;
}

@media all and (max-width: 800px), (max-device-width: 800px) {
	img {
		max-width: 95%;
}}

	
/* --- TITLES --- */
div.content_section h1 {
	padding: 0;
	background: none;
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
	margin: 30px 10px 10px -35px;
	text-shadow: 0px 0px 2px  #fff;
	-moz-text-shadow: 0px 0px 2px #fff;
	-webkit-text-shadow: 0px 0px 2px #fff;
}

h2 {
	color: #fff;
	font-size: 1.5em;
	margin: 30px 10px 10px -35px;
	text-shadow: 0px 0px 2px  #fff;
	-moz-text-shadow: 0px 0px 2px #fff;
	-webkit-text-shadow: 0px 0px 2px #fff;
}

h2 .small_text {
	font-size: .7em;
	font-weight: normal;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	color: #575e79;
	font-style: italic;
	margin-left: 10px;
}

h3 {
	color: #575e79;
	font-size: 1.3em;
	margin: 10px 10px 10px -35px;
	text-shadow: 0px 0px 2px  #353949;
	-moz-text-shadow: 0px 0px 2px #353949;
	-webkit-text-shadow: 0px 0px 2px #353949;
}

h4 {
	color: #fff;
	font-size: 1em;
	margin: 10px 10px -10px 0;
	text-shadow: 0px 0px 2px  #353949;
	-moz-text-shadow: 0px 0px 2px #353949;
	-webkit-text-shadow: 0px 0px 2px #353949;
}

h5 {
	color: #575e79;
	font-size: 1em;
	margin: 10px 10px -10px 0;
	text-shadow: 0px 0px 2px  #575e79;
	-moz-text-shadow: 0px 0px 2px #575e79;
	-webkit-text-shadow: 0px 0px 2px #575e79;
}

/* --- AMAZON WIDGET FIX --- */
.amzn_wdgt .wdgt_ft {
	clear: both;
}

/* --- GOOGLE ADSENSE + Gamefly--- */
.header-ads {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.header-ads .google {
	margin-top: 10px;
	float: left;
}

.header-ads .gamefly, .header-ads .site5 {
	float: right;
	display: inline-block;
	zoom: 1;
	*display: block;
	margin-left: 10px;
}

@media all and (max-width: 800px), (max-device-width: 800px) {
	.header-ads .gamefly, .header-ads .site5 {
		float: none;
		margin: 0 0 10px 0;
	}
}

/* --- CONTENT --- */
p, #main_content li {
	font-size: .9em;
}

ul > li {
	margin-top: 1em;
}

blockquote {
	font-size: .9em;
	padding: 0 40px;
	font-style: italic;
} @media all and (max-width: 800px), (max-device-width: 800px) {
	blockquote {
		padding: 0 20px;
}}

strong {
	color: #fff;
	text-shadow: 0px 0px 2px  #fff;
	-moz-text-shadow: 0px 0px 2px #fff;
	-webkit-text-shadow: 0px 0px 2px #fff;
}

.small_text {
	font-size: .7em;
}

.spacer,
.small_spacer {
	display: block;
	background: none;
	border: none;
	margin: 0px;
	height: 50px;
}
.small_spacer {
	height: 25px;
}

/* highlighted text */
.hr { color: #fcc; text-shadow: 0px 0px 5px #f33; }
.ho { color: #fc7; text-shadow: 0px 0px 5px #f83; }
.hy { color: #ffa; text-shadow: 0px 0px 5px #ee6; }
.hg { color: #bfa; text-shadow: 0px 0px 5px #5e4; }
.hb { color: #cdf; text-shadow: 0px 0px 5px #68f; }
.hp { color: #c8f; text-shadow: 0px 0px 5px #c7f; }
