html { overflow-y: scroll; }
body {
	width: 1000px;
	margin: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
	color: #444444;
	background-color: #8363B9;
}
/* colors, border */
a, a img {
	color: #444444;
	border: none;
	text-decoration: none;
}
#titlebar,
.colsidebar,
#content {
	border: 5px solid #553A81;
	background-color: #FFFAFA;
}
/*#languages a,*/
#navigation a {
	border-color: #553A81;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#languages a:hover,
#navigation a:hover,
#navigation .current > a,
#navigation .selected > a {
	color: white;
	background-color: #8363B9;
}

/* font-size */
#titlebar,
#sidebar,
#content {
	font-size: 130%;
	padding: 20px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 80%;
	font-weight: bold;
}
p.press {
	font-size: 80%;
	margin-bottom: .2em;
}
p.presstitle {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: .2em;
}
.play {
	font-style: italic;
}

/* margin, padding */
* {
	margin: 0;
	padding: 0;
}
h1 { margin-bottom: .7em; }
h2 { margin-bottom: .5em; }
h3 { margin-bottom: .3em; }
p, #content ul { margin-bottom: 1em; }
#content ul ul { margin-bottom: 0; }

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth {
	clear: both; 
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
/* general layout */
#titlebar {
	margin: 20px 20px 0 20px;
	height: 100px;
	position: relative;
	background: url(pics/eclectic_theatre.png) no-repeat scroll 40px 20px #FFFAFA;
}
#title {
	position: absolute;
	bottom: 15px;
	left: 330px;
}
#title h1 {
	margin: 0;
	font-size: 150%;
	vertical-align: bottom;
}

#languages {
	float: right;
	width: 5em;
}

#container {
	clear: both;
	position: relative;
	margin: 20px;
}
#sidebar {
	position: relative;
	float: left;
	/*display: inline;*/
	width: 180px;
	margin: 5px 5px 0 5px; /* border */
	z-index: 1;
}
#content {
	margin: 0 0 0 240px;
}

.colsidebar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 210px;
	z-index: 0;
}

/* contents sidebar */
#sidebar {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}
#languages,
#sidebar ul {
	list-style-type: none;
}
#sidebar ul ul li {
	padding-left: 15px;
}

#languages a,
#sidebar a {
	display: block;
	margin-bottom: 2px;
	padding: 1px 2px 2px 2px;
	font-weight: bold;
}
#languages li,
#navigation li {
	padding-top: 1px;
}
#sidebar li ul {
	display: none;
}
#sidebar .selected ul,
#sidebar .current ul {
	display: block;
}

#social {
	margin-top: 2em;
}

/* main contents */
.column1 {
	float: left;
	width: 50%;
	overflow: hidden;
}
.column1 p,
.column1 ul {
	margin-right: 10px;
}
.column2 {
	float: left;
	width: 50%;
	overflow: hidden;
}
.column2 p,
.column2 ul,
.column2 h2, .column2 h3 {
	margin-left: 10px;
}

.column1 :first-child,
.column2 :first-child {
	margin-top: 0;
}

#content p {
	text-align: justify;
}
p a,
#content a {
	text-decoration: none;
	font-weight: bold;
	border: none;
}
#content ul {
	padding-left: 1.5em;
}

.contentfooter {
	float: left;
}

/* special page formattings */
#content #gallery {
	padding: 0;
}
#gallery li {
	list-style: none;
	float: left;
	width: 210px;
	height: 210px;
	border: none;
}
#gallery table {
	width: 100%;
	height: 100%;
}

#gallery td {
	vertical-align: middle;
	text-align: center;
}

table.supporters td {
	padding-bottom: 1em;
	padding-left: 1em;
}

#content table.supporters a,
#content .links a {
	text-decoration: none;
	font-weight: normal;
}

ul.supporters {
	list-style-type: none;
	padding: 0;
}
ul.supporters li {
	display: inline;
	padding-right: 1em;
}

.links {
	list-style: none;
}

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

/* IE6 */
* html #sidebar li {	line-height: .1em; }
* html #sidebar a { line-height: 1.3em; }
* html .colsidebar { display: none; }
* html #container { color: #444444; background-color: #FFFAFA; border: 5px solid #553A81; position: static; }
* html #content { border: none; }

