/** Tag specific & reset */
body{
	margin: 0;
	padding: 0;
	background-color: #f6faf9;
	color: #3c362c;
	font-family: Georgia, Garamond, serif;
}
h1{
	font-weight: normal;
	color: #fff;
}
/** ID's */
#wrapper{
	margin: auto;
	margin-top: 50px;
	width: 1024px;
}


#top_left{
	float:left;
	width: 400px;
}

#top_left p{
	margin: 20px;
	margin-top: 200px;
}

#top_right img{
	float:right;
}

#top, #bottom, #projects{
	margin: auto;
}
#bottom{
	clear: both;
	height: 230px;
}

#menu {
  padding: 0;
  margin: 0;
  height: 224px;
  position: relative;
}

#menu span {
  display: none;
  /*position: absolute;*/
}

#menu a {
  display: block;
  text-indent: -900%;
  /*position: absolute;*/
  outline: none;
}

#menu a:hover {
  background-position: left top;
}

#menu a:hover span {
  display: block;
}

div.work, div.research, div.blog{
	float: left;	
}

.work a{
	background: url(../images/work.jpg) left bottom;
	width: 164px;
	height: 224px;
}

.contact{
	float: left;
	background: url(../images/contact.jpg) left bottom;
	width: 530px;
	height: 224px;
	text-align: right;
	color: #fff;
}

.contact p{
	margin: 20px;
	margin-top: 120px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.phone{
	font-size: 2em;
}

.email{
	font-size: 1.5em;
}

.research a{
	background: url(../images/research.jpg) left bottom;
	width: 164px;
	height: 224px;
}

.blog a{
	background: url(../images/blog.jpg) left bottom;
	width: 164px;
	height: 224px;
}

#res, #work, #play{
	background: url(../images/head_bg.jpg) repeat-x;
	margin: auto;
	margin-left: 8px;
	margin-top: 80px;
	padding: 0;
	clear: both;
}

#res_heading, #work_heading, #play_heading{
	height: 118px;
}
#res_heading h1, #work_heading h1, #play_heading h1{
	margin: 0  0  0 20px;
	padding-top: 40px;
	}
#res_heading p, #work_heading p, #play_heading p{
	margin: 0  0  0 20px;
	color: #fff;
	}
	
#res_heading{
	background: url(../images/research_head.jpg) no-repeat right top;
}
#work_heading{
	background: url(../images/work_head.jpg) no-repeat right top;
}
#play_heading{
	background: url(../images/play_head.jpg) no-repeat right top;
}

#project{
	position: relative;
	width: 986px;
	min-height: 260px;
	padding: 10px;
	border: 1px solid #3c362c;
	overflow: auto;
	margin-bottom: 20px;
}

#proj_blurb{
	width: 450px;
	float: right;
}

#proj_blurb h2{
	font-size: 1.1em;
	}
#slide_container h4{
	font-style: italic;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	}
#proj_blurb a{
	color:#3c362c;
	text-decoration:none;
	border-bottom: 1px dashed #787061;
	font-style: italic;
	font-weight: normal;
}
#backtotop{
	margin: 20px 0px 0 10px;
}
#proj_blurb h2 a, #backtotop a{
	font-size: 0.8em;
	background:#3c362c;
	color:#fff;
	padding:5px;
	text-decoration:none;
	border: 1px solid #787061;
	font-style: italic;
	font-weight: normal;
}
#proj_blurb a:hover, #backtotop a:hover{
	background:#5DC9E1;
	color:#3c362c;
}

.year{
	vertical-align: super;
	font-size: 0.7em;
}
/** individual classes */
img.logo{

}

p.blurb{

}

