/************************************************/
/************************************************/
/* CSS Reset ************************************/
/************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/************************************************/
/************************************************/
/* General Styles *******************************/
/************************************************/

.clear {clear: both;}

body {
	background: #000 url('../images/bokeh.jpg') no-repeat center top fixed;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
}

header h1 {
	text-align: center;
	margin-top: 25px;
}

header h2 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	width: 550px;
	text-align: right;
	margin: 0 auto 15px auto;
	text-shadow: 2px 2px 4px #000;
}

header h2 span {
	font-style:italic;
}

#body {
	width: 800px;
	margin: 0 auto;
}

#body h2, #body h3 {
	text-shadow: 2px 2px 4px #000;
}

#body #slider {
	position:relative;
	width: 800px;
	height: 200px;
	margin: 0 auto;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	border: 1px solid #333;
	background: url('../images/loader.gif') no-repeat center;
}

#body #verfoto {
	text-align: center;
}

#body #verfoto .bigfoto {
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	border: 1px solid #333;
}

#body #verfoto figcaption {
	margin-top: 20px;
	background: url('../images/sidebar-bg.png');
	padding: 10px;
	color: #c1c1c1;
	font-size: 11px;
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}

#body #thumbs {
	margin-top: 25px;
	width: 500px;
	float: left;
}

#body #thumbs h3 {
	color:white;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}

#body #thumbs ul li {
	list-style: none;
	float: left;
	width: 125px;
	height: 85px;	
}

#body #thumbs ul li img {
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}

#body #sidebar {
	width: 265px;
	float: right;
	margin-top: 20px;
	background: url('../images/sidebar-bg.png');
	padding: 10px;
	color: #c1c1c1;
	font-size: 11px;
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}

#body #sidebar a, 
#body #sidebar a:visited,
#body #sidebar a:active{
	color: lightyellow;
}

#sidebar p {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #444;
}

#sidebar h3 {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
	padding: 10px 20px;
	margin-left: -20px;
	margin-top: 0;
	margin-bottom:15px;
	position: relative;
	width: 100%;

	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;

	color: #454545;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 1px 0 white;
}

#sidebar .arrow {
	 width: 0; height: 0;
	 line-height: 0;
	 border-left: 10px solid transparent;
	 border-top: 5px solid #c8c8c8;
	 top: 104%;
	 left: 0;
	 position: absolute;
}

#sidebar .vcard .photo {
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
	border:2px solid #444444;
	float:right;
	height:65px;
	margin-right:4px;
}

footer {
	display: block;
	text-align: center;
	font-size: 11px;
	color: lightyellow;
	margin-top: 15px;
}

footer a, 
footer a:visited,
footer a:active{
	color: lightyellow;
}


/************************************************/
/************************************************/
/* Nivo Slider CSS ******************************/
/************************************************/

/* The Nivo Slider styles */
.nivoSlider {
	

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/************************************************/
/************************************************/
/* Tiptip CSS ***********************************/
/************************************************/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}