/* ........................................
 Start Reset CSS
........................................ */
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;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse: collapse;border-spacing: 0;}
a img { border: none;}
/* ........................................
 End Reset CSS
........................................ */


html{
	height: 100%;	
	font-weight:200;
	font-family:Helvetica Neue;
	font-size:14px;
}

a{
	color:#f0441c;
	text-decoration:none;
}
/* 


/*	Global Font Rules
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p{
	font-weight:200;
	margin:10px 0;
}
h1{
	font-size:2em;
	margin:25px 0;
}
h2 {
	font-size:1.5em;
	margin:25px 0;
}
h3 {
	font-size:1.2em;
}

/*	Misc Font Rules
------------------------------------------------------------*/
p#title {
	float:left;
	font-size:18px;
	font-weight:100 !important;
	line-height:30px;
	color:#828080;
	text-shadow: 1px 1px 2px #ccc;
}
p#title span{
	float:left;
	color:#514f4e;
	font-size:40px;
	font-weight:bold;
	width:100%;
	text-shadow: 1px 2px 2px #ddd;
}

/*	Misc Elements
------------------------------------------------------------*/


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    padding: 0px 0 10px;

	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background:#eee;
	background: -webkit-gradient(radial, 330 70, 0, 330 20, 600, from(#fff), to(#eee));
	background-image: -moz-radial-gradient(330px 70px 45deg, circle cover, #fff 0%, #eee 100%);
	background-repeat: no-repeat;
	color:#444;
/*	background:#000;*/
}

#content {
	float:left;
	width:100%;
	min-height:460px;

	padding:0 0 60px 0;
}

article,header,footer {
	margin:auto;
	position:relative;
	width:896px;
	padding:20px 0 5px;
}

/*	Header
------------------------------------------------------------*/
header{
	width:100%;
	height:180px;
}

#sub header{
	width:100%;
	background:#222 url('/img/header/paris.jpg') no-repeat 00px -100px;
	height:78px;
}

header nav{
	margin:auto;
	padding:10px 0 0 0;
/*	position:relative;*/
	width:896px;
}


header nav p{

	color:#444;
	font-weight:200;
	font-family:Helvetica Neue;
	line-height:20px;
	font-size:14px;
	margin-top:15px;
}

header nav div{
	position:absolute;
	right:10px;
	top:0px;
	opacity:.8;
	background:#46b246;
	text-align:center;
}

header nav div p{
	float:right;
	font-size:16px;
	width:auto;
	margin:0;
	opacity:.8;
	background:#46b246;
	text-align:center;
}

header nav div p a{
	width:auto;
	float:right;
	padding:8px 15px;
}

header nav div p:hover{
	cursor:pointer;
	opacity:.5;
}

#logo:hover{
	opacity:.6;
}

/*	Articles
------------------------------------------------------------*/
article{
	clear:both;
}


/*	Footer
------------------------------------------------------------*/
footer{
	float:left;
	width:90%;
	text-align:left;
	background:#000;
	color:#fff;
	padding:20px 5% 10px 5%;
}

footer article {
	padding:0;
}
footer a{
	color:#f0441c;
}


.active {
	background:#fff;
	opacity:.6;
	padding:20px;
	margin-left:-20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*	Sections
------------------------------------------------------------*/
section.grid-item,section.grid-small{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;
}

section.grid-item a {
	text-decoration:none;
}

section.grid-item {
	position:relative;
	float:left;
	width:278px;
	height:211px;
/*	height:273px;*/
	margin:0px 20px 20px 0px;
}

section.grid-small{
		position:relative;
		float:left;
		width:159px;
		height:175px;
	/*	height:273px;*/
		margin:0px 20px 20px 0px;
}
section.grid-small .name{
	width:154px;
	background:#f0441c;
	color:#fff;
	float:left;
	margin:0;
	padding:4px 0 4px 5px;
	font-size:12px;
}

section.grid-item img{
	float:left;
	width:278px;
	height:211px;
	background:#fff;
}

section.grid-item img:hover {
	background:#fff;
	opacity:.0;
}


section.grid-item h2 {
	float:left;
	width:120px;
	padding:10px 10px 10px 15px;
	color:#fff;
	background:#222;
	opacity:.95;
	margin-top:-50px;
	font-style:italic;
	font-size:16px;
}

section.grid-item .view{
	position:absolute;
	right:5px;
	bottom:18px;
	font-style:italic;
}

section.grid-item a.overlay{
    opacity: 0; /* revealed on hover with jQuery */
    filter: alpha(opacity = 0); /* IE hack */
    position: absolute;
    top: 0px;
    left: 0px;
	padding:15px 10px;
	margin:0;
	width:258px;
	height:181px;
    font-size: 13px;
    line-height: 1.7em;
    text-decoration: none;
    color: #fff;
    background: #df4914;
    background: #222;
}
section.grid-item a b, section.grid-item a span{
	float:left;
	margin:0;
	padding:0 5px 0;
	width:262px;
}
section.grid-item a.overlay:hover{
	opacity:.98;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
}
section.grid-item a b {
	font-size:16px;
}



section.grid-item a span span {
	width:42px;
	margin:20px 0px 0 0;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.featured {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}


/*	Project Page Section
------------------------------------------------------------*/
section#project {
	float:left;
	width:560px;
}
section#project img{
	width:560px;
	margin:10px 0;
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;
}
section#project p{
	margin:15px 0;
	line-height:22px !important;
}

section#side{
	float:right;
	width:260px;
	margin:82px 0 0 0;
	font-size:12px;
	font-weight:500;
}
section#side h2{
	margin:0px 0 20px 0;
	padding:0 0 10px;
	border-bottom:1px solid #444;

}
section#side ul{
	float:left;
	width:100%;
}
section#side li{
	float:left;
	width:110px;
	background:#fff;
	padding:5px;
	margin:5px ;
	opacity:.7;
	-moz-box-shadow: 0 0 2px #444;
	-webkit-box-shadow: 0 0 2px #444;
	box-shadow: 0 0 2px #444;
}

section#side li img{
	height:81px;
	width:110px;
	margin-bottom:2px;

}

section#side li a{
	width:110px;
	float:left;
	color:#444;
}

section#side li:hover{
	opacity:1;
}
section#side li.li-active{
	background:#f0441c;
	opacity:1;
}
section#side li.li-active a{
	color:#fff;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		padding: 0 0 72px;
	}
	
	article,header nav,footer {
/*		position:relative;*/
		width:712px;
		margin:auto;
	}
	header{
		width:100%;
		background:#222 url('/img/header/paris.jpg') no-repeat -200px -100px;
		height:300px;
	}

	/* Project Section Rules */
	section.grid-item {
		position:relative;
		float:left;
		width:346px;
		height:254px;
		margin:0px 10px 10px 0;
	}	
	
	section:nth-child(2){
			margin-right:0;
		}
	section.grid-item img{
		float:left;
		width:346px;
		height:254px;
	}

	section.grid-item  a.overlay{
		width:326px;
		height:224px;
	}
	section.grid-item  a b, section.grid-item  a span{
		float:left;
		margin:0;
		padding:0 5px 0;
		width:320px;
	}	
	
	section#side{
		float:left;
		width:560px;
		margin:82px 0 0 0;
		font-size:12px;
		font-weight:500;
	}
	
}


/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		padding: 0 0 72px;
	}
	
	article,header nav,footer {
/*		position:relative;*/
		width:712px;
		margin:auto;
	}
	header{
		width:100%;
		background:#222;
	}

	/* Project Section Rules */
	section.grid-item {
		position:relative;
		float:left;
		width:346px;
		height:254px;
		margin:0px 10px 10px 0;
	}	
	section.list-item {
		position:relative;
		float:left;
		width:100%;
		margin:0px 10px 10px 0;
	}
	
	section:nth-child(2){
			margin-right:0;
		}
	section.grid-item img{
		float:left;
		width:346px;
		height:254px;
	}

	section.grid-item  a.overlay{
		width:326px;
		height:224px;
	}
	section.grid-item  a b, section.grid-item  a span{
		float:left;
		margin:0;
		padding:0 5px 0;
		width:320px;
	}
	
	section#side{
		float:left;
		width:480px;
		margin:82px 0 0 0;
		font-size:12px;
		font-weight:500;
	}
		
}


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		padding: 0 0 72px;
	}
	
	article,header nav,footer {
/*		position:relative;*/
		width:320px;
		margin:auto;
	}
	header{
		width:100%;
		background:#222 url('/img/header/paris.jpg') no-repeat -200px -100px;
		height:300px;
	}

	/* Project Section Rules */
	section.grid-item {
		position:relative;
		float:left;
		width:300;
		height:220px;
		margin:0px 10px 10px 10px;
	}	
	section.list-item {
		position:relative;
		float:left;
		width:100%;
		margin:0px 10px 10px 0;
	}
	
	section:nth-child(2){
			margin-right:0;
		}
	section.grid-item img{
		float:left;
		width:300px;
		height:220px;
	}

	section.grid-item  a.overlay{
		width:300px;
		height:220px;
	}
	section.grid-item  a b, section.grid-item  a span{
		float:left;
		margin:0;
		padding:0 5px 0;
		width:300px;
	}
	
	section#side{
		float:left;
		width:300px;
		margin:82px 0 0 0;
		font-size:12px;
		font-weight:500;
	}
	
}





