/*  reset   */
/*  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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	vertical-align: baseline;
	background: transparent;
	font-size: 12px;
}



/* ------------------------------------------------- */

* {
font-size: 12px;
}

a {
	color: white;
	
}

body {

	font-family: Arial, Sans-Serif;
	background: black;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 12px;
	}


#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 900px;
	height: 100%;
	border: 1px solid #959596;
	}

#header {
	padding: 0;
	height: 100px;
	width: 900px;
	text-align: left;
	}

#logo {
	padding-left: 65px;
}

#logo_small {
	padding-left: 65px;
	padding-top: 25px;
	float: left;
}

#main_bg {
	width: 100%;
	height: 100%;
	background: url(/images/bg1.jpg) top center no-repeat;
}

.postmetadata {
	clear: both;
}

.center_column {
  padding:0; margin: 0;
	float:right;
	padding-top: 20px;

  margin-right: auto;
	width: 500px;
	text-align: left;
	height: 750px;
}

.clear {
	clear: both;
}

#footer {
	border-top: 1px solid white;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 90px;
	text-align: left; 
	clear: both;

	}


/* ----------------- */


.ui-accordion-container a{
	height: 50px;
	width: 250px;
}


#news_title{
	background: url(/images/header_news.png) no-repeat top left;
}

#news_title.selected{
	background: url(/images/header_news_active.png) no-repeat top left;
}


#photo_title{
	background: url(/images/header_photo.png) no-repeat top left;
}

#photo_title.selected{
	background: url(/images/header_photo_active.png) no-repeat top left;
}

#video_title{
	background: url(/images/header_video.png) no-repeat top left;
}

#video_title.selected{
	background: url(/images/header_video_active.png) no-repeat top left;
}

#audio_title{
	background: url(/images/header_audio.png) no-repeat top left;
}

#audio_title.selected{
	background: url(/images/header_audio_active.png) no-repeat top left;
}

#forum_title{
	background: url(/images/header_forum.png) no-repeat top left;
}

#forum_title.selected{
	background: url(/images/header_forum_active.png) no-repeat top left;
}



.post {
	color: white;
	width: 450px;
	font-size: 12px;
	line-height: 13px;
	padding-left: 40px;
}

.post h2{
	color: #BBB;
	width: 450px;
	font-size: 12px;
	line-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post strong{
	color: #fff;
	text-decoration: none;
	width: 450px;
	font-size: 12px;
	line-height: 10px;
}

.post-content {
	padding-left: 12px;
}

#lightbox-caption {
	display: none;
}

#stimuli_imageDetails  {
		display: none;
}

