@charset "UTF-8";
/* CSS Document */

/* FONTS */
@font-face {
    font-family: 'ITCLubalinGraphBook';
    src: url('fonts/lugitc01-webfont.eot');
    src: url('fonts/lugitc01-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lugitc01-webfont.woff') format('woff'),
         url('fonts/lugitc01-webfont.ttf') format('truetype'),
         url('fonts/lugitc01-webfont.svg#ITCLubalinGraphBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCLubalinGraphDemi';
    src: url('fonts/lugitc02-webfont.eot');
    src: url('fonts/lugitc02-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lugitc02-webfont.woff') format('woff'),
         url('fonts/lugitc02-webfont.ttf') format('truetype'),
         url('fonts/lugitc02-webfont.svg#ITCLubalinGraphDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCLubalinGraphMedium';
    src: url('fonts/lugitcbt-webfont.eot');
    src: url('fonts/lugitcbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lugitcbt-webfont.woff') format('woff'),
         url('fonts/lugitcbt-webfont.ttf') format('truetype'),
         url('fonts/lugitcbt-webfont.svg#ITCLubalinGraphMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BASIC */

*{
	margin:0;
}

html, body{
	font-family: 'ITCLubalinGraphBook';
	color:#464646;
	line-height:1;
	font-size:14px;
}
#page{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
h1{
	width:1000px;
	height:32px;
	background-color:#464646;
	color:#fff;
	font-size:18pt;
	font-family: 'ITCLubalinGraphMedium';
	font-weight:normal;
	font-style:normal;
	text-align:center;
	padding-top:6px;
}
h2{
	font-size:16pt;
	font-family: 'ITCLubalinGraphMedium';
	font-weight:normal;
	font-style:normal;
}
p{
	padding-top:15px;
	padding-bottom:15px;
}
a{
	color:#2ac4a9;
	text-decoration:none;
}
.sect{
	height:90px;
}

/* HEADER */
#header{
	width:600px;
	margin-top:35px;
	margin-left: auto;
    margin-right: auto;
	height:390px;
}

#profile{
	width:280px;
	float:left;
}

#name{
	margin-left:35px;
	width:240px;
	float:left;
}
#name img{
	margin-bottom:7px;
}
#name a{
	color:#b5b5b5; 
	font-size:25pt;
	line-height:1.25;
	text-decoration:none;
}
#name a:hover{
	color:#2ac4a9;
}

/* NAVIGATION */
#nav{
	background-image: url(images/BB_navBkg.gif);
	background-repeat: repeat-x;
	background-position: left 30px;
	background-color:#fff;
	height:90px;
	width:1000px;
	float:left;
	position:absolute;
	top:330px;
}
#navwrap{
	width: 550px;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
}
.navBtn{
	background-color:#fff;
	float: left;
    height: 31px;
    margin-right: 15px;
	margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}
.navBtn a{
	font-size: 18pt;
	color:#464646;
	text-decoration:none;
}
.navBtn a:hover{
	color:#2ac4a9;
}

/* WORK */
#work{
	clear:both;
}
.wCont{
	margin-bottom:15px;
}
.type{
	margin-bottom: 12px;
}
.desc{
	width:310px;
	padding-right:90px;
	margin-top: 50px;
	float:left;
}
.imgs{
    height: 495px;
    overflow: hidden;
    width: 585px;
}
.imgWrap{
	width:3000px;
	position:relative;
	z-index:-8000;
}
.imgWrap img{
	display:inline-block;
}
.link{
	padding-top:15px;
}
.link a{
	color:#2ac4a9;
	text-decoration:none;
}
.inact{
	color:#b4b4b4;
}
.btns img{
	float:left;
}

/* ABOUT */
#about{
	margin-top:30px;
	margin-bottom:30px;
	font-size:16px;
}
#about p{
	display: inline-block;
	margin-right:10px;
	margin-left:10px;
}
#skills{
	width:675px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
}
.bold{
	font-family: 'ITCLubalinGraphMedium';
}
#copy{
	margin-top:60px;
	margin-bottom:30px;
	text-align:center;
}

/* CONTACT */
#contact{
	height:450px;
}
#contCont{
	width:625px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:15px;
}
#contactT{
	background-image:url(images/BB_twitterBkg.gif);
	background-repeat: no repeat;
	height:300px;
	width:311px;
	float:left;
}
#contactT a{
	color:#fff;
	font-size:18px;
}
#contactT p{
	position:relative;
	top:175px;
	left:100px;
}
#contactE{
	background-image:url(images/BB_emailBkg.gif);
	background-repeat: no repeat;
	height:315px;
	width:311px;
	float:left;
}
#contactE p{
	position:relative;
	top:135px;
	left:33px;
}
#contactE a{
	color:#fff;
	font-size:20px;
}
#city{
	clear:both;
	font-size:38px;
	text-align:center;
}
