/* Reset browser styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	width: 100%;
	height: 100%;
}

body { 
	background-color: #fff;
	color: #000;
	font-family: "helvetica neue", helvetica, arial, sans-serif; 
	font-size: 100%;
	line-height: 1.125em; /* 18px */
}

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#outer-container { 
	position: relative; 
	padding: 12px 0 0 0;
}

#inner-container {
	position: relative;
	width: 658px; 
	padding: 48px 0 0 0;
}

#header { 
	float: left;
	width: 180px;
	height: 480px;
	margin: 0 60px 0 0;
	background-color: #fff;
	opacity: 0.8; /* CSS3 standard for Firefox */
	filter:alpha(opacity=80) /* CSS3 standard for IE */
}

#navigation { margin: 36px 0 0 0; }

#content { 
	float: left;
	width: 344px;
	margin: 0 0 60px 0;
	padding: 24px 36px;
	border: 1px solid #152026;
}

.clear { clear: both; }

fl-l { float: left; }

fl-r { float: right; }

/* Header
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

h1 { 
	padding: 6px 18px 6px 0; 
	background-color: #d8d8d8;
}

h2 a { padding: 6px 18px 6px 0; } 

/* Content
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#title { margin: -5px 0 0 0; }

#subtitle { margin: 7px 0 0 0; }

#poster-img { margin: 19px 0 0 0; }

#opening-info { margin: 19px 0 0 0; }

#gallery-info { margin: 19px 0 0 0; }

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

em { font-style: italic; }

h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	color: #101010;
	font-size: 1em; /* 6px */ 
	letter-spacing: 0.1875em; /* 3px */
	text-align: right;
}

h2 { 
	color: #101010;
	font-size: 0.8125em; /* 13px */ 
	letter-spacing: 0.0625em; /* 1px */
	text-align: right;
}

h3 { font-size: 0.75em; /* 12px */ }

h4 { font-size: 0.6875em; /* 11px */ }

h5 { font-size: 0.625em; /* 10px */ }

h6 { font-size: 0.5625em; /* 9px */ }

p { font-size: 0.6875em; /* 11px */ }

strong { font-weight: bold; }

.underline { text-decoration: underline; }

/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

a img { border: none; }

a { text-decoration: none; }

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
	display: block;
	color: #101010;
}

h1 a:hover { 
	display: block;
	color: #fff; 
}

h2 a:hover {
	display: block;
	background-color: #d8d8d8;
	color: #fff;
}

h2.current a:link, h2.current a:visited, h2.current a:hover { 
	display: block;
	background-color: #a0a0a0;
	color: #fff;
}
