/*-----------------------------------------------------------------------------
Apollo Victoria Screen Stylesheet

version:   1.0
date:      Friday; June 13, 2008 
author:    Datu Arellano
website:   www.datuarellano.com

last edited: Friday; June 20, 2008    
-----------------------------------------------------------------------------*/

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.5  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/browntile.png') repeat;
	background-color: #19120F;	
	color: #CDC9C9;
	text-align:center;
	border-top: 6px solid black;
}

/* Layout
-----------------------------------------------------------------------------*/

#wrapper { 
	width: 712px;
	position: relative;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}
#content {
	margin-bottom: 10px;
}
#content.box {
	padding: 5px;
	background: #000000;
	border: solid 1px #4A4A4A;
}
.gallery #content.box,
.personal #content.box {
	border: 1px solid #262626;
}
.contact #content.box {
	padding: 5em 1em 5em 1em;
}
.about #content.box {
	padding: 5em 15em;
/*	background: none;
	border-top: solid 1px #2E2E2E;
	border-bottom: solid 1px #2E2E2E;
	border-left: none;
	border-right: none;*/
}
#seo-description {
	text-indent: -999em;
	position: absolute;
}
#footer {
	height: 54px;
	color: #8B8B8B;
}
h1#logo {
	float: right;
	display: inline;
	width: 239px;
}
h1#logo a {
	background: url('../images/logo.png') no-repeat;
	display: block;
	width: 239px;
	height: 54px;
	text-indent: -999em;
}
.clear {
	clear:both;
}

.right {
	float: right;
	display: inline;
}

.left
	{
	float: left;
	display: inline;
}
img.left {
	margin: 0 1em 1em 0;
}
img.right {
	margin: 0 0 1em 1em;
}
/* Typography
-----------------------------------------------------------------------------*/
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6 {
	color: white;
}	
h2 {
	font-size: 2.0em; /* Equivalent to 20pt */
}
h3 {
	font-size: 1.8em; /* Equivalent to 18pt */
}	
h4 {
	font-size: 1.6em; /* Equivalent to 18pt */
}
h5 {
	font-size: 1.4em; /* Equivalent to 14pt */
}
p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
ul, ol {
	list-style-position: inside;
	margin-bottom: 1em;
}
ul ul,
ol ol,
ol ul,
ul ol {
	padding-left: 1em;
	margin-bottom: 0;
}
ol ol {
	list-style-type: lower-alpha;
}
a {
	outline: 0 none;
}
a:link {
	color: #98F5FF;
	text-decoration: none;
}
a:visited {
	color: #5F9EA0;
	text-decoration: underline;
}
a:hover {
	color: #5F9EA0;
	text-decoration: underline;
}
a:active {
	color: white;
	background: black;
}
#footer p {
	font-size: .9em;
	padding-top: 10px;
}
blockquote {
	margin: 1em;
	font: italic 1.2em Georgia, "Times New Roman", sans-serif;
}

/* Navigation
-----------------------------------------------------------------------------*/
#nav-container {
	height: 25px;
	margin-bottom: 10px;
}
#nav {
	width: 360px;	
	height: 25px;
}
#nav li {
	float: left;
	display: inline;
}
#nav li a {
	display: block;
	height: 25px;
	background: url('../images/nav.png') no-repeat;
	text-indent: -999em;
}
/*Initial States of Nav Buttons*/
	#nav .home {
		width: 62px;
		background-position: 0 0;
	}
	#nav .gallery {
		width: 74px;
		background-position: -62px 0;
	}
	#nav .personal {
		width: 84px;
		background-position: -136px 0;
	}
	#nav .about {
		width: 64px;
		background-position: -220px 0;
	}
	#nav .contact {
		width: 76px;
		background-position: -284px 0;
	}
/*Active States of Nav Buttons based on body classes*/
	.home #nav .home,
	.home #nav .home:hover {
		background-position: 0 -50px;
	}
	.gallery #nav .gallery,
	.gallery #nav .gallery:hover {
		background-position: -62px -50px;
	}
	.personal #nav .personal,
	.personal #nav .personal:hover {
		background-position: -136px -50px;
	}
	.about #nav .about,
	.about #nav .about:hover {
		background-position: -220px -50px;
	}
	.contact #nav .contact,
	.contact #nav .contact:hover {
		background-position: -284px -50px;
	}	
/*Hover States of Nav Buttons*/
	#nav .home:hover {
		background-position: 0 -25px;
	}
	#nav .gallery:hover {
		background-position: -62px -25px;
	}
	#nav .personal:hover {
		background-position: -136px -25px;
	}
	#nav .about:hover {
		background-position: -220px -25px;
	}
	#nav .contact:hover {
		background-position: -284px -25px;
	}	

/* Forms
-----------------------------------------------------------------------------*/

form {
	width: 50%;
	margin: 0 auto 0 auto;
}
label {
	display: block;
}
input.text, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 100%;
	display: block;
}
input.buttons {
	background: #8B8989;
	font: 1.2em bold "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: white;
	cursor: pointer;
	padding: 4px;
}
label.name, 
label.phone, 
label.email,
label.message {
	margin: 1em 0 .2em 0;
	font: 1.2em bold "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

label.error {
	font-style: italic;
	font-weight: bold;
	color: orange;
	margin-top: 0px;
	margin-bottom: 1em;
}

/* Tables 
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 1.2em;
	margin: 1em 0 1em 0;
}
td, th {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px;
}
th {
	background-color: #262626;
}
td {
  	text-align: left;
	font-weight: normal;
	background-color: #CDC9C9;
	color: #252525;
}
