/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color: #999999;
	font-size: 10px;
	font-family: verdana, Verdana, Geneva, sans-serif;
	color: #404040;
	padding: 0;
	margin: 0;
	text-align:left;
	letter-spacing: 1px;
	}
	
p {
	padding: 10px 0 10px 0;
	margin: 0;
	}

p.home {
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 10px;
	color: #eeeeee;
	}


/* .............................. */
/* Links */
/* .............................. */

a {
	color: #059ACE;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

a:hover {
	color: #888888;
	text-decoration: none;
	}
	
a.home {
	color: #8adbff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}

a.home:hover {
	color: #eeeeee;
	text-decoration: none;
	}

a.nav {
	color: #eeeeee;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

a.nav:hover {
	color: #8adbff;
	text-decoration: none;
	}

/*
/* .............................. */
/* Navigation */
/* .............................. */

#nav-box {
	text-align: right;
	width: 120px;
	height: 189px;
	background: #404040;
	margin: 0;
	padding: 0 10px;
	position: fixed;
	top: 90px;
	left: 0;
	text-transform: lowercase;
	z-index: 1;
	}

#img-nav {
	width: 140px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	left: 0;
	}

#img-prev {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0 9px 0 0;
	}
	
#img-prev a{
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #8adbff;
	width: 19px;
	height: 19px;
	display: block;
	}
	
#img-prev a:hover{
	color: #404040;
	background: #8adbff;
	}

#img-next {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0 0 0 70px;
	}
	
#img-next a{
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #8adbff;
	width: 19px;
	height: 19px;
	display: block;
	}
	
#img-next a:hover{
	color: #404040;
	background: #8adbff;
	}


/* .............................. */
/* Content */
/* .............................. */

#main {
	position: absolute;
	top: 10px;
	left: 100px;
	z-index: -1;
	}

#main-img {
	background: #202020;
	margin: 0;
	padding: 0;
	border-bottom: #404040 25px solid;
	}
	
#main-content {
	background: #eeeeee;
	margin: 0;
	padding: 0;
	border-bottom: #404040 25px solid;
	width: 500px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	}
	
#content {
	padding: 55px 28px 45px 60px;
	}



/* .............................. */
/* Headings */
/* .............................. */

#img-info {
	padding: 0 38px 0 60px;
	margin: 0;
	text-align: left;
	height: 25px;
	text-transform: lowercase;
	background: #404040;
	color: #888888;
	display: block;
	}

#img-info a{
	color: #059ACE;
	}

#img-info a:hover{
	color: #eeeeee;
	}

h1 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 0 0;
	margin: 0;
	float: left;
	color: #8adbff;
	vertical-align: bottom;
	}

h2 {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 7px 0 0 8px;
	float: left;
	vertical-align: bottom;
	color: #eeeeee; 
	}


/* .............................. */
/* Portfolio */
/* .............................. */

#cat {
	text-align: right; 
	float: right;
	margin: 0 ;
	padding: 0;
	position: absolute;
	width: 395px;
	top: 40px;
	}

.thumbnails {
	margin: 0 16px 18px 0;
	padding: 0;
	}
	
a img.thumbnails {
	border: 3px #ffffff solid;
	}
	
a:hover img.thumbnails {
	border: 3px #cccccc solid;
	}


/* .............................. */
/* Footer */
/* .............................. */

#footer {
	color: #555555;
	font-size: 8px;
	text-align: left;
	margin: 0;
	padding: 1px 0 1px 0;
	text-transform: lowercase;
	letter-spacing: 1px;
	}

#footer a {
	color: #555555;
	}

#footer a:hover {
	color: #8adbff;
	}
	

/* .............................. */
/* albums */
/* .............................. */


	
.albumWrapper2 {
	text-align: center;
	float: left;
	display: block;
	margin: 0 16px 6px 0;
	padding: 0;
	}

.albumall {
	display: none;
	}
	
	
.albumWrapper img {
	border: 3px #ffffff solid;
	display: block;
	height: 80px;
	width: 80px;
	}

.albumWrapper img:hover {
	border: 3px #cccccc solid;
	display: block;
	}

.albumTitle {
	padding: 0;
	margin: 0;
	line-height: 12px;
	}
	
.albumTitle a {
	color: #555555;	
	}

.albumTitle a:hover {
	color: #059ace;
	}

.number {
	display: none;
	}