/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
   reset.css
   * Resets default browser CSS.
   -------------------------------------------------------------- 
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
   typography.css
   * Sets up some sensible default typography.
   -------------------------------------------------------------- 
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #000000; 
  background: #ffffff;
  font-family: Times, serif;
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 2.2em; line-height: 1; margin-bottom: 0.3em; }
h2 { font-size: 1.8em; line-height: 1; margin-bottom: 0.3em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.3em; }
h4 { font-size: 1.5em; line-height: 1; margin-bottom: 0.3em; }
h5 { font-size: 1.1em; font-weight: bold; margin-bottom: 1em; }
h6 { font-size: 1.1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
.subheading {
	font-size:1.5em;
	margin:1em 0 0.3em 0;
	padding:0;
	line-height: 1.0;
}
/* Text elements
-------------------------------------------------------------- */
p           { font-size:1.2em;line-height:1.4em;margin: 0 0 1em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #666; text-decoration: underline; outline:none;}
a           { color: #666; text-decoration: none; }

blockquote  { margin: 1.5em; color: #82cac5; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin:0; }
ul, ol      { margin: 0; }

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

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0em; padding-top:2em; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.right {
	float:right;
}
.left {
	float:left;
}
/*
.structural {position:absolute; left:-9999px;}
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*   
-------------------------------------------------------------- 
-------------------------------------------------------------- 
Main css
-------------------------------------------------------------- 
-------------------------------------------------------------- 
*/
body {
	min-width:750px;
}
img.fullbg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}
#wrap {
	margin:30px auto;
	width:900px;
}
.alt {background-color: #fff;}
/* -- SIDEBAR --*/
/*Wrap: 900px, width + margin = 250px */
#sidebar {
	float:left;
	width:190px;
	margin:0 60px 0 0;
}
#logo {
	width:167px;
	margin: 0px 5px 20px 0;
}

/* -- NAV --*/
h2.logo a{color:black; text-decoration:none;}
#nav {
	padding:0;
	margin:0; 
	font-family:Times, serif;
	background:#fff;
}
#nav a:hover {
	text-decoration:none; 
	color:#666;
}
#nav dt b, #nav dt a {
	display:block; 
	font-weight:normal; 
	font-size:2em; 
	color:#000; 
	cursor:pointer;
/*	height:35px; 
	line-height:35px; 
	padding:0;
	width:200px;*/  
}
#nav a.active {
	text-decoration:none; 
	color:#666;
}
#nav dt b:hover, #nav dt b.active {
color:#666;
}
#nav dt a {
	color:#000; 
	text-decoration:none;
}
#nav dd {
	padding:0; margin:0;
}
#nav dd ul {
	padding:0; margin:0 0 10px 15px; list-style:disc;
}
#nav dd ul li {
	padding-left:0px;
	width:150px;
	margin:0 0 5px 0;		
}
#nav dd ul li a {display:block;
	font-size:1.1em;
	color:#000; 
	text-decoration:none;
	font-weight:normal;
}

/*-- MAIN CONTENT --*/
/* Wrap: 900px, width + margin = 650px*/
#main {
/*	background:#9c9;*/
	float:right;
	width:650px;
	margin: 0 0 0px 0;
}
#main .imgContainer {
	width:500px;
	height: 350px;
	overflow:hidden;
	margin: 0 0 20px 0;
}
#blank {
	height:4em;
}
#txt {
	clear:both;
	width:500px;
	margin: 20px 0;
	min-height:200px;
}
#txt h1 {
	/*display:inline;*/
	margin:0 0 0.5em;
}
#txt h3 {
	/*display:inline;*/
}
#txt h4{
	display:block;
}
#txt a {
	color:#666;
}
#txt a:hover {
	color:#666;
	text-decoration: underline;
}
#txt p {
	width:500px;
	text-align: justify;
}
div#pressmaterial {
	margin-top:2em;
}
.halfcolumn {
	float:left;
	width:50%;
	margin:20px 0;
}
p.contactText{
	font-size:1.5em;
	line-height:1.5em;
	margin-top:20px;	
}

/* -- BIOGRAPHY --*/
a img.pressphoto {
	border:2px solid #000;
}
a img.pressphoto:hover  {
	border:2px solid #666;
}


/* -- WORKS GALLERY--*/
.mainimg {
	width: 500px;
	height: 350px;
	overflow:hidden;
}
#main ul.gallery {
	float:right;
	width: 150px;
}
.galleria_container{
	float:left;
	margin:0 auto;
	width:500px;
}
.galleria_wrapper img {
	width:500px;
}
p.extrafeatures {
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.3em;
}div#audio{margin-bottom:10px}
/* --Texts -- */
.article {
	margin:20px 0 0 0;
}

/* --Friends -- */
ul.friends li {
	font-size:1.1em;
	line-height:1.4em;
}
ul.friends li a {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
/* -- FOOTER --*/
#footer {
	clear:both;
	padding: 10px 0;
	margin:0;
	width:500px;
	border-top: 1px solid #ccc;
}
#footer p {
	text-align:center; 
	color:#ccc; 
}

