/*   
Theme Name: BFP
Theme URI: none
Description: Border Film Project's Wordpress Theme
Author: Will Olbrys
Author URI: http://www.wfodesign.com
Version: 1
.
	This is a private theme for use by the Border Film Project
.
*/

/**** SIFR ****/

.sIFR_Title {
	margin: 7px 0px -5px 0px;
	padding: 0;
	font-size: 35px;
}

.indexButton {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	width: 116px;
}

.sectionButtonFlashLink {
	color: white;
	font-size: 1.2em;
	position: relative;
	top: -110px;
	left: 45px;
	cursor:pointer;cursor:hand;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/**** Email Subscriber ****/

#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
	position: relative;
	display: block;
}

#newsletterFormDiv {
	padding: 3px 0px;
	text-align: right;
	/* newsletter form elements*/
}

#newsletterFormDiv .submit {
	font-size: 1.1em;
	height: 18px;
	border: 1px solid #BBBBBB;
	background-color: #ecedef;
	color: black;
	cursor:pointer;cursor:hand;
}

.newsletterTextInput {
	font-size: 1.1em;
	height: 14px;
	width: 150px;
	/* email text input */
}

#newsletterLoading {
	position: relative;
	left: -80px;
	top: 3px;
	margin-bottom: -18px;
	height: 18px;
	/* the loading message while the subscription is beeing handled */
}

.success {
	text-align: right;
	margin-bottom: -13px;
	/* the success message container */
}


.error {
	text-align: right;
	margin-bottom: -13px;
	/* the error message container */
}

/****HEADER****/
body {
	background-color: #111111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.8%;
	border: none;
}

a img { border: none }

#container {
	margin: 0px auto;
	width: 743px;
	height: 100%;
	display: block;
	border-top: 20px solid white;
	border-left: 20px solid white;
	border-right: 20px solid white;
	border-bottom: none;
	background-color: white;
}

#logo {
	display: block;
	float: left;
}

#headerLinks {
	display: block;
	float: right;
}

.headerLink {
	font-size: 1em;
	display: inline;
	padding-left: 15px;
}

.headerLink a:link, .headerLink a:visited, .headerLink a:active{
	text-decoration: none;
	color: #827E5E;
}

.headerLink a:hover{
	text-decoration: none;
	color: black;
}

#emailUpdates {
	float: right;
	clear: right;
	padding-top: 7px;
}

#emailInputField {
	height: 14px;
	width: 90px;
}

#emailSubmit {
	position: relative;
	top: -2px;
	height: 14px;
	font-size: 1.0em;
}

#topNav {
	display: block;
	float: right;
	padding-top: 35px;
	height: 22px;
	width: 370px;
}

.topNavDivider{
	padding: 0;
	margin: 0;
}

.thickBlackBar {
	margin: 0 auto;
	padding: 0;
}

.thinBlackBar {}

.hidden{
	visibility: hidden;
	display: none;
	height: 1px;
}
/**** HOME PAGE ****/

#flashHomePage{
	padding: 10px 0px 15px 0px;
	font-size: 1.3em;
}

#sectionButtons {
	display: block;
}

#sectionButton1 {
	float: left;
	margin: 0px 5px 0px 0px;
	padding:0px;
	height: 182px;
	width: 182px;
}
#sectionButton2 {
	float: left;
	margin: 0px 5px 0px 0px;
	padding:0px;
	height: 182px;
	width: 182px;
}
#sectionButton3 {
	float: left;
	margin: 0px 5px 0px 0px;
	padding:0px;
	height: 182px;
	width: 182px;
}
#sectionButton4 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	height: 182px;
	width: 182px;
}

#nowAvailable {
	display: block;
	float: left;
	background-color: white;
	padding: 0px 0px 0px 25px;
	height: 200px;
	width: 164px;
}

#nowAvailable h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
	left: -25px;
}

#nowAvailable img {
}

#posts{
	background-color: white;
}

#posts h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.post {
	background: no-repeat url('/en/images/graphics_news_divider.png');
	margin-top: 20px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	float: left;
	clear: right;
	width: 184px;
	height: 160px;
	position: relative;
	top: -20px;
}

.post p {
	font-size: 1.1em;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 0px;
	width: 140px;
	text-align: left;
}

.post small {
	padding-left: 10px;
}

.post:hover {
	background-color: #F0F0EF;
}

.post h4 {
	font-size: 1.1em;
	padding: 15px 0px 15px 25px;
	font-weight: normal;
}

.post small {
	position: relative;
	left: 14px;
}
/**** PHOTO GALLERY ****/

#flashArea {
	padding-top: 15px;
	padding-bottom: 15px;
}

/**** SIDEBAR ****/
#sidebarContainer{
	width: 175px;
	padding:0px 0px 0px 0px;
	background-color: #F0F0EF;
	color: black;
	float: left;
	margin-top: 16px;
    height: 100%;
}

#sidebarContainer ul {
  padding: 5px 0px 0px 0px;
  margin: 0px;
}

#sidebarContainer ul li {
	list-style:none;
	border-right: 13px solid #F0F0EF;
	border-left: 5px solid #F0F0EF;
	border-bottom: 1px solid white;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 1.15em;
	line-height: 20px;
	width: 157px;
	cursor:pointer;cursor:hand;
}

#sidebarContainer .selected {
	cursor:pointer;cursor:hand;
	background-color: white;
	border-color: white;
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
	position: relative;
	top: -1px;
}

#sidebarContainer .highlighted {
	cursor:pointer;cursor:hand;
	background-color: white;
	border-color: white;
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
	position: relative;
	top: -1px;
}


#sidebarContainer img {
	padding: 15px 15px;
	margin: 0px;
}
#sidebarContainer p{
	margin-top: -5px;
	padding: 0px 15px;
	font-size: 0.9em;
}
#sidebarContainer h3 {
	padding: 0px 15px;
	margin: 0px;
	font-size: 1.1em;
}

#sidebarContainer h4 {
	padding: 0px 15px;
	margin: 0px;
	font-size: 1.2em;
}

#sidebarContainer h4 a:link, #sidebarContainer h4 a:visited {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: .8em;
	text-decoration: none;
}

.backToCalendar a:link, .backToCalendar a:visited{
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.sidebarLink a:link, .sidebarLink a:visited, .sidebarLink a:active, .sidebarLink a:hover {
	text-decoration: none;
	color: black;
}

/**** PROJECT BACKGROUND ****/
#genericContainer{
	width: 540px;
	font-size: 1.2em;
	float: right;
	padding-top: 10px;
	color: black;
}

#genericContainer p {
	font-size: 1.1em;
	padding: 5px 0px;
}

#genericContainer h2{
	padding: 0px;
	margin: 6px 0px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #F0F0EF;
	border: 5px solid #F0F0EF;
}

#genericContainer .venue{
	font-weight: bold;
}

.calendarEntry a:link{
	color:black;
	background-color: white;
}

/*#genericContainer a:hover{
	color:black;
	background-color: red;
}

#genericContainer a:visited{
	color:black;
	background-color: #F0F0EF;
}*/

.calendarEntry {
	width: 430px;
	font-style:normal;
	height: 40px;
	padding: 8px 0px 9px 110px;
}

.calendarEntry a:link, .calendarEntry a:visited, .calendarEntry a:active{
	text-decoration: none;
	color: black;
	font-style:normal;
}

.calendarEntry a:hover{
	text-decoration: none;
	color: black;
	font-weight:bold;
}

.calendarEntry:hover{
	background-color: #F0F0EF;
}

/**** EXHIBITION_DETAIL ****/
#exhibit_post{
	width: 450px;
	position: relative;
	top: 5px;
	left: -5px;
}

#exhibit_post p {
	font-size: 1em;
}
#exhibit_title{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 2px;
}
#exhibit_details_title{
	padding: 10px 0px;
	font-size: 1.1em; 
	font-weight: bold;
}

#exhibit_post a:link, #exhibit_post a:visited {
	color: blue;
	text-decoration: none;
}

#exhibit_dates{
	font-size: 1.5em;
}

#exhibit_copy{
}
#openingReception{
	padding: 15px 0px;
	font-size: 1.2em;
}
#ontheweb{
	letter-spacing: -.005em;
	padding-right: 2px;
	font-size: 1em;
	font-weight: bold;
	float: left;
	clear: right;
}
#ontheweb + a {
	font-size: 1em;
}
#gallery{
	width:8000px;
	height:328px;
	position:relative;
	top:0px;
	left:0px;
}
#galleryMask{
	width:545px;
	height:328px;
	overflow:hidden;
	position:relative;
	margin-bottom: 10px;
}
.galleryImage{
	overflow: hidden;
	height:328px;
	width:545px;
	float:left;
}
#galleryMenu{
	font-weight: bold;
	font-size: 1em;
	float: right;
	position: relative;
	left: 95px;
	top: 0px;
}
.galleryButtons{
	text-align:right;
}
.galleryButton{
	padding: 0px 3px 0px 0px;
	float:left;
	cursor: pointer;
}
.galleryFirstButton{

}
#galleryWrapper{
	float:left;
}
#backToCalendar2 a:link, #backToCalendar2 a:visited, #backToCalendar2 a:hover, #backToCalendar2 a:active {
	color: red;
	background-color: white;
	padding-top: 5px;
	font-size: .8em;
	font-weight: bold;
	float:right;
	text-decoration: none;
}

/**** PROJECT CAMERA PACKAGE ****/
#envelope{}
#disposablecamera{}
#giftcard{}
#indexcard{}
.packageRow{
 width:543px;
 display:block;
}
.packageRow h3{
	font-weight: bold;
}
.left{
  float: left;
  clear: left;
  width: 255px;
}
.right{
  float: right;
  width: 240px;
  margin-left: 20px;
}
/**** STORE ****/
.storeItem{
	margin-top: 20px;
}

.storeTextBox{
	padding: 30px 30px;
	width: 360px;
	background-color: #ecedef;
	font-size: 1.2em;
	vertical-align: middle;
	float: right;
	margin-right: 20px;
}

.storeTextBox h2 {
	font-size: 1.4em;
}

.storeTextBox p {
	padding: 10px 0px;
}

.storeImage{
	vertical-align: middle;
	text-align: center;
	width: 250px;
	float: left;
	clear: right;
}

.storeImage img {
	margin: 0px auto;
}

#lincolnSticker{
	background-color: black;
	color: white;
	font-size: 1em;
	padding: 3px 3px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}
/**** CONTACT PAGE ****/

#contactUs_leftCol {
	width: 200px;
	float: left;
	display: block;
	margin-right: 30px;
}

#contactUs_leftCol input, #contactUs_leftCol select, #contactUs_leftCol textarea {
	width: 195px;
	display: block;
	border: 1px solid #BBBBBB;
	padding-left: 2px;
	margin: 8px 0px;
}

#contactUs_rightCol {
	width: 200px;
	float: left;
	display: block;
	background-color: #DDDDDD;
	padding-left: 2px;
	padding: 4px;
	height: 195px;
	margin-top: 23px;
	display: table;
}

#contactUs_rightCol div {
	width: 200px;
	display: table-row;
	vertical-align: bottom;
}

#contactUs_rightCol div p {
	display: table-cell;
	vertical-align: bottom;
}

.contactUs a:link, .contactUs a:visited, .contactUs a:hover {
	color: black;
}

#contactUs_rightCol input {
	width: 195px;
	display: block;
	border: 1px solid #BBBBBB;
	padding-left: 2px;
	margin: 8px 0px;
}

#contactUs_rightCol label, #contactUs_leftCol label {
	font-weight: bold;
	font-size: 1.1em;
}

.contactUsButton {
	border: 1px solid #BBBBBB;
	background-color: #ecedef;
	color: black;
	font-weight: bold;
	cursor:pointer;cursor:hand;
}

/**** FOOTER ****/

.thickerBlackBar{
	position: relative;
	top: -50px;
	display: block;
	clear: both;
}

.thickerBlackBarFPFIX {
	top: -40px;
}
.thickerBlackBarNoAbout{
	position: relative;
	top: -40px;
	display: block;
	clear: both;
}

#footer_graphic_about{
	width: 380px;
	font-size: 1.1em;
	float: left;
	position: relative;
	left: -190px;
}

.footer_graphic_aboutFP{
	margin-top: 10px;
}

#footerLinks{
	display: block;
	float: left;
	padding-top: 23px;
	padding-left: 450px;
	margin-top: -60px;
}

#footerLinksNoAbout{
	display: block;
	float: left;
	width: 315px;
	padding: 23px 0px 15px 440px;
}

.footerLink{
	padding: 0px 6px;
	font-size: 1.1em;
}

.noRightPadding{
	padding-right: 0px;
}

.footerLink a:link, .footerLink a:visited, .footerLink a:active{
	color: black;
	font-weight: bold;
	text-decoration:none;
}

.footerLink a:hover{
	color: #827E5E;
	font-weight: bold;
	text-decoration:none;
}

#allRightsReserved {
	float: left;
	clear: right;
	color: #666666;
	font-style: italic;
	margin-top: 7px;
	padding-bottom: 5px;
}

#bottomLinks{
	display: block;
	float: right;
	position: relative;
	top: 7px;
	padding-bottom: 5px;
}

.bottomLink{
	font-size: 1.0em;
	display: inline;
	color: #666666;
	padding-left: 10px;
	font-style: italic;
}

.bottomLink a:link, .bottomLink a:hover, .bottomLink a:active, .bottomLink a:visited {
	color: #666666;
	text-decoration:none;
}

/**** VIDEO PAGE ****/

#videoStage{
	width: 742px;
	background-color: #f0f0f0;
	height: 290px;
	margin-top: 15px;
}

#embedObj{
	margin-top: 15px;
	margin-left: 210px;
}

#video_TextColumns{
	padding-top: 75px;
	padding-left: 90px;
}

.videoTxtCol {
	width: 265px;
	float: left;
	font-size: 1.2em;
}

#video_leftTxtCol{
	padding-right:25px;
}

#video_VideoColumns{
	padding-top: 15px;
}
#video_leftVideoCol{
	float: left;
	clear: right;
	margin-right: 18px;
}

#video_rightVideoCol {
	float: left;
	width: 358px;
}
.videoEntry {
	width: 338px;
	padding: 10px 12px;
	vertical-align:top;
	clear: right;
	background-color: white;
}

.videoEntry h3 {
	vertical-align:top;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	top: -12px;
	margin-bottom: -10px;
}

.videoImage {
	vertical-align:top;
	padding-right: 4px;
	float: left;
	clear: right;
}

.hilitedVideo{
	background-color: #f0f0f0;
}

/**** PRESS PAGE ****/

.pressEntry{
	padding: 5px 7px 0px 0px;
	width: 527px;
	display: block;
	font-size: .9em;
	background-color: white;
	height: 70px;
}

.pressEntryHilited{
	background-color: #F0F0EF;
}

.pressEntry a:link, .pressEntry a:active, .pressEntry a:visited {
	color: black;
		width:150px;
	text-decoration:none;
	font-style:normal;
}

.pressEntry a:hover {
	font-weight: bold;
	color: black;
	text-decoration:none;
	font-style:normal;
}

.pressDate{
	margin-left: 100px;
	padding-top: 8px;
}

.pressTitle{
	margin-left: 100px;
	font-weight: bold;
	float:left;
	clear: right;
	width: auto;
}
.pressText{
	margin-left: 5px;
	width:auto;
	float: left;
}
.pressContent{}
.pressLink{
	margin-left: 100px;
	width:150px;
	position: relative;
	display: block;
}
.pressImage {
	position: relative;
	top: -45px;
	left: 10px;
}

/*** LATEST NEWS ***/

.news_post{
	width: 540px;
	height: 102px;
	padding: 10px 10px;
}

.news_post p{
	width: 450px;
	margin-top: 12px;	
}

.news_post:hover{
	background-color: #F0F0EF;
}

.news_post h4{
	font-weight:bold;
	font-size:1.2em;
}

.news_post small{
	font-weight:bold;
}

.newsImage{
	float: left;
	clear: right;
	padding-right: 28px;
}

/**** ERROR PAGE ****/
.errorPage {
	font-size: 1.2em;
	padding: 20px;
	width: 675px;
}