@charset "utf-8";
/* CSS Document */

/* Main Bodily Functions */

* {
margin:0; padding:0;	
}

html {

}

img {
border:0;	
}

a {
	color:#fff;
}

a:hover {
	color:#fff;
	text-shadow: #fff 0 0 5px;
	
}

h2 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}

p { margin: 0 0 1.5em; }

body {
	background:#000 url(images/rainbow.png) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
}

/* The Basic Structure */

#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header {
	background:url(images/scroller.jpg);
	width:1000px;
	margin:0 auto;
	position:relative;
}

div#navbar {
	display:block;
	height:50px;
	line-height:50px;
	width:980px;
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	padding-left:20px;
}

ul#navbar li a {
	float:left;
	color:#fff;
	margin-right:20px;
	text-decoration:none;
}

ul#navbar li a:hover {
	text-shadow: #fff 0 0 5px;
}

ul#navbar li.sep {
	float:left;
	display:block;
	width:2px;
	height:20px;
	width:2px;
	margin-top:15px;
	margin-right:20px;
	background:url(images/sep.png) no-repeat top left;
}

h1#gallery-title {
	position:absolute;
	top:60px;
	left:10px;
	font-size:50px;
	color:#fff;
	text-shadow: #fff 0 0 10px;
}

p.desc {
	position:absolute;
	top:120px;
	left:10px;
	font-size:12px;
	color:#fff;
	text-shadow: #fff 0 0 10px;
}

#gallery {
	padding:30px 10px 30px 10px;
	width:848px;
	margin:0 auto;
	background: #343434 url(images/content-bg.png) repeat-x;
	position:relative;
}

#about-me {
	color:#fff;	
	z-index:10;
	position:relative;
}

#fadeout {
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	width:100%;
	background: #000 url(images/fadeout-bg.png) repeat-x;
	z-index:1;
}

#footer {
	display:block;
	width:868px;
	background:url(images/footer-bg.png) no-repeat top left;
	height:30px;
	line-height:30px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-shadow: #fff 0 0 5px;
	margin-bottom:30px;
}

/* Drop Down Menus */

div.menu-wrapper {
	position:relative;
	display:block;
	float:left;
	height:50px;
}
	
div#navbar div.gallery a {
	float:left;
	padding:0 10px;
	margin-right:10px;
	text-decoration:none;
}
	
div.album-list {
	display:block;
	padding:0; margin:0;
	float:left;
	list-style:none;
	position:absolute;
	left:0;
	top:50px;
	display:none;
	width:180px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	z-index:10;
}

div.album-list div.album a {
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-top:1px solid #464646;
	border-bottom:1px solid #000;
	background:transparent url(images/drop-dark-bg.png) repeat;
	font-weight:normal;
	text-decoration:none;
}

div.album-list div.album a:hover {
	background:transparent url(images/drop-dark-bg.png) repeat;
}

/*	div.album-list div.light {
	background-color:#999;
}

div.album-list div.dark {
	background-color:#666;	
}	*/

/* Bread Crumb */

#breadcrumb {
	width:858px;
	background:none;
	padding:5px;
	margin:0 auto;
	color:#fff;
	z-index:25;
}

a.breadcrumb-link {
	text-decoration:none;
	font-size:11px;
}

a.breadcrumb-link.current {
	text-shadow: #fff 0 0 5px;
}

/* Album Thumbnails */

.album-cover {
	position:relative;
	float:left;
	z-index:20;
	padding:10px;
	background: url(images/thumb-bg.png) no-repeat top left;
	margin:10px;
}

.album-cover:hover {
	background: url(images/thumb-bg-hover.png) no-repeat top left;
}

div.album-name {
	display:block;
	position:absolute;
	bottom:10px;
	width:240px;
	left:10px;
	height:30px;
	line-height:30px;
	color:#fff;
	z-index:25;
	background:transparent url(images/drop-dark-bg.png) repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	text-shadow: #fff 0 0 5px;
}

/* Album Image Thumbnails */

.image-thumb {
	position:relative;
	float:left;
	z-index:20;
	padding:10px;
	background: url(images/thumb-bg.png) no-repeat top left;
	margin:10px;
}

.image-thumb:hover {
	background: url(images/thumb-bg-hover.png) no-repeat top left;
}

div.image-name {
	display:block;
	position:absolute;
	bottom:10px;
	width:240px;
	left:10px;
	height:30px;
	line-height:30px;
	color:#fff;
	z-index:25;
	background:transparent url(images/drop-dark-bg.png) repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	text-shadow: #fff 0 0 5px;
}

