/* ******************************************* 
*
*	AOC stylesheet - by www.fat-man-collective.com
*
*	Coded by 
*	David Okuniev - www.fat-man-collective.com 
*
*	FEb 2010
*
******************************************* */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronymess, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, th  {
border : 0 none;
font-family : "Times", serif;
font-weight : normal;
margin : 0;
outline-style : none;
outline-width : 0;
padding : 0;
vertical-align : baseline;
}

object, embed {
outline:none;
}


:focus {
outline-style : none;
outline-width : 0;
}
ol, ul {
list-style-image : none;
list-style-position : outside;
list-style-type : none;
}
table {
border-collapse : separate;
border-spacing : 0;
}

blockquote:before, blockquote:after, q:before, q:after {
content : "";
}
blockquote, q {
quotes : "" "";
}
em {
color : #666666;
font-style : italic;
}



/*
TYPOGRAPHY
******************************************* */

h1 {
	font-family: "Arial Black", "Helvetica", "Arial", sans-serif;
	font-size:28px;
	border-bottom: 3px solid black;
	letter-spacing: -0.05em;
	line-height: 30px;
}

h2 {
	font-family: "Arial Black", "Helvetica", "Arial", sans-serif;
	font-size:20px;
	border-bottom: 2px solid black;
	line-height: 20px;
	padding-bottom:2px;
	margin-bottom:25px;
}

h3 {
	font-size:12px;
	border-bottom: 1px solid black;
	line-height: 15px;
	font-weight:bold;
}

h4 {
	font-size:12px;
	letter-spacing: -0.05em;
	line-height: 15px;
	font-weight:bold;
}

h5 {
	font-size:11px;
}

p{
font-size:12px;
margin-bottom: 10px;
}

.twitfeed{
	font-size:10px;
}

.ex {
	font-size:11px;
}

.exx{
	font-size:12px;
	letter-spacing: -0.05em;
	font-weight:bold;
}


.greyit{
	color:#555;
}

.artists-inner{
color:#000;
}

.current{
	background-image:url(../img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:20px;
	font-weight:bold;
}

/*
Structure
******************************************* */

body{
	

	font-size:12px;
	line-height: 18px;
}

#container{
	margin:0 auto;
	margin-top:30px;
	width:950px;
}

#header{
	width:950px;
	margin-bottom:40px;
	padding-bottom:40px;
}

.column{
	border-left:2px solid black;
	padding-left:20px;
	width:452px;
	float:left;
	
}

.description1 {
	font-size:12px;

	width:215px;
	float:left;
}

.description2 {
	font-size:12px;
	width:200px;
	float:left;
}

#body_container{
clear:left;
}

.maincolumn{
	width:205px;
	
	border-left:2px solid black;
	padding:0 15px 0 15px;
	float:left;

}

#banner{
	padding-bottom: 15px;
	width:950px;
}

.foot{
	width:205px;
	
	border-left:2px solid black;
	padding:0 15px 0 15px;
	float:left;
	height: 150px;
	
	

}

.last {
	border-right:2px solid black;
}



.anim-gif{
	margin-bottom: 15px;
}

#footer{
clear:both;
padding:0px 0 40px 0;
font-size: 11px;
margin:0 auto;
width:950px;
}

.footertext{
	width:205px;
	padding:0 15px 20px 15px;
	float:left;
	

}
.twtr-hd {
	
	display:none;
}

.iframe-descr {
	padding-left:34px;
}

.iframe-nav{
	
	padding-right:20px;
}

#body_container{
	background-image:url(../img/lines.png);
	background-position:0px 100px;
}


/*
Links
******************************************* */

a:link{
	color:#000;
}

a:visited{
	color:#000;
}

a:hover{
	color:#999;
}

a.bank{
	border-bottom:1px solid #f69578;
	text-decoration:none;
	color:#000;
}

a.inventory{
	border-bottom:1px solid #0073cc;
	text-decoration:none;
	color:#000;
}

a.bank-full{
	border-bottom:1px solid #f69578;
	color:#f69578;
	text-decoration:none;
	
}

a.inventory-full{
border-bottom:1px solid #0073cc;
	color:#0073cc;
	text-decoration:none;
	
}

a.bank-full:hover{
	opacity:0.9;
	
}

a.inventory-full:hover{
opacity:0.9;
	
}

a.bank:hover{
	color:#f69578;
}

a.inventory:hover{
	color:#0073cc;;
}


.artistsLondon a:link{
	color:black;
	text-decoration: none;
}

.artistsLondon a:hover{
	color:#0073cc;
	text-decoration: underline;
}

.artistsBerlin a:link{
	color:black;
	text-decoration: none;
}

.artistsBerlin a:hover{
	color:#f69578;
	text-decoration: underline;
}


a.skype{
font-weight: bold;
	color:#000;
	text-decoration:underline
	
}

a.skype:hover{
	color:#999;
	
}



.arrow-left-blue {
	width:13px;
	height:24px;
	background:  url(../img/arrow_blue_left.png);
}

.arrow-left-blue:hover {
	background-position: 0px -24px;
	cursor: pointer;
}

.arrow-right-blue {
	margin-left:13px;
	width:13px;
	height:24px;
	background:  url(../img/arrow_blue_right.png);
}

.arrow-right-blue:hover {
	background-position: 0px -24px;
	cursor: pointer;
}



.arrow-left-pink {
	width:13px;
	height:24px;
	background:  url(../img/arrow_pink_left.png);
}

.arrow-left-pink:hover {
	background-position: 0px -24px;
	cursor: pointer;
}

.arrow-right-pink {
margin-left:13px;

	width:13px;
	height:24px;
	background:  url(../img/arrow_pink_right.png);
}

.arrow-right-pink:hover {
	background-position: 0px -24px;
	cursor: pointer;
}



/*
Rollovers
******************************************* */
.thumbMaster{
	height:130px;
	margin-bottom: 10px;
}

.thumb{
	position: absolute;
	z-index:1;

}

.thumbOver_blue{
	position: absolute;
	width:204px;
	height:130px;
	background:  url(../img/thumb_roll_blue.png);
	z-index:2;
}

.thumbOver_blue:hover{
	background-position: 0px -130px;
	cursor: pointer;
}

.thumbOver_pink{
	position: absolute;
	width:204px;
	height:130px;
	background:  url(../img/thumb_roll_pink.png);
	z-index:2;
}

.thumbOver_pink:hover{
	background-position: 0px -130px;
	cursor: pointer;
}

.VidthumbMaster{
	height:69px;
	margin: 10px 0 20px 0;
}

.Vidthumb {
	position: absolute;
	z-index:1;

}

.VidthumbOver{
	position: absolute;
	width:204px;
	height:69px;
	background:  url(../img/video_placeholder_london.gif);
	z-index:2;
}

.VidthumbOver-reverse{
	position: absolute;
	width:204px;
	height:69px;
	background:  url(../img/video_placeholder_berlin.gif);
	z-index:2;
}

.Vidthumb{
	
}

.Vidthumb:hover{
	background-position: 0px -74px;
	cursor: pointer;
	
}

.VidthumbOver:hover{
	background-position: 0px -74px;
	cursor: pointer;
}

.VidthumbOver-reverse:hover{
	background-position: 0px -74px;
	cursor: pointer;
}





/*
MODAL LIGHTBOX
******************************************* */


#lbOverlay { position: absolute; top: 100px; left: 0; z-index: 99998; width: 100%; height: 500px; opacity:0.9;}
	#lbOverlay.grey { background-color: #FFF; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; width: 540px; height: 500px; margin: 0 auto; }
	#lbOuterContainer.grey { border: none; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: none; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px;margin-top:90px; }
#lbLoading {
	position: absolute; top: 20%; left: 0%; height: 50px; width: 100%; text-align: center; line-height: 0; background: url(../img/ajaxLoader.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(images/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(images/pause_gold.png) no-repeat; }

