@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul, li {
	list-style : none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
/* Removes list-style from lists */
table {
	border-collapse : collapse;
	border-spacing : 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000000;
	background-image: url(../img/bg_bodypng);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ================ divs ====================== */

#container {
	margin: 0 auto;
	width: 800px;
}
#branding {
	height: 250px;
	background-repeat: no-repeat;
}
#branding h1 a {
	height: 0px;
	display: block;
	text-indent: -8888px;
}
#nav {
	height: 30px;
	padding: 0 10px;
	background-image: url(../img/bg_nav.png);
}
#content {
	padding: 0 0 0 0;
}
#agenda_content {
	float: left;
	padding: 40px 0 0 0;
}
#main_content {
	float: left;
	width: 490px;
	padding: 40px 0 0 0;
}
#sidebar {
	width: 250px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #2D1434;
	float: right;
	min-height: 300px;
	padding: 40px 0 0 0;
}
#home_agenda {
	padding: 40px 0 0 0;
}
#home_sidebar {
	width: 300px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #2D1434;
	float: right;
	min-height: 300px;
	padding: 10px 0 0 0;
}
#banner {
    margin: 10px 0 0 150px;
    padding-bottom: 10px;
}

.foot {
	background-image: url(../img/bg_foot.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	width: 800px;
	clear: both;
	margin: 10px 0 0 0;
}
/* ================ nav ====================== */

#nav li {
	float: left;
	width: 130px;
	height: 30px;
	text-align: center;
	overflow: hidden;
}
#nav li:hover {
	background-color: #000000;
}
#nav li a {
	color:#9966CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
	height: 22px;
	padding-top: 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#nav li a:hover {
	color:#FFE6F2;
}
#nav li a.current {
	color:#FFE6F2;
	background-color: #000000;
}
/* ================ sidebar ====================== */

#sidebar li {
	text-indent: 20px;
	height: 40px;
	width: 250px;
}
#sidebar li a {
	color: #CCB2E5;
	font-size: 14px;
	font-family: "Helvetica";
	text-decoration: none;
	font-weight: normal;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar li img {
	float: left;
	margin: 0 10px 0 15px;
}
/* ================ home ====================== */

#home_sidebar h3 {
	margin: 0 0 0 -10px;
}
#home_agenda li {
	text-indent: 20px;
	height: 30px;
	width: 500px;
}
#home_agenda li a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Helvetica";
	text-decoration: none;
	font-weight: normal;
}
#home_agenda li a:hover {
	text-decoration: underline;
}
/* ================ staff ====================== */

ul.staff {
	margin: 25px 0 0 0;
}
.staff li {
	float:left;
	width: 150px;
	height: 130px;
	margin: 40px 0 30px 2px;
}
.staff li #thumb {
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #111;
	border: 5px solid #111;
}
.staff li #thumb img {
	width: 120px;
}
#thumb a {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 5px;
	border: 5px solid #111;
}
#thumb a:hover {
	border: 5px solid #fff;
}
/* ================ agenda ====================== */

.agenda_item {
	margin: 0 0 5px 0;
}
.agenda_item img {
	float: right;
/*	width: 200px; */
	margin: 0 0 20px 20px;
}
.agenda_photo {
	width: 200px;
	overflow: hidden;
	float: right;
	margin: 0 0 20px 0;
}
.image {
	float: right;
	overflow: hidden;
}
/* ================ pictures ====================== */

#foto a {
/*	width: 100px; */
/*	height: 100px; */
	display: block;
	float: left;
	overflow: hidden;
	margin: 5px;
	border: 5px solid #111;
}
#foto a:hover {
	border: 5px solid #fff;
}
/* ================ typo ====================== */

h1 {
}
h2 {
	color:#FFD5EA;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 3px;
	padding: 5px;
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
h3 {
	color:#FFD5EA;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 3px;
	padding: 18px 0 10px 10px;
	;
}
h4 {
	color:#FFD5EA;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 0 10px 0px;
}
p {
	color: #CCB2E5;
	font-size: 14px;
	font-family: "Helvetica";
	text-decoration: none;
	font-weight: normal;
}
a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Helvetica";
	text-decoration: none;
	font-weight: underline;
}
a:hover {
	text-decoration: underline;
}
.no_under {
	text-decoration: none;
}
#agenda {
	clear: both;
	padding-top: 40px;
}
