
/*************************************************************

	general styles
	design: ursula malecki / ursulamalecki.com
	(c) ursula malecki 2005

	this file is generated in php

/************************************************************/


@font-face {
	font-family: 'Acid';
	src: url('../fonts/Acid/acid.eot');
	src: 
		local('☺'), 
		url('../fonts/Acid/acid.woff') format('woff'), 
		url('../fonts/Acid/acid.otf') format('opentype'), 
		url('../fonts/Acid/acid.svg#Acid') format('svg');
		font-weight: 200;
				
}


@font-face {
	font-family: 'Acid-Bold';
	src: url('../fonts/Acid/acid_bold.eot');
	src: 
		local('☺'), 
		url('../fonts/Acid/acid_bold.woff') format('woff'), 
		url('../fonts/Acid/acid_bold.otf') format('opentype'), 
		url('../fonts/Acid/acid_bold.svg#Acid-Bold') format('svg');
	font-weight: normal;	
}



* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position: relative;	
}

object:hover, object:active {
	outline: none;
	text-decoration: none;
}

ul, ol {
	list-style-type: none;
}

br {
	padding: 0;
	margin: 0;
	clear: both;
}

frameset, frame {
	border: none;
}

a {
	color: #999;
	font-weight: 100;
	text-decoration: none;
}

/* content */

html {
	height: 100%;	
}

body {
	background: #030303 no-repeat top left fixed;
	color: #aaa;
	font-size: 62.5%;  /* 16px ? 62.5% = 10px */
	line-height: 1em;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	border: 0;
	height: 100%;
}


img.full-image {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
}
@media screen and (max-width: 1024px){
	img.full-image {
		left: 50%;
		margin-left: -512px; 
	}
}

/* submenu */


/* headers */

.top-image img {
	width: 260px;
	height: auto;
}


h1, h2, h3 { 
	font-family: "Acid", Helvetica, Arial, sans-serif;
	vertical-align: middle;		
	text-transform: uppercase;
	clear: both;
	padding: 0;
	font-weight: light;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;
	
	/* font-weight: normal; */
}

h1 {
	color: #666;
	font-size: 35pt;
	line-height: 0.8em;
}

#sub-accordion h1 {
	/* font-size: 28pt; */
}

h2 {
	color: #666;
	font-size: 34pt;
	line-height: 0.8em;
}

h2.blue {
	color: #166AAF;
}

h3 {
	color: #666;
	font-size: 21pt;
	line-height: 0.8em;
	margin: 0 0 10px 0;
}

h1 a, h2 a, h3 a, h4 a { 
	color: #666;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active {
	color: #fff;
}

p strong {
	color: #999;
}

h1 strong {
	color: #ddd;
	font-weight: normal;
}

hr {
	height: 1px;
	display: block;
	background: #666;
	width: 250px;
}

/* top */

#top {
	position: absolute;
	z-index: 1000;
}

#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#home object {
	position: absolute;
	left: -1%;
	top: -1%;
	height: 102%;
	width: 102%;
}

.logo-container {
	position: absolute;
	top: 300px;
	left: 40%;
	padding: 40px 35px 37px 30px;
	margin-top: 0;
	margin-left: -30px;
	width: 180px;
	height: 127px;
	z-index: 1000;	
}

.logo-container * {
	z-index: 1;
}

.logo {
	background: url(../images/logo.png) no-repeat;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.logo-container span {
	color: #fff;
}

.logo-container .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	z-index: 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7; 	
}

#main {
	position: relative;
	top: 0;
	font-size: 1em;
	line-height: 1em;	
	font-weight: normal;
	text-align: left;	
	z-index: 1;
	min-height: 100%;
}

#accordion {
	top: 210px;
	padding-bottom: 410px;
	overflow: hidden;
	
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}

#projects {
	position: relative;
	margin: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer {
/*
	position: absolute;
	height: 30px;
	bottom: 0;
	z-index: 0;
*/
}

p.copyright {
	font-size: 7.5pt !important;
	color: #666 !important;
}

/* projects */ 

.thumb { 
	position: relative;
	text-align: left;
	vertical-align: top;
	display: block; 
	background: transparent;
	float: left;
	overflow: hidden;
	z-index: 0;	
	margin: 0.5%;	
}

.big {
	width: 275px;
	height: 175px;
}

.small {
	width: 210px;
	height: 130px;
}

.icon {
	width: 96px;
	height: 96px;
}

.thumb img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 102%;
	padding: 0 !important;
	margin: 0 -1% !important;
	background-repeat: no-repeat;
}

.icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	padding: 0 !important;
	margin: 0!important;
}


.thumb_1 {
	z-index: 3;
}

.thumb_2 {
	z-index: 1;
}

.thumb .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/* background: #333; */
	z-index: 0;
	text-align: center;
	vertical-align: middle;
}

.thumb .title {
	font: normal 14pt/1.9em "Acid", Helvetica, Arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;
	
	color: #666;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
	position: absolute;
	text-indent: 10px;
	left: 0;
	bottom: 0;
	text-align: left;
	width: 100%;
	padding: 0;
	height: 15%;
	margin: auto;
	white-space: normal;
	z-index: 10;
	background: #000;
}


#projects .wrapper {
	height: 100%;
	width: 100%;
	margin: 0;
}

.row {
	padding: 0;
	width: 100%;
	/* padding: 20px; */
	overflow: hidden;
	clear: both;
	margin: 0;
}

.row>.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/white_15_solid.png);
	z-index: 0;
}

.row .thumbs {
	/* margin: 0 0 0 190px; */
	float: left;
	overflow: hidden;
	z-index: 1;
}

.row>.title {
	position: relative;
	/* bottom: 4px; */
	left: 0;

	height: 40px;
	width: 100%;
}

.row h2 {
	left: 10px;
	color: #666;
	line-height: 40px;
	font-size: 1.2em;
	vertical-align: middle;
}

.up {
	position: absolute;
	right: 0;
	top: 0;
}

/* project detail */

#project-detail {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	overflow: hidden;		
	z-index: 0;		
}

#zemovie {
	background: #000;
}

/* content-text */


#project-detail .content-text {
	position: relative;
	z-index: 1000;
	top: 50%;
	margin-top: -280px;
	height: 500px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	padding: 30px 10px 30px 30px;
	background: #fff;
	/* overflow: hidden; */
}


#project-detail .content-text.contact {
	width: 270px;
	margin-left: -135px;
	height: 350px;
	margin-top: -175px;
	font-size: 1.3em;
}

#project-detail .content-text.equipment {
	width: 330px;
	margin-left: -165px;
}

#project-detail .content-text.resume {
	width: 800px;
	margin-left: -400px;
}

#project-detail .content-text .text {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 100001 !important;	
}





#project-detail .content-text {
	color: #333;
	text-align: justify;	
}

#project-detail .content-text p {
	font: 1.1em/1.4em "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin: 20px 0 10px 0;
}

#project-detail .content-text a { 
	color: #666;
}

#project-detail .content-text a:hover, #project-detail .content-text a:active {
	color: #999;
}

#project-detail .content-text .close { 
	right: 10px;
	bottom: 10px;
	background-color: #fff;
}

#project-detail .content-text .close a {
	background: url(../images/close-2.png) no-repeat;
}

#project-detail .content-text #scrollarea {
	height: 100%;
}

#scroller {
	position: absolute;
	right: 0;
	top: 0;
	height: 95%;
	width: 10px;
	z-index: 10000;
}
 
#knob {
	position: absolute;
	height: 50px;
	width: 10px;
	background: #EF8B1E;
	cursor: pointer;
}


/* content */


#project-detail .content {
	z-index: 1000;
	background: #000;
	padding: 30px;
	padding-bottom: 40px;
	text-align: center;
	/* overflow: hidden; */
}

#project-detail .submenu {
	width: 150px;
	margin: 20px 0 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}

#project-detail .bg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: url(../images/black_80_solid.png);
	z-index: 0;
}

#project-detail .video {
	background: #000;
	margin: 0 0 10px 0;
/* 	float: left;	 */
	z-index: 100001 !important;	
}

#project-detail .submenu {
	font: normal 11.5pt/18px "Acid-Bold", Helvetica, Arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;
	
	text-transform: uppercase;	
	text-align: left;
}

#project-detail .submenu li {
	margin: 0 0 5px 0;
	height: 18px;
}

#project-detail .submenu a {
	color: #aaa;
}

#project-detail .submenu a:hover, #project-detail .submenu a:active, #project-detail .submenu .current a {
	color: #fff;
}

#project-detail .submenu .arrow {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 10px 0 0;
}

#project-detail .submenu .current .arrow, #project-detail .submenu li:hover .arrow {
	background: url(../images/arrow-plain.png) center no-repeat;
}


#project-detail .content .text {
	position: relative;
	background: #000;
	min-height: 60px;
	padding-top: 40px;
	overflow: hidden;
	width: 675px;
	z-index: 100001 !important;	
}

#project-detail .content p {
	font: 1.1em/1.4em "Lucida Grande", Verdana, Tahoma, sans-serif;
	text-align: justify;
	color: #ddd;	
	margin: 0 0 10px 0;
}

#project-detail p.extra {
	color: #999;	
	margin: 10px 0 0 0;
}

#project-detail .extra b {
	color: #aaa;
	margin: 2px 5px 2px 0;
	font-variant: small-caps;
	font-weight: normal;
}

#project-detail.viewing, #project-detail.loading {
	z-index: 4;	
}

.loading {
	background: #000 url(../images/loader.gif) center center no-repeat;	
}

.close {
	position: absolute;
	display: block;
	margin-left: 0;
	bottom: 10px;
	/* padding: 10px; */
	height: 25px;
	width: 25px;
	z-index: 100002;
	background: #000;	
}

.close a {
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/close.png) no-repeat;
}


.close a:hover, .close a:active,
.close span:hover, .close span:active {
	background-position: 100% -25px !important;
}

a.info {
	position: absolute;
	top: 320px;
	right: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/info.png) top left no-repeat;
	z-index: 1000;
	text-indent: -999px;
	overflow: hidden;
}

a.info:hover, a.info:active {
	background-position: bottom left;
}

#accordion p {
	font: 1.2em/1.7em "Lucida Grande", Verdana, Tahoma, sans-serif;	
	font-weight: normal;
	text-align: left;	
	color: #ddd;
	padding: 10px 0;
}

/* table */

table {
	font: 1.2em/1.7em "Lucida Grande", Verdana, Tahoma, sans-serif;	
	font-weight: normal;
	text-align: left;	
	margin: 0 0 30px 0;	
}

table tr {
	margin: 5px 0;
}

table td {
	width: 250px;
}

table b {
	text-transform: capitalize;
	font-weight: bold;
}

/* lists */

ul {
	font: 1.2em/1.7em "Lucida Grande", Verdana, Tahoma, sans-serif;	
	font-weight: normal;
	text-align: left;	
	margin: 0 0 30px 20px;	
}

ul ul {
	font-size: 1em;	
	margin: 0 0 30px 20px;	
}	


/* post  */

.page {
	margin: 40px 0;
}


.page h1 {
	margin: 0 0 20px 0;
}


.post {
	padding-bottom: 260px;
}

.post h1 {
	margin: 0 0 20px 0;
}

.date {
	position: relative;
	top: 0;
	color: #666;

	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	vertical-align: middle;		
	text-transform: lowercase;
	font-variant: small-caps; 
	clear: both;
	
	font-weight: normal;
}

.wp-caption {
	font-style: italic;
	margin: 0 0 20px 0;
	display: inline;
}

.post img, .page img {
/*
	background: #333;
	padding: 1px;
*/
}

.alignnone {
	margin-bottom: 1em; 
}


.alignright {
	float: right; 
	margin-left: 3em; 
	margin-bottom: 3em; 
}

.alignleft {
	float: left;
	margin-top: 0; 
	margin-right: 2em; 
	margin-bottom: 1em; 
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 1em; 	
}


/* footer */

#footer .wrapper {
	margin: 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
}

#footer .designed_by {
	float: right;
	color: #555;
}

#footer .designed_by a {
	color: #777;
}

/* form */

form {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

ul.fieldset, ul.form {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
}

.form li {
	background: transparent !important;
	margin: 0 0 2px 0 !important;
	font-size: 10px !important;
	/* padding: 8px 0 !important; */
	display: block !important;
	float: none !important;
	clear: both;	
}


form span {
	padding: 0 5px;
}

form label {
	font: 8pt "Lucida Grande", Verdana, Tahoma, sans-serif; color: #fff;

	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 1px 0 0;
	padding: 4px 4px 1px 0;
	vertical-align: top;
	width: 100%;
	min-height: 15px;
	clear: both;
	display: block;
	
/*
	float: left;
	text-align: right;
*/
}

form img {
	padding: 5px;
	border: none;
}

form a:hover img, form a:active img {
	padding: 5px;
	border: none !important;
	text-decoration: none !important;
}

form li.submit {
	text-align: left;
	padding: 5px 0 0 0;
}

/* form elements */


textarea, input.text, input.password, input.input, input[type="text"] {
	background: #222;
	/* border: 1px #333 solid; */
}

textarea {
	padding: 5px;
	width: 400px;
	height: 100px;
	font: 1em "Lucida Grande", Verdana, Tahoma, sans-serif; color: #999 !important;
	/* float: left; */
}

textarea.smtext {
	height: 100px;
}

textarea.text {
	height: 200px;
}

select {	
	background: #fff;
	padding: 0 0 0 1px;
	font: 11px/11px "Lucida Grande", Verdana, Tahoma, sans-serif; color: #999 !important;
}

select[size="4"] {
	padding: 3px;
	height: 100px;
	background: #fff;	
	font: 11px/11px "Lucida Grande", Verdana, Tahoma, sans-serif; color: #999 !important;
}

select option {
	padding: 2px;
}

select option:hover {
	background: #444;
}

input.text, input.password, input.input, input[type="text"] {
	padding: 4px 3px 3px 3px;
	width: 200px;
	height: 15px;
	font: 8pt/15px "Lucida Grande", Verdana, Tahoma, sans-serif; color: #999 !important;
	/* float: left; */
}

input.check {
	float: left;
}
.required {
/* 	border: 1px #AE4B9B solid !important; */
}

form .small {
	width: 40px !important;
}

form .medium {	
	width: 60px !important;
}

input:hover, input:active, textarea:hover, textarea:active {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; 
}

/* buttons */

.button {
	padding: 3px 7px 3px 7px;
	font: 11px/15px ;	
	height: 22px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #fff;
	cursor: pointer;
	background: #444;
}

.button:hover, .button:active {
	background: #333;
}

/* @media */




@media only screen and (max-device-width: 1024px) {
	html, body {
		height: 3000px;
	}
	#main {
		width: auto !important;
		height: auto !important;
		overflow: visible;
		padding: 0;
	}
		
	#footer {
		display: none !important;
	}
	#project-detail {
		top: 0;
		left: 0;
		width: 100%;
		height: 3000px !important;
		overflow: scroll !important;
		z-index: 0;		
	}
	
	#project-detail .content-text {
		position: relative;
		z-index: 1000;
		height: 100%;
		top: 20px;
		margin-top: 0;

		padding: 30px 10px 30px 30px;
		background: #eee;
	}

	#project-detail .content-text.contact {
		width: 270px !important;
		margin-left: -135px;
		height: 400px;
		font-size: 1.3em;
		margin-top: 0;
	}
	
	#project-detail .content-text.equipment {
		width: 330px !important;
		margin-left: -165px;
		height: 1200px;
	}
	
	#project-detail .content-text.resume {
		width: 800px !important;
		margin-left: -400px;
	}	


	#project-detail .content-text .text {
		position: relative;
		height: 100% !important;
		overflow: visible !important;
		background: #fff;
		z-index: 100001 !important;	
	}
	#project-detail .close { 
		right: 10px;
		bottom: 10px;
	}	
}


@media only screen and (max-device-width: 480px) and (orientation:portrait) {
/*
	#wrapper {
		position: absolute;
		padding: 0;
		top: 0;
		width: 456px;
		margin: 0 auto 0 24px;		
	}
*/
/*

	.home #top {
		top: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.logo-container  {
		position: relative;
		left: 0;
		margin: 0;
		clear: both;
		width: 260px;
	}
	.home .menu-container  {		
		left: 0;
		top: 140px;
		margin: 0 !important;
		clear: both;
		width: 400px;
	}
*/
		
/*
	#project-detail {
		position: absolute;
		top: 0;
		left: 0;
		height: 640px;
		width: 480px;	
	}	
*/
}

/*
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
	#wrapper {
		width: 616px;
		margin: 0 auto 0 24px;		
	}

	#project-detail {
		position: absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 480px;	
	}	

	#show {
		width: 100% !important;
		height: 480px;
	}	
}

*/
/* --- */

/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#wrapper.home {
		width: auto !important;
		height: auto !important;
		overflow: visible;
		padding: 0;
	}
	
	#footer {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	#wrapper {
		width: 744px;
		margin: 0 auto 0 24px;		
	}

	#project-detail {
		position: absolute;
		top: 0;
		left: 0;
		height: 1024px;
		width: 768px;	
	}	

	#show {
		height: 1024px;
		width: 768px;	
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	#wrapper {
		width: 1000px;
		margin: 0 auto 0 24px;		
	}

	#project-detail {
		position: absolute;
		top: 0;
		left: 0;
		width: 1024px;
		height: 768px;	
	}	

	#show {
		width: 100% !important;
		height: 768px;
	}	
}
*/

