/* Style Sheet for FLIC Boulder */
/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/

body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #566423;
	background: #cee0b3;
	margin: 0;
	padding: 0;
	cursor: default;
}

/* @group Headers */

h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #000000;
	text-transform: lowercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
}

h1 span {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

h3 {
	font-size: 1em;
}

/* @end */
/* @LINKS
*******************************************************************/
a:link {color: #b29911;}
a:visited {color: #b29911;}
a:active {color: #b29911;}




/* @group Content */

#content {
	background: url(images/CSSEdit.png) no-repeat 0 0;
	display: block;
	min-height: 300px;
	max-width: 600px;
	padding: 25px 65px 50px 210px;
}

p {
	color: #566423;
}

p strong {
	color: #F37021;
}

/* @end */

/* @group Override Banner */

#override-info {
	background-color: #3f3f3f; /* First for Firefox */
	background-color: rgba(62,62,62,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#override-info p {
	font-size: 11px;
	color: rgba(255,255,255,0.5);
	background: url(images/OverrideGlyph.png) no-repeat 80px 50%;
	margin: 0;
	padding: 15px 80px 15px 120px;
}

/* @end */
.center {
	margin: 0 auto;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header-logo {
	width: 100%;
	height: 115px;
	background: #F37021 url(images/flic-white-on-orange400x115.jpg) no-repeat 30%;
}

#header-logo span {
	position: absolute;
	top: 80px;
	left: 50%;
	font: 20px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
}

#home-right-box {
	float: right;
	width: 200px;
	padding: 5px;
	margin-left: 5px;
	background-color: #566423;
	font: 10px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
}
#home-right-box h2 {
	color: #F37021;
}
.event-homebox, .event-homebox form {
	font: 10px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
}
.poster-thumb {
	border: none;
	text-decoration: none;
}
.floatleft {
	float: left;
	margin: 5px;
}
.floatright {
	float: right;
	margin: 5px;
}
.trailer {
	clear: both;
	
}

.you-tube-film {
	margin: 10px;
	border-bottom:2px solid #566423;

}
#top {
	margin: 0;
	padding: 0;

} 

#top-nav ul {
	padding: .3em 0;
	margin: 0;
	list-style-type: none;
	background-color: #566423;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#top-nav li { display: inline; }

#top-nav li a
{
text-decoration: none;
background-color: #566423;
color: #FFF;
padding: .3em 1em;
border-right: 1px solid #fff;
}

#top-nav li a:hover
{
background-color: #cee0b3;
color: #566423;
}
.partner-logos {
	background-color: #ffffff;
}
.partner-logos a img {
	float: left;
	margin: 10px;
	border: none;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #7d7d7d;
	margin-top: 5px;
}
.facebook-logo {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
/* border-bottom-color: #B6D3EA;
border-bottom-style: solid;
border-bottom-width: 1px; */
display: block;
height: 17px;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 25px;
padding-top: 3px;
}
.facebook2 {
	color: #454545;
	text-decoration: none;
}

