@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'carbontyperegular';
    src: url('../fonts/carbontype-webfont.eot');
    src: url('../fonts/carbontype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/carbontype-webfont.woff') format('woff'),
         url('../fonts/carbontype-webfont.ttf') format('truetype'),
         url('../fonts/carbontype-webfont.svg#carbontyperegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #cccccc;
	background-color: #000000;
}

img {
	border: 0px solid #cccccc;
}

h1, h2, h3 {
	font-size: 1.1em;
	margin:1em 0 0.25em 0;
}
p {
	margin:0 0 1em 0;
}

ul {
	margin:0 0 2em 0;
	padding-left: 1em;
	list-style-type: square;
}

li {
	margin:0 0 0.5em 0;
}

a, a:visited, a:hover, a:active {
	color: #cccccc; text-decoration: underline;
	outline: 0;
}
.clear {
	clear:both;
}
.extra-top-margin {
	margin:2em 0 0 0;
}
.yellow {
	color: #fcff00;
}
.box-gray {border:1px solid #666; padding:1em; margin:1em 0px 1em 0px; display: block; overflow: auto;}
.box-gray img {float:left; padding:0.5em 1em 1em 0px;}
.box-red {border:1px solid #FF0000; padding:1em; margin: 1em 0 1em 0;}
.box-orange {border:1px solid #F90; padding:1em; margin: 1em 0 1em 0;}

.container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.header {
	width: 100%;
	height: 105px;
	position: relative;
	background-image: url(../img/header-head.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 0;
	margin: 0;
	padding: 0;
}
.details .header {
	background-image: url(../img/header-eye.jpg);
}
.header h1 {
	position: relative;
	top:2em;
	left: 1em;
	font-family: 'carbontyperegular', courier; 
	font-size: 1.25em; 
	color: #f7efcb; 
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.header h1:before {
/*	content: "\003e "; */
	content: url(../img/header-gt.jpg);
	margin: 0 1em 0 0;
}
.header h1 .subtitle {color: #cf1004; text-transform: none;}
.header h1 .subtitle:before, .header h1 .subtitle:after {content:"-";}

.navigation {
	width: 100%;
	margin: 0 0 0.2em 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	bottom: 0;
}
.navigation li {
	float: left;
	margin: 0 2em 0 0;
	padding: 0.25em 0.5em 0.2em 0.5em;
	list-style-type: none;
}
.navigation li a {
	color: #99958a; 
	font-family: 'carbontyperegular', courier; 
	letter-spacing: -0.1em;
	font-size: 1.25em; 
	text-decoration: none;}
.navigation li.active a, .navigation.li a:hover {color: #fff;}
.navigation li.home {background-color: #3a3f18;}
.navigation li.details {background-color: #401616;}
.navigation li.links {background-color: #153f1a;}
.navigation li.about {background-color: #163a3f;}

.archive {
	float: right;
	position: relative;
	bottom: 2.6em;
	right: 25%;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
	font-family: 'carbontyperegular', courier; 
	font-size: 1.25em; 
	color: #cab073;
	padding: 0.5em;
	text-transform: uppercase;
	border: 2px solid #cab073;
}
.archive a {
	color: #cab073;
	text-decoration: none;
}
.archive-content {
	border: 1px solid #cab073;
	margin: 2em 0;
	padding: 0 1em;
}


.content {
	margin:0;
	padding:1em;
	font-size: 0.9em;
}
.home .content {border-top: 5px solid #3a3f18; border-bottom: 5px solid #3a3f18;}
.details .content {border-top: 5px solid #401616; border-bottom: 5px solid #401616;}
.about .content {border-top: 5px solid #163a3f; border-bottom: 5px solid #163a3f;}
.about .content ul {margin:0.75em 0 2em 0;}
.about .content ul li{margin:0.3em 0 0 0;}
.links .content {border-top: 5px solid #153f1a; border-bottom: 5px solid #153f1a;}
.links .content h2 {margin:1em 0 2em 0;}

.cc50 {
	width: 50%;
	height: auto;
	display: inline-block;
	margin: 2em 0 2em 0;
	float:left;
}
.cc50 .title {
	padding: 0 0 1em 0;
	font-weight: bold;
}
.cc50 .normal {
	font-weight: normal;
}
.cc50 img {
	width:80%;
}
.albumart {
	border: 1px solid #666;
}
.album {
	margin: 2em;
	float: left;
}
.album .description {
	display: none;
}

table.artwork {
	width: 100%;
	margin: 0 0 2em 0;
}
table.artwork td {
	width: 50%;
	text-align: left;
	vertical-align: top;
}
table.artwork td img.album{
	margin:0.5em 0 0.5em 0;
}


.crumble, .content-navigation {
	display: inline-block;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #807C73;
}
.content-navigation {
	margin: 0.5em 0 0.5em 0;
}
.crumble a, .content-navigation a{
	color: #807C73; text-decoration: underline;
}

.disclaimer {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 5em;
}

.footer {
	font-size: 0.8em;
	color: #666666;
	margin: 1em 0 2em 0;
	padding: 0;
	text-align:center;
}
.footer a {
	color: #666666; text-decoration: underline;
}

/* mediaqueries */
@media all and (max-width: 640px) {
	.container {
		width: 96%;
		margin:0 auto 0 auto;
	}
	.header {
		background-image: none !important;
	}
	.archive {
		right: 10%;
	}

}

@media all and (max-width: 600px) {
	.header h1{
		font-size: 0.95em;
	}
	.navigation {
		font-size: 0.8em;
	}
	.archive {
		font-size: 0.9em;
		bottom: 3em;
	}
	.album {
		margin: 1.5em;
	}

}

@media all and (max-width: 479px) {
	.header h1, .navigation, .archive {
		font-size: 0.7em;
	}
	.subtitle {
		width: 100%;
		display: inline-block;
	}
	.archive {
		bottom: 9em;
		right: 1em;
	}
	.album {
		margin: 1em;
	}
	table.artwork td{
		width: 100%;
		float: left;
	}

}
