/* 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;
    /*line-height: 14px;*/
}
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;

}
.text a,
.text {
	line-height: 18px;
	font-family: Arial, Sans-serif;
	color: #666;
}


/* Layout */
h1 {
	display: none;
}
h2 {
	font-size: 42px;
	font-weight: normal;
	height: 80px;
}
#container {
	padding-top: 20px;
	width: 950px;
	margin: auto;
}
#header {
	width: 140px;
	float: left;
}
#logo {
	padding-left: 15px;
}
#menu {
	margin-left: 15px;
	margin-top: 15px;
	width: 140px;
}
#menu li {
	height: 20px;
}
#menu li a {
	padding-left: 15px;
	font-size: 13px;
}
#menu li a.selected {
	background: url(../img/dot.png) no-repeat 0 5px;
}
.selected {
    font-weight: bold;
}
#content {
	margin-left: 180px;
	width: 730px;
	border-left: 1px dotted #666;
	padding-left: 20px;
}
#footer {
}


/* home */
#home {
	position: relative;
	height: 463px;
	width: 600px;
}
#home_description {
	float: right;
}
#home_video_container {
	float: left;
	width: 600px;
	height: 463px;
	background: url(../img/home.png) no-repeat;
	position: relative;
}
#home img {
	position: absolute;
	bottom: 120px;
}
#home_video {
	position: absolute;
	left: 60px;
	top: 70px;
}

/* projects */
#projects li {
	width: 180px;
	height: 180px;
	float: left;
}
#projects li img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#projects li img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#projects li h3 {
	border-top: 1px dotted #666;
	padding-top: 3px;
	margin-top: 5px;
	text-align: center;
}
#projects li h3 a {
	font-size: 11px;
	font-family: Arial, Serif;
}


/* project */
#project h2 {
	float: left;
}
#project_header {
	width: 730px;
	float: left;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#project_nav {
	float: right;
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Sans-serif;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
}
#project_nav #previous {
	padding-right: 5px;
}
#project_nav #next {
	padding-left: 5px;
}
#project_infos {
	float: right;
	width: 300px;
	position: relative;
	height: 110px;
}
#project_infos span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial, Sans-serif;
	color: #666;
	font-size: 11px;
}
#project_body {
	float: left;
	width: 730px;
}
#project_medias {
	float: right;
	width: 300px;
	height: 225px;
	border-left: 1px dotted #666;
	padding-left: 20px;
}
#project_text {
	float: left;
	width: 380px;
}
#project_text .video {
	padding-top: 10px;
}



/* blog */
#posts li {
	float: left;
	padding-bottom: 15px;
}
#posts li.not_last {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
}
#posts li h3 {
	font-size: 18px;
	height: 25px;
}
#posts li .introductory {
	margin-bottom: 10px;
}
#posts li .image,
#posts li .video {
	margin: 10px 0 10px 0;
}
#posts li .pdf {
	margin-top: 10px;
}


/* text */
#text_medias {
	width: 320px;
	float: right;
	border-left: 1px dotted #666;
	padding-left: 20px; 
}
#text {
	width: 360px;
	float: left;
}


/* press */
#press li h3 a {
	font-size: 18px;
	line-height: 30px;
}


/* links */
#links li {
	padding-bottom: 20px;
	float: left;
	width: 730px;
}
#links li h3 {
	height: 30px;
}
#links li .thumbnail {
	float: left;
	width: 300px;
}
#links li .details {
	float: right;
	width: 410px;
}
#links li.not_last {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
}


/* contact */
#contact_form {
	width: 480px;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #666;
}
#contact_text {
	float: left;
	width: 220px;
}
input.text {
	border: 1px dotted #666;
	padding: 2px;
	height: 18px;
	width: 300px;
}
textarea {
	border: 1px dotted #666;
	padding: 2px;
	width: 300px;
}
fieldset label {
    display: block;
}
label.error {
	padding-bottom: 10px;
	font-weight: bold;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    padding: 2px;
    border: 1px dotted #666;
}
button {
	background: #000;
	color: #fff;
	padding: 7px;
	font-family: Arial, Sans-serif;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
}


/* popup video */
#popup_mask {
	display: none;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#popup_video {
	display: none;
	position: absolute;
	z-index: 1001;
	background: #fff;
}
#popup_image_close,
#popup_image h4 {
	display: none;
}
#popup_image_content img {
	padding: 20px;
	border: 1px solid #ddd;
}



