/*---------------------------------------------------------------------
 * ELEMENTS
 *-------------------------------------------------------------------*/

body
{
	background: #0b0a10;
	background: #0F0E02;
	background: #12100a;
	background: #191717;
	color: #E2D6B5;

	font-size: 85%;
	font-family: baskerville, garamond, georgia, sans-serif;
	line-height: 1.1em;

	padding: 0;
	margin: 0;
}

a, h2, h3
{
	color: #F9E55B;
	color: #f8e55b;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: #fff !important;
}

h2
{
	font-size: 210%;
	letter-spacing: 0.5px;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	font-family: baskerville;
	margin: 0.1em 0 0.5em;
}

h2 span
{
	font-size: 50%;
	position: relative;
	top: -0.6em;
	left: 0.3em;
}

h3
{
	font-size: 150%;
	letter-spacing: 0.5px;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	font-family: baskerville;
	margin: 0.1em 0 0.5em;
}

h3 span
{
	font-size: 70%;
	position: relative;
	top: -0.4em;
	left: 0.0em;
}

h4
{
	font-size: 100%;
	font-weight: normal;
	color: #544;
	margin-bottom: -1em;
}

img
{
	border: none;
}

hr
{
	border: none;
	border-top: 1px dotted #403a30;
	border-top: 1px dotted #302a20;
	margin: 2em 0;
	height: 0px;
	padding: 0;
}

ul.spaced li
{
	margin: 1em 1em 1em 0;
}

table
{
	font-size: inherit;
}

td, th
{
	font-weight: normal;
	padding: 4px;
}

th
{
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}

input, select, textarea
{
	font-family: inherit;
	font-family: verdana, arial, sans-serif;
	color: #FFF0E0;
	font-size: inherit;
	font-size: 11px;
	border-color: #444 #111 #111 #111;
	border-width: 1px;
	border-style: solid;
	background: #030408;
	width: 170px;
	padding: 2px 3px;
}
input:hover, textarea:hover
{
	background: #131418;
}

blockquote
{
	margin: 1em 0.5em 2em;
}

/*---------------------------------------------------------------------
 * IDs
 *-------------------------------------------------------------------*/

#main
{
	margin: 20px 40px;
	width: 950px;
	position: relative;
}

#top
{
	float: left;
}

#menu
{
	padding: 10px 10px 10px 80px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	/*
	font-size: 110%;
	margin-bottom: 0.5em;
	*/
}

#menu a
{
	text-transform: lowercase;
}

#menu ul ul
{
	margin-top: 0.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#menu ul ul li
{
	font-size: 100%;
}

#logo
{
	padding-top: 0.3em;
}

#content
{
	float: left;
	padding-top: 50px;
	width: 600px;
	padding-left: 3em;
	position: relative;
	/* min-height: 650px; */
	height: auto !important;
	height: 650px;
}
.column_left
{
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

#footer
{
	clear: both;
	padding: 40px 30px;
	text-align: right;
	font-size: 90%;
	color: #443f37;
}

.light a, #footer a
{
	color: #888040;
}

#footer p
{
	margin-bottom: 0.8em;
}

#menu_sites_label
{
	position: relative;
	left: 40px;
	top: 50px;
}

#menu_sites_label span, #menu_about_label strong
{
	color: #f8e55b;
	font-weight: normal;
}

#menu_about_label
{
	position: relative;
	position: absolute;
	left: 150px;
}

#events h3
{
	font-size: 120%;
	margin-bottom: 0.2em;
	text-transform: none;
}

#events .event_date
{
	margin-top: 0.3em;
	margin-bottom: 0em;
	color: #544;
}

#events .event_description
{
	margin-top: 0.2em;
}

#events .event
{
	margin: 3em 0;
}

/*---------------------------------------------------------------------
 * CLASSES
 *-------------------------------------------------------------------*/

.column_top
{
	float: left;
	width: 260px;
	margin-top: 20px;

}

.column_left
{
	float: left;
	width: 260px;
	margin-right: 40px;
	margin-left: 10px;
}

.column_right
{
	float: left;
	width: 260px;
	position: absolute;
	bottom: -10px;
	left: 385px;
}

.column_right_top
{
	float: left;
	width: 260px;
	position: absolute;
	top: 60px;
	left: 365px;
}


.clear
{
	clear: both;
}

.site_image
{
	margin-bottom: 2em;
}

.site_play
{
	border: 0px solid  #282028;
	background: #282028;
	background: #242024;
	padding: 10px;
	padding-bottom: 5px;
	-moz-border-radius: 25;
}

.site_play *
{
	vertical-align: middle;
}

.site_play img
{
	float: left;
	margin-right: 10px;
}

.site_play_text
{
	font-size: 90%;
	padding: 5px 10px 10px 20px;
}

.column_video
{
	width: 430px;
}

.video
{
	float: left;
	padding: 7px;
	background: #0b0a07;
	background: #101010;
	border: 1px solid #1a1802;
}

.caption
{
	font-size: 90%;
	color: #544;
	text-align: right;
	margin-top: 6px;
}

.caption a
{
	color: #766;
}

.attrib
{
	text-align: right;
	color: #544;
}

#logo .attrib
{
	text-align: left;
	font-size: 90%;
	margin-top: -0.5em;
	margin-top: -12px;
	margin-left: 8px;
}

.light strong
{
	color: #766;
}





.light
{
	color: #544 !important;
}

.subtitle
{
	color: #544;
	margin-top: -1em;
}

.box
{        
        color: #FFF0E0;
        font-size: inherit;
        border-color: #444 #111 #111 #111;
        border-width: 1px;
        border-style: solid;
        background: #030408;
        padding: 12px;
}

.roles
{
	font-size: 120%;
	margin-top: -0.5em;
	color: #8f5080;
	color: #7f6070;
	line-height: 1.0em;
}

img.left
{
	float: left;
	margin: 0.2em 1em 1em 0;
}

.ref
{
	margin-bottom: 0.5em;
}

.notice
{
/*
	border: 1px solid #403838;
	padding: 3em;
	background: #252323;
	margin: 80px;
	color: #b2a085;
*/
	text-align: right;
	padding: 0.1em 1em;
	color: #595450;
}
