/* @override http://lostworldsfairs.com/css/style.css */


/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}.clearfix {display: block;}
/* END RESET CSS */
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #3b96a7; color:#fff; text-shadow: none; }
::selection { background: #3b96a7; color:#fff; text-shadow: none; } 
.ie7 img { -ms-interpolation-mode: bicubic; }

/*Structure*/
.wrap {
    margin: 0 auto;
    position: relative;
    width: 1000px;
	
}

/*Page Style*/

body {
    color: #444444;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    text-rendering: optimizelegibility;
 min-height: 100%;
}


html {
 min-height: 100%;}

h1 {
    font-weight: 300;
	color: #111111;
    font-size: 36px;
	font-family: Tahoma,sans-serif;
    margin-bottom: 8px;
    text-align: center;
}

h2 {
    font-weight: 300;
	color: #888888;
	font-family: Tahoma,sans-serif;
	letter-spacing:1px;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
	text-transform: uppercase;
}

h3 {
    font-weight: 300;
	color: #111111;
    font-size: 24px;
	font-family: Tahoma,sans-serif;
    margin-bottom: 8px;
	 text-align: center;
  }
  
#homepageIntro{
	padding:12px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
    position: relative;
	 display:block;
	 margin-bottom:10px;
	 background-color:rgba(255,255,255,0.7);
	  overflow: auto;
	   border-radius: 25px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);

}



.info p{
	color: #514028;
	text-align: center;
	font-size: 16px;
	line-height:150%;
	word-wrap: break-word;
}

.info li{
	color: #514028;
	text-align: left;
	font-size: 16px;
	line-height:150%;
	word-wrap: break-word;
	margin: 0 0 5px 0;
}

#homepageIntro .image .profilepicture{
	background-image:url(../img/fd.jpg);
	background-size: cover;
	width:250px;
	height:350px;
}

#homepageIntro .image .profilepicture:hover{
	background-image:url(../img/hog.jpg);
}

#homepageIntro .image{
	 float: left;
	 width: 250px;
}

#homepageIntro .image table{
	color: #514028;
	font-size: 16px;
	text-align: center;
	text-align: left;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

#homepageIntro .image table{
	color: #6666666;
	text-align: center;
	text-align: left;
}

#homepageIntro .info{
	 float: right;
	 width: 700px;
}

header nav ul li a {
    color: #444444;
	padding:3px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

header nav .selected {
	border: 2px solid;
    border-color: #000;
}


header nav {
    position: absolute;
    right: 0;
    top: 45px;
}
	
header nav ul li {
    display: inline;
    margin-left: 50px;
}

.projectposts p{
	color: #514028;
	font-size: 16px;
	line-height:150%;
	word-wrap: break-word;
	font-weight: normal;
    text-align: left;
}

.projectposts td{
	padding: 5px;
	vertical-align: middle;
}

.projectposts{
	background: none repeat scroll 0 0 #F9F7F3;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    clear: both;
    margin: 5px 5px 15px;
    min-height: 700px;
    padding-top: 25px;
    width: 1000px;

}

.projectposts tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EDEBE7;
}
.projectposts tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F9F7F3;
}
	
#sfu-logo {
    display: inline-block;
    height:100px;
	width: 600px;
    left: 0;
	top: 0;
	text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
}

#sfu-logo > span {
    background-image: url(../img/sfu_logo.png);
    background-repeat: no-repeat;
	background-size: 300px auto;
    display: inline-block;
    height: 92px;
    left: 0px;
    position: absolute;
    top: 25px;
    width: 600px;
}


#logo{
	background: url(../img/sfu_logo.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
}

.homepage{
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../img/bg3.jpg) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.projectpostsmain{
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../img/bg1.jpg) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1400px) {
	.homepage { background-size: contain; }
	.projectpostsmain { background-size: contain ; }
}



#footer .container{
	color: #444444;
	margin-top: -12px;
	padding-bottom: 20px;
	background-color: #fff;
	position: relative;
}

footer{
	background: url(../img/bg1.jpg) no-repeat scroll center bottom rgba(0, 0, 0, 0)
	padding-bottom: 60px;
}
