/*
* 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.
*/


/* @group HEADER */
#header{
	width: 820px;
	height: 317px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 95px;
	padding-top: 60px;
}
#logo{
	width: 339px;
	height: 33px;
	background-image: url(../images/logo.png);
	float: left;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

#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;
}
#header_headline{
	text-indent: -9999px;
	width: 820px;
	height: 308px;
	background-image: url(../images/header_headline.png);
}


/* @end */

/* @group CONTENT */

#content{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#hello{
	margin-bottom: 50px;
}
.onecol_content_block{
	width: 260px;
	
}
.threecol_content_block{
	width: 500px;
}
.twocol_content_block{
	width: 430px;
}
.fullwidth_content_block{
	width: 820px;
}

/* @group NETWORK */

#networks_block{
	float: left;
	clear: left;
	margin-top: 0px;
}


/* @end */

/* @group CREATIONS */

#creations_block{
	float: right;
	clear: right;
	margin-bottom: 30px;
}

.creations_bt{
width: 240px;
	height: 60px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.creations_bt:hover{
	background-image: url(../images/creationsbt_hover.png);
}
#creations_ul_col1{
	float: left;
	margin-left: 20px;
}
#creations_ul_col2{
	float: right;
	margin-right: 0px;
}

/* @end */



/* @group CONTACT */


#contact_block{
	float: left;
	clear: left;
	margin-top: 0px;

}
/* @end */
#resume_block{
	float: right;
}
.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;
}


#copyright a{
	color: #c0c0c0;
}

