/* Global settings */
* {
    color: #000;
    font-family: Georgia, Times, Serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
	font-weight: normal;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
.invisible {
	display: none;
}

/* Layout */
#container {
	width: 950px;
	margin: auto;
}
#header {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #ececec;
}
h1 {
	position: absolute;
	top: 15px;
	font-size: 18px;
}
h1 a {
	font-size: 30px;
	padding-right: 5px;
}
#menu {
	position: absolute;
	right: 0;
	top: 40px;
}
#menu li {
	display: inline;
	padding-left: 10px;
}
#menu li a {
	color: #aaa;
}
#menu li a:hover,
#menu li a.selected {
	color: #000;
    /*font-weight: bold;*/
}
#content {
	padding-top: 30px;
	position: relative;
}
#footer {
	height: 100px;
}


/* gallery */
#medias li {
	float: left;
	width: 430px;
	height: 380px;
	background-color: #000;
	padding: 20px;
	margin-bottom: 10px;
}
#medias li * {
	text-align: center;
	color: #999;
}
#medias li .thumbnail {
	position: relative;
	width: 430px;
	overflow: hidden;
}
#medias li .thumbnail img.play {
	position: absolute;
	left: 205px;
	top: 107px;
}
#medias li h3 {
	height: 30px;
}
#medias li h3 a {
	font-size: 21px;
	color: #fff;
}
#medias li p {
	line-height: 15px;
	text-align: left;
	/*font-family: arial;*/
	font-size: 11px;
	margin-top: 4px;
}
#medias li p strong {
	color: #fff;
	line-height: 40px;
	/*font-family: arial;*/
	font-size: 11px;
}
.hspacer {
	margin-right: 10px;
}
#media h2 {
	font-size: 21px;
	color: #000;
	height: 30px;
}
#media_switch {
	text-align: right;
	height: 20px;
	line-height: 20px;
}
#media_switch a {
	padding-left: 10px;
	color: #aaa;
}
#media_switch a.selected {
	color: #000;
}
#media_description {
	color: #999;
	/*font-family: arial;*/
	font-size: 11px;
}
#media_description strong {
	line-height: 30px;
	/*font-family: arial;*/
}
#media_file_container {
	text-align: center;
	background: #000;
	padding: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#close {
	position: absolute;
	right: 0px;
	top: 30px;
}



/* text */
#text {
	width: 620px;
	position: absolute;
	left: 330px;
	top: 30px;
}
#text h3 {
	font-size: 21px;
	color: #000;
	height: 40px;
}
#text .text {
	line-height: 18px;
}
#text_medias {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 260px;
	overflow: hidden;
	padding: 20px;
	background: #000;
}

#text_medias li {
	width: 260px;
	overflow: hidden;
}
#pdf {
	margin-top: 10px;
}
#pdf a {
	color: #aaa;
}
#pdf a:hover {	
	color: #000;
}


/* contact */
#contact_title {
	font-size: 21px;
	height: 30px;
}
#contact_form {
	padding: 20px;
	background: #000;
	width: 910px;
}
#contact_form p {
	margin-bottom: 10px;
}
#contact_text {
	margin-top: 5px;
}
button {
	background: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 494px;
}
fieldset label {
    display: block;
	color: #fff;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    font-size: 13px;
    padding: 3px;
	background: #fff;
	width: 494px;
}
.error {
	color: #999;
}











