@CHARSET "UTF-8";

* {
	margin: 0; 
	padding:0;
}

body{
	background: #1a1a1a;
	color: #606060;
	font-family: Verdana, sans-serif;
	font-size: 12px; 
	line-height: 150%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

img {
	border: 0;
}

a:link {
	color: #808080;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #808080;
}
a:active {
	color: #808080;
} 

#sidebar{ 
	position:fixed; 
	top: 38px; 
	left:30px;	
	width: 200px; 
}

* html div#sidebar{ 
	position:absolute; 
	top: 38px; 
	left:30px;
	width: 235px; 
}

#content{ 
	margin-top: 38px;
	margin-left: 300px;
}

#topbar{ 
	margin-top: 30px;
	margin-left: 30px;
}

#content_wide{ 
	margin-top: 30px;
	margin-left: 30px;
}

#album_title{ 
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 150%;
}

#album_description{ 
	color: #c0c0c0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 12px; 
	line-height: 150%;
}

.thumbnail{
	height: 128px; 
	width: 128px;
	text-align: center;
	padding:8px;
	background-color: #303030;
	border: 1px solid #404040;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.thumbnail_text{
	height: 145px; 
	width: 128px;
	text-align: center;
	padding:8px;
	background-color: #303030;
	border: 1px solid #404040;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden; 
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 11px;
}

.backlink{
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden; 
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

#license{
	font-size: 7px;
	width:88px;
}

#fotolia{
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 150%;
	margin-top: 14px;
	margin-bottom: 7px;
	display: block;
}

#CC{
	font-size:5px;
}