/*  
Theme Name: FilmTraveler
Theme URI: http://www.filmtraveler.com/
Description: Adapted from the default WordPress theme.
Version: 1.0
Author: Matt Friedman
Author URI: http://www.filmtraveler.com/
*/

/* -------------------------------------
	PAGE SETUP
 ------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	background: url('images/redcurtainTile.jpg');
	color: #333;
	margin: 0; padding: 0;
	}

/* -------------------------------------
	FONT SIZES - put ALL font sizes here!
 ------------------------------------- */

h1 {
	font-size: 1.8em;
	}
h1.singlepostTitle {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	}
#sidebar h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.3em;
	}
#movieScreenBottom {
	font-size: 1.0em;
	}
#contentcolumn {
	font-size: 1.2em;
	}
.commentlist cite, .commentlist cite a {
	font-size: 1.1em;
	}
small {
	font-size: 0.9em;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
.entry p, .entry ol, .entry ul, .entry p {
	font-size: 1.2em;
}
.entry ol ol, .entry ol ol ol, .entry ol ul, .entry ol ul ul, .entry ul ul, .entry ul ul ul, .entry ul ol, .entry ul ol ol  {
	font-size: 1.0em;
}
.postmetadata small {
	font-size: 0.8em;
}
.singlepostmetadata {
	font-size: 0.9em;
}
h3.commentsheader {
	font-size: 1.2em;
}
div.postCategoryTab {
	font-size: 1.15em;
}
.backpackAlmanac span {
	font-size: 1.2em;
}
div.dateMonth {
	font-size: 12px !important;
}
div.dateDay {
	font-size: 28px !important;
}
div.dateYear {
	font-size: 11px !important;
}
div.commentnumber  {
	font-size: 32px !important;
}
div.commentmetadataTab {
	font-size: 11px !important;
}
.awInner {
	font-size: 1.3em;
}
.awInner a {
	font-size: 1.2em;
}
h3.commentsheader {
	font-size: 1.2em;
}
div.genkiWrapper2 {
	font-size: 1.2em;
}
.callout {
	font-size: 1.1em;
}
#gallerydisclaimer {
	font-size: 0.9em;
}
#tickerscroll {
	font-size: 1.0em;
}
div.fakeScreenplay {
	font-size: 0.9em;
}
.post blockquote.documentQuote {
	font-size: 0.9em;
}
p.photocredit_footer {
	font-size: 0.8em;
}

/* -------------------------------------
	MAJOR COLOR SCHEME ELEMENTS
	Not all colors, just the huge ones
 ------------------------------------- */

a, h2 a:hover, h3 a:hover {
	color: #2B731E;
	}

a:hover {
	color: #348C24;
	}
	
h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #490F0C;
	}
	
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
h3.commentsheader {
	color: #979406;
	background: #FBFBAA;
	border: 1px solid #DDDD0B;
}

.postmetadata {
	border: 1px dashed #DDDD0B;
}

.singlepostmetadata {
	color: #82B67C;
	border: 1px dashed #82B67C;
}
div.commentboxwrapper, div.commentboxwrapperalt, div.commentboxwrapperauthor  {
	border-bottom: 1px dashed #CBCB96;
	}
div.commentnumber  {
	color: #BDD2BD;
	}
div.commentboxwrapperalt .commentnumber  {
	color: #AAC6AA;
	}
div.commentboxwrapperauthor .commentnumber  {
	color: #D0B0B3;
	}
tr.pluginrow {
	background-color: #F4ECED;
}
tr.pluginrowalt {
	background-color: #FAF5F7;
}
.post blockquote {
	color: #6A8769;
	border: 2px solid #AAC6AA;
	border-width: 2px 0;
	background: #F0F4F0 url('images/leftquoteWhiteGreen.gif') no-repeat top left;
}
.post blockquote.documentQuote {
	border-style: dashed;
	color: #526851;
}

/* -------------------------------------
	MAJOR HTML TAGS
 ------------------------------------- */

h1, h2, h3 {
	font-weight: bold;
	}
	
h1 {
	margin: 0;
	text-align: center;
	}
h1.singlepostTitle {
	text-align: left;
}
	
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

.post h2 {
	margin: 0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.entryTitleWrapper h3 {
	margin: 0;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	color: #777;
}

/* -------------------------------------
	MAJOR PAGE SECTIONS
 ------------------------------------- */

#page {
	}

#header {
	background: url('images/topcurtainTile.jpg') top left repeat-x;
	position: relative;
	height: 73px;
	}

	#siteTitle {
		width: 490px;
		height: 55px;
		background:url('images/FilmtravelerPlusSubtitle.gif') no-repeat;
		overflow: hidden; /* This is absolutely necessary for IE to not wrap the content under the huge line height with narrower window sizes */
		font-size: .1em; line-height: 1000px;
	}
	#siteCredits {
		position: absolute;
		top: 0px;
		right: 1px;
		width: 300px;
		height: 59px;
		background:url('images/headerCredits.gif') no-repeat;
		overflow: hidden;
		font-size: .1em; line-height: 1000px;
	}

#movieScreenTop {
	background:url('images/movieScreenTop.gif') no-repeat 21px 0px;
	width: 944px;
	height: 37px;
	margin: 0 auto;
	overflow: hidden;
}
#siteLogoEdges {
	background:url('images/siteLogoEdges.gif') no-repeat;
	width: 944px;
	height: 196px;
	margin: 0 auto;
	overflow: hidden;
}
#siteLogo {
	background:url('images/siteLogo.jpg') no-repeat top center;
	width: 852px;
	height: 196px;
	margin: 0 46px;
	overflow: hidden;
}
#movieScreenBG {
	background:url('images/movieScreenBG.jpg') repeat-y 46px 0px;
	width: 944px;
	margin: 0 auto;
	overflow: hidden;
}
#movieScreen {
	width: 852px;
	margin: 0 0 0 46px;
}

#movieScreenBottom {
	background:url('images/movieScreenBottom.gif') no-repeat 21px 0px;
	width: 944px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}

#contentcolumn {
	float: left;
	margin: 10px 0 20px 40px;
	width: 575px;
	}

/* -------------------------------------
	SIDEBAR
 ------------------------------------- */

#sidebar {
	padding: 10px 0 10px 0;
	margin-left: 640px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}


/* Begin Typography & Colors */

.entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* -------------------------------------
	SPECIAL SIDEBAR LISTS
 ------------------------------------- */

.categories ul li, .sidebarArchives ul li, .sidebarGalleries ul li, .sidebarGalleries ul ul li, .pagenav ul li, .linkcat ul li {
	padding: 2px 0 2px 18px !important;
}
.categories ul li {
	background: url('images/folder.png') no-repeat top left !important;
}
.pagenav ul li {
	background: url('images/page_white_text.png') no-repeat center left !important;
}
.sidebarArchives ul li {
	background: url('images/calendar_view_month.png') no-repeat center left !important;
}
.sidebarGalleries ul li {
	background: url('images/folder_image.png') no-repeat top left !important;
}
.sidebarGalleries ul ul li {
	background: url('images/pictures.png') no-repeat center left !important;
	margin-left: 4px !important;
}
.linkcat ul li {
	background: url('images/link_go.png') no-repeat center left !important;
}
.sidebarArchives ul li.fullArchive {
	background: url('images/date.png') no-repeat center left !important;
}
li.subscribeLinks a {
	background:none !important;padding:0;margin:0; text-align: center; display: block;
}

/* -------------------------------------
	POST OVERALL THEMING
 ------------------------------------- */

.post {
	position: relative; /* so we can absolute position the date */
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
.entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px;
	line-height: 1.6em;
}
.singlepost {

}

.postmetadata {
	padding-top: 5px;
	clear: left;
	border-width: 1px 0 0 0;
	text-align: right;
}

.singlepostmetadata {
	border-width: 0;
	padding: 10px 0;
	text-align: center;
}

div.blogEntryDateBox {
	position: absolute;
	z-index: 20;
	width: 88px;
	height: 71px;
	overflow: hidden;
	top: 10px;
	left: 0;
	background-image: url('images/filmframe_dateBG.png');
	behavior: url('/iepngfix.htc'); /* fucking IE */
	text-align: center;
}
	div.dateMonth {
		margin: 9px 0 0 -7px;
		padding: 0;
	}
	div.dateDay {
		margin: -8px 0 0 -7px;
		padding: 0;
	}
	div.dateYear {
		margin: -6px 0 0 -7px;
		padding: 0;
	}
div.entryTitleWrapper1 {
	background-image: url('images/postheaderBG.png');
	background-position: top left;
	background-repeat: repeat-y;
	behavior: url('/iepngfix.htc'); /* fucking IE */
	overflow: hidden;
}
div.entryTitleWrapper2 {
	position: relative;
	border: 1px solid #CBCB96;
	border-width: 1px 0;
	padding: 30px 0 22px 100px;
}
div.postCategoryTab {
	color: #fff;
	z-index: 20;
	position: absolute;
	height: 25px;
	overflow: hidden;
	top: 0;
	right: 0;
	background: url('images/categoryTitleTabBG.gif') no-repeat top left;
	padding: 3px 10px 0 35px;
}
div.postCategoryTab a:link, div.postCategoryTab a:visited {
	color: #fff;
	font-weight: bold;
}
div.postCategoryTab a:hover, div.postCategoryTab a:active {
	text-decoration: underline;
}
p.readmore {
	font-weight: bold;
}

.singlepostSocialData {
	position: relative;
	border: 1px solid #CBCB96;
	border-width: 1px 0;
	background-image: url('images/postheaderBG.png');
	background-position: top left;
	background-repeat: repeat-y;
	padding: 6px;
}
.tagsLabel {
	background: url('images/tag_red.png') no-repeat center left;
	padding-left: 20px;
}
.indexpage .post {
	margin-bottom: 50px;
}

/* -------------------------------------
	POST CONTENT THEMING
 ------------------------------------- */

.post blockquote {
	padding: 10px 10px 10px 60px;
	margin: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.post blockquote.documentQuote {
	margin: 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
}

.attribution {
	font-size: 0.7em;
	color: #888;
}
.backpackAlmanac {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 250px;
	background: url('images/BackpackAlmanac.jpg') no-repeat top left;
	padding: 8px 15px 15px 15px;
	margin: 0 0 8px 10px;
	color: #422B00;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}
.backpackAlmanac span {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 80px;
	color: #714900;
	font-style: normal;
	line-height: 1.2em;
}
.backpackAlmanac span em {
	color: #D56B02;
	font-style: normal;
}
.callout {
	float: right;
	width: 200px;
}
.calloutRight200 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #705030;
	background-color: #F4F4F0;
	border: 1px solid #CBCB96;
	border-width: 1px 0;
	font-weight: bold;
	padding: 8px 10px;
	margin: 8px 0 6px 10px;
	font-style: italic;
	text-align: center;
}
div.fakeScreenplay {
	color: #444;
	padding: 15px;
	margin: 15px;
	background-color: #EDE6CB;
	border: 1px dashed #DAC08B;
	font-family: "Courier New", Courier, mono;
	line-height: 1.3em;
	text-align: left;
}
	.fS_character {
		margin: 0.8em 100px 0 170px;
	}
	.fS_dialogue {
		margin: 0 100px 0 90px;
	}
	.fS_parenthetical {
		margin: 0 100px 0 105px;
		font-style: italic;
	}


/* -------------------------------------
	POST NAVIGATION LINKS
 ------------------------------------- */
 
.navigation {
	overflow: hidden;
}

/* -------------------------------------
	COMMENTS
 ------------------------------------- */

.commentbox pre {
	overflow: auto;
}

h3.commentsheader {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .5em;
	text-align: center;
	padding: 4px;
	margin: 0;
	border-width: 1px 0;
	overflow: hidden;
}
.writecomment {
	margin-top: 15px !important;
}
div.commentlist {
	margin: 0;
	}
div.commentboxwrapper  {
	position: relative;
	background: url('images/commentsBGdark.gif');
	}
div.commentboxwrapperalt  {
	position: relative;
	background: url('images/commentsBGlight.gif');
	}
div.commentboxwrapperauthor  {
	position: relative;
	background: url('images/commentsBGauthor.gif');
	}
div.commentnumber  {
	position: absolute;
	width: 42px;
	text-align: center;
	line-height: .8em;
	padding: 0;
	top: 3px;
	left: 0px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
div.commentmetadataTab {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
}
div.commentbox  {
	background: url('images/commentsBGdark_leader.gif') no-repeat top left;
	padding: 15px 15px 15px 55px;
	}
div.commentboxwrapperalt div.commentbox {
	background: url('images/commentsBGlight_leader.gif') no-repeat top left;
	}
div.commentboxwrapperauthor div.commentbox {
	background: url('images/commentsBGauthor_leader.gif') no-repeat top left;
	}
#commentform p {
	margin: 3px 0;
}

/* -------------------------------------
	PLUGINS
 ------------------------------------- */

#pluginstable td {
	padding: 6px 3px;
	text-align: left !important;
}

#commentPreviewWrapper {
	clear: right;
	margin: 5px;
	padding-top: 10px; /* necessary because it's under a floated element */
	display: none;
}
#commentPreview {
	position: relative;
	border: 1px solid #AAC6AA;
	padding: 10px;
	background: url('images/commentsBGlight.gif');
}
#commentPreview p {
	margin: 0.9em 0;
}

#previewHeader {
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #9EBE9E;
}
div.shareItem {
	margin: 6px 0;
}
div.genkiWrapper2 {
	border: 2px solid #8C2D2D;
	border-width: 2px 0;
	background: #F4ECED url('images/bullhorn.gif') no-repeat 10px center;
	padding: 20px 20px 20px 60px;
	margin: 15px 0;
}
div.fim_random {
	width: 190px;
	overflow: hidden; /* to contain entire thumb so caption drops beneath */
}
div.fim-random-caption a {
	background: url('images/pictures.png') no-repeat center left;
	padding: 4px 0 4px 18px;
}

#gallerydisclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #705030;
	font-style: italic;
	text-align: center;
}
.aw1 {
	margin: 20px auto;
}
.aw1, .aw2, .aw3 {
	width: 350px;
	overflow: hidden;
}
.aw1 {
	background: url('images/photogallerycalloutBG.jpg') repeat-y;
}
.aw2 {
	background: url('images/photogallerycalloutBG_top.jpg') no-repeat top left;
}
.aw3 {
	background: url('images/photogallerycalloutBG_bottom.jpg') no-repeat bottom left;
}
.awInner {
	width: 290px;
	margin: 25px 15px 35px 35px;
	text-align: center;
}
.awInner a {
	display: block;
	min-height: 66px;
	background: url('images/photogallerycalloutSlidesicon.gif') no-repeat top left;
	padding: 15px 0 0 70px;
	margin: 8px 0 0 0;
	text-align: left;
}
#tickerscrollWrapper1 {
	background: url('images/comingSoon.gif') no-repeat top left;
	width: 190px;
	height: 90px;
}
#tickerscrollWrapper2 {
	padding: 0;
	width: 170px;
	height: 55px;
	margin: 35px 10px 0 10px;
}
#tickerscroll {
	width: 170px;
	height: 55px;
}
.tickerscroll_item {
	position: absolute;
	background: none !important;
	padding: 0 !important; margin: 0 !important;
	color: #FFFFFF !important;
	top: 100px;
	left: 0px;
	width:170px;
}
#ratingsWidget {
	font-size: 11px !important;
	font-weight: normal !important;
	position: absolute;
	z-index: 100;
	right: 3px;
	bottom: 4px;
	width: 400px;
	text-align: right;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* -------------------------------------
	NORMAL UL/LI LISTS
 ------------------------------------- */

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li ul li {
	background: url('images/bullet.png') no-repeat center left;
	padding-left: 8px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul {
	margin: 0 0 0 6px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.entry ol ol li {
	list-style-type: lower-alpha;
}


/* -------------------------------------
	FORM ELEMENTS
 ------------------------------------- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	background: url('images/textinputBG.gif') no-repeat top left;
	border: 1px solid #aaa;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background: url('images/textinputBG.gif') no-repeat top left;
	border: 1px solid #aaa;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* -------------------------------------
	CALENDAR
 ------------------------------------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

