
*{
	/*Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

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

}

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

}

body {
	background-color: #FFF;
	font-size: 11px;
	font-family: 'AvenirLTStd55Roman';
	font-weight: normal;
	font-style: normal;
	
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #bca474;
}

a.view_projects {
	text-decoration: none;
	outline: none;
	font-weight: normal;
	font-style: normal;
	color: #333;
}

a.view_projects:hover {
	color: #bca474;
}

.opacity {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.opacity:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* Container */

#wrapper {
	width: 940px;
	margin: 20px auto;
}

#header {
	height: 53px;
}

#header .logo {
	margin: 5px 0px 0px 0px;
	float: left;
}

#header img {
	width: 57px;
}

/* Navigation*/

#header ul {
	list-style-type: none;
	float: right;
	margin-top: 5px;
}

#header li {
	display: block;
	height: 36px;
	width: 140px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-style: normal;
	line-height:10px;
	text-indent: 10px;
	float: left;
	padding-top: 16px;
	letter-spacing: 1px;
	background: #fff url(images/stroke_nav.png) no-repeat left top;
}

h3.nav_sub {
	text-transform: lowercase;
	padding-bottom: 10px;
	color: #333;
	font-size: 10px;
	font-family: 'AvenirLTStd55Roman';
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
}

.line_header {
	/* The dividing line: */
	height:1px;
	border-bottom:1px solid #999;
	overflow:hidden;
	width: 940px;
	padding-top: 5px;
}

/* Selected Projects */

#top_col_1 {
	margin-top:45px;
}

#top_col_2 {
	margin-top:45px;
}

#top_col_3 {
	margin-top:45px;
}

#top_col_4 {
	margin-top:45px;
}

.four_col {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-top:15px;
}

.last {
	margin-right: 0px;
}

.first_col {
	margin-top: 45px;
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-style: normal;
	float: left;
}

h1{
	margin-top: 5px;
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

h2 {
	text-transform: lowercase;
	margin-top: 2px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: 'AvenirLTStd55Roman';
	font-weight: normal;
	font-style: normal;
	color: #333;
}

h2.work_category {
	text-transform: lowercase;
	line-height: 13px;
	padding-bottom: 0px;
	font-size: 11px;
	font-family: 'AvenirLTStd55Roman';
	font-weight: normal;
	font-style: normal;
	color: #333;
}


.line_work {
	/* The dividing line: */
	height:1px;
	border-bottom:1px solid #999;
	margin:1em 0;
	overflow:hidden;
	width: 220px;
}

.line_short {
	/* The dividing line: */
	height:1px;
	border-bottom:1px solid #999;
	margin:1em 0;
	overflow:hidden;
	width: 220px;
}

#image_margin {
	margin-top: 15px;
}	

.work_description {
	width: 220px;
	float: right;
	margin-top: 40px;
}

.project_description {
	color: #333;
	line-height: 13px;
	font-size: 11px;
	margin-top:3px;
}

/*#imageLast {
	margin-bottom: 60px;
}*/

.go_to {
	color: #333;
	line-height: 10px;
	font-size: 11px;
	margin-top:3px;
	list-style-type: none;

}	

.line_footer {
	/* The dividing line: */
	height:1px;
	border-bottom:1px solid #999;
	margin:1em 0;
	overflow:hidden;
	width: 940px;
	padding-top: 55px;
}

#footer-menu {
	
	color: #333;
	margin-top: 15px;
	font-size: 11px;

}	

p.tagline {
	float: right;
	letter-spacing: 1px;
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

p.vancouver {
	font-size: 10px;
	color: #333;
	font-family: 'AvenirLTStd55Roman';
	font-weight: normal;
	font-style: normal;
}



img.bottom {
	vertical-align: text-bottom;
	padding-right: 2px;
}
