/*
Theme Name: Pala Casino WP1
Description: A custom theme designed especially for Pala Casino.
Version: 1.0
Author: BinaryM Inc.

*/

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} /* removed fieldset for internal applications */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border:0;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* @end */

/* @group GLOBALS */

body {
	line-height: 1;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background: #6a2d1a url(images/body-bg.jpg) top center no-repeat;
}
body.single-sliderpop,
body.single-sliderpop p {
    margin:0;
    padding:0;
	background:#f0e2d8;
	text-align:center;
}
#home {
	background-image: url(images/home-bg.jpg);
}
	
/* @end */	

/* @group IDs */

#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#8b492f url(images/container-bg.jpg) top center no-repeat;
	overflow:hidden; /* fixes the chrome scroll bug */
}
#logo a {
	display:block;
	text-indent:-1000px;
	height:120px;
	width:180px;
	overflow:hidden;
}
#wrapper {
	width:910px;
	margin:0 auto;
}
#topNav {
	height:25px;
	margin:15px 0 0 0;
	float:left;
	clear:both;
}
#content {
	float:left;
	width:910px;
	background:transparent url(images/content-bg.jpg) top center repeat-x;
	margin:0 0 5px 0;
	padding:0;
}
#customApplications {
	background:#F3E1D7;
}
#sidebar {
	color:#DDBBA8;
	float:left;
	width:320px;
}
#mainContent {
	float:left;
	width:590px;
}


#footer {
	background:transparent url(images/footer-bg.jpg) top center no-repeat;
	border-bottom:1px solid #ddbba8;
	clear: both;
}
	/* @end */	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	line-height: 1.2em;
	color: #333; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	letter-spacing: -.04em;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
img {
	border: 0;
}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
	margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }

blockquote {
	margin:10px 20px;
	color:#666;
}

	/* @end */

/* @group Main Content */

#mainContent p, #mainContent h2, #mainContent h3, #mainContent h4 {
	margin-left:10px;
	margin-right:10px;
}
#mainContent h2 {
	font-size:170%;
	color:#69130f;
	font-weight:lighter;
}


#mainContent div + h2 {
	margin-top:10px;

/*	float:left;	removing this float to fix image followed by h2, don't recall why it's here. */

/*	width:100%; fixing the sortby nav? */
}

#mainContent h3 {
	font-size:130%;
	color:#69130f;
	font-weight:lighter;
}
#mainContent h4 {
	font-size:120%;
	color:#69130f;
	font-weight:lighter;
}
#mainContent p {
	font-size:95%;
	line-height:130%;
	color:#746e6e;
}
#mainContent div img {
	margin-bottom:-1px; /* workaround for 1px jog */
}

/* @end */
	

/* @group NAV */


#topNav {
	list-style:none;
	margin:0;
}
#topNav li {
	float:left;
}

#topNav li a {
	display:block;
	background-image:url(images/nav.png); 
	height:32px;
	width:120px;
	text-indent:-1000px;
	overflow:hidden;
}

#topNav li.page-item-26 a {
	width:128px;
	background-position:0 0;
}

#topNav li.sfHover.page-item-26 a,
#topNav li.page-item-26 a:hover {
	background-position:0 -36px;
}


#topNav li.page-item-206 a {
	width:99px;
	background-position:-130px 0;
}
#topNav li.sfHover.page-item-206 a,
#topNav li.page-item-206 a:hover {
	background-position:-130px -36px;
}

#topNav li.page-item-209 a {
	width:125px;
	background-position:-230px 0;
}
#topNav li.page-item-209 a:hover, 
#topNav li.sfHover.page-item-209 a  {
	background-position:-230px -36px;
}

#topNav li.page-item-229 a {
	width:129px;
	background-position:-359px 0;
}
#topNav li.page-item-229 a:hover,
#topNav li.sfHover.page-item-229 a {
	background-position:-359px -36px;
}

#topNav li.page-item-213 a {
	width:150px;
	background-position:-490px 0;
}
#topNav li.page-item-213 a:hover, 
#topNav li.sfHover.page-item-213 a {
	background-position:-490px -36px;
}

#topNav li.page-item-219 a {
	width:160px;
	background-position:-656px 0;
}
#topNav li.page-item-219 a:hover, 
#topNav li.sfHover.page-item-219 a {
	background-position:-656px -36px;
}

#topNav li.page-item-222 a {
	width:98px;
	background-position:-833px 0;
}
#topNav li.page-item-222 a:hover, 
#topNav li.sfHover.page-item-222 a {
	background-position:-833px -36px;
}


/*** ESSENTIAL STYLES ***/
#topNav, #topNav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#topNav {
	z-index:900;
	line-height:	1.0;
}
#topNav ul {
	background-color:#551504;
	position:		absolute;
	top:			-999em;
	width:			300px; /* left offset of submenus need to match (see below) */
	padding:0 5px 10px 5px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	filter:alpha(opacity=93);
	-moz-opacity:0.93;
	-khtml-opacity: 0.93;
	opacity: 0.93;
}

#topNav li.page-item-26 ul, 
#topNav li.page-item-206 ul, 
#topNav li.page-item-209 ul {
	width:			350px; /* left offset of submenus need to match (see below) */


}

#topNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#topNav li {
	float:	left;
	position: relative;
}

#topNav li:hover ul,
#topNav li.sfHover ul {
	left:	0;
	top:	30px; /* match top ul list item height */
	z-index:9950;
}

#topNav li.page-item-222 ul {
	left:	-212px;
}

#topNav li.page-item-222:hover ul,
#topNav li.page-item-222.sfHover ul {
	top:	30px; /* match top ul list item height */

	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
}


#topNav li:hover ul li ul,
#topNav li.sfHover ul li ul,
#topNav li.page-item-222:hover ul li ul,
#topNav li.page-item-222.sfHover ul li ul {
	position:relative;
	left:0;
	top:0;
}

#topNav li ul li a {
	z-index:9900;

	width:290px;
	font-weight:bold;
	text-decoration:none;

	border-bottom:1px solid #d4b09e;

	padding:10px 0 0 8px;
	color:#d4b09e;
	font-size:110%;
	height:auto;
	display:block;
   
	background-image:none; 
	text-indent:0;
}

#topNav li.page-item-213 ul li a,
#topNav li.page-item-229 ul li a,
#topNav li.page-item-219 ul li a,
#topNav li.page-item-222 ul li a {
	width:290px;
}

#topNav li ul li a:before {
	content:'> ';
}

#topNav li.page-item-26 ul li a, 
#topNav li.page-item-206 ul li a, 
#topNav li.page-item-209 ul li a {
	width: 340px; /* left offset of submenus need to match (see below) */
}

#topNav li ul li a:hover {
	text-decoration:underline;
}

#topNav li ul li ul {
	width:300px;
	padding:0;
	margin:5px 0;
	float:left;
}
#topNav li ul li ul li {
	width:150px;
	float:left;
}

#topNav li.page-item-26 ul li ul li, 
#topNav li.page-item-206 ul li ul li, 
#topNav li.page-item-209 ul li ul li {
	width:175px;
}

#topNav li ul li ul li a {
	width:125px !important;
	text-transform:none;
	border:0;
	font-size:100%;
	line-height:135%;
	height:auto;
	overflow:auto;
	padding:2px 0 2px 10px;
}

#topNav li ul li ul li a:before {
	content:'';
}

#topNav li.page-item-26 ul li ul li a, 
#topNav li.page-item-206 ul li ul li a, 
#topNav li.page-item-209 ul li ul li a {
	width:170px !important;
}


/*
	Sitemap
*/

#bottomNav, #bottomNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#bottomNav {
	width:945px;
	margin:15px 0 15px 30px;
}
#bottomNav li {
	width:135px;
	float:left;
}
#bottomNav li a {
	margin-bottom:5px;
	display:block;
	font-size:100%;
	text-decoration:none;
	font-weight:bold;
	color:#b98976;
}
#bottomNav li a:hover {
	text-decoration:underline;
}
#bottomNav ul li {
	line-height:1.3em;
}
#bottomNav ul li a {
	margin-bottom:0;
	font-size:90%;
	font-weight:normal;
}

/*
	Reservations/Privileges
*/

#top > ul {
	margin:0 0 0 520px;
	width:420px;
}
#top ul {
	list-style:none;
	padding:0;
	float:left;
}
#top ul li {
	float:left;
}
#top ul li ul {
	margin:0 0 0 10px;
}
#top ul li a {
	text-indent:-1000px;
	overflow:hidden;
	display:block;
	background-image:url(images/nav-reservations.png);
}
#top ul li.reservations a {
	height:40px;
	width:110px;
	background-position:-3px 0;
}
#top ul li.privileges a {
	height:40px;
	width:195px;
	background-position:-113px 0;
}

#top ul li ul {
	position:relative;
	top:5px;
	left:-100px;
}
#top ul li ul li.signup a {
	height:15px;
	width:50px;
	background-position:-125px -38px;
}
#top ul li ul li.login a {
	height:25px;
	width:40px;
	background-position:-175px -35px;
}
#top ul li ul li.logout a {
	height:25px;
	width:55px;
	background:transparent url(images/logout.png) center left no-repeat;
}


#top ul li ul li.welcome, #top ul li ul li.unwelcome {
	border-right:1px solid #f79c88;
	color:#f79c88;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	text-align:right;
	width:215px;
}
#top ul li ul li.unwelcome {
	border-right:0;
}


#smallNav {
	float:right;
	list-style:none;
	margin:0;
	width:340px;
}
#smallNav li {
	float:left;
}
#smallNav li a {
	display:block;
	background-image:url(images/nav-bottom.png);
    background-repeat:no-repeat;
	text-indent:-1000px;
	height:25px;
	overflow:hidden;
}
#smallNav li.map a {
	background-position:0 4px;
	width:60px;
	margin-right:10px;
}
#smallNav li.updates a {
	background-position:-70px 4px;
	width:130px;
}

#smallNav li.facebook a {
    background:transparent url(images/icons/facebook.png) center center no-repeat;
    width:35px;
}
#smallNav li.yelp a {
    background:transparent url(images/icons/yelp.png) center center no-repeat;
    width:35px;
}
#smallNav li.youtube a {
    background:transparent url(images/icons/youtube.png) center center no-repeat;
    width:35px;
}
#smallNav li.twitter a {
    background:transparent url(images/icons/twitter.png) center center no-repeat;
    width:35px;
}

#carousel {
	width:910px;
	margin:0 auto;
	height:160px;
	overflow:hidden;
}

#carousel ul {
	margin:0;
	list-style:none;
}
#carousel li {
	float:left;
	text-align:center;
	margin:0;
	background-position:top center;
	background-repeat: no-repeat;
}
#footer #carousel ul li a {
	text-decoration:none;
}

#controls {
	display:none;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:910px;
}
#controls .next {
	float:right;
	text-indent:-1000em;
	width:30px;
	height:20px;
	background:transparent url(images/btn-next-new.png) center center no-repeat;
}
#controls .prev {
	float:left;
	text-indent:-1000em;
	width:30px;
	height:20px;
	background:transparent url(images/btn-prev-new.png) center center no-repeat;
}

#breadCrumbs div {
	list-style:none;
	margin:0;
	padding:0;
	font-size:90%;
	color:#370e04;
}
#breadCrumbs div a {
	color:#370e04;
	text-decoration:none;
}
#breadCrumbs div a:hover {
	text-decoration:underline;
}

  	/* @end */
  	
/* @group Sidebar */

#sidebar div {
	padding:0 60px;
	border-left:1px solid #7C181A;
	background:transparent url(images/sidebar/casino.png) 20px 40px no-repeat;
}
#sidebar h3 {
	margin:15px 0 0 0;
	padding:0;
	font-size:195%;
	font-weight:lighter;
}
#sidebar h3 a {
	color:#DDBBA8;
	text-decoration:none;
}
#sidebar h3 a:hover {
	text-decoration:underline;
}
#sidebar h4 {
	margin:15px 0 0 0;

	font-size:145%;
	line-height:140%;
	font-weight:lighter;
}   
#sidebar p {
	line-height:125%;
	font-size:90%;
	color:#fff;
}
#sidebar ul {
	font-size:110%;
	list-style:none;
	margin:10px 0;
}
#sidebar ul li a {
	color:#DDBBA8;
	text-decoration:none;
}
#sidebar ul li.current_page_item a, 
#sidebar ul li.current_page_ancestor a,
.single-pokerpromotion #sidebar ul li.page-item-56 a  {
	color:#fff;
	font-weight:bold;
}
#sidebar ul li.current_page_item a, 
#sidebar ul li.current_page_item ul li a:hover,
#sidebar ul li ul li.current a.current,
#sidebar ul li a:hover,
.single-pokerpromotion #sidebar ul li.page-item-56 ul li.page-item-1021 a {
	text-decoration:underline;
}
#sidebar ul li.current_page_item ul li a,
.single-pokerpromotion #sidebar ul li.page-item-56 ul li a {
    font-weight:normal;
	text-decoration:none;
}

#sidebar ul li ul {
	display:none;
}

#sidebar ul li.current_page_item ul,
#sidebar ul li.current_page_ancestor ul,
.single-pokerpromotion #sidebar ul li.page-item-56 ul {
	display:block;
	font-size:80%;
	list-style:none;
	margin:0 0 2px 10px
}

#sidebar ul li.current_page_item ul li a,
#sidebar ul li.current_page_ancestor ul li a,
.single-pokerpromotion #sidebar ul li.page-item-56 ul li a {
    color:#DDBBA8;
    font-weight:normal;
}
#sidebar p a {
	color:#fff;
}

#sidebar .casino {
	background-image:url(images/sidebar/casino.png);
}
#sidebar .spa {
	background-image:url(images/sidebar/spa.png);
}
#sidebar .resort {
	background-image:url(images/sidebar/resort.png);
}
#sidebar .dining {
	background-image:url(images/sidebar/dining.png);
}
#sidebar .promotions {
	background-image:url(images/sidebar/promotions.png);
}
#sidebar .entertainment {
	background-image:url(images/sidebar/entertainment.png);
}
#sidebar .about-us {
	background-image:url(images/sidebar/about-us.png);
}

#sidebar #pokerJackpot {
	background:#4c100f;
	border:4px solid #7a1c14;
	margin:10px 55px;
	padding:4px;
	text-align:center;
}
#pokerJackpot h2, #pokerJackpot h4, #pokerJackpot p {
	margin:0;
	padding:0;
	color:#e2b7a7;
}
#pokerJackpot h2 {
	color:#fff;
	font-weight:bold;
}
#pokerJackpot h4 {
	text-transform:uppercase;
	font-size:120%;
}
	/* @end */
	
/* @group FOOTER */

#footer {
	z-index:1;
	margin: 0 auto;
	padding: 10px 0 0 0; }
	
#footer a:link, #footer a:visited {
	color: #ddbba8;
	text-decoration:underline; }
	
#footer p {
	color:#ddbba8;
	text-align:center;
	font-size: .9em;
	padding: 0 0 4px 0;
	margin:0;
}
#footer p img {
    border:0;
    padding:0 3px;

    float:right;
}
a.spacer {
	margin-left:130px;
}
a.spacer img {
    margin-right:10px;
}
	
	/* @end */

/* @group Events */

table.events {
	width:95%;
	margin:0 auto;
}
table.events th {
	padding:4px;
	background:#ddbba8;
	color:#600;
}
table.events td {
	padding:4px;
	border-bottom:1px solid #ddbba8;
}
table.events td div.alignleft {
	margin-left:5px;
	width:395px;
}
table.events td div.alignleft h4 {
	color:#72212A;
	margin:5px 0 0 0;
}
table.events td div.alignleft h4 a {
	color:#72212A;
	text-decoration:none;
}
table.events td div.alignleft h4 a:hover {
	color:#333;
	text-decoration:underline;
}
.eventToggle {
	float:right;
	margin-right:10px;
	display:none;
}
/* @end */

/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
				
.clear {
	clear: both; }
	
#tags {
	margin-bottom:35px; }
	
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

/* @end */

/* @group Misc */

#winnersCircle {
	margin-left:30px;
}
#winnersCircle div {
	float:left;
	width:135px;
	height:13em;
	text-align: center;
}
.nowrap {
	white-space:nowrap;
}

.promo {
	float:left;
	width:100%;
}
.promo a img {
    margin-left:20px;
}
.flowplayer {
	margin:0 auto;
	background:transparent url(images/video.jpg) left top no-repeat;
}
/* @end */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.2 (20/10/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f0e2d8;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	background:#f0e2d8;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #000;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding-left: 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding-bottom: 3px;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding-left: 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/pala/images/fancy_shadow_nw.png', sizingMethod='scale'); }
.pointer {
	cursor:pointer;
}



.awards {
width:590px;	
float:left;
}

.awards-row{
width:570px;
float:left;
padding:0 0 10px 20px;	
}

.awards-row h2{
padding:0 0 10px 0;	
}


.awards-member{
width:175px;
float:left;	
padding-right:10px;		
}

.awards-member img{
display:block;
margin:0 auto;
}

.awards-member p{
text-align:center;
}


.awards-year {
	float:left;
	padding:0 10px 10px 0;
}

.wpw-top {
		background-image: url('images/wpw-top.jpg');
		margin:0px;
		width:590px;
		height:331px;
		float:left;
	
}
.wpw-top-text{
		color:#FFF;
		padding:205px 30px 0 30px;
		font-size:1.4em;
		line-height:1.6em;
}

.wpw-bottom {
		background-image: url('images/wpw-bottom.jpg');
		width:590px;
		padding-top:20px;
		float:left;
}

.wpw-bottom-row {
		width: 524px;	
		padding:0 15px 0 15px;	
		float:left;
}

.wpw-bottom-logo {
		width:200px;	
		float:left;	
}

.wpw-bottom-desc {
		width:294px;	
		float:left;
		padding-left:20px;	
		color:#FFF;
		font-size:1.1em;
		line-height:1.2em;
}

.wpw-bottom-desc a {
		color:#FFF;
	
}

.wpw-bottom-picture {
		margin-top:40px;
		margin-left:30px;
		padding-bottom:45px;
		float:left;
}

.event-more {
		float:right;
		font-size: 76%;
		color: #333;
		margin-top:0px;
		padding-top:0px;
}

.event-more a {
		font-size: 85%;
		color: #746E6E;
}
