/*
Theme Name: Phoebe in Wonderland
Theme URI: http://phoebeinwonderland.com/
Author: SFWD LLC
Author URI: http://santafewebdesign.com/


*/



body
{
	background-image : url(/images/bg.jpg);
	background-attachment : fixed;
	background-position : top center;
	background-repeat : no-repeat;
	font-family : helvetica, arial, sans-serif;
	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 : 998px;
	margin : 25px auto auto auto;
	padding : 0px;
}

#nav
{
	background-color : black;
	margin : 0px 0px 1px 0px;
	padding : 0px 25px;
}

#links
{
	float : left;
	width : 675px;
	padding : 15px 0px 10px 0px;
}

#links a
{
	color : #ffd12a;
	text-decoration : none;
	font-size : 23px;
}

#links a:hover
{
	color : white;
}

#theaters
{
	font-size : 23px;
	float : right;
	width : 225px;
	text-align : right;
	padding-top : 15px;
	color : white;
}

#on_off
{
	float : right;
	width : 200px;
	text-align : right;
	padding-top : 5px;
	color : white;
}

#content_layout
{
	padding : 15px;
	background-image : url(/images/content_bg.png);
}


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

#title_column
{
	float : left;
	width : 430px;
}

#tagline
{
	height : 300px;
}

#link
{
	height : 150px;
}

#festival_bar
{
	background-color : black;
}

#footer
{
	font-size : 10px;
	padding-top : 10px;
	padding-bottom : 20px;
	text-align : center;
}

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

#main_content h1
{
	color : #ffe842;
	margin : 0px;
	padding : 0px 0px 0px 0px;
	font-weight : normal;
}

#main_content h1.gallery
{
	color : #ffe842;
	margin : 0px;
	padding : 0px 0px 10px 17px;
	font-weight : normal;
}

#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;
  padding : 7px;
  background-image : url(/images/yellow_bg.png);
	width : 456px;
	text-align : center;
}

#big_img img {
}

#cast-posts {
  margin: 5px 15px 0px 20px;
background-image : url(/images/yellow_bg.png);
  font-size: 12px;
  padding: 5px 5px 0px 5px;
	
	/* border: 1px solid #555; */
}

#cast-posts .entry {
  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 */

#heartland
{
	text-align : right;
}
