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

a:focus {
   outline: none;
}

#header {
	height:215px;
	background-color:#FFF;
	position:fixed;
	top:0;
	width:960px;
	z-index:2;
}

#footer {
	height:20px;
	border-top:0px solid #d6d6d6;
	background-repeat:no-repeat;
	margin-left:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-image:url('../images/grey-tab-150px.png');
	background-repeat:no-repeat;
}

#footerContainer {
	height:1000px;
	margin-left:50px;
	position:fixed;
	bottom:0px;
}

#footer p {
	padding:0 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:14px;
	color:#666;
	text-indent:0px;
	display:block;
	width:130px;
	float:left;
}

#footer a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#666;
	text-indent:0px;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}

#drops {
	height:125px;
}

#categories {
	padding-top:79px;
}

#categories img {
	margin-right:25px;
	border:0;
}

#main {
	top:201px;
	position:relative;
	padding:0;
	margin:0px;
	float:left;
}

#blurb {
	margin:0px 0px 25px 50px;
	position:fixed;
	top:225px;
	float:left;
}

#blurb p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:16px;
	color:#999;
	text-indent:0;
	padding-bottom:6px;
}

#projects {
	margin:0px 0 100px 250px;
	display:block;
}

#projects img.button {
	margin-top:15px;
}

#projects div.project {
	display:block;
	position:relative;
}

#projects div.open {
	margin:0  0  0px 25px;
	padding:0;
	border-top:0px solid #d6d6d6;
	position:relative;
	display:none;
	}

#projects div.preview {
	height:140px;
	margin:0  0  0px 25px;
	padding:0;
	border-top:0px solid #d6d6d6;
	position:relative;
}

#projects div.line {
	height:25px;
	margin:25px 0 0 0;
	padding:0;
	border-top:1px solid #d6d6d6;
}

#projects div.load {
	background-color:#FFF;
	background:url('../images/loading-bounce.gif') no-repeat center;
	}

#projects p.title, #projects p.description  {
	margin:0;
	padding:0;
	text-indent:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
}

#projects p.title a, #projects p.description a {
	color:#000;
	text-decoration:underline;
}

#projects p.title {
	font-weight:bold;
}

#projects p.tag  {
	margin:0;
	padding:20px 0 0 0;
	text-indent:0;
	font-family:Verdana;
	font-size:9px;
	letter-spacing:.05em;
	color:#999;
	text-transform:uppercase;
}

#projects p.tag a {
	margin:0;
	padding:0;
	text-indent:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color:#999;
	text-transform:uppercase;
	letter-spacing:.05em;
	text-decoration:none;
}

#projects p.tag a:hover {
	color:#000;
}

#projects p.greytext {
	color:#999;
}
