/* ----------------------------------------*/
/* Basic                                   */
/* ----------------------------------------*/
html { overflow: -moz-scrollbars-vertical,-moz-scrollbars-horizontal !important; }

* { text-transform: lowercase; }

html, body, p, td, div, h1, h2, hr, a, ul, li {
	margin: 0; padding: 0;
	font-family: sans-serif;
	font-size: small;
}

body {
	color: #000000;
	background: #FFFFFF;
}

pre { border: 1px solid red; text-align: left; font-size: 14px; }

h1, h2 { font-weight: normal; }
h1 { margin-bottom: 24px; }
h2 { margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dotted #ABABAC; }

hr { border: 0; height: 1px; color: #FFFFFF; }

a { color: #8080C0; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
.inactiveLink { color: #FFFFFF; }
.invisible { color: #FFFFFF; }
a .selected, .selected { background: #8080C0; color: #FFFFFF; padding-left: 4px; padding-right: 4px; }
a .notSelected, .notSelected { padding-left: 4px; padding-right: 4px; }
a .notSelectedFirst, .notSelectedFirst { padding-right: 4px; }

/* ----------------------------------------*/
/* Menu                                    */
/* ----------------------------------------*/
.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid red;
	padding-top: 8px;
	padding-left: 24px;
}

ul.menuItems li {
	list-style-type: none;
	margin-bottom: 16px;
}


/* ----------------------------------------*/
/* Content                                 */
/* ----------------------------------------*/
.content {
	position: absolute;
	top: 0px;
	left: 184px;
	border: 0px solid red;
	padding-top: 8px;
}


/* ----------------------------------------*/
/* Navigation                              */
/* ----------------------------------------*/
.navigationTop, .navigationBottom{
	margin-bottom: 8px;
}

.navigationTop {
	border-bottom: 1px dotted #ABABAC;
	padding-bottom: 4px;
}
.navigationBottom {
	border-top: 1px dotted #ABABAC;
	padding-top: 4px;
}
.navigationLinks { float: left; }
.navigationDetails { text-align: right; }

.navigationTop ul { }

.navigationTop ul li {
	display: inline;
	margin-right: 12px;
	margin-bottom: 8px;
}

.navigationTop  .year { }


/* ----------------------------------------*/
/* Image                                   */
/* ----------------------------------------*/
.image {
	border: 0px solid blue;
	margin-top: 16px;
	margin-bottom: 8px;
}

.image img { border: 1px solid #A0A0A0; }


/* ----------------------------------------*/
/* Legend                                  */
/* ----------------------------------------*/
.legend { margin-bottom: 8px; }
.legend .title { float: right; }
.legend .detail { float: left; }
.legend .description {
	clear: both;
	padding-top: 8px;
}


/* ----------------------------------------*/
/* Comments (image and comments page)      */
/* ----------------------------------------*/
.comments {
	clear: both;
	margin-top: 32px;
	margin-bottom: 16px;
	width: 550px;
}

.comments ul { list-style: none; }

.comments img { float: right; margin-left: 16px; }

.comments li {
	border-top: 1px dotted #ABABAC;
	padding-top: 4px;
	margin-bottom: 16px;
	clear: both;
}
.comments li.first {
	border-top: 0;
}

.commentAdd {
	margin: 0 auto 0 auto;
	padding: 8px 4px 4px 4px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #71797E;
	background: #FFFFFF;
	text-align: left;
}


/* ----------------------------------------*/
/* Footer                                  */
/* ----------------------------------------*/
.footer {
	border-top: 1px dotted #ABABAC;
	padding-top: 4px;
	margin-top: 8px;
}


/* ----------------------------------------*/
/* Forms                                   */
/* ----------------------------------------*/
.formNotice { color: red; }

.formTextarea {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 2px;
	text-transform: none;
}

.formInput {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 2px;
	text-transform: none;
}

.formButton { }


/* ----------------------------------------*/
/* Messages                                */
/* ----------------------------------------*/
.errorMessage {
	padding: 10 4 10 4;
	margin: 0 auto;
	background: #AA0000;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.successMessage {
	padding: 10 4 10 4;
	margin: 0 auto;
	background: #00AA00;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}


/* ----------------------------------------*/
/* Thumbs                                  */
/* ----------------------------------------*/
.thumbList {
	clear: both;
	width: 816px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.thumbnail {
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #A0A0A0;
	width: 130px;
	height: 130px;
}


/* ----------------------------------------*/
/* Links                                   */
/* ----------------------------------------*/
#linkFrame { float: left; margin-right: 48px; }

#linkFrame ul { }
#linkFrame li {
	list-style-type: none;
	margin-bottom: 8px;
}
