		
/* Thining Text in WebKit (Safari/Chrome) */
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

* {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}

html {
  background: #011;
  color: #ccc;
	font: 62.5% Helvetica, Arial, sans-serif;
	}
body {
	font-size: 1.3em;
	letter-spacing: .06em;
}

a:link, a:visited {
	color: #fff;
	-webkit-transition: all 100ms ease-in;
}
a:hover, a:focus {
  -webkit-transition: all 100ms ease-out;
  color: #aaa;
}
a:active {
  color: #728040;
}

#wrap {
	width: 458px;
	margin: 1.5em auto 2em;
}
section {
	clear:left;
	width: 100%;
	padding: 10px 10px;
}
aside {
	float: left;
	margin: 1em 0 0 0;
	font-size: 1.85em;
	letter-spacing: .07em;
	line-height: 1.4;
	text-align: left;
	text-shadow: rgba(0,0,0,.9) 0 -1px 0, rgba(0,0,0,.9) 0 1px 0;
}
.line-1 { color: #c7ab7d; }
.line-2 { color: #c7a369; }
.line-3 { color: #c79b56; }
.line-4 { color: #c89441; }

#wrap aside p {
  color: #728041;
  margin-top: 1em;
  text-align: right;
}

nav {
  clear: both;
	font-size: 1.3em;
	letter-spacing: .07em;
}

nav ul li {
	display: inline;
	
}
nav ul li a{
	padding: 6px 35px 6px 25px;
	margin: 0 -25px 0 0;
	text-transform: lowercase;
	background: #545c38;
	color: #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #000 0 1px 0;
	-webkit-transition: all 200ms ease-in; 
}
nav ul li a:hover, nav ul li a:focus {	
	-webkit-transition: all 200ms ease-out; 
	background: #464d2f; 
	color: #c89441;
}
nav ul li a:active { background: #7a5e31; color: #ccc; -webkit-transition: all 100ms ease-out;  }


h1 {
  float: right;
	margin: 0 2px 15px 0;
	text-indent: -9999px;
  width: 370px;
  height: 63px;
}
h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/olivier-lacan.png") no-repeat;
  -webkit-transition: all 100ms ease-in;
}
h1 a:hover, h1 a:focus {
  background-position: 0 -63px;
  -webkit-transition: all 200ms ease-out;
}

/* ===== FORMS ===== */
form {
	width: 60%;
	margin: 2em 1em 0;
}
fieldset {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #444;
	box-shadow: #000 2px 2px 1px;
	-webkit-box-shadow: #000 2px 2px 1px;
	-moz-box-shadow: #000 2px 2px 1px;
}
fieldset legend {
	padding: 0 10px;
	text-transform: lowercase;
	letter-spacing: .08em;
}
fieldset label {
	display: block;
	margin: 0 0 .5em 0;
	clear: left;
	text-transform: lowe;
}
fieldset input, fieldset textarea {
	margin: 0 0 1em 0;
	padding: 4px 3px;
	clear: left;
	width: 98%;
	font-size: 14px;
}
fieldset input {
	width: 98%;
}
fieldset input#selfCC {
	width: 20px;
}
fieldset input.submit {
	float: right;
	width: 100px;
}
#emailSuccess, #loadBar {
	margin: 0 0 1em 0;
}
#emailSuccess strong {
	color: #545c38;
}

#wrap section aside p {
	font-size: 17px;
}

form {
	width: 60%;
	margin: 1em 1em 0;
}
fieldset {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #444;
	box-shadow: #000 2px 2px 1px;
	-webkit-box-shadow: #000 2px 2px 1px;
	-moz-box-shadow: #000 2px 2px 1px;
}
fieldset legend {
	padding: 0 10px;
	text-transform: lowercase;
	letter-spacing: .08em;
}
fieldset label {
	display: block;
	margin: 0 0 .5em 0;
	clear: left;
	text-transform: lowe;
}
fieldset input, fieldset textarea {
	margin: 0 0 1em 0;
	padding: 4px 3px;
	clear: left;
	width: 98%;
	font-size: 14px;
}
fieldset input {
	width: 98%;
}
fieldset input#selfCC {
	width: 20px;
}
fieldset input.submit {
	float: right;
	width: 100px;
}
#emailSuccess, #loadBar {
	margin: 0 0 1em 0;
}
#emailSuccess strong {
	color: #545c38;
}
#wrap section aside p {
	font-size: 15px;
}


