html {
	font-size: 62.5%;
	background:#ccc;
}
body {
	margin:0 auto;
	padding:0;
	font-size: 1.2em;
	font-family:"Lucida Grande","Lucida Sans",Verdana,sans-serif;
	
}
#header {
	width:100%;
	position:fixed;
	top:0;
	height:167px;
	z-index:50;
	background: url(../img/logo.png) no-repeat top center;
}
#projects {
	width:100%;
	position:fixed;
	top:121px;
	z-index:70;
	background-color: rgba(0,0,0,.6);
}
#projects .container{
	width:960px;
	min-height:170px;
	margin:0 auto;
	padding:20px 6px 6px 6px;
}
#main {
	width:960px;
	margin:121px auto 0;
	padding:6px;
}
#previous,#next{
	position:fixed;
	background: url(../img/buttons.png) no-repeat;
	height:36px;
	z-index:90;
	margin-top:120px;
}
#previous{
	left:0;
	background-position: 0px -36px; 
	width:150px;
	margin-left:20px;
}
#next{
	right:0;
	width:127px;
	margin-right:20px;
}
#previous span,#next span{
	display:none;
}
#next a,#previous a{
	width:100%;
	height:100%;
	display:block;
}
#next:hover{
	background-position: -126px 0px; 
}
#previous:hover{
	background-position: -152px -36px; 
}

#footer {
	color:rgba(0,0,0,.8);
	bottom:0;
	right:0;
	margin:0 20px 4px 0;
	position:fixed;
	text-align:right;
}
#footer a{
	background-color: rgba(0,0,0,.1);
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	display: inline-block;
	font-size: 0.9em;
	margin: 0px 1px;
	padding: 3px 6px;
}
#footer a:hover{
	background-color: rgba(0,0,0,.8);
	color:rgba(255,255,255,.8);
}
#header a{
	margin:0 auto;
	display:block;
	width:220px;
	height:121px;
	opacity:0;
}
.thumb{
	float:left;
	margin:3px;
	display:block;
	cursor:pointer;
	height:120px;
	width:176px;
	background-color: rgba(255,255,255,.5);
	padding:5px;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}
.thumb-info{
	position:absolute;
	display:block;
	width:176px;
	height:120px;
	background-color: rgba(255,255,255,.8);
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}
.thumb-info p{
	padding:6px;
	overflow:hidden;
}
.thumb-bg{
	position:absolute;
	width:176px;
	height:120px;
}
.thumb-info h3{
	font-size:1.6em;
	max-width:180px;
	padding:6px;
	color:#fff;
	background-color: rgba(255,255,255,.2);
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}
.active{
	background-color: rgba(255,255,255,.9);
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family:"Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;

}
.red,.orange,.yellow,.green,.blue,.purple,.black{

}
#main{
	font-size:1.6em;
	color:#fff;
	
}
#main a:hover{
	color:#fff;
	font-style:italic;
}

.textblock,.tags,.date,a.prev, a.next{
	background:rgba(0,0,0,.2);
	padding:18px;
	border-radius:4px 4px; 
	-moz-border-radius:4px 4px; 
	-khtml-border-radius:4px 4px; 
	-webkit-border-radius:4px 4px;
}
.slideshow-nav{
	padding:6px 0 0 0;
}
a.prev, a.next{
	padding:6px;
}
.file img{
	border-radius:4px 4px; 
	-moz-border-radius:4px 4px; 
	-khtml-border-radius:4px 4px; 
	-webkit-border-radius:4px 4px;
}

.tags, .date{
	padding:4px 8px;
	margin:0 4px 0 0;
	font-size:0.6em;
}
.container .tags{
	font-size:1.8em;
}
.file,.textblock,.slideshow{
	margin-bottom:20px;
}
.quote{
	font-size:1.4em;
	font-style:italic;
	letter-spacing: -2px;
	color:#fff;
	padding:0;
	
}
.quote h1, .quote h2, .quote h3,.info h2{
	font-family: 'courier new', courier, 'Andale Mono';
}
.info h2{
	
}
.slideshow-nav{
	margin-top:-20px;
}
.red{
	color:#f04830;
}
.redbg{
	background:#f04830;
}
.redbgo{
	background-color: rgba(240,72,48,.8);
}
.orange{
	color:#ffbc52;
}
.orangebg{
	background:#ffbc52;
}
.orangebgo{
	background-color: rgba(255,188,82,.8);
}
.yellow{
	color:#ffd147;
}
.yellowbg{
	background:#ffd147;
}
.yellowbgo{
	background-color: rgba(255,209,71,.8);
}
.green{
	color:#78c060;
}
.greenbg{
	background:#78c060;
}
.greenbgo{
	background-color: rgba(120,192,96,.8);
}
.blue{
	color:#40c2e7;
}
.bluebg{
	background:#40c2e7;
}
.bluebgo{
	background-color: rgba(64,194,231,.8);
}
.purple{
	color:#c86bf8;
}
.purplebg{
	background:#c86bf8;
}
.purplebgo{
	background-color: rgba(200,107,248,.8);
}
.black{
	color:#303030;
}
.blackbg{
	background:#303030;
}
.blackbgo{
	background-color: rgba(48,48,48,.8);
}
strong, b 
{
  font-weight: bold;
}

em, i 
{
  font-style: italic;
}
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }