/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #FFF;}

body {
	background: url(img/background.png);
	color: #999;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 50px;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}

h1 {font-size: 1.2em;}

h1,h2,h3 {color: #CCC;}

/* misc */
.clearer {clear: both;}

.main .padded {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 18px 24px;
	background: #222;
}

.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: #000000;
	width: 700px;
	float: center;
	border: 12px solid #222;
}

/* header */
.header {
	text-align: center;
	background: url(img/header.png);	
	height: 125px;
}

/* structure */
.nav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 520px;
}

/* navigation */
.nav h1 {
	background: #222;
	color: #FFE;
	font-style: bold;
	line-height: 24px;
	padding-left: 8px;
}
.nav ul {margin: 0; padding: 0;}

.nav li {
	border-bottom: #222 1px solid;
	list-style: none;
}
.nav li a {	
	background: #333;	
	color: white;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.nav li a:hover {
	background-color: #CCCCCC;
	color: black;
}

/* footer */
.footer {
	background: #333;
	border-top: #222 10px solid;
	color: #CCC;
	font-weight: 100;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
