/* START MAIN HOLDERS */
html, body
{
	height: 100%;
}

html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	margin-bottom: 1px;
}

body
{
	background: #767568 url(/wp-content/themes/olde_style/i/bg_body.gif);
	text-align: center;
	font-size: 62.5%;
	line-height: 160%;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

#container
{
	text-align: left;
	background: transparent url(/wp-content/themes/olde_style/i/bg_container.png) center top repeat-y;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
}

#header
{
	height: 150px;
	width: 951px;
	margin-left: 24px;
	background: #ede7ca url(/wp-content/themes/olde_style/i/bg_header.jpg) top left no-repeat;
	position: relative;
}

#naver
{
	width: 549px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 247px;
	background-image: url(/wp-content/themes/olde_style/i/tabs.gif);
	background-repeat: no-repeat;
}

body#home #naver {background-position: 0 0;}
body#about #naver {background-position: 0 -32px;}
body#characters #naver {background-position: 0 -64px;}
body#filmmaker #naver {background-position: 0 -96px;}
body#clips #naver {background-position: 0 -128px;}

#middler-top
{
	width: 919px;
	height: 20px;
	margin: 0 auto;
	background: #ede7ca url(/wp-content/themes/olde_style/i/bg_middler_top.gif) 0 0 no-repeat;
}

#middler
{
	width: 919px;
	margin: 0 auto;
	background: #ede7ca url(/wp-content/themes/olde_style/i/bg_middler.gif) 0 0 repeat-y;
}

#middler-inner
{
	width: 873px;
	margin: 10px auto;
	background: url(/wp-content/themes/olde_style/i/bg_middler_inner.gif) top left repeat-y;
	overflow: hidden;
}

#middler-bottom
{
	width: 919px;
	height: 63px;
	margin: 0 auto;
	background: #ede7ca url(/wp-content/themes/olde_style/i/bg_middler_bottom.gif) 0 0 no-repeat;
}

#inner-col-3, #inner-col-1-2-combined
{
	float: left;
}


#inner-col-3
{
	width: 200px;
}

#inner-col-1-2-combined
{
	width: 643px;
	margin-right: 30px;
	background: #ede7ca;;
}


/* END MAIN HOLDERS */

/* START LINKS */
#middler a:link, #middler a:visited
{
	color: #867140;
	text-decoration: underline;
}

#middler a:hover, #middler a:active
{
	color: #242424;
	text-decoration: none;
	background: #E3DCC2;
}

#middler ul a:link, #middler ul a:visited
{
	color: #605F53;
	text-decoration: underline;
}


/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #605F53;
}

#logo h1
{
	width: 286px;
	height: 150px;
	background: transparent url(/wp-content/themes/olde_style/i/logo.jpg) center center no-repeat;
}

#logo h1 a
{
	display: block;
	width: 286px;
	height: 150px;
	text-indent: -9999px;
}

h1, h2, h3, h4, h5
{
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;	
}

h1
{
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: bold;
	color: #6C6D5D;
}

h2
{
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: normal;
	color: #716E51;	
}

h4
{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: bold;
	color: #B0B3A8;
	height: 30px;
}

h5
{
	width: 200px;
	height: 25px;
	text-indent: -9999px;
	font-size: 18px;
	color: #B1B4A9;
	margin-bottom: 10px;
}

h5#heading-categories
{
	background: url(/wp-content/themes/olde_style/i/heading_categories.gif);
	margin-bottom: 0px;
}

h5#heading-search
{
	background: url(/wp-content/themes/olde_style/i/heading_search.gif);
}

h5#heading-links
{
	background: url(/wp-content/themes/olde_style/i/heading_links.gif);
}

h5#heading-more-information
{
	background: url(/wp-content/themes/olde_style/i/heading_more_information.gif);
}
/* END PARAGRAPHS AND HEADINGS */

/* START TOP NAVIGATION */
#nav
{
	height:32px;
}

#nav li
{
	float: left;
	list-style: none;
}

#nav a
{
	display: block;
	float: left;
	text-decoration: none;
	height: 32px;
	text-indent: -9999px;
}

#nav li#nav-home a { width: 76px; }
#nav li#nav-about a { width: 154px; }
#nav li#nav-characters a { width: 124px; }
#nav li#nav-filmmaker a { width: 115px; }
#nav li#nav-clips a { width: 79px; }
/* END TOP NAVIGATION */

/* START MISC DIVS */
#intro-holder
{
	padding: 0 20px;
}

.sep
{
	clear: both;
	margin: 20px 0;
	height: 2px;
	border-top: 1px solid #D5C37E;
}
#category-info
{
	padding: 15px 15px 5px 15px;
	margin: 0 15px 20px 15px;
	border: 1px solid #E7DEB7;
	background: #F3F0DD;
}

.post-holder
{
	border-bottom: 1px solid #8e8c79;
	margin-bottom: 20px;
	padding: 10px 30px 20px 20px;
	overflow: hidden;
}

.no-bottom-border
{
	border-bottom: none;
}

.video-holder
{
	 width: 425px;
	 height: 344px;
	 background: #121212;
	 margin-bottom: 10px;
}

.video-holder-medium
{
	width: 480px;
	margin: 15px auto;
}

.social-icons-holder
{
	height: 16px;
	margin-bottom: 15px;
}

.social-icons-holder a
{
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	margin-right: 7px;
}

#trailer-link
{
	width: 145px;
	height: 94px;
	background: transparent url(/wp-content/themes/olde_style/i/header_trailer_two.gif) top left no-repeat;
	position: absolute;
	top: 18px;
	left: 788px;
}

#trailer-link a
{
	display: block;
	width: 186px;
	height: 66px;
	text-indent: -9999px;
}

div#table-caption
{
	width: 100px;
	height: 20px;
	overflow: hidden;
	margin: 9px 0 0 117px;
}
/* END MISC DIVS */

/* START LISTS */
ul.plain-jane
{
	margin-bottom: 20px;
}

ul.plain-jane li
{
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 7px;
	color: #605F53;
}

ul.generic
{
	margin-bottom: 15px;
}

ul.generic li
{
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 10px;
	color: #605F53;
	margin-left: 20px;
	padding-left: 28px;
	background: url(/wp-content/themes/olde_style/i/bullet_1.gif) 0 2px no-repeat;
}

#nav-categories
{
	height: 189px;
	width: 200px;
	background-image: url(/wp-content/themes/olde_style/i/categories.gif);
	position: relative;
	margin-bottom: 25px;
}

#nav-categories li
{
	position: absolute;
	left: 0;
}

#nav-categories li, #nav-categories a
{
	width: 199px;
	display: block;
}

#nav-educators {top: 0; height: 29px;}
#nav-educators a {height: 29px;}

#nav-parents {top: 29px; height: 26px;}
#nav-parents a {height: 26px;}

#nav-scientists {top: 55px; height: 26px;}
#nav-scientists a {height: 26px;}

#nav-christians {top: 81px; height: 25px;}
#nav-christians a {height: 25px;}

#nav-environmentalists {top: 106px; height: 27px;}
#nav-environmentalists a {height: 27px;}

#nav-indie {top: 133px; height: 26px;}
#nav-indie a {height: 26px;}

#nav-music {top: 159px; height: 30px;}
#nav-music a {height: 30px;}

#nav-categories a
{
	width: 200px;
	display: block;
	text-indent: -9999px;
}

/* SET YOU ARE HERE LOOK AND HOVER LOOK */
body#cat-educators #nav-educators,
body#cat-educators #nav-educators a,
#nav-educators a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px 0px no-repeat;}

body#cat-parents #nav-parents,
body#cat-parents #nav-parents a,
#nav-parents a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -29px no-repeat;}

body#cat-scientists #nav-scientists,
body#cat-scientists #nav-scientists a,
#nav-scientists a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -55px no-repeat;}

body#cat-christians #nav-christians,
body#cat-christians #nav-christians a,
#nav-christians a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -81px no-repeat;}

body#cat-environmentalists #nav-environmentalists,
body#cat-environmentalists #nav-environmentalists a,
#nav-environmentalists a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -106px no-repeat;}

body#cat-indie #nav-indie,
body#cat-indie #nav-indie a,
#nav-indie a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -133px no-repeat;}

body#cat-music #nav-music,
body#cat-music #nav-music a,
#nav-music a:hover { background: transparent url(/wp-content/themes/olde_style/i/categories.gif) -200px -159px no-repeat;}
/* END LISTS */

/* START MISC STUFF */
img.framed
{
	border: 5px solid #F3F0DD;
}

.goleft
{
	float: left;
	margin: 10px 20px 15px 0;
}

.goright
{
	float: right;
	margin: 10px 0 15px 20px;
}


blockquote p
{
	border-top: 1px solid #ca9635;
	border-bottom: 1px solid #ca9635;
	padding: 15px;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 30px 10px;
	color: #605F53;
	font-style: italic;
}
/* END MISC STUFF */

/* START FORMS */
form#searchform
{
	background: transparent url(/wp-content/themes/olde_style/i/search.gif) top left no-repeat;
	height: 46px;
	margin-bottom: 15px;
}

input#s
{
	color: #ababab;
	font: 13px Georgia, Helvetica, serif;
	padding: 4px 7px;
	width: 182px;
	margin: 11px  0 0 0;
	background: transparent;
	border: none;
}

input#searchsubmit
{
	display: none;
}

form#contact-form label
{
	font-size: 1.4em;
	line-height: 1.4;
	color: #605F53;
}

form#contact-form input.text-input
{
	color: #605F53;
	font: 13px Georgia, Helvetica, serif;
	padding: 4px 7px;
	border: 1px solid #D7D7D5;
	width: 225px;
}

form#contact-form td
{
	padding: 5px 0;
}

form#contact-form td.spacer
{
	width: 20px;
}
/* END FORMS */

/* START SEARCH RESULTS */
.result-box
{
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.result-box .hide
{
	float: right;
}
/* END SEARCH RESULTS */