/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: Classic Theme
Author: Alexander Palmo

Description:
This the is the css theme for the Classic theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/* General */

body
{
	position: relative;
	color: #666633; /* txt_color */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #685440; /* bg_color */
	/* Standard. Readable */
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	background-image: url(images/wood.jpg);	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666633; /* headline_txt_color */
    text-shadow: #bbb 2px 2px 1px;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 512px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

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

/* Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #5C6774; /* link_reg_color */
}

a:hover {
	color: #394651;
	text-decoration: none;
	border-bottom: 1px dashed #394651;
}

a:active
{
	color: #3333FF; /* link_down_color */
}

/* Images */

img
{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* Elements */

hr	
{
	color: #F1F1E1; /* inner_border_color */
	background-color: #F1F1E1; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

/* Theme Specific */

#header_image
{
	margin: 0px;
	padding: 0px;
	border: 0px solid #F1F1E1;
}

#header
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFFFFF; /* header_txt_color */
	margin: 0px;
	padding: 4px 12px 4px 12px; /* header_bg_color */
	font-size: 14px;
	font-weight: bold;
}

#maincontent
{
	margin: 0;
	padding: 20px;
}

#maincontent .blog_subject
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666633; /* headline_txt_color */
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
}

#maincontent .blog_byline
{
	color: #999999; /* date_txt_color */
	font-size: 9px;
	margin-bottom: 10px;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body 
{
	padding: 10px;
	border-color: #999;
	border-width: 1px;
	border-style: dashed;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}

#footer
{
	border: 0;
	border-top: 1px solid #4D4D45; /* border_color */
	color: #666666; /* footer_txt_color */
	background: #EEEEEE; /* footer_bg_color */
	padding: 10px;
	text-align: right;
	clear: both;
}

.divider { margin: 20px 0px 15px 0px; }
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	font-family: "Helvetica Neue", Helvetica, "Arial Black", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C6774;
	text-decoration: none;
	letter-spacing: -0.5px;
}
#navlist li a:link {
	color: #666C74;
}
#navlist li a:visited {
	color: #666C74;
}
#navlist li a:active {
	color: #666C74;
}
#navlist li a:hover {
	color: #B99759;
}
#navlist li #active {
	color: #B99759;
}
.style2 {
	color: #464646;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


#topmenu {
	position:absolute;
	left:181px;
	top:234px;
	width:444px;
	height:17px;
	z-index:1;
}

#current {
	color: #000000;
}

.graytext {
	color: #464646;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 2em;
}
.stylesmall {
	color: #464646;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#Layer1 {
	position:absolute;
	top:659px;
	width:814px;
	height:28px;
	color: #98AAB5;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	left: 0px;
	padding-top: 9px;
	padding-left: 12px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#Layer1 a{
color:#9B9479;
}

#film {
	position:absolute;
	left:173px;
	top:260px;
	width:628px;
	height:323px;
	/* background-image: url(images/film_bg.gif);
	background-repeat: no-repeat; */
	background-position: bottom;
	padding-left: 4px;
}
#ads {
	position:absolute;
	left:205px;
	top:239px;
	width:565px;
	height:401px;
	z-index:1;
}

#menu {
	position:absolute;
	left:34px;
	top:203px;
	width:4px;
	height:266px;
	z-index:1;
}

#theatre {
	position:absolute;
	left:195px;
	top:235px;
	width:674px;
	height:277px;
}
.smalltext {
	font-family: "Lucida Grande", Helvetica, "Arial Black", Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
#contact {
	position:absolute;
	left:217px;
	top:247px;
	width:534px;
	height:226px;
	z-index:1;
	visibility: hidden;
}
#wrapper {
	position: relative;
	height: 100%;
	width: 826px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#insideWrapper {
	position: relative;
	height: 680px;
	width: 826px;
	margin: 0px;
	text-align: left;
	background-color: #F1F1E1;	
}

#insideWrapper:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}
.header_border {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.footer_space {
	margin-left: 113px;
}
#firefox_text {
	position: absolute;
	left: 616px;
	top: 271px;
	width: 154px;
	font-size: 10px;
	line-height: 1.5em;
}
#fp_text {
	position: absolute;
	left: 221px;
	top: 557px;
	width: 549px;
	font-size: 10px;
	line-height: 1.5em;
}
#photos_text {
	position: absolute;
	left: 623px;
	top: 281px;
	width: 155px;
	font-size: 10px;
	line-height: 1.5em;
}
#morelinks {
	position:absolute;
	left:230px;
	top:273px;
	width:187px;
	height:283px;
	z-index:1;
}
#credits1 {
	position:absolute;
	left:226px;
	top:280px;
	width:215px;
	height:508px;
	z-index:1;
}
#credits2 {
	position:absolute;
	left:468px;
	top:280px;
	width:226px;
	height:444px;
	z-index:1;
}

#longWrapper {
	position: relative;
	height: 880px;
	width: 826px;
	margin: 0px;
	text-align: left;
	background-color: #F1F1E1;	
}

#longFooter {
	position:absolute;
	top:859px;
	width:814px;
	height:28px;
	color: #98AAB5;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	left: 0px;
	padding-top: 9px;
	padding-left: 12px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#longFooter a{
color:#9B9479;
}
#synopsis {
	position:absolute;
	left:217px;
	top:273px;
	width:415px;
	height:283px;
	color: #464646;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
}
#firefox_bts_text {
	position: absolute;
	left: 632px;
	top: 280px;
	width: 131px;
	font-size: 10px;
	line-height: 1.5em;
	height: 228px;
}
#rimers_text {
	position: absolute;
	left: 197px;
	top: 500px;
	width: 549px;
	font-size: 10px;
	line-height: 1.5em;
}
#rimers_vid {
	position:absolute;
	left:198px;
	top:277px;
	width:534px;
	height:299px;
}
#rimers_text_sm {
	position: absolute;
	left: 612px;
	top: 295px;
	width: 108px;
	font-size: 10px;
	line-height: 1.5em;
	height: 119px;
}
#lm_vid {
	position:absolute;
	left:198px;
	top:277px;
	width:534px;
	height:299px;
}
#lm_text_sm {
	position: absolute;
	left: 612px;
	top: 295px;
	width: 108px;
	font-size: 10px;
	line-height: 1.5em;
	height: 119px;
}
#bspics {
	position:absolute;
	left:198px;
	top:277px;
	width:534px;
	height:299px;
}
#cast {
	position:absolute;
	left:210px;
	top:274px;
	width:441px;
	height:283px;
}
#bio_page {
	position:absolute;
	left:216px;
	top:254px;
	width:461px;
	height:508px;
}
#bio_page a {
color:#A57C2F
}
#nmb_text_sm {
	position: absolute;
	left: 611px;
	top: 263px;
	width: 108px;
	font-size: 10px;
	line-height: 1.5em;
	height: 119px;
}
