﻿/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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,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,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
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 visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
/* GO! */

body, html {
	font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
    font-size: 10pt;
	color: #999;
}

a {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration:overline;
	color: #999;
}

#home .imglist img {
    width: 240px;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
}

.imglist {
    width: 940px;
    margin: 0 auto;

}

h1 {
    line-height: 2em;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
}

h2 {
    line-height: 3.5em;
    font-size: 14px;
    font-weight: bold;
	color: #fff;
}

p {
    line-height: 1.8em;
}

#cv ul {
	margin-left: 15px;
}

#cv ul li {
	line-height: 1.8em;
	list-style-type: square;
}	

dl {
	width: 100%;
	overflow: hidden;
	margin-left: 15px;
}

dl dt {
	width: 20%;
	float: left;
	clear: left;
	font-weight: bold;
	line-height: 1.8em;
}

dl dd {
	width: 80%;
	float: left;
	line-height: 1.8em;
}

.imglist li {
    text-align: center;
    float: left;
    margin: 10px 55px 20px 0;
    width: 240px;
    height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 99;
	background: #eee;
    border: 8px solid #444;
    -moz-border-radius: 3px;
	border-radius: 0px;
    box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    -webkit-box-shadow: 3px 3px 5px #000;
}

hr {
    clear: both;
    border: none;
    background: none;
    height: 20px;
}

#background {
	background: #111;
	background: -webkit-radial-gradient(50% 50%, circle closest-side, #222 50%, #000 180%);
	background: -moz-radial-gradient(50% 50%, circle closest-side, #222 50%, #000 180%);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -999;
	left: 0;
	top: 0;
}

footer,
header {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #444444 0%,#0e0e0e 100%); /* W3C */
	
	border-bottom: solid 1px #444;
	height: 34px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

header ul {
	float:right;
	margin-top: 11px;
}

footer ul {
	padding-top: 11px;
}

footer li,
header li{
	float: left;
	padding-left: 30px;
}

footer li {
	padding: 0 30px 0 0;
}

header h1 {
	float: left;
	padding: 2px 0;
}

header h1 a {
	background-image: url(fayolainfo.png);
	display: block;
	text-decoration: none;
	width: 110px;
	height: 30px;
	font-size: 1px;
	text-indent: -9999px;
}

.menu {
	margin: 0 auto;
	width: 880px;
	height: 34px;
	padding: 0 20px;
	font-size: 9pt;
}

footer .menu {
	text-align: right;
}

footer {
	top: auto;
	bottom: 0;
}

#follow {
	float: left;
	margin: -3px 0 auto;
	width: 560px;
}

#content {
	margin: 34px auto;
	padding: 20px;
	width: 880px;
	
}
