/* CSS File */
* { margin: 0; padding: 0; list-style:none; }
a { outline: none; color:#000000 }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.clearfix:after {
    content: ".";            /* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
	display: block;        /* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
    height: 0;           /* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
    clear: both;          /* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
    visibility: hidden;	    /* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

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


body {
	color:#122039;
	font-size:62.5%;
	text-align:center;
	font-family:Courier New;
	font-weight:regular;
	text-align:center;
	background:#f8f7f7;
}


#wrapper{
	/*width:1130px;*/
	margin:0 auto;
	text-align:left;
	position:relative;
    min-height:750px;
    height:auto !important;
    height:750px;
}
#quote{
	position:absolute;
	font-size:2.2em;
	letter-spacing:-1px;
	text-align:left;	
	color:#c7c3ba;
	top:210px;
	left:430px;
	right:130px;
}
#logo{
	position:absolute;
	font-size:3.2em;
	letter-spacing:-1px;	
	color:#c7c3ba;
	top:40px;
	left:430px;
}
#logo2{
	position:absolute;
	width:385px;
	text-align:left;
	/*padding-right:320px;*/
	font-size:3.2em;
	letter-spacing:-1px;	
	color:#c7c3ba;
	top:102px;
	left:432px;
}
#logo3{
	position:absolute;
	width:385px;
	text-align:left;
	/*padding-right:320px;*/
	font-size:3.2em;
	letter-spacing:-1px;	
	color:#c7c3ba;
	top:102px;
	left:852px;
}
#twitter{
	position:absolute;
	width:530px;
	text-align:left;
	/*padding-right:320px;*/
	font-size:3.2em;
	letter-spacing:-1px;	
	color:#c7c3ba;
	top:102px;
	left:432px;
}
#onclicklogo{
	position:absolute;
	top:40px;
	width:385px;
	text-align:right;
	/*padding-right:320px;*/
	color:#c7c3ba;
	font-size:3.2em;
	letter-spacing:-1px;	
}
#onclicklogo2{
	color:#c7c3ba;
}
#onclicklogo3{
	position:absolute;
	top:40px;
	width:385px;
	text-align:right;
	/*padding-right:320px;*/
	color:#aca6a1;
	font-size:3.2em;
	letter-spacing:-1px;	
}
#menu{
	position:absolute;
	top:210px;
	width:385px;
	text-align:right;
	/*padding-right:320px;*/
	font-size:3.2em;
	letter-spacing:-1px;		
	
}
#menu a, #links a{
	color:#aca6a1;
}
#menu a.selected, #menu a:hover, #links a:hover, #links a.selected{
	color:#000000;
}
#gallery{
	position:absolute;
	top:210px;
	left:430px;
	height:480px;
	white-space:nowrap;
	padding-right: 75px;
}


#gallery img{
	margin-left:5px;
}

/* about */

#about-content{
	font-family:Courier New;
	position:absolute;
	top:435px;
	left:430px;
	height:280px;	
}

#links{
	position:absolute;
	top:715px;
	left:435px;
	font-size:3.2em;
	
}


#footer{
	position:absolute;
	top:695px;
	left:435px;
	font-size:1.2em;
	font-weight: normal;
}

.anchor{
	position:absolute;
	right:0;
	top:0;
	padding-right: 20px;
}
/* http://www.onclickberlin.com/ · "The aspects of things that are most important to us are hidden because of their simplicity and familiarity." — Ludwig Wittgenstein */
