@CHARSET "ISO-8859-1";

/* ================================================================
 *  Civic Theatre West Website Front-page style
 * fp.css
 *  for the home page
 * ================================================================
 */

div#mainContent{
	margin-top: 3em;
	padding-left: 10%;
}

#LPButtons{
	width: 300px;
	text-align: right;
}
#LPPageContent{
	width: 74%;
}

#NowShowingTitle:before{
	content:	"Now Showing";
}
#ComingSoonTitle:before{
	content:	"Coming Soon";
}
#NewsTitle:before{
	content:	"News";
}



.SectionHeader{
	font-family: 	Trade Gothic LT,Helvetica,Arial,sans-serif;
	font-size:		20pt;
	margin-top: 	1em;
	float:			left;
}
.SectionHeader:first-child{
	margin-top:	0;
}


/* ------------------------------------------
   Show and headline formatting
   ------------------------------------------*/
#LPPageContentInner {
	margin-right: 1em;
}
   
.ShowBlock{
	padding: 		.5em;
	font-family:	ACaslonPro-Regular,serif;
	float: left;
	width: 100%;
}
.NewsBlock{
	padding: 		.5em;
	font-family:	ACaslonPro-Regular,serif;
	float: left;
	width: 100%;
}


.ShowBlockOdd{
	background-color: #fcefcc
}
.NewsBlockOdd{
	background-color: #fcefcc
}

.ShowBlockOdd a
{
	color: black;
}
.NewsBlockOdd a
{
	color: black;
}


.ShowBlockEven{
	background-color: #bf910c;
	color: white;
}
.NewsBlockEven{
	background-color: #bf910c;
	color: white;
}
.ShowBlockEven a
{
	color: white;
}
.NewsBlockEven a
{
	color: white;
}


.ShowTitle{
	text-align: right;
	float: left;
	font-size: 	18pt;	
	vertical-align: middle;
}
.NewsTitle{
	text-align: right;
	float: left;
	font-size: 	18pt;	
	vertical-align: middle;
}


.ShowDates{
	float: 		right;
	font-size:	13pt;
	vertical-align: middle;
}
.NewsDates{
	float: 		right;
	font-size:	13pt;
	vertical-align: middle;
}

#bugBox{
	width: 100%;
	height: 25px;
}

div#search {
	float: left;
	margin: 0 .5in 0 .5in;
}
div#search input{
	width: 3in;
}
div#facebook img{
	height: 21px;
	margin: 0;
}
div#facebook{
	float: left;
	margin: 0;
}
div.footerContent{
	margin-top: 5px;
}

