@charset "UTF-8";

* {
	border: 0 solid #FFF;
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #888;
	font-size: 85%;
	line-height: 1.5;
}

h1,
h2,
h3 {
	font-weight: normal;
	font-size: 1em;
}

h1 {
	color: #000;
}

h2 {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 1em;
}

h3 {
	color: #000;
	font-style: italic;
}

p,
ul {
	font-size: 0.9em;
}

#header {
	background: transparent url(../images/header-bg.png) repeat-x bottom left;
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 110%;
}

#content p,
#content ul {
	color: #888;
}

#content a:link,
#content a:visited {
	color: #888;
	text-decoration: none;
}

* html #content a:link,
*+html #content a:link {
	clear: left;
}

#content p {
	margin-bottom: 1em;
}

#content p.intro {
	width: 785px;
	font-size: 2em;
	line-height: 1.3;
}

#content a:hover {
	color: #000;
}

#content p a:link,
#content p a:visited {
	border-bottom: 1px solid #888;
}

#content p a:hover,
#content p a:active {
	border-bottom: 1px solid #000;
}

#content p a.back-to-list:link,
#content p a.back-to-list:visited {
	border-bottom: 0 solid #FFF;
	font-size: 0.9em;
}

#nav {
	position: fixed;
	top: 20px;
	left: 0;
}

#nav a:link,
#nav a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #888;
	padding: 5px 5px 5px 20px;
	clear: left;
	margin-top: 2px;
	display: inline-block;
	font-size: 0.8em;
}

#nav a:hover {
	background-color: #666;
	border-left: 10px solid #FFF;
}

#nav a#nav-add-this:link,
#nav a#nav-add-this:visited {
	background-color: #CCC;
	margin-top: 10px;
}

#nav a:active {
	background-color: #444;
}

#home a#nav-home:link,
#posters a#nav-posters:link,
#music a#nav-music:link,
#online a#nav-online:link,
#other a#nav-other:link,
#about a#nav-about:link,
#contact a#nav-contact:link {
	background-color: #000;
	border-left: 10px solid #FFF;
}

#nav .site-logo a:link,
#nav .site-logo a:visited {
	background: #FFF url(../images/site-logo.gif) no-repeat left top;
	text-indent: -9999px;
	width: 54px;
	height: 40px;
	padding: 0;
	margin: 0 0 73px 15px;
	display: block;
}

#nav .site-logo a:hover,
#nav .site-logo a:active {
	border: 0 solid #FFF;
}

#content {
	margin-left: 10em;
	margin-top: 130px;
	margin-bottom: 60px;
	width: 60em;
}

* html #content {
	margin-top: 0;
}

*+html #content {
	border-top: 130px solid #FFF;
}

.with-gallery {
	width: 31em !important;
}

#item-list-header {
	font-style: italic;
	clear: both;
}

#item-list-header p {
	margin-bottom: 0;
}

.date,
.promoter,
.artists,
.project,
.details {
	float: left;
	font-size: 0.9em;
	border-top: 1px solid #DDD;
	padding: 0.25em 0;
}

.date {
	width: 6em;
	clear: left;
}

.project {
	width: 21em;
	clear: left;
}

.promoter {
	width: 18em;
}

.artists {
	width: 32em;
}

.details {
	width: 35em;
}

#content img,
#content object {
	float: right;
	border: 1px solid #999;
	margin: 0 0 5px 20px;
}

#content #gallery-holder {
	float: right;
	margin: 0 0 5px 20px;
}

* html #content #gallery-holder {
	margin-left: 31em;
}

#content #gallery-holder img {
	float: none;
	border: 1px solid #999;
	margin: 0;
}

.clear {
	clear: both;
}

#latest {
	width: 28em;
	float: left;
	border-left: 1px solid #999;
	background-color: #F5F5F5;
	padding: 0.5em;
}

#latest a:link,
#latest a:visited {
	border-bottom: 1px solid #888;
}

#latest a:hover,
#latest a:active {
	border-bottom: 1px solid #000;
}

#twitter {
	width: 26em;
	margin-left: 2em;
	float: left;
	border-left: 1px solid #999;
	background-color: #F5F5F5;
	padding: 0.5em;
}

p#preloader {
	margin: 0;
	padding: 0 0 0 0;
	/*background: transparent url("../images/loader.gif") top left no-repeat;*/
}

ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0;
}

ul#twitter_update_list li span {
	display: block;
}

#twitter ul li a:link,
#twitter ul li a:visited {
	font-style: italic;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}

img.add-this {
	border: 0 solid #FFF;
	height: 9px;
	width: 9px;
}

#emailform {
	font-size: 0.9em;
}

#emailform label {
	font-style: italic;
}

#emailform input,
#emailform textarea {
	display: block;
	border: 1px solid #BBB;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	font-size: 1.6em;
	padding: 5px;
	margin-bottom: 15px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/header-bg.png) 0 -88px repeat-x;
}

#emailform textarea {
}

#emailform .error {
	color: #EE0000;
}

#emailform input#send {
	width: auto;
	border: 0 solid #FFF;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #FFF;
	font-size: 1.2em;
	cursor: pointer;
	background-image: none;
	background-color: #888;	
}

#emailform input#send:hover {
	background-color: #444;
}

#flickr {
	width: 26em;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
	float: left;
	border-left: 1px solid #999;
	background-color: #F5F5F5;
	padding: 0.5em;
}

#flickr_badge_wrapper {
	float: left;
	padding-top: 0.5em;
}

#flickr_badge_wrapper img {
	margin-left: 0;
}

#work-display {
	margin: 0 0 20px 0;
}

#work-display img {
	width: 785px;
	height: 300px;
	float: none;
	margin: 0;
}

#work-display h3 {
	width: 787px;
	background-color: #FFF;
	margin: -6px 0 0 0;
	padding: 5px 0;
	font-size: 1.2em;
	font-style: normal;
	border-bottom: 1px solid #999;
}
