/* @override http://localhost/mobi/mobi.css */

/* Damn you illiterate browsers! */

/* Turi Scandurra - 2008 */

/* http://www.salvatorescandurra.com/ */

* {
	margin: 0;
}

html {
	-webkit-text-size-adjust: 200%;
}

body {
	text-align: center;
	vertical-align: middle;
	background-color: #003b53;
	color: white;
	font: bold 0.6em Helvetica, sans-serif;
}

img {
	border: none;
}

a:link, a:visited {
	color: #FFCC33;
	text-decoration: none;
}

#container {
	margin: auto;
}

#header {
	width: 100%;
	height: 135px;
}

#header-img {
	
}

.wallpaper {
	
}

.wallpaper img {
	background-color: white;
	padding: 2px;
}

.info, .license {
	padding: 5px;
	text-align: left;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#back-button{
	background-color: #00678b;
	width: 50px;
	padding: 5px;
	margin: 10px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#back-button a{
	color: white;
}
.info {
	background-color: #00678b;
}

.license {
	background-color: #FFCC33;
	font-size: 0.8em
}

#advice {
	font-size: 0.8em
}
.highlight{
	padding: 5px;
	background-color: #FFCC33;
	color: #00678b;
	min-width: 33%;
	margin: 5px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.license a, .highlight a{
	color: #00678b;
}

.star {
	color: #FFCC33;
	display: inline;
}

.box-t {
	padding: 2px;
	min-height: 30px;
	line-height: 30px;
	background: #002c3e url(images/item-bg.png) repeat-x;
	margin: 0 10px;
	text-align: left;
	text-indent: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.box-tc, .box-bc {
	padding: 2px;
	height: 10px;
	background: #002c3e url(images/colorbands.png) repeat;
	margin: 0 10px;
}

.box-tc {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.box-bc {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.box-b, .box-by {
	text-align: left;
	padding: 2px;
	min-height: 160px;
	background-color: #00678b;
	margin: 0 10px 5px 10px;
}

.box-b {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.box-by {
	background-color: #FFCC33;
	color: #002c3e;
	margin: 0 10px;
}

.thumbnail {
	padding: 2px;
	background-color: #FFCC33;
	width: 150px;
	height: 150px;
	margin: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.inner-text, .form-text, .title-text{
	margin: 3px;
	color: #003b53;
	text-indent: 3px;
}
.title-text{
	color: white;
	}

.inner-white-text {
	text-align: center;
	padding: 5px;
	width: 150px;
	margin: 10px auto;
	color: white;
	background: #8d3d00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* @group Form */

#feedback {
	text-align: center;
}

.form-text {
	text-align: left;
}

#feedback form {
	margin: auto;
}

input, textarea {
	background: #00678b;
	color: white;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#send-button {
	text-align: right;
	margin: 5px;
}

#send-button input {
	background: #00678b;
	color: white;
}

#thanks {
	margin-top: 55px;
}

/* @end */

a#anime {
	display: block;
	background: url(images/gochee.gif);
	width: 100px;
	height: 42px;
	float: right;
	margin: 10px;
}

/* @group Footer */

#logo {
	float: left;
	margin: 10px;
	line-height: 16px;
}

#feed {
	float: right;
	margin: 10px;
}

/* @end */