/* COMMON */

* {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
}

a {
	color:#b3b3b3;
	text-decoration: none;
}

a.silent {
	color:#fff;
}

img {
	border:0;
}

.clearLeft {
	clear:left;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
	border:0;
}
.clearRight {
	clear:right;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
	border:0;
}

.textJustify {
	text-align:justify;
}
.textCenter {
	text-align:center;
}

/* WRAPPER */

body {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:80%;
	background:url(../img/bg/body.jpg) repeat-y;
	background-position:50% 0;
	background-color:#000000;
	color:#fff;
}

div#main {
	position:relative;
	width:965px;
	margin:0 auto;
	background:url(../img/bg/texture_dark.jpg) repeat;
}

/* HEADER */

div#header h1 {
	height:44px;
	line-height:44px;
}

div#header h1 a {
	color:#fff;
	text-decoration:none;
}

ul#menu {
	width:965px;
	height:25px;
	background:url(../img/bg/texture_medium.jpg) repeat;
	list-style:none inside;
	font-size:120%;
	line-height:25px;
	margin-bottom:20px;
}

ul#menu li {
	display:inline;
	margin:0 30px;
	color:#b3b2b3;
}

ul#menu li a {
	color:#b3b3b3;
}
ul#menu li a:hover {
	color:#d6d6d6;
}

ul#menu li h2 {
	display:inline;
	color:#e5e5e5;
	font-size:100%;
	font-weight:normal;
}
ul#menu li h2 a {
	color:#eee;
}
ul#menu li h2 a:hover {
	color:#fff;
}

/* SLIDESHOW */

div#homeSlideshow {
	position:relative;
	width:965px;
	height:220px;
}

div#homeSlideshow img {
	position:absolute;
	top:0px;
	left:0px;
}

/* NEWS */

div#news {
	padding:10px 10px 10px 10px;
	background:url(../img/bg/texture_medium.jpg) repeat;
}

div#news img {
	float:left;
}

div#news div#homeIntroduction {
	width:485px;
	height:180px;
	float:right;
	padding:10px;
	background:url(../img/bg/texture_light.jpg) repeat;
}

div#news div#details,
div#news div#archive {
	height:180px;
	float:left;
	padding:10px;
	margin-left:10px;
	position:relative;
}

div#news div#details {
	width:258px;
	background:url(../img/bg/texture_light.jpg) repeat;
}

div#news div#details a.more {
	position:absolute;
	right:5px;
	bottom:5px;
}

div#news div#archive {
	width:197px;
	background:url(../img/bg/texture_light.jpg) repeat 120px 78px;
}

div#news div#archive ul {
	list-style-type:none;
}

div#news div#archive ul li {
	margin-bottom:3px;
}

div#news div#archive ul li a {
	margin-left:3px;
	color:#fff;
}

div#news div#archive a.more {
	position:absolute;
	right:5px;
	bottom:5px;
}

div#news .title {
	margin-bottom:10px;
	font-size:125%;
	font-weight:normal;
	color:#b3b3b3;
}

/* GALERY */

div#galery {
	margin:25px 0px 25px 0px;
	padding-left:5px;
}

div#galery a.thumbLink span.title,
div#galery a.thumbLink span.pictureLabel,
div#galery a.thumbLink span.author,
div#galery a.thumbLink span.authorLink,
div#galery a.thumbLink span.legend,
div#galery a.thumbLink span.description {
	display:none;
}

div#galery .thumb {
	margin:4px;
}

div#galery a#galery,
div#galery a#archive {
	display:block;
	width:90%;
	margin:15px auto;
	text-align:center;
	text-decoration:underline;
}

div#lightbox-imageContainer {
	background:#060403;
}
div#lightbox-infoBox {
	background:#060403;
	color:#b3b3b3;
}
span#lightbox-caption-title {
	text-align:center;
	color:#d5d5d5;
}
span#lightbox-caption-author a {
	color:#d5d5d5;
}
span#lightbox-caption-seperator {
	display:none;
}
span#lightbox-caption-description {
	display:block;
	text-align:center;
	margin-left:2px;
}
img#lightbox-image {
	margin:10px;
}

/* GROUP */

ul#members {
	diplay:block;
	height:22px;
	width:965px;
	margin:-18px 0 18px 0;
	padding:0;
	background:url(../img/bg/texture_light.jpg) repeat;
	list-style-position:inside;
	list-style-image:none;
	line-height:22px;
}
ul#members li {
	display:inline;
	margin-left:30px;
	color:#fff;
}
ul#members li a {
	color:#e5e5e5;
}
ul#members li h3 {
	display:inline;
	font-size:100%;
	font-weight:normal;
	color:#fff;
}
ul#members li a:hover {
	color:#fff;
}

div#description {
	width:965px;
	height:200px;
	margin:18px 0 0 0;
}
div#description h3 {
	font-weight:bold;
	font-size:100%;
	color:#b3b3b3;
	text-align:center;
}
div#description div.paragraph1,
div#description div.paragraph2,
div#description div.paragraph3 {
	display:block;
	float:left;
	width:299px;
	height:180px;
	padding:8px;
}
div#description div.paragraph1 {
	background:url(../img/bg/texture_medium.jpg) repeat;
	margin:0 10px 0 0;
}
div#description div.paragraph2 {
	background:url(../img/bg/texture_medium.jpg) repeat 50px -28px;
	margin:0 10px 0 0;
}
div#description div.paragraph3 {
	background:url(../img/bg/texture_medium.jpg) repeat 133px 80px;
	margin:0;
}

/* MEMBER */

div#member {
	margin:20px 20px 25px 20px;	
}

div#memberProfile {
	float:left;
	width:330px;
}

div#memberBio {
	float:left;
	width:295px;
	margin-right:30px;
}

ul#memberPictures {
	float:left;
	width:270px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

div#memberProfile img#portrait {
	display:inline;
	float:left;
	margin-right:15px;
}
div#memberProfile h3.name {
	font-size:100%;
	font-weight:normal;
	padding-top:15px;
}
div#memberProfile ul.links {
	margin-top:25px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

div#memberBio p.citation {
	padding-top:15px;
	font-style:italic;
}
div#memberBio p.biography {
	padding-top:15px;
	text-align:justify;
}

ul#memberPictures li {
	display:block;
	float:left;
	width:125px;
	height:125px;
	margin:0 4px 8px 4px;
}

/* LINKS */

h3#linksTitle {
	margin:0 0 10px;
	text-align:center;
	font-weight:normal;
}
ul#links {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
ul#links li.member {
	display:block;
	float:left;
	width:268px;
	height:120px;
	margin:10px 20px 10px 0;
	padding:10px 20px;
}
ul#links li.member.alea1 {
	background:url(../img/bg/texture_medium.jpg) repeat;
}
ul#links li.member.alea2 {
	background:url(../img/bg/texture_medium.jpg) repeat 55px -125px;
}
ul#links li.member.alea3 {
	background:url(../img/bg/texture_medium.jpg) repeat 200px 80px;
}
ul#links li.member.alea4 {
	background:url(../img/bg/texture_medium.jpg) repeat -100px 0px;
}
ul#links li.member.last {
	margin:10px 0 10px 0;
}
ul#links li ul.sites {
	margin:5px 0 0 10px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

/* CONTACT */

div#contact h3 {
	float:left;
	width:965px;
	margin:0 0 10px 0;
	font-weight:normal;
	text-align:center;
}

div#contact p#help {
	width:390px;
	float:left;
	margin:0 60px 0 40px;
	color:#c3c2c3;
	text-align:justify;
}

div#contact form#contactForm {
	float:left;
	width:450px;
}

div#contact form#contactForm p.error,
div#contact form#contactForm p.notice {
	margin:0 0 10px 0;
}
div#contact form#contactForm p.error {
	color:#dd5555;
}
div#contact form#contactForm p.notice {
	color:#fff; 
} 

div#contact div.input {
	margin:0 0 10px 0;
	position:relative;
}

div#contact label {
	display:block;
	float:left;
	width:175px;
	color:#c3c2c3;
}
div#contact label.mailCheck {
	display:block;
	float:none;
	width:450px;
}

div#contact input,
div#contact textarea {
	width:270px;
	background:#ccc;
	border:2px solid #b3b2b3;
}
div#contact input:focus,
div#contact textarea:focus {
	background:#eee;
}
div#contact input.error,
div#contact textarea.error {
	border:2px solid #cc3333;
}

div#contact label.mailCheckValue {
	display:inline;
	width:auto;
	height:18px;
	margin-top:3px;
}
div#contact input.radio {
	width:auto;
	height:18px;
	border:none;
	background:none;
	margin:3px 5px 0 20px;
	display:inline;
	float:left;
}
div#contact input.radio.first {
	margin-left:50px;
}

div#contact p.required {
	width:100%;
	text-align:center;
	color:#c3c2c3;
	font-style:italic;
}

div#contact input.submit {
	width:250px;
	height:19px;
	margin:10px 100px 0 100px;
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	cursor:pointer;
	color:#fff;
	text-align:center;
}

/* FOOTER */

ul#footer {
	width:965px;
	height:40px;
	margin-top:20px;
	background:url(../img/bg/texture_medium.jpg) repeat;
	list-style:none inside;
	line-height: 40px;
	text-align:center;
}

ul#footer li {
	display:inline;
}

ul#footer li.separator {
	margin:0 40px;
}
