/*
main_layout.css
©2015 Architekt DI Martin Wakonig ZT-GmbH, Vienna, Austria
Coded by Pekka Riihonen

This is the Cascading Stylesheet -file for www.wakonig.com
*/

@charset "utf-8";
/* CSS Document */


/* 	CSS Reset
Condensed Universal Reset from
http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/ 	*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;

}



/* --- START base (typographic) specific styles ---*/

/*
The following style-declarations define the basic font styles and colours used
throughout the website by default.
*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(200, 200, 200);
	/* color: rgb(51, 51, 51); */
/* 	background-image:url('./background01.png');
	background-repeat:repeat-x;
	background-color: rgb(20,20,20);  */
	background-color: #020202;
	text-align: left;
	outline: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a,
a:active,
a:hover,
a:visited,
a:hover {
	text-decoration: none;
	color: inherit;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* --- END base typographic specific styles ---*/

body *
{
	/* outline: 1px dashed white; */
}

#invisibleSheet
{
	left:0px;
	top:0px;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	/* background-color: #DDD; */
	display:none;
}

.infoWindow
{
	position:absolute;
	z-index:6;
	background-color: #222;
	opacity: 0.6;
	display:none;
}

.descriptiveText
{
	background-color: transparent;
	padding: 10px;
}

/* The div of the .wrapper -class contains the entire website. */
.wrapper
{
	position: relative;
	margin: 0px auto;
	padding: 20px 250px 100px;
	/* outline: 4px dashed #3333aa; */
}

.subWrapper
{
	position: inherit;
	/* outline: 3px dashed #3333aa; */
}

.header
{
	position: relative;
	height: 80px;
	color: grey;
	/* outline: 1px dashed red; */
}

.header *
{
	position: absolute;
	bottom:0px;
	/* outline: 1px dashed white; */
}

#logo
{
	height: 80px;
}

#loadingText
{
	font-size: 11pt;
	color: white;
	left:280px;
	/* outline: 1px dashed red; */
}

#status
{
	line-height:18px;
	color:#888;
	display:block;
	font-size: 10px;
	right:0px;
}

.buttDiv
{
	position:absolute;
	/* z-index: 7; */
	right:0px;
	display: block;
	bottom: -5px;
	
}

.hButton
{
	position:relative;
	display:inline;
	float:left;
	width: 100px;
	font-size:9pt;
	line-height:20px;
	
	vertical-align:bottom;
	text-align:center;
	color: grey;
	/* outline: 1px solid green; */
}


#menuBar
{
	position: absolute;
	display:none;
	z-index: 6;
	height: 43px;
	top:10px;
	left: 10px;
	background-color: #151515;
	opacity: 0.85;
	/* outline: 1px dashed #5555FF; */
}

#menuBar .hButton
{
	font-size: 10pt;
	vertical-align:center;
	line-height:27px;
	margin: 8px;
	color: #CCC;
	/* outline: 1px dashed white; */
}

.dropDownMenu
{
	position:absolute;
	top:53px;
	/* background-color: #151515; */
	outline: 1px dashed #red;
	z-index: 75;
	display:none;

}

.vButton
{
	position:relative;
	display:block;
	text-align: left;
	font-size:10pt;
	padding: 10px;
	line-height:10px;
	vertical-align:bottom;
	text-align:left;
	color: #CCC;
	opacity: 0.7;
	background-color: #151515;
	/* outline: 1px solid green; */
}

.vButton:hover
{
	background-color: #444444;
	color: #AAAAAA;
	padding: 10px;
}

.hButton:hover
{
	background-color: #444444;
	color: #AAAAAA;
}

.mainGallery
{
	position: relative;
	padding:0px;
	z-index: 1;
	margin-left: auto;
	/* overflow:hidden; */
	/* outline: 1px dashed red; */
}

.mainGallery img
{
	z-index: 7;
}

.rowGap
{
	/* outline: 1px dashed yellow; */
}

.colGap
{
	float:left;
	/* outline: 1px dashed green; */
}

.mainGalleryColumn
{
	float:left;
	/* outline: 1px dashed #22DD22; */
}

.columnGap
{
	/* outline: 1px dashed red; */
}

#lowBar
{
	position: relative;
	float:left;
	/* outline: 1px dashed #5555FF; */
}



#lowBar > *
{
	position: relative;
	display: block;
	float: left;
	/* outline: 1px solid green; */
}

.lowBarDivider
{
	position: absolute;
	background-color: #020202;
	/* outline: 1px solid green; */
}

.smallGallery
{
	/* overflow:hidden; */
	/* outline: 1px dashed red; */
}

.smallGallery img
{
	position:absolute;
	z-index: 6;
	/* outline: 1px dashed #6666FF; */
}

.buttPrevious
{
	width: 40px;
	/* background-image: url('../arrowrev.png'); */
	z-index: 2;
	/* outline: 1px dashed red; */
}

.buttNext
{
	width: 40px;
	/* background-image: url('../arrowfwd.png'); */
	z-index: 2;
	/* outline: 1px dashed red; */
}

.projectInfo
{
	text-align: right;
	/* text-transform: uppercase; */
	font-size: 11px;
	overflow: hidden;
	line-height: 18.8px;
	/* outline: 1px dashed #AA3333; */
}

.projectInfo div
{
	position: absolute;
	margin:3px 7px;
	right:0px;
	/* outline: 1px dashed #AA3333; */


}


.projectInfo .title
{
	font-weight: bold;
}

.projectInfo .descr
{
	text-transform: initial;
}

.projectDescription
{
	outline: 1px dashed #FFFFFF;
}

.footer
{
	font-size: 10pt;
	text-align: right;
	color: grey;
}

#mainImage
{
	position:absolute;
	top:0px;
	z-index: 1;
	overflow:hidden;
	/* outline: 1px dashed #FFFFFF;	 */
}

#mainImage img
{
	position:absolute;
	z-index: 1;
	/* outline: 1px dashed blue;	 */
}


.phpTestingZone
{
	display:none;
	font-family:courier;
	font-size:10pt;
	color:#dddddd;
	position:absolute;
	top:20px;
	left:10px;
	padding: 5px;
	width: 300px;
	/* height: 935px; */
	outline: 1px dashed white;
	z-index: 1;
	/* overflow:hidden; */
}

#jsLog
{
	display:none;
	font-family:courier;
	font-size:10pt;
	color:#dddddd;
	position:absolute;
	right:10px;
	padding: 5px;
	top:20px;
	/* height:900px; */
	width: 300px;
	outline: 1px dashed white;
	z-index: 1;
	overflow:hidden;
}


