/*
Theme Name: Chroma
Theme URI: http://www.jameschambers.co.uk
Description: Theme for Design Interactions show 2009
Version: 1.0
Author: James Chambers
Author URI: http://www.jameschambers.co.uk
*/

/* Begin Typography & Colors */

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica,Sans-Serif;
	background: #ECFFF3;
	color:#FF4B4E;
	text-align:left;
	height: 100%;
	margin-bottom: 100px;
}

.normal {
	font-weight: normal!important;
}

.bold {
	font-weight: bold!important;
}

.fl {
	float:left;
	display:inline;
}

.fr {
	float: right;
}

.right {
	text-align: right;
}
#page {
	font-size: 1.4em;
	line-height: 130%;
}

a:link, a, a:visited {
	color: #FF4B4E;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}

img {
	border: none;
}

ul {
	list-style: none;
}

p {
	margin-bottom: 20px;
}

ul#projects li{
	cursor: move;
	position: absolute;
}

ul#projects li img {
	background: #fff;
/*	padding: 2px;*/
}

ul#projects li span.more {
	display:block;
   	position:absolute;
	left:0px;
	bottom: 0;
	top: 0;
	background-color:#ECFFF3;
	padding: 0;
}

ul#projects li h2 {
	display:block;
   	position:absolute;
	left:-1px;
	top: 0;
	padding: 30px 0px 0px 25px;
	margin-left: 2px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	text-decoration: none;
}

ul#projects li h2 a {
	background: #ECFFF3;
	padding: 5px;
	text-decoration: none;
}

#sidebar {
	position: absolute;
	top: 30px;
	left: 30px;
width:200px;
	background: transparent;
	z-index:10000000000;
}

#header {
	margin-bottom: 20px;
}

div#nav {
	width: 200px;
	margin-right: 50px;
	
}


div#nav ul li {
	display: block;
}

div#nav ul ul li {
	margin-bottom: 10px;
	font-weight: normal;
}

div#nav ul ul {
	margin-left: 18px;
}

div#nav ul ul li {
	margin-bottom: 0px;
}

div#nav ul li#info {
	margin-top: 1em;
}

div#nav  ul a {
	text-decoration: none;
}

div#nav  ul li .on {
}


#content {
	background: transparent;
}

#content.page,
div#info {
	position:absolute;
	top: 30px;
	left: 240px;
	width: 350px;
	z-index:10000000000;
}


#content.project {
	float:left;
	display:inline;
	margin-left: 650px;
	margin-top: 30px;
	margin-bottom: 100px;
}

#content.project div.galley-item {
	width:500px!important;
	margin: 0 0 20px 0important;
}

#content.project ul li {
	margin-bottom: 50px;
}
#content.project img {
}

#content.page {
	position: absolute;
}	

#content div.meta {
	text-align: right;
}


ul#downloads {
	margin-top: 35px;
}

ul#downloads li {
	font-weight: bold;
	margin-bottom: 15px;
}

ul#downloads ul {
	margin-left: 20px;
}

ul#downloads ul li {
	font-weight: normal;
	margin-bottom: 0px;
}
#footer {
	display: none;
}




/* End Typography & Colors */


/*	Begin Headers */

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.0em;
	}

h1 a {
	text-decoration: none!important;
}

h3 {
	font-weight: normal;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */



/* Gallery override */

.gallery {
margin: auto;
}
.video,
.gallery-item {
float: left;
margin-top: 0px;
margin-bottom: 20px;
text-align:left;
}
 .gallery img {
 border: none;
 }
 .gallery-caption {
 margin-left: 0;
 }


/* Video */

/* for tomasso */

