@charset "UTF-8";
/*
Theme Name: The Man Who Could Not Dream
Theme URI: http://tmwcnd.com/
Author: Gozer
Author URI: http://gozer.com.au/
Description: The theme for The Man Who Could Not Dream
Version: 1.0
*/
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

@font-face { font-family: 'OpenSansLight'; src: url("fonts/open-sans/OpenSans-Light-webfont.eot"); src: url("fonts/open-sans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Light-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'OpenSansLightItalic'; src: url("fonts/open-sans/OpenSans-LightItalic-webfont.eot"); src: url("fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-LightItalic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'OpenSansRegular'; src: url("fonts/open-sans/OpenSans-Regular-webfont.eot"); src: url("fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); font-weight: normal; font-style: normal; }

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

:focus { /* remember to define focus styles! */ outline: 0; }

body { background: #fff; line-height: 1; }

ol, ul { list-style: none; }

table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }

caption, th, td { font-weight: normal; text-align: left; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a img { border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* =Structure
----------------------------------------------- */
body, html { height: 100%; }

body, input, textarea { background: black; font-weight: 300; line-height: 1.625; font-size: 62.5%; font-family: 'OpenSansRegular', arial, helvetica, sans-serif; min-width: 1000px; color: #eee8c5; }

#page { margin: auto; text-align: left; width: 1000px; }

#main { text-align: left; clear: both; position: relative; background-position: 0 0; background-repeat: no-repeat; -webkit-transition: background-image 2s linear; -moz-transition: background-image 2s linear; -ms-transition: background-image 2s linear; -o-transition: background-image 2s linear; transition: background-image 2s linear; }

#primary { position: relative; background: #000; background: rgba(0, 0, 0, 0.8); padding-top: 1em; min-height: 1000px; }

/* Links */
a { color: #eee8c5; text-decoration: none; }

a:focus, a:active, a:hover { text-decoration: underline; }

/* =Header & Footer
----------------------------------------------- */
#branding { position: relative; padding: 10px 0; height: 95px; }
#branding #site-title { width: 1000px; height: 65px; margin-bottom: 0; }
#branding #site-title a { width: 100%; height: 100%; display: block; overflow: hidden; text-indent: 100%; white-space: nowrap; background: url("images/title.png") 0 0 no-repeat; }
#branding #site-description { text-indent: 100%; white-space: nowrap; overflow: hidden; width: 1px; font-size: 0; margin-bottom: 0; height: 10px; }
#branding #main_menu { font-size: 1.2em; padding: 0 0 0 10px; text-transform: uppercase; position: absolute; top: 85px; left: 0; z-index: 100; }
#branding #main_menu ul { text-align: left; }
#branding #main_menu li { display: block; float: left; position: relative; margin-right: 20px; padding-right: 15px; letter-spacing: 2px; }
#branding #main_menu li li, #branding #main_menu li:last-child { margin-right: 0; padding-right: 0; }
#branding #main_menu li.current-menu-ancestor a, #branding #main_menu li.current-menu-item a { color: #fff; }
#branding #main_menu li ul { display: none; background: #000; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; opacity: 0; -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; }
#branding #main_menu li ul li { float: none; display: block; }
#branding #main_menu li ul li a { display: block; padding: 3px 5px 2px; }
#branding #main_menu li:hover ul { display: block; opacity: 1; }
#branding #main_menu li a { color: #eee8c5; width: 100%; -webkit-transition: color 1s linear; -moz-transition: color 1s linear; -ms-transition: color 1s linear; -o-transition: color 1s linear; transition: color 1s linear; }
#branding #main_menu li a:hover { color: #fff; text-decoration: none; }
#branding #main_menu > ul > li { position: relative; }
#branding #main_menu > ul > li:after { border-right: 1px solid #eee8c5; content: " "; float: right; display: block; width: 1px; height: 1em; position: absolute; top: 4px; right: 0; }
#branding #main_menu > ul > li:last-child:after { content: ""; display: none; }
#branding #main_menu > ul > li.current-menu-ancestor, #branding #main_menu > ul > li.current-menu-item { background: url("images/mr-pointy.png") 50% 100% no-repeat; padding-bottom: 25px; }
#branding #main_menu > ul > li ul { margin-bottom: 5px; }

footer#colophon { width: 1000px; padding-bottom: 4em; }
footer#colophon aside { background: url("images/credits.png"); height: 10px; height: 150px; }
footer#colophon aside p { overflow: hidden; width: 1000px; text-indent: 100%; white-space: nowrap; height: 1em; }
footer#colophon .actions { margin: 1em 0; margin-left: 250px; width: 550px; text-align: center; }
footer#colophon a.fb { width: 26px; height: 26px; background: url("images/fb.png") -26px 0 no-repeat; display: inline-block; margin-right: 10px; margin-left: 10px; }
footer#colophon a.fb span { width: 26px; height: 26px; background: url("images/fb.png") 0 0 no-repeat; display: block; overflow: hidden; white-space: nowrap; text-indent: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
footer#colophon a.fb:hover span { opacity: 1; }
footer#colophon a.pozible { width: 71px; height: 29px; background: url("images/pozible.png") -71px 0 no-repeat; display: inline-block; margin-left: 10px; margin-right: 10px; }
footer#colophon a.pozible span { width: 71px; height: 29px; background: url("images/pozible.png") 0 0 no-repeat; display: block; overflow: hidden; white-space: nowrap; text-indent: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
footer#colophon a.pozible:hover span { opacity: 1; }
footer#colophon .fb-like { margin-left: 10px; display: inline-block; }
footer#colophon .fb-like iframe { display: inline-block; }
footer#colophon * { vertical-align: middle; }

/* Assistive text */
.assistive-text { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active, #access a.assistive-text:focus { background: #eee; border-bottom: 1px solid #ddd; color: #1982d1; clip: auto !important; font-size: 12px; position: absolute; text-decoration: underline; top: 0; left: 7.6%; }

/* =Content area
----------------------------------------------- */
#content { min-height: 500px; width: 590px; margin: auto; text-align: center; padding-top: 1em; color: #fff; padding-bottom: 4em; }
#content .entry-header { text-align: center; }
#content article { clear: both; }
#content article .entry-content { text-align: justify; }
#content article .entry-content p { -webkit-text-align-last: center; -moz-text-align-last: center; -ms-text-align-last: center; text-align-last: center; }

a.gozer { width: 80px; height: 85px; background: url("images/gozer_logo.png") 0 0 no-repeat; display: block; margin: 2em auto 0; overflow: hidden; white-space: nowrap; text-indent: 100%; }

#posters { position: relative; min-height: 1000px; }
#posters dl { position: absolute; top: 0; left: 0; display: none; z-index: 10; }
#posters dl:first-child { display: block; }

h1 { font-size: 2em; font-weight: normal; font-family: 'OpenSansLight', arial, helvetica, sans-serif; }
h1.entry-title { text-transform: uppercase; letter-spacing: 0.1em; }
h1.entry-title a { color: #fff; }
h1.entry-title:before { content: "•"; margin-right: 1em; }
h1.entry-title:after { content: "•"; margin-left: 1em; }

.entry-meta { font-size: 2em; margin-top: 1em; font-family: 'OpenSansLight', arial, helvetica, sans-serif; letter-spacing: 0.1em; }
.entry-meta a { color: #fff; }

.entry-content p, .entry-content ul, .entry-content ol, .entry-content td { font-size: 1.2em; line-height: 2em; letter-spacing: 0.2em; }

.wp-post-image { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 1em 0; }

.blog #content article .entry-title:before, .archive #content article .entry-title:before { content: ""; margin-right: 0; }
.blog #content article .entry-title:after, .archive #content article .entry-title:after { content: ""; margin-left: 0; }
.blog #content article:after, .archive #content article:after { display: block; content: "•"; text-align: center; font-size: 2em; }
.blog #content article:last-child:after, .archive #content article:last-child:after { display: none; }
.blog #secondary, .archive #secondary { position: absolute; top: 10em; left: 0; text-transform: uppercase; font-size: 1.2em; width: 150px; letter-spacing: 0.3em; }
.blog #secondary aside, .archive #secondary aside { text-align: center; }
.blog #secondary aside h3.widget-title, .archive #secondary aside h3.widget-title { color: #fff; }
.blog #secondary aside h3.widget-title:before, .archive #secondary aside h3.widget-title:before { content: "•"; margin-right: 1em; }
.blog #secondary aside h3.widget-title:after, .archive #secondary aside h3.widget-title:after { content: "•"; margin-left: 1em; }

.blog #main nav, .archive #main nav, .single #main nav { width: 50%; margin: 0 auto; font-size: 1.2em; letter-spacing: 0.3em; text-transform: uppercase; }
.blog #main nav .nav-previous a:hover, .blog #main nav .nav-next a:hover, .archive #main nav .nav-previous a:hover, .archive #main nav .nav-next a:hover, .single #main nav .nav-previous a:hover, .single #main nav .nav-next a:hover { text-decoration: none; color: #eee8c5 !important; }
.blog #main nav .nav-previous, .archive #main nav .nav-previous, .single #main nav .nav-previous { float: left; }
.blog #main nav .nav-next, .archive #main nav .nav-next, .single #main nav .nav-next { float: right; }

.home #primary { padding-top: 0em; }
.home #content { position: absolute; top: 5px; left: 0; z-index: 20; background: url("images/top-cast.png") 0 0 no-repeat; width: 1000px; height: 46px; text-indent: 100%; white-space: nowrap; overflow: hidden; }

.bio #content article:before { display: block; content: "•"; text-align: center; font-size: 2em; }
.bio #content article .entry-title { font-family: 'OpenSansLight', arial, helvetica, sans-serif; }
.bio #content article .entry-title span { font-style: italic; }
.bio #content article .entry-title:before { content: ""; margin-right: 0; }
.bio #content article .entry-title:after { content: ""; margin-left: 0; }
.bio #content article .wp-post-image { margin: 0.5em auto 1em; display: block; width: 220px; }

.image-gallery #content { width: 980px; padding: 0 10px; }
.image-gallery #content article { zoom: 1; }
.image-gallery #content article:before, .image-gallery #content article:after { content: ""; display: table; }
.image-gallery #content article:after { clear: both; }
.image-gallery #content article p { margin-bottom: 0.5em; }
.image-gallery #content article:before { display: block; content: "•"; text-align: center; font-size: 2em; }
.image-gallery #content article .entry-title { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-style: italic; }
.image-gallery #content article .entry-title:before { content: ""; margin-right: 0; }
.image-gallery #content article .entry-title:after { content: ""; margin-left: 0; }
.image-gallery #content div.thumbs { padding-top: 1em; }
.image-gallery #content div.thumbs dl { float: left; display: block; margin: 0 1.5em 1em 0; width: 230px; }
.image-gallery #content div.thumbs dl dt { display: block; height: 230px; width: 230px; display: table-cell; vertical-align: middle; text-align: center; }
.image-gallery #content div.thumbs dl dt a img { border: 1px solid transparent; -webkit-transition: border-color 1s linear; -moz-transition: border-color 1s linear; -ms-transition: border-color 1s linear; -o-transition: border-color 1s linear; transition: border-color 1s linear; }
.image-gallery #content div.thumbs dl dt a:hover img { border: 1px solid #7b796f; }
.image-gallery #content div.thumbs dl dd { text-align: left; font-size: 1.2em; letter-spacing: 0.3em; text-align: center; }
.image-gallery #content div.thumbs span.clear { clear: left; display: block; height: 20px; }

.contact #content .entry-content { padding: 2em 0; text-align: center; }

.wide #content { width: 900px; text-align: left; }

.view-trailer #content { width: 960px; }
.view-trailer #content article .entry-content { text-align: center; }
.view-trailer #content blockquote { font-family: inherit; font-style: normal; margin: 0 auto; font-size: 1em; width: 590px; text-align: justify; }

#content { /* Text elements */ }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-weight: normal; letter-spacing: 1.5px; }
#content h1 { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-size: 2em; margin-bottom: 0.5em; }
#content h2 { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-size: 2em; margin-bottom: 0.5em; }
#content h3 { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-size: 1.8em; font-style: italic; margin-bottom: 0.5em; }
#content h4 { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-size: 1.6em; font-style: italic; margin-bottom: 0.5em; }
#content h5 { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-size: 1.4em; font-style: italic; margin-bottom: 0.5em; }
#content hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.625em; }
#content p { margin-bottom: 1.625em; }
#content ul, #content ol { margin: 0 0 2em 2.0em; text-align: left; }
#content ul li, #content ol li { margin-bottom: 0.5em; }
#content ul { list-style: disc; }
#content ol { list-style-type: decimal; }
#content ol ol { list-style: upper-alpha; }
#content ol ol ol { list-style: lower-roman; }
#content ol ol ol ol { list-style: lower-alpha; }
#content ul ul, #content ol ol, #content ul ol, #content ol ul { margin-bottom: 0; }
#content dl { margin: 0 1.625em; }
#content dt { font-weight: bold; }
#content dd { margin-bottom: 1.625em; }
#content strong { font-weight: bold; }
#content cite, #content em, #content i { font-style: italic; }
#content blockquote { font-family: 'OpenSansLight', arial, helvetica, sans-serif; font-style: italic; font-weight: normal; margin: 0 20px; font-size: 1.4em; }
#content blockquote em, #content blockquote i, #content blockquote cite { font-style: normal; }
#content blockquote cite { color: #666; font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; }
#content pre { background: #f4f4f4; font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 1.625em; overflow: auto; padding: 0.75em 1.625em; }
#content code, #content kbd { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
#content abbr, #content acronym, #content dfn { border-bottom: 1px dotted #666; cursor: help; }
#content address { display: block; margin: 0 0 1.625em; }
#content ins { background: #fff9c0; text-decoration: none; }
#content sup, #content sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
#content sup { bottom: 1ex; }
#content sub { top: .5ex; }

.supporters iframe { margin-left: 110px; margin-top: 50px; }

table { margin: auto; }
table td { padding: 5px; }

/* Forms */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { #branding #site-title a { background-size: 980px; background-position-x: 5px; }
  #branding #main_menu { padding-left: 15px; }
  #branding #main_menu li { margin-right: 18px; padding-right: 15px; } }
@media only screen and (max-device-width: 480px) { #branding #site-title a { background-size: 980px; background-position-x: 10px; }
  #branding #main_menu { padding: 0 5px; padding-left: 10px; }
  #branding #main_menu li { margin-right: 18px; padding-right: 15px; } }
/* =Print
----------------------------------------------- */
@media print { body { background: none !important; font-size: 10pt; }
  footer.entry-meta a[rel=bookmark]:link:after, footer.entry-meta a[rel=bookmark]:visited:after { content: " [" attr(href) "] "; /* Show URLs */ }
  #page { clear: both !important; display: block !important; float: none !important; max-width: 100%; position: relative !important; }
  #branding { border-top: none !important; padding: 0; }
  #branding hgroup { margin: 0; }
  #site-title a { font-size: 21pt; }
  #site-description { font-size: 10pt; }
  #branding #searchform { display: none; }
  #branding img { display: none; }
  #access { display: none; }
  #main { border-top: none; box-shadow: none; }
  #primary { float: left; margin: 0; width: 100%; }
  #content { margin: 0; width: auto; }
  .singular #content { margin: 0; width: 100%; }
  .singular .entry-header .entry-meta { position: static; }
  .entry-meta .edit-link a { display: none; }
  #content nav { display: none; }
  .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { margin: 0; width: 100%; }
  .singular .hentry { padding: 0; }
  .entry-title, .singular .entry-title { font-size: 21pt; }
  .entry-meta { font-size: 10pt; }
  .entry-header .comments-link { display: none; }
  .page-link { display: none; }
  .singular #author-info { background: none; border-bottom: none; border-top: none; margin: 2.2em 0 0; padding: 0; }
  #respond { display: none; }
  .widget-area { display: none; }
  #colophon { display: none; }
  /* Comments */
  .commentlist > li.comment { background: none; border: 1px solid #ddd; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; margin: 0 auto 1.625em; padding: 1.625em; position: relative; width: auto; }
  .commentlist .avatar { height: 39px; left: 2.2em; top: 2.2em; width: 39px; }
  .commentlist li.comment .comment-meta { line-height: 1.625em; margin-left: 50px; }
  .commentlist li.comment .fn { display: block; }
  .commentlist li.comment .comment-content { margin: 1.625em 0 0; }
  .commentlist .comment-edit-link { display: none; }
  .commentlist > li::before, .commentlist > li.bypostauthor::before { content: ''; }
  .commentlist .reply { display: none; }
  /* Post author highlighting */
  .commentlist > li.bypostauthor { color: #444; }
  .commentlist > li.bypostauthor .comment-meta { color: #666; }
  .commentlist > li.bypostauthor:before { content: none; }
  /* Post Author threaded comments */
  .commentlist .children > li.bypostauthor { background: #fff; border-color: #ddd; }
  .commentlist .children > li.bypostauthor > article, .commentlist .children > li.bypostauthor > article .comment-meta { color: #666; } }
/* eviiiiiiil
----------------------------------------------- */
.oldie-no-goodie #branding #main_menu { padding: 0 5px; padding-left: 10px; }
.oldie-no-goodie #branding #main_menu li { margin-right: 24px; padding-right: 19px; }
.oldie-no-goodie #branding #main_menu li#menu-item-24 { margin-right: 0; padding-right: 0; }
.oldie-no-goodie #branding #main_menu li#menu-item-24:after { content: ""; display: none; }

#ie6 a.gozer { background: url("images/gozer_logo.gif") 0 0 no-repeat; }
#ie6 #branding #site-title a { background: url("images/title.gif") 0 0 no-repeat; }
#ie6 footer#colophon a.fb { background: url("images/fb.gif") -26px 0 no-repeat; }
#ie6 footer#colophon a.fb span { background: url("images/fb.gif") 0 0 no-repeat; }
#ie6 #posters { height: 1000px; }
#ie6 #content { top: 0; background: black url("images/top-cast.gif") 0 0 no-repeat; height: 24px; }

#ie6 #main, #ie7 #main { z-index: -10; }
#ie6 article.intro, #ie7 article.intro { margin-left: -7.6%; margin-right: -7.6%; padding-left: -7.6%; padding-right: -7.6%; max-width: 1000px; }
#ie6 section.featured-post, #ie7 section.featured-post { margin-left: -7.6%; margin-right: -7.6%; max-width: 850px; }
#ie6 section.recent-posts, #ie7 section.recent-posts { margin-right: 7.6%; }
