/************
 * General
 ************/
html {
	padding: 0px;
	margin: 0px;
	background-color: #1C1D21;
}

body {
	padding: 0px;
	margin: 25px auto 20px auto;
	color: #EEEFF7;
	width: 930px;

	font-family: Helvetica, sans-serif;
	font-size: 15px;
}

img {
	border: 0px;
}

a:link {
	color: #92CDCF;
}

a:visited {
	color: #92CDCF;
}

a:hover {
	color: #1C1D21;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", sans-serif;
	margin: 0px;
}

h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	border-bottom: solid #EEEFF7 1px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1em;
	border-bottom: solid #EEEFF7 1px;
	margin-bottom: 3px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td, th {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/************
 * Layout
 ************/

/*
1C1D21
31353D
445878
92CDCF
EEEFF7
*/

#lang {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 3px;
	height: 15px;
	font-size: 12px;
}

.menu {
	color: #1C1D21;
	background-color: #92CDCF;
	text-align: center;
	font-size: 14px;
	padding: 1px;
	margin-bottom: 5px;
}

.menu a {
	color: #31353D;
}

#logo {
	width: 130px;
	height: 130px;
	vertical-align: middle;
}

#logo img {
	height: 130px;
}

#nav {
	vertical-align: top;
	width: 130px;
}


#artistes {
	width: 100%;
}

#artistes img {
	height: 90px;
}

#artistes li {
	width: 120px;
	min-height: 75px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	zoom: 1;
	*display: inline;
	_height: 75px;

	background-color: #92CDCF;
	color: #1C1D21;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#artistes a {
	color: #31353D;
	text-decoration: none;
}
#artistes a:hover {
	color: #1C1D21;
}

#artistAll img.artistPic {
	height: 120px;
	cursor: pointer;
}

#artistAll li {
	width: 180px;
	min-height: 150px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	zoom: 1;
	*display: inline;
	_height: 150px;

	background-color: #1C1D21;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#artistAll a {
	text-decoration: none;
}

#work img.modal {
	height: 120px;
	cursor: pointer;
}

#work li {
	width: 180px;
	min-height: 170px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	zoom: 1;
	*display: inline;
	_height: 170px;

	background-color: #1C1D21;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#work a {
	text-decoration: none;
}

#content {
	vertical-align: top;
	background-color: #445878;
}

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

.bio {
	text-align: left;
	padding: 10px;
}
.bio ul {
	list-style-type: disc;
	padding: 0px;
	margin: 10px;
}
.bio li {
	padding: 0px;
	margin: 5px;
}

#portrait {
	height: 300px;
}

div.fullscreen {
	top: 0;
	left: 0;
	height: 0;
	position: fixed;
	background-color: #1C1D21;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
div.fullscreen img.modal {
	margin: auto;
	margin-top: 20px;
}
img.modal {
	cursor: pointer;
}

p.address {
	clear:both;
	padding: 7px;
	font-size: 11px;
    text-align: center;
}
