/*
Theme Name: Arrowbox
Theme URI: http://arrowbox.net
Description: Tweaked version of the original theme.
Version: 2.0
Author: C. Heyen
Author URI: http://www.cassiejane.me
*/

/* Basics
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffca00;}

#background {
	left: 0px;
	position: absolute;
	top: 0px}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;}

.goleft {
	float: left;
	margin-right: 10px;}

.goright {
	float: right;
	margin-left: 6px;}

strong {
	color: #FF8C00;
	text-transform: uppercase;
	font-size: 11px;}


/* Header and Menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 297px;
	background: url(animated/final.gif) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;}

#menu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 230px;
	left: 395px;
	z-index: 20;}

#menu a {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 18px;
	color: #ffca00;
	text-decoration: none;
	background: url(images/blank.jpg) repeat top left;
	padding: 5px;
	margin-right: 5px;}

#menu a:hover {
	color: #E95C01;}

#choose {
	padding: 0px;
	margin: 0px;}

#choose a {
	font-weight: bold;
	color: #ffca00;
	text-decoration: none;
	background: url(images/blank.jpg) repeat top left;
	padding: 5px;
	margin-right: 5px;}

#choose a:hover {
	color: #e95c01;}

#choose .huge {
	font-size: 35px;}

.black {
	color: #000000;}

/* Content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 265px;
	left: 140px;
	width: 700px;
	z-index: 10;}

#content .inside {
	padding: 0px 0px 0px 0px;}

#content a {
	text-transform: lowercase;
	font-size: 18px;
	color: #FF8C00;
	text-decoration: none;}

#content a:hover {
	color: #E23601;}

#content a img {
	border: #FF8C00 7px solid;
	margin: 0px 15px 15px 0px;}

#content a:hover img {
	border: #E23601 7px solid;}

H1 {
	margin: 0px;
	padding: 0px;
	font-size: 45px;
	color: #E95C01;
	text-transform: lowercase;}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}

li {
	text-decoration: none;
	padding: .2em 1em;
	line-height: 20px;
	text-align: center;}

td {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;}


/* Contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

input {
	background: url(images/contact.jpg) repeat top center;
	border: 0px;
	padding: 5px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #E95C01;}

textarea {
	border: 0px;
	width: 70%;
	padding: 5px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #E95C01;
	background: url(images/contact.jpg) repeat top left;}

/* Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer { 
	padding: 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000066;
	text-align: center;
	background: url(images/footer.gif) no-repeat center top;}

#footer a {
	color: #FC7229;}

#footer a:hover {
	color: #FF4600;}