@charset "utf-8";

html {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	margin: 5px;
	padding: 0;
	font-size: 1.4em;
	font-weight: 300;
}
h2 {
	margin: 5px;
	padding: 0;
	font-size: 1.1em;
	font-weight: 700;
}
h3 {
	font-size: 1.3em;
}
a {
	color: #57b648;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8ac640;
	text-decoration: underline;
}

.header-bkgd {
	position: absolute;
	top: 0;
	z-index: -50;
	height: 100px;
	width: 100%;
}
.header-bkgd-left {
	background-color: #c4da5a;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 70%;
	float: left;
}
.header-bkgd-right {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 30%;
	float: right;
}
.header-textbox {
	height: 100px;
	background-color: #c4da5a;
	text-align:  right;
	color: #fff;
	/*border: 1px solid red;*/
}
.header-logobox {
	height: 100px;
	background: url('../images/lg-header-logo.png') no-repeat top left #fff;
}
.moviebox {
	margin-bottom: 50px;
}
.movie-container {
	border: 1px solid #ccc;
	margin: 0 auto;
}
.sidebar {
	border: 1px solid #c4da5a;
	background-color: #fdffae;
	margin-bottom: 50px;
	text-align: center;
}
.wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	/*background: url('../images/lg-green-bottom.png') no-repeat bottom left;*/
}

/*-------- Sticky footer styles -----------

html,
body {
	height: 100%;  /* The html and body elements cannot have any padding or margin.
	min-height:100%;
    background-attachment:scroll;
	background: url('../images/lg-green-bottom.png') no-repeat bottom left;
}

/* Wrapper for page content to push down footer
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* Negative indent footer by it's height
}

/* Set the fixed height of the footer here
#push, #footer {
	height: 70px;
}
#footer {
	color: #fff;
    font-weight: 700;
	text-align: center;
}*/
.footer-textbox {
	color: #fff;
    font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	background-color: #c4da5a;
	width: 100%;
}
.footer-textbox * {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
.spacer10 {
	height: 10px;
	margin: 0;
	padding: 0;
}
.spacer20 {
	height: 20px;
	margin: 0;
	padding: 0;
}
.spacer50 {
	height: 50px;
	margin: 0;
	padding: 0;
}
.lft-margin-20 {
	margin-left: 20px;
}
