/* @override http://www.papercranesmusic.com/css/cranestyle.css */

@import url("reset.css");

/* SITE SPECIFIC LAYOUT */

html {
	
}

body {
	text-align: center;
	background: #050505 url(../i/bg_body.jpg) no-repeat fixed left 0;
	height: 100%;
}

/* HEADER */

div#header {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	height: 80px;
	text-align: left;
	background: transparent url(../i/bg_nav.jpg) repeat-x left top;
	position: fixed;
	top: 0;
	z-index: 99;
}

div#branding {
	float: left;
	width: 210px;
	text-align: left;
	background-image: none;
}

/* END HEADER */

/* NAV */

div#nav {
	width: 900px;
	margin: 0 auto;
}

div#nav div.wrapper {
	
}

div#nav ul {
	list-style: none;
	margin: 5px;
}

div#nav li {
	list-style: none;
	float: left;
	margin: 0;
}

div#nav li.last {
}

div#nav a,    
        div#nav a:link,
        div#nav a:active,
        div#nav a:visited {
	display: block;
	text-decoration: none;
	padding: 15px;
	color: #e1e1e1;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #f6f6f6;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
}

div#nav a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
	
}

/* END NAV */

/* CONTENT */

#page {

	margin: 0 auto;
	padding:0 20px;
	text-align: center;
	width: 860px;
}

div#content {
	padding-top: 100px;
	position: relative;
	text-align: left;
}

/* PADDER */

#padder {
	margin: 0 40px;
}

/* MAIN */

div#main {
	float: left;
	width: 640px;
}

/* END MAIN */

/* SUB */

div#sub {
	float: right;
	width: 200px;
}

/* END SUB */

/* FLOATS */

.leftpic {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

.leftcol {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 280px;
	display: inline;
	text-align: left;
}

.rightcol {
	float: left;
	padding: 0;
	width: auto;
	display: inline;
	text-align: left;
}

.right {
	float: right;
}

/* END FLOATS */
/* SHOWS */

/* GALLERY */

#gallery img {
	display: inline;
	padding: 5px;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
}

#galleryin img {
	display: block;
	border-width: 0px;
	text-align: center;
	margin: auto;
}

#gallery a:link, #gallery a:visited, #gallery a:hover {
	border-style: none;
	background-color: transparent;
}

#sub img, .frame {
	padding: 5px;
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	background-color: #333;
}

#sub .noframe {
	border:  none;
	padding: 0;
	background-color: transparent;
}

/* END GALLERY */

/* END CONTENT */

/* FOOTER */

div#footer {
	color: #999;
}

div#footer p {
	text-align: right;
	font-size: 0.816em;
	padding-right: 120px;
}

/* END FOOTER */

/* END LAYOUT */

/* TYPOGRAPHY */

body {
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c6c6c6;
}


p, div {
	line-height: 20px;
}

p {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

img {
	border: 0;
}

#sub {
	color: #999;
	background-color: transparent;
}

/* LINKS */

a,
	a:link, 
	a:active {
	color: #9fd0d8;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 0px dotted #666;
}

a:visited {
	color: #069;
	background-color: transparent;
}

a:hover {
	color: #fff;
	background-color: #262626;
	text-decoration: none;
}

a.fullscreen {
	display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
a.fullscreen:hover {
	background: none;
}
/* END LINKS */

/* HEADINGS */

h1 {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #f6f6f6;
	font: italic 18px/20px Georgia, "Times New Roman", Times, serif;
	text-shadow: black 1px 1px 5px;
}

h2, .caption {
	margin: 20px 0;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #afcfd7;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
	text-shadow: black 1px 1px 5px;
}

h3 {
	margin:  0;
	padding: 0;
	font: normal 14px/20px Arial, Helvetica, Geneva, sans-serif;
	color: #f6f6f6;
	text-shadow: black 1px 1px 5px;
}

/* END HEADINGS */

/* TEXT */

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

address, .note, .credit {
	font-family: Verdana, Arial, sans-serif;
	color: #9c9c9c;
	font-size: 0.8333em;
	line-height: 1.8em;
}

.written {
	font-style: italic;
	font-family: Verdana, Arial, sans-serif;
	color: #9c9c9c;
	font-size: 0.8333em;
	line-height: 1.8em;
}

/* END TEXT */

/* LISTS */

.plainlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plainlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.linklist {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.linklist li {
	list-style: none;
}

ul.albumcredlist {
	list-style: none;
}

ul.albumcredlist li {
	list-style: none;
}

ul.credits {
	list-style: none;
	padding-bottom: 17px;
	border-bottom: 1px dashed #333;
	margin-bottom: 1.5em;
}

ul.credits li {
	list-style: none;
}

ul.shows li {
	float: left;
	overflow: hidden;
	width: 145px;
	margin-right: 15px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	 min-height: 140px;
	 zoom: 1; /* trigger hasLayout */
    *display: inline;
	color: #8e8e8e;
}

ul.shows li.upcoming {
	color: #fff;
}

ul.shows li h3 {
	color: #8e8e8e;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;

}

ul.shows li.upcoming h3{
	color: #fff;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;

}
/* END LISTS */

/* TABLE */

table {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	font-size: 12px;
	padding: 5px 5px 5px 0;
}

/* END TABLE */

hr {
	display: none;
}

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}

.date {
	margin: 0 0 1.5em 0;
	font-size: 0.8333em;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	color: #aaa;
	border-color: #333;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.entry {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}

.center {
	text-align: center;
}

#galleryin {
	text-align: center;
}

/* END TYPOGRAPHY */
.floatright {
	float: right;	
	display: inline;
}
.flaotleft {
	float: left;
	display: inline;}
/* clearing */

.stretch,
	.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

/* End hide from IE Mac */

/* end clearing */

/* replace */

.replace {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

/* tidy these up */

.replace * {
	text-indent: -10000px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

.replace a {
	text-indent: 0;
}

.replace a span {
	text-indent: -10000px;
}

/* end replace */

/* accessibility */

span.accesskey {
	text-decoration: none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* end accessibility */
