/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	padding: 0;
	min-width: 800px;
	background: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

hr {
	color: #323A33;
	background-color: #323A33;
	height: 1px;
	border-top: 1px dashed #97A48A;
	border-bottom: 0px #323A33;
	border-right: 0px #323A33;
	border-left: 0px #323A33;
	margin-top: 30px;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container {
	position: relative;
	width: 100%;
	text-align: center; /* center in IE */
	margin-bottom: 20px;
}

#container-inner {
	width: 800px;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin: 0px auto; /* center on everything else */
	background: #323A33;
}

#nav, #header, #intro, #main, #footer {
	position: relative;
	text-align: center; /* center in IE */
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 100%;
	background: #97A48A;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav-inner, #intro-inner, #main-inner, #footer-inner {
	width: 730px;
	margin: 0px auto; /* center on everything else */
	text-align: center;
}

#main-inner, #footer-inner {
	padding-top: 20px;
}

#intro {
	width: 100%;
	background: #000000;
	padding: 20px 0px;
	text-align: left;
}

#footer-inner {
	border-top: 1px #97A48A solid;
}

#footer {
	background: #323A33;
	margin-bottom: 10px; /* puts some padding under social networking badges */
}
	

/* =============================================================== */
/* COLUMNS AND OTHER WAYS TO BREAK UP PAGES */
/* =============================================================== */

#main-left {
	float: left;
	width: 450px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px 70px 0px 0px;
	text-align: left;
}

#main-right {
	float: left;
	width: 200px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#footer-room11-logo {
	float: left;
	width: 100px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
}

#footer-action-links {
	float: left;
	width: 110px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
}

#footer-photos-video {
	float: left;
	width: 70px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#footer-donate {
	float: left;
	width: 270px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

#footer-credits {
	float: left;
	width: 150px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
}

/* =============================================================== */
/* TEXT STYLES */
/* =============================================================== */

p, h1, h2, h3, ul {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: left;
}

li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #D3EEFB;
}

p {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

p.quote {
	font-size: 16px;
	line-height: 26px;
	font-weight: lighter;
	color: #D3EEFB;
	margin-bottom: 10px;
}

p.quote-attribution {
	font-size: 12px;
	line-height: 14px;
	font-weight: lighter;
	color: #D3EEFB;
}

#nav {
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#intro h1, #intro p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#intro h1 {
	font-size: 24px;
	line-height: 28px;
}

#footer p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 0px 5px 0px;
	text-transform: lowercase;
	text-align: left;
}

#footer-donate p {
	text-transform: none;
}

#footer-credits p {
	font-size: 10px;
}

/* =============================================================== */
/* MT-SPECIFIC ENTRY TEXT STYLES */
/* =============================================================== */

h2.entry-title {
	margin-top: 20px;
	margin-bottom: 0px;
	border-top: 1px dashed #97A48A;
	padding-top: 5px;
	font-size: 18px;
	line-height: 20px;
}

#event-listings h2.entry-title {
	margin-bottom: 0px;
	border: none;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	line-height: 20px;
}

h1.entry-title {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

p.entry-date {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 11px;
}

#event-listings p.entry-date {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 20px;
	border-top: 1px dashed #97A48A;
	padding-top: 5px;
}

h4.entry-categories-header {
	text-align: left;
}

.asset-meta, .asset-footer {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 20px;
}

.asset-footer {
        clear:both;
}

.asset-meta {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

.asset-more-link {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a { color: #85D3FF; text-decoration: none;}
a:hover { color: #ffffff; text-decoration: none;}

a.festival { color: #85D3FF; text-decoration: none; letter-spacing: 3px;}
a.festival:hover { color: #ffffff; text-decoration: none; letter-spacing: 3px;}

#nav a { color: #000; text-decoration: none; padding-right: 30px;}
#nav a:hover { color: #85D3FF; text-decoration: none; padding-right: 30px; text-shadow: #000 0 2px 3px;}


/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#main-left img {
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	float: left;
}

#main-right img {
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}

#footer-room11-logo img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: none;
}

#footer-photos-video img {
	margin-bottom: 5px;
	padding: 0px;
	border: none;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }archive