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

/*------------------------------------------------------------------------
                            >> Layout <<
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html
{
  height: 100%;
}

body {
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	/*font-family: Garamond, Georgia, Times, serif;*/
	background: #000000;
	color: #ffffff;
	font-weight: 100;  
	height:100%;
	
}

a {text-decoration: none; }

a:link { color: #585858; }
a:active { color: #585858; }
a:visited {  color: #585858; }
a:hover {  color: #ebebeb; }

a img { border: none; }

h1 { 
  font-size: 1.8em; 
  font-weight: normal; 
  margin-bottom: 15px; 
  margin-top: 15px;}

h2 { font-size: 1.3em; font-weight: normal; margin: 0 0 10px 0; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

p {
    margin: 0 0 9px 0;
    font-size: 1.05em;
}


.container {
    width: 100%;
    min-height: 100%;
    position:relative;
}


.content {
    width: 640px;
    margin-left:auto;
    margin-right: auto;
    padding-bottom: 9em;
}

.content p {
  /*text-align: justify;*/
  
}

.content.top {
  text-align: left;
  padding-bottom: 0;
}

.content.bottom {
  margin-top: 10px;
  padding-bottom: 9em;
}

.content.scroller_format {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.content div.left {
  float: left;
  width: 312px;
  margin-right: 4px;
  overflow-x: hidden;
  display: inline;
}

.content div.right {
  float: right;
  width: 312px;
  overflow-x: hidden;
  display: inline;
}

.footer {
    width: 640px;
    margin-left:auto;
    margin-right: auto;
    font-size: 0.9em;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    margin-top: -7.5em;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display:inline;
  padding: 0 4px;
  margin-left: -2px;
  border-right: 1px dotted #585858;
}

#logo {
  margin-top: 30px;
  margin-left: 478px;
  width: 162px;
  height: 29px;
  text-indent: -999999px;
  background: url("design/logo.png") no-repeat;
}

dl {
 
}

dl dt {
  display: inline; 
  float: left;
  width:  20%;
  margin-right: 3%;
}

dl dd {
  display: inline; 
  float: left;
  width: 77%;
  margin-bottom: 2%;
}

div.submission {border-top: 1px dashed #585858; padding: 7px 0; }


/*------------------------------------------------------------------------
                            >> Navigation <<
-------------------------------------------------------------------------*/

#menu {
  margin: 0 0 5px;
  position: relative;
  width: 640px;
  list-style: none;
  height: 29px; 
}

#menu li {
  float: left;
  display: inline;
  margin-right: 1px;
}

#menu li a {
 position: relative;  
 display: block; 
 height: 29px; 
 text-indent: -9999px; 
 overflow: hidden; 
 font-size: 1%; 
 background-repeat: no-repeat;
 background-position: 0 0;
}


li#interactive a {
 width: 120px;
/* left: 0; */
 background-image: url("design/interactive.png")
}

li#photography a {
 width: 161px;
/* left: 125px;*/
 background-image: url("design/photography.png")
}

li#performance a {
 width: 160px;
/* left: 286px; */
 background-image: url("design/performance.png")
}

li#web a {
 width: 72px;
/* left: 446px; */
 background-image: url("design/web.png")
}

li#about a {
 width: 85px;
/* left: 518px; */
 background-image: url("design/about.png")
}

li#cv a {
 width: 36px;
 /*left: 604px; */
 background-image: url("design/cv.png")
}

#menu li a:hover, #menu li a.active {
    background-position: 0 -29px;
}



#submenu {
  list-style: none;
  margin-bottom: 20px;   
  max-width: 640px;
}

#submenu li {
  display:inline;
  padding-left: 6px;
  border-left: 1px dotted #585858;
  margin-right: 2px;
}

#submenu li.first {
  border: none;
  padding-left: 1px;
}
#submenu li a {
  color: #585858;
}

#submenu li a:hover, #submenu li a.active  {
  color: #ebebeb;
}


h2.interactive {color: #bf0036}
h2.photography {color: #f00060}
h2.performance {color: #2693cf}
h2.web {color: #7ed4ff}
h2.about {color: #ffd786}
h2.cv {color: #feba31}


/*------------------------------------------------------------------------
                            >> Exhibit <<
-------------------------------------------------------------------------*/

#slideshow {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  clear: left;
  background-color: #585858;
}

#slideshow ul {
  list-style: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  width: 39000px;
}

#slideshow li {
  cursor: pointer;
  float: left;
  position: relative;
  height: 400px;
  border-right: 4px solid #000000;
}

#slideshow li img {
  height: 400px;
}

#slideshow li span.label{ 
  position: absolute;
  background-image: url("design/black.png");
  background-repeat: repeat;
  left: 0; 
  bottom: 0; 
  padding: 2px; 
}


.slideshow-nav {
  text-align: right;
  margin-bottom: 10px;
}
.slideshow-nav #prev {
  border-right: 1px dotted #585858; 
  padding-right: 4px;
}
.slideshow-nav #next{
  padding-left: 4px;
}

.nothumb img {
  margin-top: 10px;
  width: 640px;
}

#once { clear: left; }

/*=============================================================
Hackery
==============================================================*/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
