body  {
	background: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
/* Header */

#headera {
	width: 940px;
	height: 210px;
	margin: 0 auto;
	padding: 0px 10px 25px 0px;
	background: #34160C url(images/barnhdr.gif) no-repeat center;
}
#headerb {
	width: 940px;
	height: 210px;
	margin: 0 auto;
	padding: 0 10px 25px 0px;
	background: #34160C url(images/barnhdrfixed.gif) no-repeat center;
}


#headera h1 {
	margin: 0;
	padding: 20px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#headera h1 a {
	color: #FFFFFF;
}

#headera h2 {
	margin: 10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#headera h2 a {
	color: #CAF368;
}

#headera a {
	text-decoration: none;
}
#headerb h1 {
	margin: 0;
	padding: 20px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#headerb h1 a {
	color: #FFFFFF;
}

#headerb h2 {
	margin: 10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#headerb h2 a {
	color: #CAF368;
}

#headerb a {
	text-decoration: none;
}

h1, h2, h3 {
	margin-bottom: 15px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(images/img02.gif) repeat-y center top;
}
	
.post {
	width: 420px;
	padding: 20px 10px 0 00px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/heronpoint.gif) no-repeat right center;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding: 5px 0 0 5px;
	background: url(images/img04left.gif) no-repeat;
 /* padding keeps the content of the div away from the edges */
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(images/img04right.gif) no-repeat;
}
#mainContent {
	width: 460px;
	padding: 0px 0 10px 0px;
	background: url(images/img03.gif) no-repeat;
	margin: 0 245px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#form {
	width: 270;
	background:  #cccc99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 1.0%;
	}
.post {
	width: 420px;
	padding: 10px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/heronpoint.gif) no-repeat right center;
} 
#footer {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(images/img12.gif) no-repeat center top;
} 
#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #565736;
}
#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #000000
}
.style6 {	
	color: #FF0000;
	font-size: 24px;
}
.style7 {color: #0066cc
}

.style8 {
	color: #FF0000;
	font: bold;
}
.style9 {
	color: #FF0000;
	font: bold;
}
.style10 {
	color: #CC0000;
	font: bold;
	font-size: 14px;
}

.box {

	width: 239px;
	padding-left: 1px;

}

.box .title {

	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;

}

.box ul {

	margin: 20px;
	padding: 0;
	list-style: none;

}



.box li {

	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;

}

.box li.first {

	background: none;

}

.box h3 {

	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;

}

.box p {
	margin: 0;
	line-height: normal;
	
}

.box a {

	padding-left: 10px;
}

#nowplaying {

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

	margin: 0px;
	padding: 0 20;
}
hr {
	color: #333300;
	background: #333300;
	height: 1px;
	border: 0;
}
