/*
 * CSS
 *
 * @version 1.0
 * @author Vaska
 * @author Gregory Cadar
 */


 /*
 * SCHRIFT EINBETTEN font-weight: 500;
 */
@font-face {
	font-family: Share-Regular;
	src: url('../../extend/Share-Regular.otf');
 }
@font-face {
	font-family: Immono;
	src: url('../../extend/lmmono10-regular.otf');
}
@font-face {
	font-family: Immonolight;
	src: url('../../extend/lmmonolt10-regular.otf');
}
@font-face {
	font-family: Share-techMono;
	src: url('../../extend/Share-TechMono.otf');
}
@font-face {
	font-family: DroidSansMono;
	src: url('../../extend/DroidSansMono.ttf');
}


/* für bessere kompatibilität mit thickbox*/
* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 9pt;
	font-family: DroidSansMono, monospace;
	background: #FFF;
	background-repeat:no-repeat;
	color: #000;
	line-height: 130%;
	letter-spacing: 0.5px;
	word-spacing: -2px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


/*
 * LINKS IM TEXT
 */
a:link, a:active, a:visited {
	text-decoration: none;
	color: #F69;
}
a:hover {
	text-decoration: line-through;
	color: #000;
}


/*
 * MENU
 */

#menu {
	width: 250px;
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	margin-top: 15px;
	margin-left: 30px;
	padding: 5px 0 0;

}

#menu a:link {
	text-decoration: none;
	color: #000;
}
#menu a:active {
	text-decoration: overline;
	color: #F69;
}
#menu a:visited {
	text-decoration: none;
	color: #999;
}
#menu a:hover {
	color: #F69;
}
#menu a:visited:hover {
	text-decoration: line-through;
}

/* links in H1 sollen genauso so aussehen wie normale überschrift */
h1 a, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none !important;
	color: black !important;
}


#menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 12px;
}

#menu li {
	display: block;
}

/*  MENUTITEL, mit H2 abgleichen */
#menu ul li.section-title {
	font-family: Share-techMono, monospace;
	text-transform:uppercase;
	font-size: 120%;
	letter-spacing: 0px;
	word-spacing: -3px;
	font-weight: 500;
	color: black;

}

#menu ul li.active:before {
	content: "\bb";
	color: #000;
	width: 12px;
	margin-left: -12px;
	display: inline-block;
}
#menu ul li.active:hover:before {
	color: #f69;
}

li.credits {
	font-size: smaller;
	text-align: right;
	color: #666;
}



/*
 *LINIEN
 */

.divider {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 6px solid #000;
	width: 100%;
}

.divider2 {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 1px dashed #000;
	width: 100%;
}

.divider3 {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 6px solid #000;
	width: 350px;
	position:absolute;
	left:300px;
	top:716px;
}




/*
 *
 */

#content {
    height: 100%;
    margin: 20px 0 0 230px;
	padding-left: 50px;
}

.container {
    padding: 5px 20px 20px;
}

#content .container {
  	width: 650px;
}

#content p {
	width: 400px;
	margin-left: 5px;
	line-height: 110%;
	font-size: 10pt;
	font-family:Immonolight;
	font-weight: 200;
	word-spacing: 0px;
}

p {
    margin: 0 0 9px 0;
	color: black;
}


/*
 * tweaks für das 'OVER AND OVER'-layout ...
 *
 * -> titles & captions
 */
.ono-title, .ono-caption {
	display: block;
	max-width: 525px;
}
.ono-title {
	font-weight: bold;
}
.ono-caption {
	margin-bottom: 10px;
}
/* -> heading */
#content .container > h1, #content .container > h1 ~ .divider2 {
	width: 933px;
}


/* ABSTAND ZW. BILDERN VERTIKAL */

.picture_holder {
	margin-right: -30px;
}


/* TEXTSPALTEN */

.content_text {
	float: left;
	width: 420px;
}

.content_info {
	float: left;
	width: 200px;
	margin-left: 20px;
}


/*
 * ÜBERSCHRIFTEN
 */

h1 {
	color: black;
	font-size: 170%;
	font-family: Share-techMono, monospace;
	font-weight: 500;
	text-transform:uppercase;
	letter-spacing: 0.25px;
	border-top: 4px solid black;
	border-bottom: 1px dashed black;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	letter-spacing: 0.25px;
	word-spacing: -5px;
}

h2 {
	color: black;
	font-size: 120%;
	font-family: Share-techMono,monospace;
	font-weight: 500;
	text-transform:uppercase;
	letter-spacing: 2px;
	word-spacing: -5px;
}

h3 {
	color:#F39;
	font-size: 90%;
	font-family: DroidSansMono, monospace;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: 1px;
	word-spacing: -3px;
}

h4 {
	color: #000;
	font-size: 230%;
	font-family: Share-techMono, monospace;
	font-weight: 100;
	line-height: 115%;
	text-transform:uppercase;
	letter-spacing: 2px;
	word-spacing: -5px;
}


/*
 * der #img-container, allgemein...
 */

#img-container #text {
	width:350px !important;
}

body.section-4 #img-container,
body.section-11 #img-container {
	width: 1323px!important;
}

#img-container	{
	margin: 0;
	padding: 0;
	width: 1000px;
	max-height: 700px;
}

#img-container p	{
	margin: 0;
	padding: 0 0 14px;
}

/*
 * der #img-container bei allein querscroll (markert)
 */

#img-container #text	{
	margin-right: 20px;
}

#once {
	clear: left;
}



/*
 * verlinkte bilder...
 */

a img {
	border: none;
}

.picture img[width='1'] {
	border: 0;
}


/*
 * bilder in thickbox abstand oben, rechts, unten, links...
 */
a.thickbox img {
	margin:0 0 25px 10px !important;
	border: 1px solid #CCCCCC!important;
}

.picture img, .plakate img {
	border: 1px solid #CCCCCC;
}

/*
 * quer-scrollbar aber thickbox und noch große bilder vor den kleinen der thickbox
 */

.einbau, .einbautext {
	float:left;
}

.einbautext {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 350px;
}

.einbautext ~ .einbautext {
	margin-left: 20px;
}

/* rand für element nach dem .einbautext */
.einbautext ~ .plakate, .einbautext ~ #img-container  {
	margin-left: 380px;
}

/* abstand für plakate */
.plakate img + img {
	margin-left: 20px;
}


/*
 *
 * projekt-spezifische formatierung des img-containers
 *
 */

#TCBoyle ~ #img-container { /* 1 bild, 525x700 */
	margin-left: 920px;
	width: 500px;
}


#identity ~ #img-container { /* 2 bilder 495x700 */
	margin-left: 1250px;
	width: 1200px;
}

#travel ~ #img-container { /* 1 bild quer 933x700 */
	margin-left: 1250px;
	width: 1700px;
}

#restricted ~ #img-container { /* 1 bild, 525x700 */
	margin-left: 920px;
	width: 1600px;
}

#wir ~ #img-container { /*  */
	margin-left: 9680px;
	width: 440px;
	}


#boxing ~ #img-container { /*  */
	margin-left: 400px;
	width: 700px;
	}

#me-germany ~ #img-container { /*  */
	margin-left: 2270px;
	width: 1000px;
	}

#pro ~ #img-container { /*  */
	margin-left: 6100px;
	width: 700px;
	}

#mark ~ #img-container { /*  */
	margin-left: 720px;
	width: 1000px;
	}

#perndl ~ #img-container { /*  */
	margin-left: 360px;
	width: 700px;
	}

#bauer ~ #img-container { /* 1 bild, 495x700 */
	margin-left: 900px;
	width: 700;
}
#bauer .plakate {
	width: 515px !important;
}

#clarke ~ #img-container { /*  */
	margin-left: 720px;
	width: 1300px;
}


/*
ul.einbau.quer2 ~ #img-container, .einbau-und-plakate.quer2 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 400px !important;
}

ul.einbau.quer4 ~ #img-container, .einbau-und-plakate.quer4 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 900px !important;
}

ul.einbau.quer6 ~ #img-container, .einbau-und-plakate.quer6 ~ #img-container {
/* hier dann die breite festlegen für sammlung 6x4 bildern *
width: 1600px !important;
}

ul.einbau.quer10 ~ #img-container, .einbau-und-plakate.quer10 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 3000px !important;
}
*/

