@charset "UTF-8";
/*----------------------------------------------------------*/
/* MEDIACREATION STYLESHEET */
/* Author: Glued Studio */

/*----------------------------------------------------------*/
/* ERIC MEYER CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------*/
/* GLOBALS */
.floatleft {float:left;}
.floatright{float:right;}
.clearall {clear:both;}
a {cursor:pointer;}

/*----------------------------------------------------------*/
/* BODY/WRAP */
html {
	background:url(../img/background.gif) no-repeat top left;
	background-attachment:fixed;
}
#wrap {
	margin:0;
	width:100%;
	max-width:1024px;
}
/*----------------------------------------------------------*/
/* HEADER */
#header {
	margin:39px 0 27px 40px;
}
#header h1, #header h1 a {
	display:block;
	width:186px;
	height:26px;
}
#header h1 a {background:url(../img/mediacreation_logotype.jpg) no-repeat top left;}
#header h1 a span {display:none;}
/*----------------------------------------------------------*/
/* HEADINGS/CUFON REPLACEMENT */
h2 {
	color:#6fa66d;
	font-size:21px;
	line-height:26px;
}
h3 {
	color:#6fa66d;
	font-size:21px;
	text-transform:uppercase;
}
h4 {
	font-size:16px;
	color:#6fa66d;
	padding:0 0 7px 0;
	margin:0 0 20px 0;
	border-bottom:1px dashed #595959;
}
h5 {
	font-size:16px;
	color:#6fa66d;
	margin:0 0 16px 33px;
	text-transform:uppercase;
}
h6 {
	color:#6fa66d;
	text-transform:uppercase;
	margin:0 0 14px 0;
	font-size:12px;
}
h7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
a.clients {
	color:#6fa66d;
	text-transform:uppercase;
	font-size:62px;
	z-index:1;
}
ul.submenu a#close-button {
	background:url(../img/close_button.jpg) no-repeat;
	padding-right:12px;
	width:14px;
	height:14px;
	float:right;
	clear:right;
	cursor:pointer;
	text-indent:-10000px;
}
p {
	color:#FFF;
	font-size:10px;
	line-height:13px;
	margin-right:24px;
}

/*----------------------------------------------------------*/
/* STICKING FOOTER */	
#pullquote {
	background:#FFF;
	border-top: 1px dotted #6fa66d;
	border-bottom: 1px dotted #6fa66d;
	padding:10px 0 17px 0px;
	width:1024px;
	margin:0 0 34px 0;
}
#pullquote h2 {
	padding:11px 0 0 40px;
}

#headline {
	border-top: 1px dotted #6fa66d;
	border-bottom: 1px dotted #6fa66d;
	padding:20px 0 17px 40px;
	width:1024px;
	background:#FFF;
	margin:0 0 39px 0;
}
#selected-projects img {
	border:none;
	//width:227px;
	//height:128px;
}
.project {
	float:left;
	//margin:0 25px 25px 0;
	background:#999;
}
#selected-projects {
	clear:left;
	width:100%;
	margin:0 0 0 40px;
}
#all-projects {
	clear:left;
	width:100%;
	margin:0 0 0 40px;
}
#navigation li {
	list-style:none;
	float:left;
}
a {color:#000;text-decoration:none;}
.infos {
	background-color:#FFF;
	position:absolute;
	overflow:hidden;
	padding:4px 18px 6px 10px;
	display:none;
	max-width:227px;
}
span.title {
	font-size:13px;
	color:#6fa66d;
	display:block;
}
span.category {
	color:#666c66;
	font-size:11px;
	display:block;
}
/*----------------------------------------------------------*/
/* MENU/NAVIGATION */
#navigation li a, #navigation li {
	text-decoration:none;
	color:#FFF;
	display:block;
	height:39px;
}
#navigation ul li {
	border-left:1px solid #587248;
	position:relative;
}
#navigation ul {list-style:none;}
#navigation ul li ul {
	position:absolute;
	bottom:39px;
	display:none;
}
li#work a, li#clients a, li#contact a, li#login a, li#categories a, li#home a {cursor:pointer;}
li#home a {
	background:url(../img/menu_home.jpg) no-repeat top left;
	width:119px;
	text-indent:-10000px;
}
li#work a {
	background:url(../img/menu_work.jpg) no-repeat top left;
	width:119px;
	text-indent:-10000px;
}
li#work, li#home {width:119px;}
li#categories {width:118px;}
li#categories a {
	background:url(../img/menu_categories.jpg) no-repeat top left;
	width:118px;
	text-indent:-10000px;
}
li#clients a {
	background:url(../img/menu_clients.jpg) no-repeat top left;
	width:120px;
	text-indent:-10000px;
}
li#clients {width:120px;}

li#contact a {
	background:url(../img/menu_contact.jpg) no-repeat top left;
	width:108px;
	text-indent:-10000px;
}
li#contact {width:108px;}

li#login a {
	background:url(../img/menu_login.jpg) no-repeat top left;
	width:107px;
	text-indent:-10000px;
}
li#login {width:107px;}

li#logout a {
	background:url(../img/menu_logout.jpg) no-repeat top left;
	width:107px;
	text-indent:-10000px;
}
li#logout {width:109px;}

li.credits {
	font-size:10px;
	padding:18px 0 0 28px;
}
ul#work-sub {
	background:#222222;
	width:229px;
	padding:15px 0 0px 11px;
}
ul#contact-sub {
	background:#222222;
	width:478px;
	padding:15px 0 0px 11px;
}
ul#login-sub {
	background:#222222;
	width:240px;
	padding:15px 0 0px 11px;
}
#navigation ul#work-sub li, #navigation ul#work-sub li a {
	background:none;
	text-indent:0px;
	font-size:12px;
	margin:0;
	padding:0;
	float:none;
	display:block;
	border:none;
	height:auto;
}
#navigation ul#work-sub li {
	border-bottom:1px dashed #595959;
	padding:7px 0 4px 0;
}
#navigation ul#work-sub li.alle {border-bottom:none;}
#navigation ul li#login ul#login-sub li.login a.login, #navigation ul li#login ul#login-sub li.login {
	font-size:12px;
	color:#8ab788;
	background:none;
	border:none;
	text-indent:0px;
	width:100%;
	height:12px;
	display:block;
	margin-bottom:4px;
}
ul#login-sub li {
	border:none;
}
#login-sub span label {
	font-size:12px;
	color:#FFF;
	display:block;
	margin-bottom:7px;
}
#login-sub span input {
	margin-bottom:11px;
	background:#e2e2e2;
	color:#222222;
	padding:0 0 0 5px;
	border:none;
	width:162px;
	height:22px;
}
input {
	display:block;
}
input#login-button {
	background:url(../img/login_button.jpg) no-repeat top left;
	height:26px;
	width:68px;
	border:none;
	margin:16px 0 16px 0;
	text-indent:-10000px;
}
.submenu {
	height:248px;
	border-bottom:1px dashed #595959;
}

/*----------------------------------------------------------*/
/* STICKING FOOTER */	

* {margin:0;padding:0;} 

//html, body, #wrap {height: 100%;}

body > #wrap {height: auto;
	//min-height: 100%;
}

#main {
	//padding-bottom: 39px;
}  /* must be same height as the footer */

#navigation {
	position: relative;
	margin-top: -39px; /* negative value of footer height */
	height: 39px;
	clear:both;
	padding-left:39px;
	background-color:#222222;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navigation {
	position:fixed;
	bottom:0;
	z-index:10000;
	width:100%;
	}

/*----------------------------------------------------------*/
/* EXPANDED PROJECTS */	

.project-expanded {
	padding:19px 0 28px 0px;
	width:731px;
	background-color:#222222;
	float:left;
	margin-right: 25px;
}
.subtitles a {
	text-transform:uppercase;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
.subtitles {
	color:#FFF;
	border-top:1px dashed #595959;
	border-bottom:1px dashed #595959;
	padding:7px 0 4px 33px;
	margin:0 0 18px 0;
	//width:155px;
	width:345px;
	font-size:12px;
	font-weight:normal;
}
#close-button, #close-project {
	background:url(../img/close_button.jpg) no-repeat;
	padding-right:13px;
	width:14px;
	height:14px;
	float:right;
	clear:right;
	cursor:pointer;
	text-indent:-10000px;
}
.left-col {float:left;margin:0;padding:0;width:315px;}
.right-col {float:right;margin:0;padding:0;width:335px;}
.clearer {clear:both;}
.video-player {
	background:url(../img/grey_bg.jpg);
	width:665px;
	height:400px;
	margin:0 0 15px 0;
	border-bottom:2px solid #6fa66d;
	border-top:2px solid #6fa66d;
}
.info-container, .content-switch {
	padding:0 33px 0 33px;
}
.info-container p, .content-switch p {
	font-size:12px;
	font-weight:normal;
	margin:0 0 8px 0;
}
.content-switch {display:none;}

/*---------------------------------------------------------*/
/* CLIENTS PAGE */

div#clients {
	width:795px;
	padding: 17px 0 108px 0;
	margin:0 0 0px 45px;
	background: #222222;
}
ul.topnav li, ul.topnav li a.clients {
	position:relative;
	list-style: none;
	display:block;
	width:52px;
	height:60px;
	padding:15px 28px 15px 25px;
	float: left;
}
a.clients {
	cursor:default;
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
ul.topnav li {margin-bottom:12px;}
a.has-client:hover {
	color:#FFFFFF;
	background-color:#6fa66d;
	border-bottom:3px solid #FFF;
	z-index:112;
}
a.has-client:hover cufon canvas {
	color:#fff;
	width:43px;
	height:62px;
	z-index:112;
}
ul.topnav li ul.subnav {	
	color:#FFFFFF;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	width:305px;
	background: #6fa66d;
	display: none;
	//float: left;
	padding:105px 0 26px 0;
	z-index:111;
}
ul.topnav li ul.subnav li{
	font-size:14px;
	margin:9px 0 0 0;
	padding:0 0 0 25px;
	height:14px;
	width:305px;
	//clear: both;
}
a.has-client {
	cursor:pointer;
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
	z-index:10;
}

/*
.row-1 ul.topnav li, .row-1 ul.topnav li a.clients {z-index:1001;}
.row-1 ul.topnav li ul.subnav {z-index:1000;}

.row-2 ul.topnav li, .row-2 ul.topnav li a.clients {z-index:999;}
.row-2 ul.topnav li ul.subnav {z-index:998;}

.row-3 ul.topnav li, .row-3 ul.topnav li a.clients {z-index:997;}
.row-3 ul.topnav li ul.subnav {z-index:996;}

.row-4 ul.topnav li, .row-4 ul.topnav li a.clients {z-index:995;}
.row-4 ul.topnav li ul.subnav {z-index:994;}
*/
/*---------------------------------------------------------*/
/* LOADING PROJECTS */
/*---------------------------------------------------------*/
/* PHYSICS/LOGO */
#physics {
	display:block;
	width:1024px;
	height:190px;
	//position:relative;
	//bottom:50px;
	margin-bottom:50px;
/*	background:url(../img/logo_round.jpg) no-repeat top left;
	margin:0 0 54px 52px;*/
}

#lightboxImage {
	opacity:1;
}

.info-container a {
	color:#fff;
}

.info_container {
	color:#fff;
	font-size:12px;
}

.left-col p, .right-col p {
	margin-top:5px;
}

iframe {
	border:none;
}
