/*	Client: Nathalie Chikhi http://nathaliechikhi.com
	Autor: Nathalie Chikhi http://ikubix.com
	&copy; 2010

	09.14.2010

	COLORS
	font			=	#060          ||| new GRAY   #3B3B3B  + LIGHT GRAY #C0BFBF
	background-color	=	#55ffae green ||| new YELLOW #EBC917 |||| EB17AF pink

*/

*{ padding:0px; margin:0px; }

html {
	font: 10px "Helvetica Neue", Arial, sans-serif;
	padding: 0;
	margin: 0;
}



body {
	padding: 20px;
	margin: 0;
	font: 10px "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #000;
	background: #FFF;
}


a {
	color: #C0BFBF;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	cursor:crosshair;
}



a:hover {
	text-decoration: none;
	color: #fff;
	outline: none;
	background-color: #000;
}





img {
	border: 1px solid transparent;
}


img:hover {
	border: 1px solid #000; 
	cursor:crosshair;
}
       

p {
	padding: 0;
	margin: 11px 0 10px 0;
}



#header {
	float: left;
	clear: both;
}



#header #title {
	float: left;
	width: 200px;
}



#header #title a {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0 em;
	text-decoration: none;
	color: #c0bfbf;

}


#header #title a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #3B3B3B;
}



#header #menu {

	float: left;

}



#main {
	float: left;
	clear: both;
	margin-left: 200px;
}



.fileGroup {
	clear: both;

}



.textblock {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
	line-height: 1.6em;

}



.file {
	margin-bottom: 1px;
}



.file img {
	display: block;
	padding: 0;
	margin: 0;

}



.title {

	font-weight: normal;
	color: #3B3B3B;
	letter-spacing: 0.15em;
	font-style: inherit;
        text-decoration: none;

}



#menu {
	font-weight: normal;
	letter-spacing: 0 em;
	text-decoration: none;

}



#menu a {
	text-decoration: none;
	color: #c0bfbf;

}



#menu a:hover {

	text-decoration: underline;
	background-color: #fff;
	color: #000;

}



#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;

}



#menu li {

	float: left;
	margin-right: 20px;

}



#menu .active a {

	text-decoration: none;
	color: #000;


}



#menu .active a:hover {

	text-decoration: none;
	color: #3B3B3B;

}



#content {

	clear: both;
	margin-top: 25px;
	margin-bottom: 50px;

}



.pageText {

	margin-bottom: 10px;

	width: 450px;

}



// PROJECT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

.projectView {

	margin-top: 10px;

}



.project {
        font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: regular;
	text-decoration: none;
	color: #3B3B3B;

}

.divider {

	font-size: 9 px;
	line-height: 1.8em;

}



.project:hover {

	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-decoration: underline;

}



.project.active {

	text-decoration: none;
	font-size: 9 px;
	font-style: italic;

	letter-spacing: 0.2em;

	background-color: #fff;

	color: #C0BFBF;

}



a.project.active:hover {

	text-decoration: underline;
	color: #000;
	background-color: #000;

}



.slideshow-nav a {

	color: #3B3B3B;

}



.slideshow-nav a:hover {

	text-decoration: none;

      background-color: #000;

      color: #fff;

}



.tags {

	margin-bottom: 10px;

}



.file .info {

	font-size: 9px;

	letter-spacing: 0.105em;

	width: 450px;

}



.file .info .caption {

	line-height: 1.4em;

}



/*

 * Blog CSS

 */



.post {

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #CCC;

	width: 600px;

}



.postTitle {

	margin: 0 0 5px -3px;

	font-size: 9px;

}



.postTitle a {

	padding: 3px;

	text-decoration: none;

}



.postTitle a:hover {

	background-color: #000;

	color: #FFF;

}



.post img {

	display: block;

	margin: 0 0 10px 0;

	padding: 0;

}



.post .text {

	margin: 20px 0 20px 0;

}



.post .more {

	font-size: 9px;

	text-transform: uppercase;

	text-decoration: none;

	color: #000;

}



.post .more:hover {

	background-color: transparent;

	color: #000;

}



/*

 * Misc. Styles

 */



.align-left {

	float: left;

}



.align-right {

	float: right;

}



.align-center {

	margin: 0 auto 0 auto;

}


// BOXES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


.boxgrid{
	width: 100px;
	height: 100px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
  .captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 220;
 	left: 0;
 }
