@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	background: #fafafa repeat-x url('images/header_bg.png');
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 75%;
}

a, a.link, a.visited {
	color: #E61774;
	
	text-decoration: none;
}

a:hover, a:active {

	text-decoration: underline;
	}
	
a:hover img, a:active img, a img:hover, a img:active, a.img:hover, a.img:active {
	background: transparent;
	}



hr {
	text-align: left;		/*this will align it for IE*/
	margin: 0 auto 0 0;		/*this will align it left for Mozilla*/
	color: #EEE;
	background-color: #EEE;
	border: 0px;
	height: 1px;
}


#container {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 100px;
	width: 820px;

}

#header_img {
	position: absolute;
	top: 60px;
	width: 225px;
	height: 25px;
	cursor: pointer;
	background: no-repeat url('images/logo.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}

/* MENU */
#menu {
	position: relative;
	top: 60px;
	left: 515px;
	float: left;
	font-size: 1.2em;
	overflow: hidden;
	height: 25px;
	border: 0px;
	margin: 0px;
}

#menu ul {
	float: left;
	margin: 0;
	margin-left: -15px;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a, #menu li a:visited, #menu li a:link {
	color: #AAA;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding: 2px 8px 3px 8px;
	height: 25px;
	}
	
#menu li a:hover, #menu li a:active, #menu li#current a {
	color: #333 !important;
}



#wrapper {
	float:left;
	text-align:left;
	width: 820px;


	margin: 25px 0px 0px 0px;
	padding: 0;
	min-height:425px;
}

#footer {
	text-align: right;
}

#footer a {
	color: #3c6c92;
}
	

/* PHOTO */
div#photobar {
	height: 25px;
}

ul#extended {
	padding: 0;
	margin: 0;
	text-align: center
}
	
ul#extended li {
	list-style-type: none;
	float: left;
}
	
ul#extended li a {
	width:150px;
	height:200px;
	background:#fafafa no-repeat url('images/photo_bg.png');
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px 2px 0px 10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
}

ul#extended li a:hover {
	color: #fff;
}

ul#extended li div {
	width:128px;
	height:128px;
	margin:11px 11px 11px 11px;
	border: 0px;
}

ul#extended li img {
	width:128px;
	height:128px;
	border: 0px;
}

ul#extended li span.album_title {
	color:#000;
	font-weight: bold;
	font-size: 12px;
}

ul#extended li span.album_date {
	color:#555;
	font-size: 12px;
}



/* SLIDER */
#slider {
    width: 800px;
	height: 400px;
	right: 15px;
    position: relative; 	/* important */
	overflow:hidden;		/* important */
}

#sliderContent li a img{
	color:#099;
	border: 0px;
}


#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
   width: 800px;
   height: 30px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

