/*
Theme Name: HOWL - The Movie
Theme URI: http://howthemovie.com/
Description: Design by Oscilloscope and Coded by Springthistle Design.
Author: April Hodge Silver
Author URI: http://springthistle.com
Version: 1.0
*/

body {
	background: #201a1a;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
	height: 0px;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

pre {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial;
}

blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/bebasneue-webfont.eot');
	src: local('☺'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#webfontoXVMlTgL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CuprumFFURegular';
	src: url('fonts/Cuprum-webfont.eot');
	src: local('☺'), url('fonts/Cuprum-webfont.woff') format('woff'), url('fonts/Cuprum-webfont.ttf') format('truetype'), url('fonts/Cuprum-webfont.svg#webfontKLktnWy4') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** STRUCTURE *************************************************/

#container {
	width: 950px;
	margin: 0 auto;
}

#emailsignup {
	text-align: right;
	margin: 10px 0;
	color: #fff;
}

#newsletter {
	background: url('images/email_signup.png') no-repeat right;
}

#newsletter #email {
	background: none;
	border: none;
	width: 178px;
	padding: 3px;
	color: #fff;
	margin-left: 10px;
}

#newsletter #button {
	background: none;
	border: none;
	text-indent: -2900px;
	width: 62px;
}

#nav {
	height: 35px;
}

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

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	display: block;
	text-indent: -2900px;
	height: 35px;
	background: url('images/nav.png') no-repeat;
}

#nav li a:focus {
  outline: none;
}

/* 2 - the film */
#nav li.page-item-2 a { width: 131px; }
#nav li.page-item-2 a:hover, #nav li.page-item-2.current_page_item a { background-position: 0px -35px; }
/* 6 - cast */
#nav li.page-item-6 a { width: 130px; background-position: -131px 0; }
#nav li.page-item-6 a:hover, #nav li.page-item-6.current_page_item a, #nav li.page-item-6.current_page_parent a { background-position: -131px -35px; }
/* 8 - the filmmakers */
#nav li.page-item-8 a { width: 187px; background-position: -261px 0; }
#nav li.page-item-8 a:hover, #nav li.page-item-8.current_page_item a { background-position: -261px -35px; }
/* 9 - trailer */
#nav li.page-item-9 a { width: 123px; background-position: -448px 0; }
#nav li.page-item-9 a:hover, #nav li.page-item-9.current_page_item a { background-position: -448px -35px; }
/* 11 - theaters */
#nav li.page-item-11 a { width: 133px; background-position: -571px 0; }
#nav li.page-item-11 a:hover, #nav li.page-item-11.current_page_item a { background-position: -571px -35px; }
/* 13 - press */
#nav li.page-item-13 a { width: 108px; background-position: -704px 0; }
#nav li.page-item-13 a:hover, #nav li.page-item-13.current_page_item a { background-position: -704px -35px; }
/* 15 - the poem */
#nav li.page-item-15 a { width: 137px; background-position: -812px 0; }
#nav li.page-item-15 a:hover, #nav li.page-item-15.current_page_item a { background-position: -812px -35px; }


#featured_image {
	width: 950px;
	height: 329px;
	overflow: hidden;
	background: url('images/i_film.jpg') no-repeat;
}

#main {
	background: #b5973d;
	color: #fff;
}

#content {
	width: 585px;
	float: left;
	padding: 38px 0 50px 38px;
	text-align: justify;
}

/* right sidebar */

#sidebar {
	width: 263px;
	float: right;
	padding: 0 38px 30px 0;
	margin: 90px 0 0 0;
}

#sidebar .widget_nav_menu {
	background: #dacc9f;
}

#sidebar .widget_nav_menu ul {
	margin: 0;
	padding: 15px;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
}

#sidebar .widget_nav_menu li {
	margin: 0;
	padding: 0;
}

#sidebar .widget_nav_menu a {
	color: #a19460;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #a19460;
}

#sidebar .widget_nav_menu li:last-child a {
	border: none;
}

#sidebar .widget_nav_menu a:hover, #sidebar .widget_nav_menu .current_page_item a {
	color: #5f4d1b;
}

#sidebar .widget_nav_menu li ul, #sidebar .widget_nav_menu h3 {
	display: none;
}

/* press */
/* publications submenu */
#sidebar #nav_menu-4.widget_nav_menu {
	background-image: url('images/sb_publications.png');
	background-repeat: no-repeat;
	padding-top: 22px;
}

#sidebar #nav_menu-4.widget_nav_menu ul {
	font-size: 11px;
}

#sidebar #nav_menu-4.widget_nav_menu ul a {
	color: #7b6d3e;
	border-bottom: 1px dotted #9c8e61;
}

#sidebar #nav_menu-4.widget_nav_menu li:last-child a {
	border: none;
}

/* footer */
#footer {
	margin: 30px 0 30px 0;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #6d684b;
}

#footer a:hover {
	color: #fff;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 15px 0 6px;
	text-transform: uppercase;
	background: url('images/footer-bullet.png') no-repeat 0 2px;
}

#footer li:first-child {
	background: none;
}

#footer #logo {
	margin-bottom: 8px;
}

/**** shared ubiquitous styles ****************************************/


.edit-link a {
	font-size: 12px;
	font-weight: normal;
}

.quote {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #766935;
	background: #d9cb9e;
	padding: 15px;
/*	font-family: 'CuprumFFURegular', sans-serif; */
}

.quote .attrib {
	font-size: 11px;
}

.gridimages {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gridimages li {
	margin: 0;
	padding: 0;
	display: inline;
}

.backtotop {
	text-transform: uppercase;
	display: block;
	margin-top: 25px;
}


/**** SPECIAL PAGE TREATMENTS *****************************************/

/*-- page titles ------*/

.pagetitle {
	text-indent: -2900px;
	background: no-repeat;
	height: 25px;
}

/*-- the filmmakers ----------------*/

.page-id-8 h3 {
	border-top: 1px dashed #dacc9f;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}

.page-id-8 h3.first {
	border: none;
	margin-top: 0px;
	padding: 0;
}

/*-- cast page & homepage ----------------*/

.page-template-tmplcast-php #content,
.page-template-tmplhome-php #content,
.page-id-9 #content {
	width: 950px;
	padding: 0;
	float: none;
}

.page-template-tmplcast-php #sidebar,
.page-template-tmplhome-php #sidebar,
.page-id-9 #sidebar {
	display: none;
}

/*-- theaters -------------------*/

#theaterstable {
	width: 100%;
}

#theaterstable td {
	border-bottom: 1px dashed #d2b864;
	padding: 5px 0;
}

#theaterstable th {
	border-bottom: 1px dashed #d2b864;
	padding: 5px 0;
	text-align: left;
	text-transform: uppercase;
}

#theaterstable a {
	background: url('images/bullet.png') no-repeat 0 4px;
	padding-left: 7px;
}

/*-- trailer ----------------- */

.page-template-tmpltrailer-php #content {
	background: url('images/trailer.gif') no-repeat;
	height: 546px;
}

.page-template-tmpltrailer-php h2 {
	display: none;
}

#trailer_box {
	width: 750px;
	padding: 155px 0 0 165px;
}

#trailer_box iframe {
	width: 620px;
	height: 347px;
	border: none;
}

#share_trailer {
	margin: 0 0 10px 10px;
}

/*-- homepage -------------- */

#homepage {
	background: url('images/home/homepage.jpg') no-repeat;
	height: 682px;
}

#hlinks {
	padding: 340px 0 0 630px;
	margin-bottom: -20px;
}

#hlinks a, #hlinks img {
	display: block;
	text-indent: -2900px;
	background-repeat: no-repeat;
	background-image: url('images/home/home-blurbs.png');
	width: 257px;
}

#hlinks #item1 { height: 48px;  }
#hlinks #item1:hover { background-position: -257px 0;  }
/* theaters */
#hlinks #item2 { height: 50px; background-position: 0 -48px; }
#hlinks #item2:hover { background-position: -257px -48px; }
/* fb and twitter */
#hlinks #item3 { height: 28px; background-position: 0 -132px; margin-top: 5px; }
/* classroom */
#hlinks #item4 { height: 50px; background-position: 0 -164px; }
#hlinks #item4:hover { background-position: -257px -164px; }
/* poem */
#hlinks #item5 { height: 42px; background-position: 0 -221px; }
#hlinks #item5:hover { background-position: -257px -221px; }
/* dvd */
#hlinks #item6 { height: 62px; background-position: 0 -263px; margin: 10px 0; }
#hlinks #item6:hover { background-position: -257px -263px; }

#hlinks .b50percent {
	height: 30px;
}

#hlinks .b50percent a {
	height: 20px;
	width: 120px;
	float: left;
	display: block;
}

#hlinks #item2a { background-position: 0 -98px; }
#hlinks #item2a:hover { background-position: -257px -98px; }
#hlinks #item2b { background-position: -120px -98px; }
#hlinks #item2b:hover { background-position: -377px -98px; }

#hlinks div.hr {
	background: url('images/home/home-blurbs.png') 0 -45px;
	height: 2px;
	width: 257px;
}

#areyouobscene a {
	display: block;
	width: 120px;
	height: 120px;
	background: url('images/are-you-obscene.png') no-repeat;
	z-index: 20;
	float: left;
	margin-top: -50px;
	margin-right: 10px;
	text-indent: -2900px;
}

/* poem sharing */

.excerpt {
	background: #fff;
	border: 1px solid #999;
	margin: 15px 5px;
	padding: 10px;
}

.share {
	margin-left: 205px;
}

.share img {
	margin-left: 10px;
}

/* WORDPRESS-OUTPUTTED STYLES - - - - - - - - - - - - - - - - - - - - - - - - - - */

.screen-reader-text {
	display: none;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding-top: 4px;
	margin: 0px 8px 8px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
}

