/* In deze CSS file komen alle semantische opmaak codes te staan en id/classes die bij alle sites voorkomen. */
.clearer {
	clear:both;
}
/* CSS Document */

* {
	font-family:arial, helvetica, sans-serif;
  margin:0;
  padding:0;
}

body {
	background-color:#000;
	font-family:arial, helvetica, sans-serif;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:1.5em;
}

html>body {
	font-size: 12px;
}

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

a:hover {
	text-decoration:underline;
}

a.navigation {
	text-decoration:none;
	line-height:1.5em;
	color:#699;
}

a.navigation:hover {
	color:#9cc;
}

a.active {
	color:#fff;
}

ol, li {
	margin:0;
	list-style-type:decimal-leading-zero;
}

h1 {
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size:1em;
	line-height:1.1666666em;
	font-weight:bold;
	color:#fff;
}

/* lay-out */

div#container {
	position:absolute;
	left:50%;
	margin-left:-457px;
	width:930px;
	height:100%;
}

#flatlife_records_logo {
	position:absolute;
	width:120px;
	height:130px;
	background-image:url('http://www.flatliferecords.com/images/flatlife_records_logo.gif');
	left:10px;
	top:10px;
}

#whiteline {
	width:100%;
	height:10px;
	background-color:#FFF;
	position:absolute;
	top:150px;
}

#boxing {
	position:absolute;
	top:175px;
	width:930px;
	background-repeat:no-repeat;
}

div#navigation {
	position:absolute;
	left:285px;
	top:120px;
	width:605px;
	height:30px;
	color:#fff;
	font-size:1.5em;
}

div.column {
	position:relative;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

div.content {
	background-color:#999;
	overflow:auto;
}

div.video {
	padding-top:10px;
	height:223px;
}

div.screen {
	position:relative;
	width:605px;
	height:280px;
	margin-bottom:15px;
	float:left;
}

/* content */

div.release {
	width:275px;
	height:120px;
	margin-bottom:10px;
}

div.overflow {
	overflow:hidden;
}

div.sleeve {
	position:relative;
	float:left;
	width:120px;
	height:120px;
	background-color:#fff;
	margin-right:10px;
	background-image:url('http://www.flatliferecords.com/images/empty_sleeve.gif');
}

div.tracklist {
	position:relative;
	float:left;
	width:145px;
}

div#mikenzo_logo {
	width:81px;
	height:7px;
	background-image:url('http://www.flatliferecords.com/images/mikenzo_logo.png');
	background-position:right;
	position:absolute;
  right:10px;
	bottom:10px;
}

/* 3 screens */
div.screen1 {
	background-image:url('http://www.flatliferecords.com/images/screen1.png');
	width:295px;
	height:280px;
	background-color:#666;
}

div.screen2 {
	background-image:url('http://www.flatliferecords.com/images/screen2.png');
	width:605px;
	height:280px;
	background-color:#666;
}

div.screen3 {
	background-image:url('http://www.flatliferecords.com/images/screen3.png');
	width:915px;
	height:280px;
	background-color:#666;
}

/* 3 headers */
div.header1 {
	width:295px;
	height:30px;
	background-image:url('http://www.flatliferecords.com/images/column_header.png');
	background-repeat:no-repeat;
	background-color:#699;
	text-transform: capitalize;
	font-size:1.5em;
	font-style:normal;
	line-height:1.5em;
	text-indent:10px;
	color:#fff;
	border-bottom: 5px solid #000;
}
div.header1 .lowercase {
	text-transform:lowercase;
}
div.header2 {
	width:605px;
	height:30px;
	background-image:url('http://www.flatliferecords.com/images/column2_header.png');
	background-repeat:no-repeat;
	background-color:#699;
	font-size:1.5em;
	line-height:1.5em;
	text-indent:10px;
	color:#fff;
	border-bottom: 5px solid #000;
}
div.header3 {
	width:915px;
	height:30px;
	background-image:url('http://www.flatliferecords.com/images/column3_header.png');
	background-repeat:no-repeat;
	background-color:#699;	
	font-size:1.5em;
	line-height:1.5em;
	text-indent:10px;
	color:#fff;
	border-bottom: 5px solid #000;
}

/* 3 footers */
div.footer1 {
	width:295px;
	height:12px;
	background-image:url('http://www.flatliferecords.com/images/column_footer.png');
	background-repeat:no-repeat;
	background-color:#999;
}
div.footer2 {
	width:605px;
	height:12px;
	background-image:url('http://www.flatliferecords.com/images/column2_footer.png');
	background-repeat:no-repeat;
	background-color:#999;
}
div.footer3 {
	width:915px;
	height:12px;
	background-image:url('http://www.flatliferecords.com/images/column3_footer.png');
	background-repeat:no-repeat;
	background-color:#999;
}

/* 2 heights */
div.h1 { height:233px; }
div.h1p { 
	height:233px;
	height:213px !important; 
	padding:10px;	
}
div.h2 { height:528px; }
div.h2p {
	height:528px;
	height:508px !important;
	padding:10px;
}

/* 3 widths */
div.w1 { width:295px; }
div.w1p { 
	width:295px;
	width:275px !important; 
	padding:10px;	
}
div.w2 { width:605px; }
div.w2p { 
	width:605px;
	width:585px !important; 
	padding:10px;	
}
div.w3 { width:915px; }
div.w3p { 
	width:915px;
	width:895px !important; 
	padding:10px;	
}

/* 6 positions */
div.pos1 {
	position:absolute;
	left:0;
	top:0;
}

div.pos2 {
	position:absolute;
	left:310px;
	top:0;
}

div.pos3 {
	position:absolute;
	left:620px;
	top:0;
}

div.pos4 {
	position:absolute;
	left:0;
	top:295px;
}

div.pos5 {
	position:absolute;
	left:310px;
	top:295px;
}

div.pos6 {
	position:absolute;
	left:620px;
	top:295px;
}
hr {
	margin: 0px;
	padding: 0px;
}
.discography {
	float: left;
	height: 130px;
	width: 120px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: center;
}
img.gallery_thumbnail {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div#shoppingcart {
	position:absolute;
	width:277px;
	height:12px;
	left:620px;
	top:10px;
	background-image:url(../images/shoppingcart.gif);
	padding:9px;
	color:#699;
}

div.shoprow {
	background-color:#c9c;
	width:585px;
	padding:0;
	margin:0;
	height:80px;
}

#fadeshow1 {
	background-color:#333;
}

.biglink {
	font-weight:bold;
	color:#366;
}
#schedule-flyer{
	max-width:210px;
	max-height:210px;
}
