/*
Theme Name: Good the Movie
Theme URI: http://goodthemovie.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/


*/

body
{
	background-image : url(/images/bg.jpg);
	background-attachment : fixed;
	background-position : top center;
	font-size : 14px;
}

/* png fix for ie */
img, div, input { behavior: url("/iepngfix.htc") }


/* clear fix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#layout
{
	width : 900px;
	margin : 25px auto auto auto;
	padding : 0px;
}

#nav
{
	width : 900px;
	margin : 0px;
	padding : 0px;
	text-align : right;
}

#nav a
{
	margin : 0px;
	padding : 0px;
	float : left;
}

#content_layout
{
	border : 15px solid #191311;
	background-image : url(/images/content_bg2.jpg);
	background-repeat : no-repeat;
}

.index
{
	background-image : url(/images/content_bg.jpg) !important;
}

#force_height
{
	float : left;
	width : 180px;
}

#title_column
{
	float : left;
	width : 190px;
	height : 450px;
}

#tagline
{
	height : 300px;
}

#link
{
	height : 150px;
}

#footer
{
	text-align : right;
	padding-bottom : 20px;
}

#main_content
{
	font-family : century gothic, century gothic ms, verdana, sans-serif;
	font-weight : bold;
	padding : 10px 10px 0px 0px;
	float : left;
	width : 485px;
	height : 400px;
}

#main_content a
{
	color : #610505;
}

.small_text
{
	font-size : 12px;
  height: 285px !important;
  overflow: auto;
  padding: 5px 5px 0px 5px !important;
	
  
}

.scroll
{
	font-size : 12px;
  height: 420px !important;
  overflow: auto;
  padding: 5px 5px 0px 5px !important;
	
  
}

h3
{
	margin : 0px;
	padding : 25px 0px 0px 0px;
}

#thumbs {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  height: 90px;
  width: 450px;
  padding: 2px 20px;
}

#thumbs li {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 90px;
  height: 90px;
}

#thumbs a
{
  margin : 0px;
  display: block;
}

#thumbs a img {
  border: 0px;
}

#big_img {
  margin: 5px 0px 0px 20px;
}

#big_img img {
  width: 450px;
}

#cast-posts {
  margin: 5px 15px 0px 20px;

  font-size: 12px;
  padding: 5px 5px 0px 5px;
	
	/* border: 1px solid #555; */
}

#cast-posts .entry {
  height: 285px !important;
  overflow: auto;
  padding: 0px;
}

#cast-posts .entry p {
  margin: 0px 0px 8px 0px;
}


/*	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 */




