/*

	Deskvu
	
*/


/*
CSS Reset
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* Force scrollbar */
html{height: 100%; margin-bottom: .01em;}


body {
	background: #000;
	color: #fff;
	font: 105%/150% "Times New Roman", Times, serif;
	padding: 30px;
	}

/*	
a:link, a:active {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a:visited {
	color: #ccc;
	}
h1 a:link {
	text-decoration: none;
	}
h1 a:hover {
	text-decoration: underline;
	}
*/
	
a:link, a:active {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #ccc;
	text-decoration: none;
	}




#container {
	width: 700px;
	position: relative;
	margin: 50px auto;
	}
.col1 {
	float: left;
	width: 500px;
	}
.col2 {
	padding: 50px 0 0 20px;
	width: 180px;
	float: right;
	}
#body {
	margin-top: 50px;
	}






#player {
	text-align: center;
}

#footer {
	text-align: center;
	display: none;
	}

#albums, #images {
	clear: both;
	}


#latest {
	margin: 0 -5px;
	}
#latest a {
	display: block;
	margin: 0 6px 5px 6px;
	float: left;
	}






























	
.album .inner {
	padding: 10px 0;
	margin: 0;
	}
.thumb {
	float: left;
	margin: 0;
	}
.thumb img {
	display: block;
	}
	

	
	
	
.pagelist {
	clear: both;
	margin-top: 20px;
	}
.pagelist li {
	display: inline;
	margin-right: 10px;
	}
.disabled_nav {
	display: none;
	}


	
	
/*.imgnav {
	font-size: 1.4em;
	position: absolute;
	right: 0;
	top: 40px;
	width: 140px;
	}
.imgnav a {
	background: #77AD00;
	display: block;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.imgnav a:hover {
	background-color: #fff;
	color: #000;
	}
.imgnext {
	text-align: right;
	width: 50%;
	float: right;
	}
.imgnext a {
	margin-left: 1px;
	}
.imgprevious {
	width: 50%;
	float: left;
	}*/
	

hr {
	display: none;
	}
	

	
	

	
#image {
	text-align: center;
	}
#meta {
	width: 600px;
	margin: 0 auto;
	}

.albumdesc {
	float: left;
	padding-left: 10px;
	}

#admin, #admin_data {
	text-align: left;
	width: 200px;
	position: absolute;
	padding: 0 10px;
	right: 0;
	top: 0;
	z-index: 3;
	}
#admin_data {
	top: 20px;
	}





/* Basics */
p {
	margin: .5em 0 1em 0;
	}
.inputbox {
	width: 300px;
	}
textarea {
	width: 446px;
	}
#comments .pushbutton {
	padding: 5px 10px;
	}

#imagemetadata_data {
	position: absolute;
	z-index: -10;
	}






#tagContainer {
	margin: 10px 0;
	background: url(../images/icon_tag.gif) no-repeat left center;
	padding-left: 22px;
	}
