@charset "utf-8";
/* CSS Document */

/* ====================BASE STYLES==================== */

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}
	
body {
	height: 100%;
	text-align: center;
	margin: 0;
	background: #7D837A;
	color: #000;
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* --------------------text-------------------- */	

@font-face {
    font-family: 'NewsflashBBRegular';
    src: url('/fonts/newsflashbb-webfont.eot');
    src: url('/fonts/newsflashbb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/newsflashbb-webfont.woff') format('woff'),
         url('/fonts/newsflashbb-webfont.ttf') format('truetype'),
         url('/fonts/newsflashbb-webfont.svg#NewsflashBBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	padding: 5px 0 13px 0;
	margin: 0;
	}
	
h1 {
	color: #2b2b2b;
	font-family: 'NewsflashBBRegular', Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	}
	
h2 {
	color: #2b2b2b;
	font-family: 'NewsflashBBRegular', Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	}
	
h2.extraPadding {
	padding: 0;
	margin: 17px 0 0 0;
	}
	
h3 {
	color: #000;
	font-size: 1em;
	padding: 0 0 0 0;
	margin: 25px 0 10px 0;
	}
	

	
.italics {
	font-style: italic;
	}
	
.txtSmall {
	font-size: 0.9em;
	}
	
/* --------------------images-------------------- */	
	
img {
	border: 0;
	}
	
.right {
	float: right;
	padding: 0 0 20px 20px;
	}
	
.left {
	float: left;
	padding: 0 20px 20px 0;
	}
	
.iconPad2 {
	position: relative;
	top: 4px;
	}
	
/* --------------------links-------------------- */

a {
	color: #6e413e;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #d0827c;
	}
	
.linkSmall {
	font-size: 0.9em;
	color: #000 !important;
	}
	
/* --------------------forms-------------------- */

form {
	height: 100%;
	min-height: 100%;
	}
	
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	}

/* --------------------tables-------------------- */

table  {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	font-size: 100%; /* IE hack */
	}
	
/* --------------------lists-------------------- */

ul.stars {
    list-style-type: none;
    margin: 0;
	padding: 8px 0 20px 0;
	}
	
ul.stars li {
	background: url(/images/widgets/bullet-star.gif) top left no-repeat;
	padding: 2px 0 2px 25px;	
	}
	
ul.presents {
    list-style-type: none;
    margin: 0;
	padding: 8px 0 20px 0;
	}
	
ul.presents li {
	background: url(/images/widgets/bullet-present.gif) top left no-repeat;
	padding: 2px 0 2px 25px;	
	}
	
/* --------------------misc-------------------- */

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

hr { 
	width: 100%;
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px solid #000;
	margin: 10px 0 10px 0;
	clear: both;
  	display: block;
	} 
	
.hr {
	border-bottom: 1px solid #000;
	padding: 20px 0 0 0;
	margin: 0 0 25px 0;
	}
	
/* ====================MASTER LAYOUT==================== */

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	border: 0;
	padding: 0;
    min-height: 100%;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	font-size: 0.9em;
	}

html>body #container {
	height: 100%;
	}
	
#main {
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(/images/structure/bg-main.gif) repeat-y;
	}
	
#header {
	width: 960px;
	height: 188px;
	background: url(/images/structure/banner.gif) top no-repeat;
	}
	
#logoLink {
	width: 241px;
	height: 120px;
	position:absolute;
	margin-top:27px;
	margin-left:186px;
	z-index:99;		
	}
	
#socialTop {
	width: 181px;
	height: 25px;
	position:absolute;
	margin-top:14px;
	margin-left:800px;
	z-index:2;		
	}
	
#leftCol {
	float: left;
	padding: 15px 17px 25px 17px;
	width: 140px !important;
 	width /**/: 174px;
	background: #f0c45b;
	}
	
#middleCol {
	float: left;
	padding: 15px 14px 35px 14px;
	width: 574px !important;
 	width /**/: 602px;
	background: #fff;
	}
	
#rightCol {
	float: left;
	padding: 15px 14px 25px 14px;
	width: 156px !important;
 	width /**/: 184px;	
	background: #fdf9d0;
	}
	
#footer  {
	margin: 0;
	width: 960px;
	height: 60px;
	border: 0;
	padding: 0;
	font-size: 1em;
	background: #f0c45b;
	}

/* ====================HEADER ELEMENTS==================== */

/* --------------------funders-------------------- */

#funders {
	padding: 79px 57px 0 400px;
	width: 503px !important;
 	width /**/: 960px;
	height: 69px !important;
 	height /**/: 148px;
	text-align: right;
	}
	
/* --------------------main nav-------------------- */

#nav {
	padding: 0 0 0 181px;
	width: 776px !important;
 	width /**/: 960px;
	height: 33px;
	}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 8px 0 0 0;
    }
	
#nav li {
	position: relative; 
	float: left;
	padding: 0 3px;
	}

#nav a {
	float: left;
    display: block;
	margin: 0 0 0 0;
	padding: 5px;
	color: #000;
    }

#nav a:hover {
	text-decoration: underline;
	color: #000;
	}
	
#nav li.here {
	font-weight: bold;
	background: #fff;
	}
	
/* ====================LEFT COL ELEMENTS==================== */

/* --------------------homepage welcome message-------------------- */

#welcome {
	width: 140px;
	background: url(/images/structure/bg-feature-lcol-t.gif) top no-repeat;
	padding: 0 0 1px 0;
	margin: 0;
	}
	
#welcomeContent {
	padding: 10px 10px 0 10px;
	}
	
#welcomeContent p {
	padding: 10px 0 0 0;
	margin: 0;
	}

#welcomeB {
	width: 140px;
	height: 10px;
	background: url(/images/structure/bg-feature-lcol-b.gif) top no-repeat;
	padding: 0;
	margin: 0;
	}
	
/* --------------------all other pages - sub nav-------------------- */

#subNav {
	width: 140px;
	background: url(/images/structure/bg-feature-lcol-t.gif) top no-repeat;
	padding: 0 0 1px 0;
	margin: 0;
	}
	
#subNavContent {
	padding: 10px 0 0 0;
	}
	
#subNavContent p {
	padding: 0 10px 0 10px;
	margin: 0;
	}
	
#subNavContent ul#nav_sub {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#subNavContent ul#nav_sub {
    list-style-type: none !important;
	padding: 10px 0 0 10px !important;
	margin: 0 !important;
    }
	
#subNavContent ul#nav_sub li {
	padding: 0 0 0 0 !important;
    list-style-type: none !important;
	width: 120px !important;
	}
	
#subNavContent ul#nav_sub li ul {
	display: none !important;
	}

#subNavContent ul#nav_sub a {
    display: block !important;
	padding: 3px 0 3px 10px !important;
	color: #000;
    }

#subNavContent ul #nav_sub a:hover {
	text-decoration: underline;
	color: #000;
	}
	
#subNavContent ul#nav_sub li.here {
	width: 120px !important;
	font-weight: bold !important;
	background: #fff !important;
	}
	
#subNavContent ul#nav_sub li.parent_here {
	font-weight: bold;
	background: #fff;
	}
	
#subNavContent ul#nav_sub li a.selected:hover {
	font-weight: bold;
	}

#subNavB {
	width: 140px;
	height: 10px;
	background: url(/images/structure/bg-feature-lcol-b.gif) top no-repeat;
	padding: 0;
	margin: 0;
	}
	
/* --------------------newsletter signup & join-------------------- */

#signup {
	width: 140px;
	padding: 20px 0 0 0;
	}

#join {
	width: 140px;
	padding: 20px 0 0 0;	
	}
	
/* --------------------patron message-------------------- */

#patron {
	width: 140px;
	margin: 20px 0 0 0;
	padding: 0 0 1px 0;
	background: url(/images/structure/bg-feature-lcol-t.gif) top no-repeat;
	}
	
#patronContent {
	padding: 0 10px 0 10px;
	}
	
#patronContent p {
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	}

#patronB {
	width: 140px;
	height: 10px;
	background: url(/images/structure/bg-feature-lcol-b.gif) top no-repeat;
	padding: 0;
	margin: 0;
	}
	
/* ====================MIDDLE COL ELEMENTS==================== */

/* --------------------homepage features-------------------- */

#featureHomeMain {
	width: 574px !important;
	height: 290px !important;
	}
	
#arrowWrapper {
	text-align: left;
	margin: 0 auto;
	width: 574px;
	z-index: 2;
	top: 440px;
	padding: 0;
	position: absolute;
	height: 54px;	
	}
	
#arrowLeft {
	float: left;
	width: 300px;
	}
	
#arrowRight {
	float: left;
	text-align: right;
	width: 274px;
	}

#featuresHomeSecondaryWrapper {
	width: 574px;
	padding: 6px 0 0 0;
	}

.featureHomeSecondary {
	float: left;
	margin: 0 3px 0 0;
	width: 140px !important;
 	width /**/: 144px;
	height: 127px;
	background: #eaeaea;
	text-align: center;
	}
	
.featureHomeSecondary p {
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	}

.featureHomeSecondaryR {
	float: left;
	width: 140px;
	height: 110px;
	background: #eaeaea;
	text-align: center;
	}
	
.featureHomeSecondaryR p {
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	}
	
/* --------------------homepage news-------------------- */

.postDate {
	font-style: italic;
	font-size: 0.8em;
	}
	
/* --------------------homepage content area-------------------- */

.contentL {
	float: left;
	padding: 25px 20px 0 0;
	width: 269px !important;
 	width /**/: 289px;	
	}

.contentR {
	float: left;
	padding: 25px 0 0 0;
	width: 285px;
	}
	
.contentL p,
.contentR p {
	padding: 0;
	margin: 0;
	}
	
/* --------------------inner page content area-------------------- */
	
#contentWide {
	width: 574px;
	padding: 10px 0 0 0;
	}
	
/* --------------------events listings-------------------- */

#title {
	font-size: 1.2em;
	}

#pageImage {
	width: 574px;
	height: 148px;
	padding: 15px 0;
	}

#eventTypeFilter {

	}

#eventLocationFilter {

	}
	
.record {
	width: 574px;
	padding: 10px 0;
	margin: 10px 0;
	}
	
.recordPad {
	width: 554px;
	padding: 0 0 10px 0;
	margin: 10px 0;
	}
	
.recordThumb {
	float: left;
	padding: 0 20px 0 0;
	width: 139px !important;
 	width /**/: 159px;	
	height: 87px;
	}

.recordTxt {
	float: left;
	width: 415px;
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
.recordTxtPad {
	float: left;
	width: 265px;
	margin: 0 0 0 0!important;
	padding: 0 15px 3px 0 !important;
	}
	
.recordTxt p ,
.recordTxtPad p{
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
#paging {
	padding: 20px 0 0 0;
	text-align: center;
	}
	
#paging a {
	padding: 0 5px 0 0;
	}
	
#paging strong {
	padding: 0 5px 0 0;
	}
	
/* --------------------events details-------------------- */

#recordHeaderL {
	float: left;
	padding: 0 20px 0 0;
	width: 384px !important;
 	width /**/: 404px;
	}
	
#recordHeaderR {
	float: left;
	width: 170px;
	text-align: right;
	padding: 3px 0 0 0;
	font-size: 1.2em;
	}

h2.recordDetailsTitle {
	padding: 0;
	margin: 0 0 0 0;
	}
	
	
h2.recordDetailsTitleTopPad {
	padding: 25px 0 0 0;
	margin: 0 0 0 0;
	}
	
p.recordSubtitle {
	font-size: 1.2em;
	padding: 0;
	margin: 7px 0 0 0;
	}
	
.recordImgL {
	float: left;
	padding: 15px 12px 20px 0;
	width: 281px !important;
 	width /**/: 293px;
	}
	
.recordImgR {
	float: right;
	padding: 15px 0 20px 0;
	width: 281px;
	}
	
#greyBox {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	background: #e9e9e9;
	padding: 20px 20px 0 20px;
	margin: 10px 0 30px 0;
	}
	
#greyBoxPadded {
	background: #eaeaea;
	padding: 10px;
	}
	
table.infoTable {
	width: 554px;
	padding: 0;
	margin: 0;
	}
	
td.infoLeft {
	padding: 10px 20px 10px 0;
	width: 269px !important;
 	width /**/: 289px;
	vertical-align: top;
	}
	
td.infoRight {
	padding: 10px 0 10px 0;
	width: 285px;
	vertical-align: top;
	}
	
td.infoLeftGrey {
	padding: 0 20px 0 0;
	width: 259px !important;
 	width /**/: 279px;
	vertical-align: top;
	background: #eaeaea;
	}
	
td.infoRightGrey {
	padding: 0 0 0 0;
	width: 285px;
	vertical-align: top;
	background: #eaeaea;
	}
	
td.infoRightLogos {
	padding: 10px 0 10px 0;
	width: 285px;
	vertical-align: top;
	text-align: right;
	}
	
td.infoHr {
	border-top: 1px solid #000;
	height: 1px;
	padding: 0 0 0 0;
	}	
	
.infoL {
	float: left;
	padding: 0 20px 0 0;
	width: 269px !important;
 	width /**/: 289px;	
	}

.infoR {
	float: left;
	padding: 0 0 0 0;
	width: 285px;
	}
	
h3.headerClock {
	padding: 7px 0 0 40px;
	margin: 0;
	height: 29px !important;
 	height /**/: 36px;
	font-size: 1.3em;
	background: url(/images/widgets/clock.gif) top left no-repeat;
	}
	
h3.headerRelated {
	margin: 7px 0 20px 0;
	font-size: 1.3em;
	display: block;
	}
	
.recordSupportedTxt {
	color: #696969;
	}
	
.sponsorLogo {
	padding: 0 0 5px 10px;
	}

#recordResources {
	width: 285px;
	background: url(/images/structure/bg-recordresources-t.gif) top no-repeat;
	padding: 0 0 1px 0;
	margin: 0;
	}
	
#recordResourcesContent {
	padding: 10px 10px 0 10px;
	}
	
#recordResourcesContent p {
	padding: 10px 0 0 0;
	margin: 0;
	}

#recordResourcesB {
	width: 285px;
	height: 10px;
	background: url(/images/structure/bg-recordresources-b.gif) top no-repeat;
	padding: 0;
	margin: 0;
	}
	
.directorCountryDateLength {
	float: left;
	width: 374px;
	}
	
.ageRight {
	float: left;
	text-align: right;
	width: 200px;
	}
	
.trailerLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 43px;
	height: 38px;
	display: block;
	background: url(/images/widgets/video-audio-icon.gif) top left no-repeat;
	}
	
.printLink {
	padding: 0 0 0 18px;
	background: url(/images/widgets/print.gif) top left no-repeat;
	}
	
.pdfLink {
	padding: 0 0 0 18px;
	margin: 10px 0 0 0;
	display: block;
	background: url(/images/widgets/pdf.gif) top left no-repeat;
	}
	
.cursorTxt {
	padding: 0 0 0 18px;
	margin: 4px 0 0 0;
	display: block;
	background: url(/images/widgets/cursor.gif) top left no-repeat;
	}
	
.fbLink {
	margin: 10px 0 0 0;
	padding: 0 0 10px 63px;
	height: 26px !important;
 	height /**/: 26px;
	background: url(/images/widgets/fb-mini.gif) top left no-repeat;
	}
	
.campaignLink {
	margin: 10px 0 0 0;
	padding: 0 0 10px 63px;
	height: 26px !important;
 	height /**/: 26px;
	background: url(/images/widgets/logo-mini.gif) top left no-repeat;
	}
	
.campaignLinkNoPad {
	margin: 0 0 0 0;
	padding: 0 0 10px 63px;
	height: 26px !important;
 	height /**/: 26px;
	background: url(/images/widgets/logo-mini.gif) top left no-repeat;
	}
	
.campaignLinkNoHeight {
	margin: 0 0 0 0;
	padding: 0 0 0 63px;
	background: url(/images/widgets/logo-mini.gif) top left no-repeat;
	}
	
.resourceLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 63px;
	height: 36px !important;
 	height /**/: 36px;
	background: url(/images/widgets/resource.gif) top left no-repeat;	
	}
	
.databaseLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 63px;
	height: 20px !important;
 	height /**/: 20px;
	background: url(/images/widgets/data.gif) top left no-repeat;
	}
	
.eventButtons {
	width: 97px;
	float: left;
	}
	
.instanceBookingButton {
	width: 92px;
	height: 19px;
	margin: 5px 0 0 0;
	}
	
.instanceRegisterButton {
	width: 92px;
	height: 19px;
	margin: 5px 0 0 0;
	}
	
.instanceFreeTicketsButton {
	width: 92px;
	height: 19px;
	margin: 5px 0 0 0;
	}
	
/* ---------- test event record styles -------- */

.instanceThumb {
	float: left;
	padding: 20px 20px 0 0;
	width: 139px !important;
 	width /**/: 159px;	
	height: 87px !important;
 	height /**/: 107px;	
	}
	
.bookingImg {
	float: right;
	padding: 0 0 0 20px;
	width: 73px !important;
 	width /**/: 93px;
	height: 19px !important;
 	height /**/: 39px;	
	}
	
/* --------------------movie listings-------------------- */	

.certificateRight {
	float: right;
	padding: 0 0 0 20px;
	}
	
/* --------------------movie details-------------------- */		
	
#movieIntro {
	float: left;
	padding: 10px 25px 0 0;
	width: 268px !important;
 	width /**/: 293px;	
	}
	
#movieTrailer {
	float: left;
	width: 281px;
	}

.movieDetailsBlock p {
	padding: 5px 0 2px 0;
	margin: 0;
	}
	
.movieDetailsBlock {
	padding: 0 0 12px 0;
	margin: 0;
	}
	
.movieTrailerRight {
	float: right;
	padding: 0 0 0 20px;
	}
	
.movieTrailerLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 49px;
	height: 35px;
	display: block;
	font-weight: bold;
	background: url(/images/widgets/movie-video-audio-icon.gif) top left no-repeat;
	}
	
.guidelinesLinkRight {
	float: right;
	padding: 10px 0 0 20px;
	}
	
.guidelinesLinkRight a {
	font-weight: bold;
	}
	
.movieResourceLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 63px;
	height: 36px !important;
 	height /**/: 36px;
	background: url(/images/widgets/movie-resource.gif) top left no-repeat;	
	}
	
.movieTeacherLink {
	margin: 10px 0 0 0;
	padding: 0 0 0 63px;
	height: 36px !important;
 	height /**/: 36px;
	background: url(/images/widgets/teacher.gif) top left no-repeat;	
	}
	
/* --------------------fancy box - youtube popup-------------------- */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 10px solid #000;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;

}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;

}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;

}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;

}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;

}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;

}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;

}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;

}
	
/* --------------------partner listings-------------------- */

.partnerRecord {
	width: 574px;
	padding: 15px 0 0 0;
	margin: 0;
	}
	
.partnerRecordThumb {
	float: left;
	padding: 0 20px 0 0;
	width: 139px !important;
 	width /**/: 159px;	
	}

.partnerRecordTxt {
	float: left;
	width: 415px;
	}
	
.partnerRecordTxt p {
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
.partnerRecordTxt {
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
.buttonConnect {
	float: right;
	padding: 5px 0 5px 20px;
	}

/* --------------------partner details-------------------- */

#partnerLogo {
	float: left;
	padding: 0 25px 25px 0;
	width: 139px !important;
 	width /**/: 164px;	
	}

#partnerName {
	float: left;
	width: 410px;
	}

.partnerSubHeader {
	padding: 0 0 15px 0;
	}

#partnerBlock {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	background: #e9e9e9;
	padding: 20px;
	margin: 15px 0 0 0;
	}
	
.partnerHr {
	margin: 20px 0;
	}
	
.getInvolved {
	width: 574px;
	padding: 0;
	margin: 0 0 15px 0;
	}
	
.getInvolvedThumb {
	float: left;
	padding: 0 20px 0 0;
	width: 139px !important;
 	width /**/: 159px;	
	height: 87px;
	}
	
.getInvolvedTxt {
	float: left;
	width: 375px;
	}
	
.getInvolvedTxt p {
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
.getInvolvedTxt {
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
	}
	
.movie {
	float: left;
	padding: 0 15px 15px 0;
	margin: 0 0 15px 0;
	width: 139px !important;
 	width /**/: 154px;
	height: 87px !important;
 	height /**/: 102px;
	}
	
/* --------------------donate page-------------------- */	

.contentWiderL {
	float: left;
	padding: 0 30px 0 0;
	width: 342px !important;
 	width /**/: 372px;
	}
	
.contentNarrowerR {
	float: left;
	width: 182px;
	}
	
div.donateImgsL {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	width: 86px !important;
 	width /**/: 96px;
	height: 50px;
	}
	
div.donateImgsR {
	float: left;
	width: 86px;
	height: 50px;
	padding: 0;
	margin: 0;
	}
	
div.donateImgs {
	width: 182px;
	height: 131px;
	padding: 0;
	margin: 0;
	}
	
/* --------------------multimedia - audio-------------------- */
	
#audioPlayer {
	float: left;
	padding: 0 20px 15px 0;
	width: 192px !important;
 	width /**/: 212px;	
	}
	
#audioSummary {
	float: left;
	padding: 0 0 15px 0;
	width: 362px;	
	}
	
/* --------------------podcasts-------------------- */	
	
#podcastHeaderIcon {
	float: left;
	padding: 0 15px 0 0;
	width: 76px !important;
 	width /**/: 91px;
	height: 47px;
	background: url(/images/widgets/podcast-title-icon.gif) top no-repeat;
	}
	
#podcastHeaderTitle {
	float: left;
	width: 483px;
	}

#podcastVideo {
	text-align: center;
	width: 574px;
	padding: 0;
	margin: 10px 0 20px 0;
	}
	
/* --------------------signup form-------------------- */

.formLabel {
	padding: 10px 0 2px 0;
	}
	
.formField {
	padding: 0;
	}
	
.formItem {
	width: 180px;
	padding: 5px 0;
	}

#signupForm input.field {
	width: 300px;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
#signupForm input.box {
	border: 1px solid #c4c4c4;
	}
	
#checkboxesWrapper {
	width: 574px !important;
	}
	
#checkboxesL {
	float: left;
	width: 180px;
	}
	
#checkboxesM {
	float: left;
	width: 180px;
	}
	
#checkboxesR {
	float: left;
	width: 180px;
	}
	
/* ---------------------FORMS--------------------- */

.formWrapper {
	padding: 13px 0 5px 0;
	}

.formLeftCol {
	float: left;
	width: 255px !important;
 	width /**/: 275px;
	padding: 0 20px 0 0;
	}
	
.formRightCol {
	float: left;
	width: 265px;
	}
	
.checkboxesLeftCol {
	float: left;
	width: 160px !important;
 	width /**/: 180px;
	padding: 0 20px 0 0;	
	}
	
.checkboxesMidCol {
	float: left;
	width: 160px !important;
 	width /**/: 180px;
	padding: 0 20px 0 0;	
	}
	
.checkboxesRightCol {
	float: left;
	width: 180px !important;
	padding: 0 0 0 0;	
	}
	
.fieldWrapper {
	float: left;
	padding: 5px 10px 15px 0;
	}
	
.labelShort {
	display: block;
	padding: 0 0 3px 0;
	}
	
.labelMedium {
	display: block;
	padding: 0 0 3px 0;
	}
	
.labelLong {
	display: block;
	padding: 0 0 3px 0;
	}
	
.txtBoxSubscribe {
	width: 134px !important;
 	width /**/: 140px;
	background: #fff;
	padding: 3px;
	margin: 10px 0 7px 0;
	border: 1px solid #c4c4c4;
	}

.txtBoxSmall {
	width: 74px !important;
 	width /**/: 80px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtBoxMedium {
	width: 154px !important;
 	width /**/: 160px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
		
.txtBoxMediumLong {
	width: 184px !important;
 	width /**/: 190px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtBoxLong {
	width: 244px !important;
 	width /**/: 250px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtBoxVLong {
	width: 556px !important;
 	width /**/: 552px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtAreaMedium {
	width: 154px !important;
 	width /**/: 160px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtAreaLong {
	width: 244px !important;
 	width /**/: 250px;
	height: 200px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.txtAreaVLong {
	width: 550px !important;
 	width /**/: 556px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
textarea#community-booking,
textarea#community-description {
	width: 555px !important;
 	width /**/: 561px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
}

textarea#community-partners {
	width: 555px !important;
 	width /**/: 561px;
	height: 30px !important;
 	height /**/: 36px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
}
	
.dropListMedium {
	width: 154px !important;
 	width /**/: 160px;
	background: #F2F2F2;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.dropListLong {
	width: 194px !important;
 	width /**/: 200px;
	background: #fff;
	padding: 3px;
	border: 1px solid #c4c4c4;
	}
	
.formWrapper input,
#signupForm input{
	font-size: 1em;
	} 
	
.formWrapper textarea {
	font-size: 1em;
	}
	
.mandatory {
	color: #ff0000;
	}
	
.validationMessage {
	color: #DA4445;
	}
	
.eventPaypalButton {
	float: left;
	padding: 0 20px 0 0;
	}
	
div.eventPaypalButton form p {
	padding: 0 !important;
	margin: 0 !important;
	height: 168px !important;
	}
	
div.eventPaypalButton form p input {
	padding: 0 !important;
	margin: 0 !important;
	height: 77px !important;
	}
	
/* --------------------facebook iframe-------------------- */

.fbWrapper {
	float: left;
	width: 365px;
	margin: 6px 7px 0 0;
	}
	
.twtWrapper {
	float: left;
	width: 160px;
	margin: 4px 0 0 0;
	}
	
/* ====================RIGHT COL ELEMENTS==================== */

/* --------------------calendar-------------------- */

#calendar {
	width: 156px;
	margin: 20px 0 0 0;
	padding: 0 0 1px 0;
	background: url(/images/structure/bg-feature-rcol-t.gif) top no-repeat;
	}
	
#calendarContent {
	padding: 0 10px 0 10px;
	width: 136px !important;
 	width /**/: 156px;
	}

#calendarB {
	width: 156px;
	height: 10px;
	background: url(/images/structure/bg-feature-rcol-b.gif) top no-repeat;
	padding: 0;
	margin: 0;
	}
	
#calendarContent p {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#calendarCalendar {
	padding: 0;
	}
	
table.calendarMini {
	width: 136px;
	font-size: 0.9em;
	}
	
#calendarMonth {
	padding: 0 0 15px 0;
	}
	
#calendarMonth a {
	color: #000 !important;
	}
	
.calendarMini th {
	text-align: center;
	width: 18px !important;
 	width /**/: 19px;
	height: 19px;
	padding: 0 1px 0 0;
	}	

.calendarMini td {
	text-align: center;
	width: 18px !important;
 	width /**/: 19px;
	height: 19px;
	padding: 0 1px 0 0;
	background: url(/images/widgets/calendar-day-standard.gif) top left no-repeat;
	}
	
.calendarCell {
	background: url(/images/widgets/calendar-day-standard.gif) top left no-repeat;
	}
	
.calendarCell,
td.mc_pad {
	background: url(/images/widgets/calendar-day-standard.gif) top left no-repeat !important;
	}
	
.calendarCellEvent,
td.has_events {
	background: url(/images/widgets/calendar-day-event.gif) top left no-repeat;
	font-weight: bold;
	}
	
.calendarCellEvent a,
td.has_events a {
	color: #fff !important;
	}
	
.calendarToday,
td.today {
	background: url(/images/widgets/calendar-day-today.gif) top left no-repeat;
	font-weight: bold;
	color: #fff !important;
	}
	
.calendarToday a {
	color: #fff !important;
	}

.calendarMiniHeader th {
	padding: 0 0 5px 0;
	}

.calendarMiniDayHeading td {

	}

.calendarMiniRow {

	}

.calendarMiniBlank {
	background: url(/images/widgets/calendar-day-standard.gif) top left no-repeat;
	}
	
#calendarPrev {
	float: left;
	padding: 15px 0 0 0;
	margin: 0;	
	width: 88px;
	font-size: 0.9em;
	}
	
#calendarNext {
	float: left;
	padding: 15px 0 0 0;
	margin: 0;	
	width: 48px;
	text-align: right;
	font-size: 0.9em;
	}
	
/* --------------------daily-------------------- */

#daily {
	width: 156px;
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	background: url(/images/structure/bg-daily-view-t.gif) top no-repeat;	
	}
	
#dailyContent {
	padding: 10px 10px 0 10px;
	}
	
#calendarContent p {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#dailyDate {
	color: #fff;
	text-align: center;
	padding: 0 0 0 0;
	}
	
#dailyDate p {
	color: #000 !important;
	text-align: left !important;
	}
	
.dailyDayOfWeek {
	font-size: 1em;
	display: block;
	}
	
.dailyDayOfMonth{
	font-size: 1.2em;
	display: block;
	margin: 0 0 22px 0;
	}
	
.dailyTxt {
	padding: 18px 0 0 0;
	}
	
.dailyP {
	padding: 0 0 3px 0;
	margin: 0;
	}
	
.dailyNoResults {
	text-align: center;
	padding: 18px 0 0 0;
	margin: 0;
	}
	
.dailyNoResultsLessPadding {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#dailyB {
	width: 156px;
	height: 10px;
	background: url(/images/structure/bg-feature-rcol-b.gif) bottom no-repeat;
	padding: 0;
	margin: 0;
	}
	
/* --------------------database search-------------------- */

#database {
	width: 156px;
	padding: 20px 0 0 0;
	}
	
.searchField {
	float: left;
	padding: 5px 0;
	}
	
.searchField select {
	padding: 3px;
	}
	
.searchField input {
	padding: 3px;
	}
	
.btn1 {
	padding: 3px 0 0 30px;
	}
	
/* --------------------right col mini database search-------------------- */

.dbSearchTitleImg {
	padding: 0 0 7px 0;
	}

.searchFieldMini {
	float: left;
	padding: 5px 0;
	width: 156px;
	}
	
.searchFieldMini select {
	padding: 3px;
	width: 156px;
	}
	
.btn2 {
	padding: 0;
	}
	
/* --------------------movie db carousel-------------------- */

#dvdCarousel {
	width: 136px !important;
 	width /**/: 156px;
	margin: 20px 0 0 0;
	padding: 15px 10px 1px 10px;
	text-align: center;
	background: url(/images/structure/bg-dvd-t.gif) top no-repeat;	
	}
	
#dvdCarousel h3 {
	color: #000;
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;	
	}
	
#coverWrapper {
	margin: 20px 0 5px 18px;
	}
	
#arrowLeftDVD{
	width: 37px;
	height: 37px;
	position: absolute;
	margin-top: 177px;
	margin-left: -10px;
	z-index: 99;
	}
	
#arrowRightDVD {
	width: 37px;
	height: 37px;
	position: absolute;
	margin-top: 177px;
	margin-left: 109px;
	z-index: 99;
	}
	
#dvdCarouselB {
	width: 156px;
	height: 10px;
	background: url(/images/structure/bg-dvd-b.gif) bottom no-repeat;
	padding: 0;
	margin: 0;
	}
	
/* ---------------------GOOGLE MAPS--------------------- */
	
#gMap {
	width: 182px;
	height: 250px;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
	}

#gMap a {
	background: none;
	cursor: default;
	padding: 0;
	text-decoration: none;
	}

.mapInfo {
	white-space: nowrap;
	}
	
#boxGrey {
	background: #eaeaea;
	padding: 15px 20px 5px 20px;
	margin: 10px 0 10px 0;
	}
	
/* tooltip styling */

#tooltipTrigger {

}

.tooltip {
	display: none;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 12px 12px 10px 12px;
	width: 300px;
	font-size: 1em;
	color: #333;
}

/* a .label element inside tooltip */

.tooltip a {

}
	
/* ====================FOOTER==================== */

#footerLinks {
	float: left;
	padding: 15px 17px 0 27px;
	width: 130px !important;
 	width /**/: 174px;	
	font-size: 1em;
	}

#social {
	float: left;
	padding: 15px 14px 0 14px;
	width: 434px !important;
 	width /**/: 462px;
	}
	
.txtShare {
	padding: 0 0 2px 0;
	}
	
.txtFacebook {
	padding: 0 0 0 20px;
	font-size: 0.8em;
	}

#credits {
	float: left;
	padding: 12px 14px 0 14px;
	width: 296px !important;
 	width /**/: 324px;	
	font-size: 0.8em;
	}
	
p.bookingHeader {
	padding: 0 0 0 0;
	margin: 10px 0 -5px 0;
	}

#fancy_wrap {
	z-index: 99 !important;
	}
	
#publishForm #calendar_fields {
	margin: 0 !important;
	padding: 0 !important;
	}
	
#publishForm #calendar_calendars ,
#calendar_calendars div .inner div .group repeat line,
#calendar_calendars div .inner div .all_day line {
	display: none !important;
	}
	
.selectL {
	float: left;
	padding: 0 15px 0 0;
	width: 170px !important;
 	width /**/: 185px;	
	}
	
.selectM {
	float: left;
	padding: 0 15px 0 0;
	width: 170px !important;
 	width /**/: 185px;	
	}
	
.selectR {
	float: left;
	padding: 0;
	width: 170px;	
	}
	
#mygallery .stepcarousel {
position: relative;
z-index: 1000;
	}
	
#nav_sub {
position: relative;
z-index: 1000;
}

#fieldWrapperHoneepot {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}
