﻿body {
	font-family:Tahoma;
    color: #333;
    line-height:1.5;
	padding:0px;
	margin:0px;
	font-size:13px;
}

@font-face {
	font-family: Freebooter;
	src: url("font/freebooterscript-webfont.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: FreebooterIE;
	src: url("font/freebooterscript-webfont.eot");
	font-weight: normal;
	font-style: normal;
}

p.images img {
    padding:10px;
    margin:10px;
    border-width:0px;
}

p.images img:hover {
    background-color:#eee;
    -moz-box-shadow: 1px 1px 1px 1px #ddd;
}

a {
    text-decoration:none;
    color: #333;
}

div#wrapper {
    width:980px;
    margin:0 auto;
}

.header {
	font-family:Freebooter;
	font-size:92px;
	line-height:60px;
	margin:60px 0 20px;
	padding:0;
	font-weight:normal;
}

.header span{
	display:block;
	font-size:50%;
	margin-left:120px;
	color:#666;
}

body.ie .header {
    font-family:FreebooterIE;
	margin-left:-10px;
	text-indent:10px;
}

div.menu {
    margin:0px;
    padding:0px;
	font-size:18px;
	text-align:center;
}
div.menu div.item {
    margin:0px;
    padding:5px 10px;
    display:inline;
	position:relative;
}
div.menu div.item, div.menu div.item a {
	color:#666;
}
div.menu div.item:hover {
    -moz-box-shadow: 1px 1px 1px 1px #ddd;
    background-color:#eee;
}
div.menu div.item:hover, div.menu div.item:hover a {
	color:#000;
}
div.menu div.submenu {
    display:none;
    position:absolute;
    top:32px;
    left:0px;
    background-color:white;
    text-indent:0px;
	text-align:left;
    margin:0px;
	padding:5px;
    -moz-box-shadow: 1px 1px 1px 1px #ddd;
    background-color:#eee;
}
div.menu div.item:hover div.submenu {
    display:block;
	font-size:13px;
}
div.menu div.submenu div.subitem {
    margin:5px;
    display:block;
	white-space:nowrap;
}

div#content {
    clear:both;
    margin:20px 0px;
    padding-top:10px;
}

div.grippie {
	background:#eee url(../js/jquery.textarearesizer-1.0.4/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:inline-block;
	margin-bottom:0pt;
	height: 100px;
	width: 770px;
}

div.exhibitions div.year {
    margin-top:10px;
    margin-bottom:5px;
    text-decoration:underline;
}

div.exhibitions span.date {
	color: #666;
	font-size:11px;
	margin-right:10px;
}

div.contact div.formfield {
	margin:10px 0px;
}
div.contact div.title {
	display: inline-block;
	width: 100px;
	float:left;
}
div.contact input.input {
	width: 250px;
}
div.contact div.button {
	margin-left:100px;
}
body.ie div.contact div.title {
	zoom: 1;
	display: inline;
}

div#outer {
	display:table;
	height:100%;
	width:100%;
	overflow:hidden;
}
div#inner {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

a.home {
	border:0px;
	outline:0px;
	cursor:pointer;
	width:100%;
	height:100%;
}
body.home {
	height:100%;
	width:100%;
}
body.home .header {
	margin:0px;
	padding:50px 100px;
}