﻿@charset "UTF-8";

/**
 * megatokyo.css
 *
 * Megatokyo International Style (basis)
 * @author Jarno Ruokamo <lorthreth@hotmail.com>
 */

html {
	background-color: #4C565E;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 1em;
}

a {
	color: #F6B33D;
}

#container {
	text-align: center;
}

#header_container, #rest_container {
	width: 700px;
	text-align: left;
	margin: auto;
}

#strip_container {
}


.blackbar {
	letter-spacing: 0.5em;
	text-align: center;
	background-color: black;
	color: silver;
	width: 100%;
}

.blackbar li {
	letter-spacing: 0em;
}

#header {
	padding-top: 1em;
}

#header h1 a {
	background-image: url('/image/mt-masthead2007.png');
	background-repeat: no-repeat;
	height: 115px;
	display: block;
}

#header h1 a span {
	display: none;
}

#header ul, .blackbar ul {
	text-align: center;
	background-color: black;
	padding-top: .25em;
}

#header li, .blackbar li {
	display: inline;
	padding: 0em .35em;
	color: #B7BFC7;
}

#header a, .blackbar a {
	text-decoration: none;
}

#header a:link, #header a:visited, .blackbar a:link, .blackbar a:visited {
	color: #B7BFC7;
}

#header a:hover, #header a:active, .blackbar a:hover, .blackbar a:active {
	color: #F4B23C;
}

#flags {
	background-color: black;
	text-align: center;
	padding-top: .5em;
	height: 2em;
}

#flags li, #flags select, #flags ul {
	display: inline;
	padding: 0 .15em;
}

#flags select {
	font-size: smaller;
	height: 20px;
}

#comic, #strips {
	background-color: #B7BFC7;
	padding-top: 5px;
	width: 700px;
}

#comic span, #comic ul, #comic li {
	display: inline;
}

#comic p a {
	color: black;
}

#image {
	text-align: center;
	padding: 3px 25px;
	background-color: #B7BFC7;
}

#title {
	float: left;
	padding: .15em 0 10px 35px;
}

.controls {
	padding-right: 20px;
	float: right;
}

.prev {
	background-position: right;
	background-image: url('/image/prev.png');
	background-repeat: no-repeat;
	padding-right: 26px;
	margin-right: 3px;
	display: inline-block;
}

.next {
	background-position: left;
	background-image: url('/image/next.png');
	background-repeat: no-repeat;
	padding-left: 26px;
	display: inline-block;
}

.controls a, #strips p a {
	text-decoration: none;
	color: black;
}

#strips form {
	float: left;
	padding-left: 25px;
	padding-bottom: 5px;
}

/*
#comic .controls, #strips {
	padding-top: 5px;
}
*/

#strips input {
	font-size: 70%;
	width: 3.5em;
}

#strips #strip_id {
	width: 25em;
}

#strips #thread {
	width: 14em;
}

#story {
	background-color: black;
	margin: 15px 0px 15px 0px;
	clear: both;
	padding-bottom: .5em;
}

.subtitle {
	padding-left: 1em;
	color: #F4B23C;
	letter-spacing: .5em;
	background-color: black;
}

#storyboard {
	margin: 0em 1em 1em 1em;
}

#storyboard {
	position: relative;
	background-color: #757B81;
	cursor: help;
	overflow: hidden;
	color: #E4E4D6;
	font-size: 75%;
}

#storyboard #tooltip {
	display: none;
}

#storyboard:hover #tooltip {
	display: block;
	position: absolute;
	color: #505050;
	font-size: 500%;
	text-align: center;
	z-index: -1;
}

#newsbox {
	background-color: black;
	margin: 10px 0px;
	padding-bottom: .3em;
}

#links {
	color: #E4E4D6;
	background-color: #757B81;
	margin: 0 1em 1em 1em;
	font-size: 70%;
}

#links ul {
	list-style: square;
	padding-left: 2em;
}

#links li a, #links p a {
	color: #F6B33D;
}

.subsubtitle {
	letter-spacing: .5em;
	padding-left: 1em;
}

.link_date {
	color: #415348;
}

#footer {
	color: #E4E4D6;
	padding-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #F6B33D;
}

#credits {
	text-align: center;
	font-size: 70%;
	padding-top: 2px;
	background-color: #757B81;
}

#console {
	padding-bottom: 10px;
	background-image: url('/image/bg.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

#leftc {
	float: left;
}

#rightc {
	float: right;
}

.rant {
	width: 48%;
}

.rant strong.rant-time {
	font-weight: bold;
}

.rant p.rant_title, .rant p.rant_user {
	text-align: center;
	color: #F6B33D;
}

.rant p.rant_user a {
	text-decoration: none;
}

.rant_image {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 245px;
}

.rant_image img {
	max-width: 300px;
	max-height: 245px;
}

.rant_user {
	font-size: 180%;
}

.rant_title {
	font-size: 125%;
	background-color: #757B81;
}

.rant_text {
	color: #E4E4D6;
	font-size: 100%;
}

#googleads {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 6px;
	background-color:#B7BFC7;
}
