
* {
	padding: 0;
	margin: 0;
}

/* Format */

#header a {
	text-decoration: none;
}

body {
	color: white;
	background-color: black;
	font-family: Arial;
	padding-top: 1em;
	padding-bottom: 1em;
}

img {
	border-width: 0;
}

ul {
	list-style-type: none;
}

/* Menu */
a.menu-ajax {
	opacity: .9;
}

a.menu-ajax:hover, .smilies .sbutton:hover {
	opacity: 1;
}

.smilies .sbutton {
	opacity: .9;
}
/* Fonts */
@font-face {
 font-family: SecretAgent;
 src: url("css/acmesab.eot"); /* EOT file for IE */
}

/* Fonts */
@font-face {
 font-family: SecretAgent;
 src: url("css/acmesab.ttf"); 
}
#header h1 {
	display: inline;
}
h2 {
	font-family: SecretAgent;
	font-weight: normal;
	font-size: 19px;
	margin: 0em 0 .5em 0;
}
/* Lists */

ul.list {
	font-size: 90%;
	font-weight: bold;
	float: left;
	margin-right: 15px;
}
ul.list-last {
	margin-right: 0;
}
ul.list li {
	width: 390px;
	text-transform: uppercase;
}

ul.list li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	color: white;
	background-color: #242424;
}

ul.list li.even a {
	background-color: #1D1D1D;
}
ul.list li.even a.active:hover {
	background-color: #212121;
}

ul.list li a.active:hover {
	background-color: #272727;
}

/* Characters */ 

.box {
	width: 390px;
	float: left;
	margin-right: 15px;
}

.box-last {
	margin-right: 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
#desk {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	overflow: auto;
	width: 1200px;
	height: 600px;
}

.show {
	margin-bottom: 0 !important;
}

#create-new {
	float: right;
}

.body {
	overflow: auto;
	margin-top: 1em;
	padding-bottom: 1px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 1201px;
}

.tiny-body {
	margin-left: auto;
	margin-right: auto;
	width: 1201px;
}


.controls a {
	color: white;
	text-decoration: none;
}

.characters {
	position: relative;
	top: -2em;
	padding-bottom: 1px;
	margin-bottom: 0;
}

.paginator {
	float: right;
}

.posts .paginator {
	float: none;
	height: 15px;
}

/* Control */
.controls {
	padding-top: 20px;
	font-family: SecretAgent, Arial;
	font-size: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}
.title {
	display: block;
	text-align: center;
}

div.fb {
	margin-bottom: 3px;
}

div.fb img {
	vertical-align: middle;
}

a.fb {
	background-image: url("imgs/fb.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px;
	padding-left: 20px;
	color: white;
	font-size: 14px;
	text-decoration: none;
}
a.fb:hover {
	text-decoration: underline;
}
/* Guestbook */

.posts {
	padding-top: 1em;
}
.post {
	margin-bottom: 1em;
}
.post-form th {
	text-align:right;
	padding-right: 10px;
}

.post-form input.text {
	width: 300px;
	padding: 5px;
	border: 1px solid gray;
}

.post-form textarea {
	width: 440px;
	padding: 5px;
	border: 1px solid gray;
}

.post-form .button  {
	padding: 5px;
}

.form-error-message {
	padding-left: 10px;
	font-size: 12px;
}

.smilies {
}

.sbutton {
	cursor: pointer;
}

.footer {
	font-weight: bold;
	color: #a3a3a3;
	text-align: right;
	font-size: 13px;
}

.footer a, .footer strong {
	color: white;
}

.footer img {
	vertical-align: text-bottom;
	margin-left: 5px;
}

.posts .even {
}

.post {
}

a {
	color: white;
}
