/* 
	Main CSS-Styles for Neozoon
	url: http://www.neozoon.org
	author: Robert Weber for closingtag 2009
	email: info@closingtag.de
*/

/* get all the reset styles to overwrite browser defaults */

@import url("reset.css");

html  {
	height: 100%;
      width: 100%;
}


/* some styles for html element for scrollbars */

#neozoon {
      position: relative;
	font-family: Arial, sans serif;
	font-size: 62.5%;
	line-height: 1;
	color: #fff;
	background: #000 url(../img/bg_body.jpg);
	background-attachment: fixed;
      height: 100%;
	width: 880px;
}

#neozoon.disturbed {
      overflow: hidden;
      width: 100% !important;
}

#neozoon #disturber {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      background: #000;
      overflow: hidden;
      z-index: 999;
}

#neozoon h1 {
      width: 880px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0 42px 35px;
}

#neozoon h1 a:link,
#neozoon h1 a:visited,
#neozoon h1 a {
	color: #fff;
}

#neozoon h1 a:active,
#neozoon h1 a:hover {
	text-decoration: none;
}

#neozoon.start blockquote {
	width: 880px;
	height: 442px;
	background: transparent url(../img/start_quote.png) top left no-repeat;
	white-space: nowrap;
	text-indent: -9999px;
	cursor: pointer;
	margin: 40px 0 0 35px;
}

#neozoon.start blockquote cite {
	display: block;
	text-indent: 0px;
	font-size: 1.8em;
	margin: 424px 0 0 0;
}

#neozoon #navigation {
	width: 383px;
	margin: 40px 0 0 35px;
}

#neozoon #navigation.hidden {
	display: none;
}

#neozoon #navigation li a {
	display: block;
	text-indent: -9999px;
	background: transparent top left no-repeat;
}

#neozoon #navigation li a#pictures {
	height: 150px;
	background-image: url(../img/pictures.png)
}

#neozoon #navigation li a#text {
	height: 150px;
	background-image: url(../img/text.png)
}

#neozoon #navigation li a#contact {
	height: 169px;
	background-image: url(../img/contact.png)
}

#neozoon #navigation li a#links {
	height: 147px;
	background-image: url(../img/links.png)
}

#neozoon.pictures #pictures {
	width: 880px;
	margin: 40px 0 50px 35px;
      float: left;	
}

#neozoon.pictures #pictures li {
	display: block;
	float: left;
	margin: 0 18px 35px 0;
}

#neozoon.pictures #pictures li.newline {
	clear: left;
}

#neozoon.pictures #pictures li a {
	height: 150px;
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#neozoon.pictures #pictures li a.portrait {
	width: 112px;
}

#neozoon.pictures #pictures li a.landscape {
	width: 200px;
}

#neozoon.pictures #image {
	position: relative;
	float: left;
	margin: 0 0 24px 35px;	
}

#neozoon.pictures #image a {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 90%;
	z-index: 666px;
}

#neozoon.pictures #image a.next {
	right: 0;
}

#neozoon.pictures #image a.previous {
	left: 0;
}

#neozoon.pictures #data {
	clear: left;
	font-size: 1.8em;
	margin: 0 0 0 35px;	
}

#neozoon.pictures #data a:link,
#neozoon.pictures #data a:visited,
#neozoon.pictures #data a {
	color: #fff;
}

#neozoon.pictures #data a:hover,
#neozoon.pictures #data a:active {
	text-decoration: none;
	color: #f00;
}

#neozoon.links,
#neozoon.text {
	width: 796px;
}

#neozoon.links ul {
      margin: 0 0 0 35px;
}

#neozoon.text br {
      line-height: 4.8em;
}

#neozoon.text ol {
	list-style-position: inside;
	margin: 0 0 4.8em;
}

#neozoon.text ol li,
#neozoon.text h2 ,
#neozoon.links #links li a:link, 
#neozoon.links #links li a:visited,
#neozoon.links #links li a {
	font-size: 4em;
	line-height: 1.2em;
	color: #fff;
}

#neozoon.text ol li,
#neozoon.text h2 {
	margin: 0 0 1.2em 35px;
}

#neozoon.links #links li {
	margin: 0 0 4.8em;
}

#neozoon.contact p a:active,
#neozoon.contact p a:hover,
#neozoon.links #links li a:active, 
#neozoon.links #links li a:hover {
	color: #f00;
	text-decoration: none;
}

#neozoon.contact p {
      font-size: 1.8em;
      margin: 0 0 0 35px;
}

#neozoon.contact p a:link
#neozoon.contact p a:visited,
#neozoon.contact p a {
	color: #fff;
}

#neozoon.contact p a#mail {
      display: block;
      width: 427px;
      height: 572px;
      font-size: 2.22em;
	margin: 0 0 1.2em;
	text-indent: -9999px;
	background: transparent url(../img/logo.png) top left no-repeat;
	margin: 0 0 0 184px;
}

#neozoon.contact #creators {
      position: absolute;
      left: 26px;
      bottom: 10%;
      width: 14px;
}

#neozoon.contact #creators li {
      text-indent: -666px;
}

#neozoon.contact #creators li a {
      display: block;
      width: 14px;
}

#neozoon.contact #creators li a#ng {
      height: 152px;
      margin: -10px 0 0;
      background: transparent url(../img/ng.png) top left no-repeat;
}

#neozoon.contact #creators li a#ct {
      height: 147px;
      background: transparent url(../img/ct.png) top left no-repeat;
}