﻿@charset "utf-8";

/* CSS Document */

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : Jack Corbin Stylesheet
Author : Ajay Solutions
URL : http://www.jackcorbin.co.uk
Description : Design and layout for Jack Corbin
© Ajay Solutions 2008. All Rights Reserved.

Created : 24/02/2008
Modified : 25/03/2008
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Global Elements  ------------------------------------------------------------------------------------------------------ */

body {
	background: #001366;
	text-align: left;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* At this percentage 1em equates to 10px */
	font-size: 0.85em;
}

* { /* Reset all margins/padding*/
	margin: 0;
	padding: 0;
}

ul, ol { /* Make for consistent list handling across browsers */
    padding-left: 1em;
    margin-left: 10px;
}

p {
	text-align: justify;
}

.hidden {
	display: none;
}

/* Typography  ------------------------------------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}

p {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
}

a:link, a:visited {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #df0;
	text-decoration: underline;
	font-size: 1.0em;
}



a:active {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}

.smalltext {
	font-size: 0.7em
}

.centred {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.lowercase {
	text-transform: lowercase;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

#maincontent li {
	font-size: 0.9em;
}
#middlecontent p {
	margin-bottom: 1.0em;
}


/* Layout Elements  ------------------------------------------------------------------------------------------------------ */

#container {
	width: 720px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin: 0 auto;
	background: url("/_images/container_bg_home.png") top left repeat-y #001366;
}

#header {
	width: 720px;
	height: 288px;
	text-indent: -5000px;
	background: url("../../_images/header_bg.png") top left no-repeat #000;
}

/*#navigation {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 360px;
	text-align: right;
	color: #fff;
}*/
#navigation {
	margin: 0 auto;
	margin-top: -100px;
	text-align: right;
	color: #fff;
	padding: 10px;
}

#signup {
	margin-left: 420px;
	width: 280px;
	background: url("/_images/signup_bg.png") #fff top left no-repeat;
	color: #000;
	padding: 10px;
}

#mailinglist {
	float: left;
	width: 680px;
	color: #fff;
	text-align: left;
	padding: 20px;
	background: #69f;
}

#news, #tracks {
	float: left;
	width: 400px;
	background: url("/_images/news_bg.png") bottom right no-repeat #69f;
	color: #fff;
	text-align: left;
	padding: 10px;
}

#media {
	margin-left: 420px;
	width: 280px;
	color: #000;
	padding: 10px;
}

#about {
	float: left;
	width: 680px;
	color: #fff;
	text-align: left;
	padding: 20px;
	background: url("/_images/news_bg.png") bottom right no-repeat #69f;
}

#contactform {
	float: left;
	width: 680px;
	color: #000;
	text-align: left;
	padding: 20px;
	background: url("/_images/contact_bg.png") bottom left no-repeat #fff;
}

#calendar {
	float: left;
	width: 680px;
	color: #fff;
	text-align: left;
	padding: 20px;
	background-color: #000;
}

#gallery {
	float: left;
	width: 700px;
	color: #fff;
	text-align: left;
	padding: 10px;
	background: url("../../_images/gallery_bg.png") bottom left no-repeat #000;
	padding-bottom: 180px;
}

#galleryfooter {
	clear: left;
	height: 200px;
	color: #fff;
	background: url("../../_images/gallery_bg.png") top left no-repeat #000;
}

#footer {
	text-align: right;
	padding: 2px 0 2px 0;
	background-color: #001366;
}

/* Navigation Elements  ------------------------------------------------------------------------------------------------------ */

#navigation li {
	margin-top: 1px;
	margin-bottom: 10px;
	list-style-type: none;
}

.nav a, .navcurrent a, .nav a:visited {
	color: #fff;
	padding: 2px 2px;
	height: 100%;
	width: 110px;
	border: 1px solid #8bf;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

.nav a:active {
	background-color: #7ae;
}

.navcurrent a, .navcurrent a:hover, .navcurrent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8bf;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}


/* News Elements  ------------------------------------------------------------------------------------------------------ */

#news h3 {
	width: 137px;
	height: 80px;
	background: url("../../_images/news_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 130px;
}

#news li {
	margin-right: 20px;
	padding: 5px;
	font-size: 0.8em;
}


/* Signup Elements  ------------------------------------------------------------------------------------------------------ */

#signup h3 {
	width: 136px;
	height: 80px;
	background: url("../../_images/signup_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 75px;
}

#signup p {
	padding: 20px 20px 0 20px;
	color: #000;
	font-size: 1.0em;
}

#signupform {
	margin-left: 15px;
	width: 260px;
	height: 185px;
	background: url("/_images/signup_bg_form.png") top left no-repeat;
	font-size: 0.8em;
}

.signup_left {
	width: 60px;
	text-align: left;
	float: left;
	margin-right: 5px;
}

.signup_right {
	text-align: left;
}

.formrow {
	margin: 0 0 5px 20px;
}

.boxshader {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 130px;
}

#signup_submit {
	width: 200px;
	text-align: center;
}

/* Tracks Elements  ------------------------------------------------------------------------------------------------------ */

#tracks h3 {
	width: 137px;
	height: 80px;
	background: url("../../_images/tracks_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 130px;
}

#tracks li {
	margin-right: 20px;
	padding: 5px;
	font-size: 0.8em;
	list-style: none;
	border-top: 1px solid #58e;
}

#tracks li:hover {
	background-color: #58e;
	cursor: default;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#tracks a {
	display: block;
}

#tracks a:hover {
	text-decoration: none;
	color: #fff;
}

/* Media Elements  ------------------------------------------------------------------------------------------------------ */

#media h3 {
	width: 136px;
	height: 80px;
	background: url("../../_images/player_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 75px;
}

#media p {
	padding: 20px;
	color: #000;
	font-size: 1.0em;
}

/* Gallery Elements  ------------------------------------------------------------------------------------------------------ */

#galleryfooter h3 {
	width: 170px;
	height: 80px;
	background: url("../../_images/gallery_h3.gif") top left no-repeat;
	text-indent: -5000px;
	margin-left: 275px;
}

#galleryfooter p {
	position: absolute;
	margin: -70px 0 0 2px;
}

#thumb1, #thumb2, #thumb3, #thumb4 {
	position: absolute;
}

#thumb1 {
	margin-top: -18px;
	margin-left: 20px;
}

#thumb2 {
	margin-top: 5px;
	margin-left: 132px;
}

#thumb3 {
	margin-top: 5px;
	margin-left: 275px;
}

#thumb4 {
	margin-top: 20px;
	margin-left: 418px;
}

.thumb img, .img img {
	border: 1px solid #000;
}

.thumb a:hover img, .img a:hover img {
	border: 1px dashed #ff0;
}
.thumb a:active img, .img a:active img {
	border: 1px solid #fff;
}

.img {
	margin: 2px;
	height: 130px;
	width: 130px;
	float: left;
}

.photobatch {
	border-bottom: 1px solid #eee;
	font-variant: small-caps;
	font-size: 0.9em;
	margin-top: 3.0em;
	margin-bottom: 1.0em;
	clear: both;
}



/* Contact Form Elements  ------------------------------------------------------------------------------------------------------ */

#contactform p {
	color: #000;
}

#contactform input, #contactform label {
	font-size: 0.9em;
}

.formLabel {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 0.5em;
}

.formElement {
	width: 400px;
	text-align: left;
}

.formRow {
	margin-bottom: 1.0em;
	clear: both;
	padding-left: 1.0em;
}


/* Footer Elements  ------------------------------------------------------------------------------------------------------ */

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 0.64em;
	text-align: right;
}

/* Image Replacement ------------------------------------------------------------------------------------------------------ */

#about h2 {
	width: 250px;
	height: 80px;
	background: url("../../_images/about_h2.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 225px;
}

#calendar h2 {
	width: 230px;
	height: 80px;
	background: url("../../_images/availability_h2.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 225px;
}

#tracks h3 {
	width: 140px;
	height: 80px;
	background: url("../../_images/tracks_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 120px;
}

#media h3 {
	width: 180px;
	height: 80px;
	background: url("../../_images/music_h3.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 40px;
}

#contactform h2 {
	width: 174px;
	height: 73px;
	background: url("../../_images/contact_h2.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 250px;
}

#mailinglist h2 {
	width: 250px;
	height: 80px;
	background: url("../../_images/mailing_list_h2.png") top left no-repeat;
	text-indent: -5000px;
	margin-left: 225px;
}