html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
}

body 
{ 
	background-image: url(../images/background.png);
	font-size: 1em;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #FF00AE;
	text-decoration: none;
}

img, body , #container
{
	behavior: url(iepngfix.htc);
}

#wrapper
{
	margin: 0 auto;
	width: 820px;
}

#container
{
	background-image: url(../images/background_main.png);
}

#movie_container
{
	background-image: url(../images/background_movie.png);
}

#main
{
	width: 800px;
	margin-left: 10px;
	margin-right: 10px;
}

#logo
{
	float: left;
}

#search
{
	float: right;
	width: 230px;
	background-color: #DADADA;
	text-align: center;
	height: 60px;
}

#search #search_box
{
	height: 40px;
	width: 220px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #000000;
	text-align: left;
}
#search #search_box #searchform #search_criteria
{
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	width: 120px;
	border: 1px solid #000000;	
}

#search #search_box #searchform #search_button
{
	float: right;
	border: 0;
	width: 75px;	
}

#header
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content
{
	width: 560px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.post
{
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #DADADA;
	text-align: center;
}

.post .post_item_left, .post .post_item_right, .post .post_item
{
	width: 50%;
	text-align: center;
}

.post .post_item_left
{
	float: left;
}

.post .post_item_right
{
	float: right;
}

.title
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.post img
{	
	width: 225px;
	height: 225px;
	border: 1px solid #DADADA;
}

#menu
{
	float: right;
	width: 220px;
	text-align: center;
	z-index: 1;
}

#menu p
{
	width: 210px;
	text-align: left;
	font-size: 1.25em;
}

#menu p img
{
	margin-bottom: 5px;
}

#page_nav
{
	margin-top: 20px;
}

#search_results
{
	text-align: left;
	font-size: 1.25em;
}

#search_results .header
{
	font-size: 1.25em;
	font-weight: bold;
}

.movie
{	
	text-align: center;
	display: inline;
}

.movie img
{	
	width: 150px;
	height: 110px;
	border: 1px solid #DADADA;
}

.clr
{
	clear: both;
} 

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .title {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
