@charset "UTF-8";

body {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#f3f3f3;
	background-color:#3f4c52;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
	color:#90D3CA;
}

a:hover {
	text-decoration:underline;
	color:#c6c6c6;
}

h1, h2, h3 {
	font-weight:100;
	font-size:18px;
	color:#252525;
	margin:0px;
	margin-bottom:5px;
}

.post {
	border-bottom:.5px dotted #c6c6c6;
	margin-bottom:30px;
	
}

.projectTitles {
	color:#f3f3f3;
	font-size:11px;
}

.description {
	font-size:11px;
	color:#c6c6c6;
	line-height:140%;
	width:400px;
}

.image {
	padding:0 0 20px 0;
}

.smallCaps {
	font-size:10px;
	color:#c6c6c6;
}

#updateText {
	font-size:10px;
	color:#c6c6c6;
	margin-left:40px;
	margin-bottom:9px;
}

#transparent {
	width:100%;
	height:60px;
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(http://www.mattlegaspi.ca/img/);
	background-repeat:repeat-x;
}

#mainWrapper {
	margin-top:80px;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

#wrapperLeft {
	position:fixed;
	float:left;
	width:210px;
	height:400px;
	text-align:right;
	margin-top:0px;
}

#wrapperCenter {
	float:left;
	width:480px;
	margin-left:250px;
	padding-bottom:20px;
}

#wrapperRight {
	position:fixed;
	float:left;
	width:210px;
	margin-left:725px;
}

#twitter_div ul li {
	/* twitter feed */
    line-height: 1.2em;
	margin-left:0px;
    margin-bottom: 1em;
	border-bottom:.5px dotted #c6c6c6;
	padding-bottom:10px;
	margin-top:0px;
	list-style-type:none;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}

#twitter_update_list {
	margin-top:0px;
}

ul.container{
	/* The topmost UL */
	width:170px;
	margin-top:60px;
	list-style-type:none;
}

li.menu{
	/* The main list elements */
	padding:5px 0px;
	width:100%;
	list-style:none;
	text-align:right;
}

li.button a{
	/* The section titles */
	display:block;
	height:8px;
	overflow:hidden;
	padding:1px 0px 15px;
	border-bottom:.5px dotted #c6c6c6;
	position:relative;
	width:130px;
	padding-right:0px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li .button a:focus { 
	outline:none 
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:0px;
	display:block;
}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	color:#CCCCCC;
	margin:0px 0;
}

/* LIGHTBOX STUFF */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


