@charset "utf-8";
/* CSS Document */

hr { display: none; }
* { padding: 0px; margin: 0px; }
html {}
body { 
	font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;
	font-weight: normal; 
	font-size: 62.5%;
	color: #666666;
	background-color: #000;
}
h1 { 
	font-size: 2em; 
	font-weight: normal; 
}
h2 {
	font-size: 1.2em; 
	font-weight: normal;
	margin: 0.4em 0em;
}
h3 {
	font-size: 1.1em; 
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
td {
	font-size: 1.1em; 
}
/* content */
#page-wrapper {
	position: relative;
	width: 834px;
	margin: 50px auto;
}
	#page-wrapper h1 {
		background-image: url(img/logo.png);
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -10000em;
		height: 73px;
	}
		#page-wrapper h1 a {
			
		}
	#content-wrapper {
		margin-top: 0.5em;
	}
		.content-container {
			position: relative;
		}
		.content-container #gallery-nav,
		.content-container #navigation {
			list-style: none;
			margin-bottom: 0.5em;
		}
		.content-container #navigation {
			position: absolute;
			right: 0px;
			top: 0px;
			height: 20px;
		}
			.content-container li {
				display: inline;
				margin-right: 0.5em;
			}
				.content-container li h3 {
					display: inline;
				}
					.content-container li a.selected {
						text-decoration: underline;
					}

		.content-container #gallery-thumb-nav {
			display: block;
			position: absolute;
			right: -12px;
			top: 20px;
			cursor: pointer;
		}
		#news-wrapper {
			padding-top: 2em;
		}
		#news-index {
			float: left; 
			width: 250px;
		}
		#news-container {
			float: left; 
			width: 500px;
		}
			#news-container h2 {
				margin-top: 0em;
				margin-bottom: 1em;
			}
			#news-container img {
				border: 0px;
				float: left;
				margin-bottom: 1em;
				margin-right: 1em;
			}
			#news-container #shortdesc {
				margin-bottom: 1em;
			}
			#news-container #longdesc {
				margin-bottom: 1em;
			}
	#myGalleryThumbs {
		list-style: none;
		padding: 0px 6px;
	}
		#myGalleryThumbs .thumbElement {
			display: inline;
			margin-right: 0px;
			margin-bottom: 0px;
		}
			#myGalleryThumbs .thumbElement img {
				border: 0px;
			}
	#footer-container {
		text-align: center;
		margin-top: 2em;
	}

	#login-container {
		width: 300px;
		padding: 10px;
		border: 1px solid #666666;
	}
/* generic classes */
.buttonbg {
	display: block;
	background-color: #fff;
	padding: 0px 4px;
	float: left;
	height: 16px;
	border: 1px solid #666666;
}
	.buttonbg span {
		line-height: 15px;
		text-align: center;
	}
td.remember {
	line-height: 17px;
}
	td.remember input {
		vertical-align: middle;
	}
	td.remember .remember-me {
		margin-left: 4px;
		vertical-align: middle;
	}
.clearboth {
	clear: both;
	line-height: 1px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}	
/* Subsection Tabs
--------------------*/
.content-container ul.subsection-tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:23px;
	clear:both;
}

.content-container ul.subsection-tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.content-container ul.subsection-tabs li.tab a {
	display:block;
	height:20px;
	padding:3px 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:120px;
}

.content-container ul.subsection-tabs li.tab a:hover {
	color:#666;
}

.content-container ul.subsection-tabs li.tab a.active {
	background-color:#ddd;
}

.content-container ul.subsection-tabs li.source_code {
	float:right;
}

