/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 4em; /* 48px */
  	line-height: 1.125em; /* 54px */
  	margin-top: 0.375em; /*0.2917em;*/
  	margin-bottom: 0em;
}

h2 {
	font-size: 3em; /* 36px */
  	line-height: 1em; /* 36px */
  	margin-top: 0.5em;
  	margin-bottom: 0em;
}

h3 {
	font-size: 2em; /* 24px */
  	line-height: 1.5em; /* 36px */
  	margin-top: 0.75em;
  	margin-bottom: 0em;
}

h4 {
	font-size: 1.5em; /* 18px */
  	line-height: 1em; /* 18px */
  	margin-top: 1em;
  	margin-bottom: 0em;
}

h5 {
	font-size: 1.1667em; /* 14px */
  	line-height: 1.2857em; /* 18px */
  	margin-top: 1.2857em;
  	margin-bottom: 0em;
}

h6 {
	font-size: 1em; /* 12px */
  	line-height: 1.5em; /* 18px */
  	margin-top: 1.5em;
  	margin-bottom: 0em;
	font-weight: bold;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
}

/*p,*/
dl,
hr,
/*h1,
h2,
h3,
h4,
h5,
h6,*/
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}


/* `Specifics
----------------------------------------------------------------------------------------------------*/
p a, #bio a, h6 a {
	font-weight:bold;
	border-bottom: 1px dotted #B2B2B2;
}

p a, #bio a:hover {
	border-bottom: 1px solid #666;
	cursor: pointer;
}

.line_start {
	font-size: 1.5em;
}

#header_left h1 {
	padding-left: 5px;
	margin-top: 0.2916em !important;
}

#header_left p {
	padding-left: 5px;
}

#header_right h4 {
	margin-top: 0px;
	/*margin-top: 2.2222em !important;*/
	text-align: left;
	cursor: pointer;
}

#subheader h4, #subheader_alpha h4 { 
	color: #000;
	text-shadow: 1px -1px 0.1em #CCC;
	text-align: center;
	min-height: 20px;
	margin-top: 0px;
	padding-bottom: 2px;
}

#subheader #link{
}

#subheader .current {
	background-color: #fff;
	border: 1px dotted #B2B2B2;
	border-top: none;
	border-bottom: 1px solid #666 !important;
}


#subheader_alpha {
	border-bottom: 1px solid #666;
}

#subheader #link:hover {
	background-color: #ccc;
	padding-bottom: 2px;
	border: 1px dotted #B2B2B2;
	border-bottom: 1px solid #666;
	border-top: none;
}

#subheader .current:hover {
	background-color: #fff !important;
}

#films_menu ul {
	list-style: none !important;
}

#films_menu li {
	margin-left: 0px !important;
	margin-bottom: 36px;
}

.breadcrumb {
	margin-bottom: 0px !important;
}

#films_menu a {
	border-bottom: 1px dotted #B2B2B2; 
}

#films_menu a:hover {
	border-bottom: 1px solid #666;
}

#films_menu .current {
	margin-bottom:-1px;
	border-bottom: 1px solid #B2B2B2; 
	border-right: 1px solid #B2B2B2; 
}

#films_menu .current a {
	border-bottom: none;
}

#films_menu .current a:hover {
	border-bottom: none;
}

#main_center p {
	text-align: center;
	margin-top: 0.5em;
	line-height: 1.25em;
}

.press_menu {
	margin-top: 1.5em;
}

.image_link {
	font-weight:bold;
	border-bottom: 1px dotted #B2B2B2;
}

.image_link:hover {
	border-bottom: 1px solid #666;
	cursor: pointer;
}

#film_copy, #project_copy {
	padding: 0px 5px 5px 5px;
}

#film_copy h3, #project_copy h3 {
	margin-top:0px !important;
}

#film_copy ul, #project_copy ul, #project_sidenotes ul{
	list-style-type: none;
}

#film_copy li, #project_copy li {
	margin-bottom: 6px;
}

#film_copy li a, #project_copy li a {
	font-weight:bold;
	border-bottom: 1px dotted #B2B2B2;
}

#film_copy li a:hover, #project_copy li a:hover {
	border-bottom: 1px solid #666;
	cursor: pointer;
}

.image_caption {
	font-size: 0.8em;
	color: #666;
	text-align: right;
}

#footer-right p {
	color: #CCC;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: right;
	margin-bottom: 0px;
	padding: 5px;
	padding-bottom: 3px;
}

#footer-right a {
	border-bottom: none;
	color: #ccc;
}

#bio li, project_sidenotes li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#bio li:first-child, project_sidenotes li:first-child {
	margin-top: 1em;
}

.frontpage  {
	list-style-type: none;
}