@charset "UTF-8";

/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0; }

table{ border-collapse:collapse; border-spacing:0; }

fieldset, img{ border: 0; }

address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }li{ list-style: none; }

caption,th{ text-align: left; }

h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal; }

q:before,q:after{ content:''; }

abbr,acronym{ border:0; font-variant:normal; }

sup{ vertical-align: text-top; }

sub{ vertical-align: text-bottom; }

input,textarea,select{ font-family: inherit; font-size: inherit; font-weight: inherit; }

input,textarea,select{ *font-size: 100%; }

legend{ color:#000; }

/* http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
 
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }

/* ACTUAL CSS */

body {
	
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	
	width: 100%;
	height: 100%;
	
	/* background-color: #142029; */
	background-color: #87938b;
	
	background-repeat: repeat-x;
	background-position: 0 100px;
	background-image: url( "gfx/stripes.png" );
	background-attachment: fixed;
	
	color: #142029;
	
}

div#bg {
	width: 100%;
	height: 100%;
	
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url( "gfx/bg.png" );
	
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
}

a, a:visited {
	color: #f4b755;
}

a:hover, a:active {
	color: #f09f1c;
}

div.close {
	width: 100%;
	height: 16px;
	text-align: right;
	margin: 0 0 10px 0;
}

div.close a {
	display: block;
	/* padding: 10px 20px 0 0; */
	padding: 10px 0 0 0;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 10px 0;
	color: #136382;
}

h1 {
	font-size: 3.2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2em;
}

div#container {
	position: absolute;
	z-index: 9000;
	left: 50%;
	width: 490px;
	height: 100%;
	margin: 0 0 0 -265px;
	/* color: #464640; */
	padding: 20px;
	/* background-color: #9fae8d; */
	/* background-color: #fffff4; */
	background-color: #ffffff;
}

div#menu {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url( "gfx/check.png" );
	padding: 10px 0 0 0;
}

div#menu ul {
	padding: 20px 0 0 0;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	display: block;
	width: 149px;
	height: 100px;
	margin: 0 20px 20px 0;
	text-align: center;
	background-color: #E5E5E5;
}

div#menu ul li a.re {
	margin: 0 0 20px 0;
}

div#menu ul li a.selected {
	background-color: #999999;
}

div#menu ul li a span {
	display: block;
	/* margin: 78px 0 0 0; */
	position: relative;
	top: 78px;
	padding: 5px 0 5px 0;
	color: #ffffec;
}

div#menu ul li a span, div#menu ul li a:visited span {
	background-color: #f4b755;
}

div#menu ul li a:hover span, div#menu ul li a:active span {
	background-color: #f09f1c;
}

/*

div#projects {
	display: none;
}

*/

div.project ul li {
	float: left;
	margin: 0 10px 0 0;
}

ul.skills {
	margin: 0 0 20px 0;
}

ul.skills li {
	/* padding: 0 0 0 20px; */
}

ul.view {
	margin: 0 0 20px 0;
}

ul.view li {
	font-weight: bold;
	font-size: 1.2em;
}

p {
	line-height: 2;
	margin: 0 0 10px 0;
}

div.content p {
	font-size: 1.2em;
}

p.info {
	font-weight: bold;
}

div.content p {
	text-align:justify;
}

div.project {
	/* border-top: solid 2px #226d8a; */
	
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url( "gfx/check.png" );
	padding: 10px 0 0 0;
}

span.sup {
	vertical-align: super;
	font-size: smaller;
}

div.project div.content {
	background-repeat: no-repeat;
	background-position: left top;
}

div#project0 div.content {
	background-image: url( "gfx/img_opexwl.png" );
	padding: 335px 0 0 0;
}

div#project1 div.content {
	background-image: url( "gfx/img_unicefttp.png" );
	padding: 330px 0 0 0;
}

div#project2 div.content {
	background-image: url( "gfx/img_vfvh.jpg" );
	background-position: 30px top;
	padding: 620px 0 0 0;
}

div#project3 div.content {
	background-image: url( "gfx/img_msmlhts.png" );
	padding: 355px 0 0 0;
}

div#project4 div.content {
	background-image: url( "gfx/img_vfdd.png" );
	background-position: 95px top;
	padding: 270px 0 0 0;
}

div#project5 div.content {
	background-image: url( "gfx/img_guccif.jpg" );
	background-position: 90px top;
	padding: 620px 0 0 0;
}

div#project6 div.content {
	background-image: url( "gfx/img_btsm.png" );
	padding: 330px 0 0 0;
}

div#project7 div.content {
	background-image: url( "gfx/img_digimag.png" );
	padding: 330px 0 0 0;
}

div#project8 div.content {
	background-image: url( "gfx/img_msns.jpg" );
	padding: 385px 0 0 0;
}

div#menu li a {
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

div#menu li a.selected, div#menu li a:hover {
	background-position: 0 0;
}

div#menu ul li a.selected span {
	background-color: #f09f1c;
}

li#menu0 a {
	background-image: url( "gfx/menu_opexwl.png" );
}

li#menu1 a {
	background-image: url( "gfx/menu_unicefttp.png" );
}

li#menu2 a {
	background-image: url( "gfx/menu_vfvh.png" );
}

li#menu3 a {
	background-image: url( "gfx/menu_msmlhts.png" );
}

li#menu4 a {
	background-image: url( "gfx/menu_vfdd.png" );
}

li#menu5 a {
	background-image: url( "gfx/menu_guccif.png" );
}

li#menu6 a {
	background-image: url( "gfx/menu_btsm.png" );
}

li#menu7 a {
	background-image: url( "gfx/menu_digimag.png" );
}

li#menu8 a {
	background-image: url( "gfx/menu_msns.png" );
}

div#mask {
	position: absolute;
	z-index: 9998;
	background-color: #000000;
	display: none;
	top: 0;
	left: 0;
}

div#media {
	background-color: #ffffff;
	position: absolute;
	z-index: 9999;
	display: none;
	padding: 20px;
}