/*
* IMPORTANT NOTE: This file and all of its contents are subject to Édouard Lavery-Plante's Terms and Conditions. You may consult http://www.lavery-plante.com/legal/ for more information.
*/

body{
	color: #c0c0c0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #252525 url(../images/bg.jpg) center 0;
	
}
#top_bluebar{
	background-color: #2164dd;
	width: 100%;
	height: 10px;
}
#container{
	background: url(../images/bg_2.jpg) no-repeat center 0;
}
.window{
	width: 640px;
	height: 260px;
	background-color: #c0c0c0;
	color: #f8f8f8;
}
strong{
	font-weight: bold;
	color: #ffffff;
}
h2{
	margin-top: 20px;
}
.window_h1{
	font-size: 20px;
}
#h2_contact{
	background-image: url(../images/h2_contact.png);
	width: 560px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
#h2_resume{
	background-image: url(../images/h2_resume.png);
	width: 560px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
#h2_legal{
	background-image: url(../images/h2_legal.png);
	width: 560px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
#h2_creations{
	background-image: url(../images/h2_creations.png);
	width: 560px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
#h2_404{
	background-image: url(../images/h2_404.png);
	width: 560px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
h3{
	background: url(../images/line_blue.png) repeat-x 0 35px;
	height: 50px;
	font: 22px Baskerville;
	margin-bottom: 10px;
}
h3 a{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c0c0c0;
	text-decoration: underline;
}
h5{
	
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	color: #474747;
}
p{
	margin-bottom: 15px;
}
a{
	text-decoration: none;
	color: #2164dd;
}
a:hover{
	color: #2164dd;
	text-decoration: underline;
}
.h3_link{
	float: left;
	margin-top: -53px;
	margin-left: 100px;
	overflow: hidden;
}
.h3_link a{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c0c0c0;
	text-decoration: underline;
}
.h3_link a:hover{
	color: #2164dd;
	text-decoration: underline;
	
}
h6{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
/* @group HEADER */
#header{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding-top: 60px;
}
#logo{
	width: 339px;
	height: 33px;
	background-image: url(../images/logo.png);
	float: left;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
#logo:hover{
	background: url(../images/logo.png) -340px 0;
}
#header_top{
	width: 820px;
	height: 53px;
}


/* @group HEADER_NAV */

#main_nav{
	height: 20px;
	float: right;
	display: block;
	cursor: pointer;
	margin-top: 9px;
	margin-right: 12px;
}
#main_nav li{
	float: left;
	margin-left: 0px;
}
.navbt{
	height: 12px;
	cursor: pointer;
	text-indent:-9999px;
	display: block;
}
#creations_bt{
	width: 85px;
	height: 12px;
	background-image: url(../images/main_nav_bg.png);
}
#creations_bt:hover{
	width: 85px;
	height: 25px;
	background: url(../images/main_nav_bg.png) 0 -15px;
	margin-top: -5px;
}
#resume_bt{
	width: 69px;
	background: url(../images/main_nav_bg.png) -85px 0;
}
#resume_bt:hover{
	height: 25px;
	background: url(../images/main_nav_bg.png) -85px -15px;
	margin-top: -5px;
}
#contact_bt{
	width: 69px;
	background: url(../images/main_nav_bg.png) -154px 0;
}
#contact_bt:hover{
	height: 25px;
	background: url(../images/main_nav_bg.png) -154px -15px;
	margin-top: -5px;
}


/* @end */


#header_featured{
	width: 820px;
	display: block;
}


/* @end */

/* @group CONTENT */

#content{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.onecol_content_block{
	width: 260px;
	
}
.threecol_content_block{
	width: 560px;
}
.twocol_content_block{
	width: 420px;
}
.fullwidth_content_block{
	width: 820px;
}
#notfound{
	display: block;
	float: left;
}
#notfound ul{
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 15px;
}
/* @group CREATIONS */
#filter {
	margin-bottom: 40px;
	margin-top: -40px;
}
#creations{
	width: 840px;
	margin-left: -10px;
}
.image-grid li{
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-left: 30px;
}
.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.image-grid  a{
	width: 220px;
	height: 220px;

}
.image-grid li:hover{
	background-image: url(../images/creation_hover.png);
}
/* @end */

/* @group RESUME */

#rs_education{
	display: block;
	float: right;
	margin-bottom: 10px;
}
#rs_experience{
	display: block;
	float: left;
	margin-bottom: 10px;
}
#rs_experience p{
	margin-top: 10px;
	margin-left: 20px;
}
#rs_skills{
	display: block;
	float: right;
	margin-bottom: 10px;
}
#rs_skills p{
	margin-top: 10px;
}
#rs_cv{
	
	display: block;
	float: right;
	text-align: center;
}
#rs_cv h3{
	text-align: left;
}
#rs_cv p{
	margin-top: 10px;
}
#rs_wayiwork{
	display: block;
	float: left;
}

#rs_wayiwork ul{
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 15px;
}
/* @end */




/* @group NETWORK */

#networks_block{
	float: right;
	clear: right;
	margin-top: 20px;
}
.networkbt{
	height: 24px;
	cursor: pointer;
	text-indent:-9999px;
	display: block;
	margin-left: 7px;
}
#network_list{
	background: url(../images/networkbt_hover.png) no-repeat 0 -35px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 20px;
}
#network_list li{
	height: 13px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	
	margin-bottom: 5px;
}
#network_list li:hover{
	
}
#facebook_bt{
	width: 190px;
	background: url(../images/networkbt_facebook.png) no-repeat;
}
#linkedin_bt{
	width: 190px;
	background: url(../images/networkbt_linkedin.png) no-repeat;
}
#twitter_bt{
	width: 200px;
	background: url(../images/networkbt_twitter.png) no-repeat;
}

/* @end */

/* @group CONTACT */

#contact{
	margin-left: 20px;
}
#contact_block p{
	margin-left: 20px;
}
#contact p{
	margin-left: 0;
}
#contact_block{
	float: right;
	clear: right;
	margin-top: -355px;
}
.form-text{
	width: 198px;
	height: 18px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	padding: 7px 7px 8px 8px;
	background: #252525 url(../images/form_bg.png) no-repeat -8px -6px;
}
.form-text:focus{
	background: #252525 url(../images/form_bg.png) no-repeat -227px -6px;
}
.form-textarea{
	width: 198px;
	height: 114px;
	border-style: none;
	background: #252525 url(../images/form_bg.png) no-repeat -8px -44px;
	padding: 15px 7px 20px 8px;
}
.form-textarea:focus{
	background: #252525 url(../images/form_bg.png) no-repeat -227px -44px;
}
textarea{
     resize: none;
     overflow:hidden;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.form-submit{
	cursor: pointer;
	background: #242424 url(../images/sendbt.png) 0px 0;
	border-style: none;
	height: 42px;
	width: 110px;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 13px;
}
.form-submit:hover{
	border-style: none;
	height: 42px;
	width: 110px;
	background: #242424 url(../images/sendbt.png) -110px 0;
}
#error{
	color: #fc2444;
	display: none;
	margin: 10px 0 10px 5px;

}
#error p{
	margin: 5px 0 0;
}
#status{
	display: none;
	margin: 10px 0 10px 5px;
}
#status p{
	margin: 5px 0 0;
}
#sendbt{
	margin-left: -4px;
	float: left;
}
#loading_indicator{
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	display: none;
}

#contact_picture{
	width: 430px;
	height: 332px;
	float: left;
	display: block;
	margin-left: -5px;
	background: url(../images/edouardlp.png) no-repeat center 0;
	margin-bottom: 20px;
}
#askforedouard{
	display: block;
	float: left;
}

#vCard h3{
	text-align: left;
}
#vCard{
	float: right;
	clear: right;
	text-align: center;
}
/* @end */
.input_error{
	color: #910614;
}
#clearer{
	width: 100%;
	height: 2px;
	display: block;
	clear: both;
}

/* @end */

#footer{
	width: 100%;

	margin-top: 30px;
	background-color: #191919;
	padding-bottom: 20px;
}
#footer h4{
	color: #ffffff;
	margin-bottom: 15px;
	font: 16px Century;
}
#inbrief p{

	margin-bottom: 30px;
	font-size: 12px;
}
#inbrief{
	width: 820px;
	
	margin: 30px auto;
}
#inbrief ul{
	margin-top: 15px;
}
#backtotop{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 10px;
}
#copyright{
	width: 100%;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #141414;
}
#innercopyright{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#copyright a{
	color: #c0c0c0;
}
