/*
Theme Name: Craine Official
Theme URI: http://www.craineofficial.com
Description: The offical Wordpress theme for Craine, designed an developed by <a href="http://www.jonnyhaynes.com">Jonny Haynes</a>.
Version: 1
Author: Jonny Haynes
Author URI: http://www.jonnyhaynes.com/
*/

/*====================================================================*/
/* Stylesheet created by Jonny Haynes - www.jonnyhaynes.com */
/* me[@]jonnyhaynes.com - February 2009 */
/*====================================================================*/

/* 
--- PLEASE NOTE ---

Please check the 'General' section of this stylesheet before creating any small custom styles.
The styles you want may already be in there.

Please put any Internet Explorer specific styles/hacks/fixes in 'ie.css'.

--- CONTENTS ---

1) All
2) Body
3) General
4) Clearfix
5) sIFR
6) Structural

7) Header
8) Navigation
9) Primary Content
10) Secondary Content
11) Tertiary content
12) Footer

##) Styles that need putting in order

*/
	
/* ------------------------------------------------------------------ */
/* =All */
/* ------------------------------------------------------------------ */

* { margin: 0; padding: 0; }

/* ------------------------------------------------------------------ */
/* =Body */
/* ------------------------------------------------------------------ */

body {
	background: #000 url(graphics/general/background.jpg) repeat 50% 50% fixed;
	margin: 0 auto;
	font: normal 101%/101% arial, verdana, sans-serif;
	color: #fff;
	}

/* ------------------------------------------------------------------ */
/* =General */
/* ------------------------------------------------------------------ */

div.wrap {
	margin: 0 auto;
	width: 940px;
	}
	
p {
	margin: 0 0 20px;
	font-size: 0.8em;
	line-height: 1.6em;
	}
	
a {
	color: #3cf;
	text-decoration: none;
	}
	
a:hover,
a:focus {
	text-decoration: line-through;
	}
	
div#primary-content li, dt, dd {
	margin: 0 0 5px;
	}	
	
div#primary-content ul, div#primary-content ol {
	margin: 0 40px 15px;
	font-size: 0.8em;
	line-height: 1.6em;
	}
	
div#primary-content dl {
	margin: 0 20px 15px;
	font-size: 0.8em;
	line-height: 1.6em;
	}

/* ------------------------------------------------------------------ */
/* =Structural */
/* ------------------------------------------------------------------ */
	
div#primary-content {
	width: 540px;
	float: left;
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	}
	
div#secondary-content {
	width: 300px;
	float: right;
	}
	
div#tertiary-content {
	background: rgba(51, 204, 255, 0.1);
	padding: 20px 20px 0;
	width: 60px;
	float: left;
	}

div#footer {
	background: rgba(255, 255, 255, 0.03);
	margin: 40px auto 0;
	padding: 20px;
	width: 900px;
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	position: relative;
	}

/* ------------------------------------------------------------------ */
/* =Clearfix */
/* ------------------------------------------------------------------ */

.clearfix:after,
div#header:after,
div#content:after,
div#primary-content div.post-header:after,
div#primary-content:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both;
  visibility: hidden;
	}

.clearfix, div#header:after, div#content:after, div#primary-content div.post-header:after, div#primary-content:after { display: inline-block; }
.clearfix, div#header:after, div#content:after, div#primary-content div.post-header:after, div#primary-content:after { display: block; }

/* ------------------------------------------------------------------ */
/* =Header */
/* ------------------------------------------------------------------ */

div#audio-bar {
	padding: 10px 20px;
	position: relative;
	}
	
div#audio-bar div {
	margin: 0 0 0 20px;
	}
	
div#audio-bar p {
	margin: 0;
	position: absolute;
	top: 14px;
	right: 40px;
	font-size: 0.68em;
	}
	
div#header {
	position: relative;
	}
	
div#header h1 a {
	background: transparent url(graphics/header/logo.png) no-repeat 50% 100%;
	width: 940px;
	height: 195px;
	text-indent: -10000px;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 5px;
	}
	
div#header ul {
	padding: 20px;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	float: right;
	}
	
div#header ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	float: left;
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	}
	
div#header ul li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* ------------------------------------------------------------------ */
/* =Primary Content */
/* ------------------------------------------------------------------ */

div#primary-content > div {
	background: rgba(255, 255, 255, 0.03);
	padding: 20px 0 0;
	}
	
div#primary-content h2 {
	margin: 0 20px 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	}
	
div#primary-content div.post-content h2 {
	margin: 0 0 20px;
	}

div#primary-content div.post-header {
	background: rgba(255, 255, 255, 0.1);
	margin: 0 0 20px;
	padding: 10px 20px 0;
	}

div#primary-content div.post-header p.post-date {
	background: #fff;
	margin: -10px 20px 0 0;
	padding: 10px 0;
	width: 50px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	float: left;
	}
	
div#primary-content div.post-header p.post-date span {
	font-size: 1.5em;
	}
	
div#primary-content div.post-header p.post-author {
	margin: 0 0 10px;
	font-size: 0.68em;
	}
	
div#primary-content h3 {
	margin: 0 0 5px;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
	}
	
div#primary-content div.post-header br {
	margin: 0;
	}
	
div#primary-content div.post-content {
	padding: 0 20px 20px;
	}
	
div#primary-content > p {
	margin: 20px 20px 0 0;
	text-align: right;
	}
	
div#primary-content br {
	margin: 0 0 20px;
	}
	
div#primary-content > div > p {
	margin: 0 20px 20px;
	}
	
div#primary-content > div > h4 {
	margin: 0 20px 10px;
	}

div#primary-content p.show-date {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 0.68em;
	}
	
div#primary-content ul#gallery {
	margin: 0 20px;
	list-style: none;
	text-indent: -10000px;
	}
	
div#primary-content ul#gallery p {
	margin: 0;
	}
	
div#primary-content ul#gallery span.rssLinkListItemTitle {
	margin: 0 0 0 10000px;
	font-size: 1.57em;
	font-weight: bold;
	}
	
div#primary-content ul#gallery img {
	margin: -30px 0 40px 10000px;
	}
	
div#primary-content div.blog ul {
	margin: 0;
	list-style: none;
	}	
	
div#primary-content div.blog ul span.rssLinkListItemTitle a {
	margin: 0 0 -40px;
	font-size: 1.57em;
	font-weight: bold;
	display: block;
	}
	
div#primary-content div.blog ul li {
	margin: 0 0 40px;
	}
	
div#primary-content div.music h3 {
	margin: 0 0 5px;
	}
	
div#primary-content div.music div {
	margin: 0 0 40px;
	}
	
div#primary-content div.video ul {
	margin: 0;
	list-style: none;
	}
	
div#primary-content div.video ul li {
	height: 100px;
	margin: 0 0 40px;
	position: relative;
	display: block;
	}
	
div#primary-content div.video ul table {
	position: absolute;
	left: -10000px;
	}
	
div#primary-content div.video ul img {
	position: absolute;
	top: 0;
	left: 0;
	}
	
div#primary-content div.video ul span.rssLinkListItemTitle a {
	font-size: 1.25em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 150px;
	}
	
div#primary-content div.merch-slot h3 {
	margin: 0 0 10px;
	}
	
div#primary-content div.lyrics br {
	margin: 0;
	}
	
div#primary-content div#audio-player h4 {
	margin: 20px 0 5px;
	}
	
div.shows-page h3 {
	color: #3cf;
	}	
	
/* ------------------------------------------------------------------ */
/* =Secondary Content */
/* ------------------------------------------------------------------ */

div#secondary-content > div {
	background: rgba(0, 0, 0, 0.3);
	margin: 0 0 20px;
	padding: 20px;
	}
	
div#secondary-content div#search fieldset {
	border: 0;
	}
	
div#secondary-content div#search label {
	display: none;
	}
	
div#secondary-content div#search input[type="text"] {
	background: #fff;
	padding: 5px 10px;
	font-size: 0.68em;
	width: 160px;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /* For cool browsers */
	border: 1px solid #333;
	}
	
div#secondary-content div#search input[type="submit"] {
	background: rgba(255, 255, 255, 0.75);
	margin: 0 0 0 10px;
	padding: 4px 10px;
	font-size: 0.68em;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /* For cool browsers */
	border: 1px solid #333;
	cursor: pointer;
	}
	
div#secondary-content div#search input[type="submit"]:hover,
div#secondary-content div#search input[type="submit"]:focus {
	background: rgba(255, 255, 255, 0.9);
	}
	
div#secondary-content h3 {
	margin: 0 0 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	}
	
div#secondary-content div#upcoming-shows li {
	list-style: none;
	}
	
div#secondary-content div#upcoming-shows li a {
	background: rgba(255, 255, 255, 0.05);
	margin: 0 0 1px;
	padding: 10px 20px;
	font-size: 1em;
	display: block;
	text-decoration: none;
	font-weight: bold;
	}
	
div#secondary-content div#upcoming-shows li a:hover,
div#secondary-content div#upcoming-shows li a:focus {
	background: rgba(255, 255, 255, 0.1);
	}
	
div#secondary-content div#upcoming-shows li a em {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.68em;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	font-weight: normal;
	}
	
div#secondary-content div#upcoming-shows p {
	margin: 10px 20px 0 0;
	font-size: 0.68em;
	text-align: right;
	}
	
div#secondary-content div#around-the-web {
	padding: 0;
	}
	
div#secondary-content div#around-the-web {
	background: url(graphics/content/secondary-content/around-the-web.jpg);
	width: 300px;
	height: 342px;
	text-indent: -10000px;
	position: relative;
	}
	
div#secondary-content div#around-the-web ul {
	width: 260px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	}
	
div#secondary-content div#around-the-web ul li {
	list-style: none;
	display: inline;
	}
	
div#secondary-content div#around-the-web ul li a {
	float: left;
	display: block;
	}
	
div#secondary-content div#around-the-web ul li a.myspace {
	background: url(graphics/content/secondary-content/myspace.png) no-repeat;
	width: 26px;
	height: 29px;
	}
	
div#secondary-content div#around-the-web ul li a.youtube {
	background: url(graphics/content/secondary-content/youtube.png) no-repeat;
	margin: 0 0 0 15px;
	width: 57px;
	height: 28px;
	}
	
div#secondary-content div#around-the-web ul li a.bebo {
	background: url(graphics/content/secondary-content/bebo.png) no-repeat;
	margin: 0 0 0 15px;
	width: 64px;
	height: 28px;
	}
	
div#secondary-content div#around-the-web ul li a.facebook {
	background: url(graphics/content/secondary-content/facebook.png) no-repeat;
	margin: 0 0 0 15px;
	width: 28px;
	height: 27px;
	}

/* ------------------------------------------------------------------ */
/* =Tertiary Content */
/* ------------------------------------------------------------------ */

div#tertiary-content a {
	background: #000;
	margin: 0 0 20px;
	width: 56px;
	height: 56px;
	border: 2px solid #3cf;
	display: block;
	}

div#tertiary-content img {
	opacity: 0.5;
	width: 56px;
	height: 56px;
	border: 0;
	}
	
div#tertiary-content a:hover img,
div#tertiary-content a:focus img {
	opacity: 1;
	}
	
/* ------------------------------------------------------------------ */
/* =Footer */
/* ------------------------------------------------------------------ */
	
div#footer p {
	margin: 0;
	font-size: 0.68em;
	}
	
div#footer p#going-up {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 20px;
	}