/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
}

body {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	

}

.title {
	color: #999;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	float: left;
	margin-top: 2px;

}

.menu {
	font-size: 9pt;
	color: #333;
	float: left;
	/*margin-left:-31px;*/
	line-height: 12pt;
	letter-spacing: 1pt;
}

.lang {
	font-size: 9pt;
	color: #333;
	float:right;	
	margin-top:0px;
	letter-spacing:1pt;	
}

ul li {
	list-style:none;
}

span#bbc {
padding-top:126px;
padding-left:0;
letter-spacing:0.02em;
word-spacing:0.00em;
line-height:14pt;
text-align: bottom;
text-decoration: none;
width:640px;
font-size:9pt;
color:#333;
}

#slideshow {
height:420px;
width:640px;
margin:0 auto;
}


a img { 
	border: none;
}

a:link {
	color:#333;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition:color .2s ease-out, background 2s ease-in;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #999;
	
}
a.selected {
	color:#33ccff;
}
.menu a:hover {
	text-decoration:overline;
}

.project-items {
	
}

.item {
	font-size:9pt;
	line-height:14pt;
	float:left;
	padding-right:15px;
	
}

.project-single {
	width:680px;
	margin-left:75px;
}

.projecttitle {
	font-size:12pt;	
}

.description {
	font-size:9pt;
	line-height:14pt;
}

.author {
	float: right;
}

.note {
	font-size:8pt;
}

.footer {
	font-size: 9pt;
	color: #333;
	letter-spacing:1pt;	
	float:left;
	
}
#footer {
	padding-bottom:25px;
	float:left;
}


#footer_btm {
	position:fixed;
	bottom:15px;
}



.prev {
	
	font-size:9pt;
	text-decoration:underline;
	
}
