@charset "utf-8";
/* CSS Document */
/*
Theme Name:     Circus_Theme
Theme URI:      http: //www.irisemedia.com/
Description:    Circus Theme
Author:         iRISEmedia.com
Author URI:     
Version:        0.1.0
*/


/**
 * HTML5 âœ° Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

#body{
    padding-bottom: 100px;    /* height of footer */
}
body, body p{
	font-size:14px;
}
body{
	font-family:arial;
}

body p{
	margin-bottom:18px;
	margin-top:18px;
}


footer{
/*
    height: 100px; 
*/
    width:100%;
    position: relative;
	bottom: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
*/

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #EE3A43; }
a:hover { color: #036; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
::selection { background:#fe57a1; color:#fff; text-shadow: none; }

/**
 * Primary styles
 *
 * Author:
 */










a {
	color:red;
	text-decoration:none;
}
a:hover {
	color:#FFAE05;
	text-decoration:none;
}
#page {
	display: block;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-right:auto;
	margin-left:auto;
	max-width:960px;
	margin-top:5px;
}
#primary {

	margin: 0 auto;
	max-width: 602px;
}
#front-primary {
	float: left;
	width: 100%;
}
#primary .fullwidth  div{
	width:100%;
}
div#main {
	width:100%;
	min-width:960px;
	clear:both;
text-align:justify;
line-height:20px;
margin-top:24px;
}

/*#main .widget-area {
	float: left;
	overflow: hidden;

}*/
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

div#front-content {
	color: #FFFFFF;
	margin-left:10px;
	width:95%;
	min-width:402px;
}

#content {
	margin: 0;
	color: #FFFFFF;
	float:right;
	width:100%;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin:  0 auto 0;
	max-width:300px;
}
	 #site-title.french a img{
		margin-top:20px;
	}	

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 ;
	width:50%;
}

#site-title a img {
	width:300px;
}

div#sponsors-header {
	width:550px;
	height:70px;
	clear:right;
	overflow:hidden;
	margin:8px auto;
	display:block;
}
div#sponsors-header div.slides {
	width:550px;
	height:70px;

}
div#sponsors-header div.slides a img {
	width:100%;	
}

div#sponsors-body {
	width:300px;
	height:38px;
	margin:0 auto;
	clear:right;
	overflow:hidden;
}
div#sponsors-body div.slides {
	width:300px;
	height:38px;
}
div#sponsors-body div.slides a img {
	width:100%;	
}
/* =Menus
-------------------------------------------------------------- */
div#menuholder {
	width:90%;
	margin:0px auto;
}

#access {
	background: transparent;
	display: block;
	width:auto;
	margin: 0 auto 0;

}
#access ul {
	list-style: none;
	margin:  0 auto;
	padding-left: 0;
	width:auto;
}
#access li {
	float: left;
	position: relative;
}


#access a {
	display: block;
	line-height: 2em;
	padding: 0 0.65em;
	text-decoration: none;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color:#f6ee24;
}
#access ul li a {
	text-transform:uppercase;
}
#access ul li.current-menu-item a{
	color:#FFFFFF;
}	
#access ul ul li {
	width: 250px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	margin-top:0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #A20505;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 15em;
	height: auto;
	color:#FFAE05;
	text-transform:none;
}
#access ul li a:hover {
	color:#feae00;
}
#access ul li a:active {
	color:#feae00;
}
#access ul ul :hover > a {
	background: #FFAE05;
	color:#A20505
}
#access ul ul a:hover {
	background: #FFAE05;
	color:#A20505
}
#access ul li:hover > ul {
	display: block;
}



/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
	font-size:0.8em
}
h1, h2, h3{
	text-transform:uppercase;
	margin-bottom:12px;
	margin-top:6px;
	color:#F00;
	text-align:center;
}
h1{
	font-size:24px;
}
h1.entry-title, div.entry-content h1{
	color:#FFAE05;

	margin-top:0;
	margin-bottom:15px;
}

h2{
	font-size:20px;
	color:#F00;
	font-weight: bold;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:16px;
	margin-top:6px;
	margin-bottom:12px;
}

h3{
	color:#FFAE05;
	color:#000;
}

div#front-content{
	color:#000;
	display:block;
}

div.entry-content h2{
	color:#FFAE05;
	color:#F00;
/*
	font-size:2em;
*/
	margin-top:0;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 2em 0 0;
	clear:both;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: 0;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}

.entry-content h2{
	clear:left;
	margin-bottom:10px;
}
div.sponsors {
	width:150px;

	float:left;
	clear:none;
	height: 150px;
}

div.sponsors a img {
	max-width:95%;
	max-height:142px;
	display:block;
	margin:0 auto;
}

div.centerme {
	margin:0 auto;
}

.fluid-width-video-wrapper {
padding:0 !important;
}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}



/*   ADDITIONAL STYLING ADDED TO BASE THEME
---------------------------------------------------------------------------------------------------------- */

body {
	background: #000000;
}
 
div#sponsor-slides {
	width:100%;
	padding-top:35px;
	clear:right;
}
.page div.entry-content > p:first-child {
	margin-top:0;
}

div#leftcolumn {

	width:33%;
	min-width:100px;
	max-width: 320px;
	margin:0 auto;
	clear:none;
}

.eme_events_list, #eme_locations_list {
    clear: none;
}
#leftcolumn ul, #secondary ul {
	margin-left:0;
	color: #FFFFFF;
    clear:none;
  	list-style-type: none;
}

#leftcolumn a, #secondary a{
	color:#ffffff;
	text-decoration:none;
}

#leftcolumn h2, #secondary h2 {
	margin: 1em 0 0.5em;
}

#ticketimage img {
	width:100%;
}

#leftcolumn ul li a{
	color:#ffffff;
}

#leftcolumn a:hover,   #secondary a:hover, #primary a:hover{
	color: #FFAE05;
}

div.sharethisclass {
	height:1.6em; 
	line-height:1.6em;
	font-size:0.8em;
	width:270px;
	margin:1em auto 2em;
}
.home div.sharethisclass{
	margin:-2em auto 2em;	
}
div.sharethiswords{
	color: #FFAE05;
	height:1.6em; 
	line-height:1.6em;
	font-size:0.8em;
	float:left;
}

div#bottom-left {
	color: #FFFFFF;
	max-width:320px;
	padding-right:10px;
	margin:0 auto;
	clear:right;
}
div#bottom-right{
	color: #FFFFFF;
	max-width:320px;
	margin:0 auto;
	clear:both;
}
div#bottom {
	clear:both;
	width:100%;
	padding-top:20px;
}
div#bottom-right h2,div#bottom-left h2 {
	text-align:left;
	margin:0;
	padding-left:5px;
}
div#bottom-right a {
	text-decoration: none;
	color:red;	
}
div#bottom-right a:hover {
	color:#FFAE05
}

a span.biggerlink {
	font-size: 4em;
	color: #FFFFFF;
	text-align:center;
}
a span.smallerlink {
	font-size: 1.5em;
	color: #FFAE05;
	line-height:1.7em;
}

div.page-sidebar1 {
	background:url(images/DealButtonBackgroundSmall.png) no-repeat scroll transparent;
	color: #FFFFFF;
	min-height:160px;
	padding-right:10px;
}
a span.sidebar1biggerlink {
	font-size: 2em;
	color: #FFFFFF;
	text-align:center;
    line-height: 2.2em;
    font-weight: bold;
}
a span.sidebar1smallerlink {
	font-size: 1.2em;
	color: #FFAE05;
	line-height:1.4em;
}
div.page-sidebar1 a{
	text-decoration:none;
	display:block;	
}
div.page-sidebar1 p{
	text-align: center;		
}
div#bottom-left p {
	text-align: center;	
	padding-top:10px;
	margin-bottom:15px;
	margin-top:0;
	max-width:160px;
	float:left;
	clear:none;
}
div#bottom-left p img {
	width:90%;
	margin-right:5%;
	margin-left:5%;
}
div#bottom-left a {
	text-decoration:none;
	display:block;	
}
div#bottom-right h3 {
	margin-top:0.6em;
	margin-bottom:0.5em;
	font-size:150%;
}
div#bottom-right p {
	margin-bottom:1.5em;
}

div#site-footer {
	min-height: 300px;
	height:auto;
	background: url(images/footer_bg.jpg) no-repeat center top transparent;
	padding-top:20px;
	padding-left: 10px;
}

#site-footer ul.menu {
	list-style: none;
	color: #feae00;
	padding-left:0px;
	margin-top:0;
	margin-left:0;
}
#site-footer ul.menu li{
    clear: left;
    float: left;
    padding: 0 0.5em;

}
#site-footer ul.menu li:first-child{
	border-left:none;	
}
#site-footer ul.menu li a{
	color: #feae00;
	text-decoration:none;
}
#site-footer ul.menu li a:hover{
	color: #f6ee24;
	text-decoration:none;
}
#footer-bottom p, #site-footer p{
	color:#FFFFFF;
	font-size: 0.75em;
	clear:both;
	padding-top:0.75em;
}

div#secondary {
	max-width:320px;
	margin:0 auto;
}
h1.page-title {
	margin-top:0;
}
.archive footer.entry-meta {

	margin-bottom:30px;

}
div#schedule-table td {
	padding-right:10px;
}

div#lang_sel_list {
	width:100%;
	border:none;
	position:absolute;
}

#lang_sel_list ul {
	width:100%;
	list-style-type: none !important;
	margin: 0 !important;
    padding: 0 !important;
	
}

#lang_sel_list li {
    clear: none;
    float: left;
	width:auto;

	position:relative;
	list-style-type: none !important;
	margin: 0 !important;
    padding: 0 !important;
} 
#lang_sel_list li:first-child {
 	float:right;
}
#lang_sel_list a:hover,#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list a.lang_sel_other:hover {
	color:#FFFFFF;
}
   
 #lang_sel_list li a, #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_other{	
    background:url(images/language_button.png) no-repeat center transparent;
	border-width:0;
	color:#f6ee24;
}

#lang_sel_list a.lang_sel_sel {
    color: #f6ee24;
    
}
#lang_sel_list ul li a, #lang_sel_list_list ul li a:visited {
    color: #ee3a43;
    line-height: 2.3em;
	padding: 8px 40px;
}
#lang_sel_list ul li.active a{
	color:#F6EE24;
}
div.not_front img {
	width:95%;
    margin-right: 15px;
    max-width: 140px;
    max-height:140px;
    margin-bottom:15px;
}

.floatright img {
	width:95%;
    margin-right: 0px;
    max-width: 140px;
    max-height:140px;

    float:right;
}

div.not_front {
	height:160px;
	clear:none;
	width:49%;
	margin-bottom:15px;
}

#primary h3 {
	margin-bottom:0.2em;
	margin-top:0.7em;
	margin-left:1.5em;
}
.page-template-acts-page-php #primary p{
	margin-top:0.1em;
	margin-left:1.5em;
}

table.largecalendar {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background-color: #791e1c;
    background-color: rgba(255, 0, 0, 0.3);
}
#events_wrap table.largecalendar td.today {
	background-color:#ee3a43;

}

table.largecalendar ul {
	list-style:none;
	margin-left: 0;
	padding-left: 0.5em;
}

table.largecalendar td.hasevents a, table.largecalendar td.today a, table.largecalendar a {
    color: #F6EE24;
    font-weight: bold;
}

 video#video1  {
 	padding-right:10px;
 }

div#video-div1 {
	margin-right:auto;
	margin-left:auto;
	max-width:420px;
}

/* event plugin stuff -------*/
div#leftcolumn div#events_wrap table, div#secondary div#events_wrap table, div#secondary div#events_wrap1 table{
	width:100%;
	color:#EE3A43;
}

div#events-wrap .add-new-event {
	clear:left;
}

div#primary div#events-wrap table, table.ical {
	width:75%;
}

div.map a span{
	margin-top:-1.2em;
}

div#leftcolumn div#events_wrap a, div#secondary div#events_wrap a, div#secondary div#events_wrap1 a{
	color:#EE3A43;	
}
div#leftcolumn div#events_wrap a:hover, div#leftcolumn div#events_wrap td.amrcol3 a:hover, div#secondary div#events_wrap a:hover, div#secondary div#events_wrap td.amrcol3 a:hover, div#secondary div#events_wrap1 a:hover, div#secondary div#events_wrap1 td.amrcol3 a:hover{
	color:#FEAE00;	

}

div#leftcolumn div#events_wrap td.amrcol1, div#secondary td.amrcol1{
	width:33%;
}
div#leftcolumn div#events_wrap td.amrcol2, div#secondary  td.amrcol2{
	width:18%;
}

div#leftcolumn div#events_wrap div.map a, div#secondary  div.map a {
	clear:none;
	margin-top:-1em;
}

div#leftcolumn div#events_wrap td.amrcol3 a, div#secondary  td.amrcol3 a {
	padding-left:5px;
	color:#FFFFFF;
}
div#leftcolumn p a img {
	width:160px;
}
div#leftcolumn p {
	width:160px;
	clear:none;
}

div#footer-top {
	max-width:320px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
div#footer-top h2{
	color:#EE3A43;
}
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

div#footer-left {
	clear:both;
	float:left;
	max-width:320px;
}
div#footer-center {
	clear:both;
	float:left;
	max-width:320px;
}
div#footer-right {
	margin-top:50px;
    margin-left: auto;
    margin-right: auto;
	clear:both;

	width:320px;
}
div#footer-bottom {
	clear:both;
	float:left;
	width:100%;
}
#footer-right p{
	color:#FFFFFF;
	font-size: 1em;
	clear:both;

}
#front-content div.entry-content {
	/*
		min-height:250px;
	*/
	width:100%;
	margin:0 auto;

}

div#videolink h3 {
	font-size:1.6em;
	margin-top: 0.15em;
	color:#EE3A43;
}

div#videolink h4 {
	font-size:1.4em;
	margin-top: 0.14em;
	color:#EE3A43;
}

div#videolink button{
	margin: 0.5em auto;
	width:300px;
	background:#FEAE00;
	display:block;
}

div#icalnavs {
	display:none;
}

div#leftcolumn div#bottom-right p {
	width:300px;
}
div#schedule a img{
	margin:5px auto;
	display:block;
}

.cityrow0 {
	background:#EE3A43;
}

.cityrow1 {
	background:#EE3A43;
}

.cityheader {
	font-size:1.2em;
	line-height:1.4em;
}
.cityheader a {
	color:#003366;
	float:right;
	margin-right:5px;
}

div#primary .cityheader a:hover {
	color:#FFFFFF;
}

.singleshow.cityrow0.showrow0 {
	background:#F05159;
	
}

.singleshow.cityrow0.showrow1 {
	background:#ED313A;
	
}
.singleshow.cityrow1.showrow0 {
	background:#F05159;	
}

.singleshow.cityrow1.showrow1 {
	background:#ED313A;	
}
div#primary tr.singleshow.cityrow1 a:hover {
	color:#ED313A;
}

.singleshow a {
	color:#003366;
	margin-right:5px;
	float:right;	
}

a.maplink {
	float:right;
}

tr.singleshow {
	padding-right:10px;
}

#table_schedule td {
	padding-left:5px;
}

div#leftcolumn ul#side_schedule li a {
	float:left;
	clear:left;
}

span.date {
	float:right;
}

div#secondary a.all-shows {
	clear:both;
	margin:5px 0 10px 5px;
	line-height:2.5em;
}

span.run{
	float:right;
	margin-right:40px;
	margin-left:20px;
}

td.last {
	padding-right:5px;
}
div#imark {
	clear:left;
	width:100%;
}


ul.detail_list {
  margin-left:0;
}

div.side_details{
  display:none;
  clear:both;
  padding-bottom:5px;
}
div#leftcolumn ul#side_schedule div.side_details a.maplink {
	float:right;
}

div#leftcolumn ul#side_schedule li.singleshow {
	clear:both;
}

div#leftcolumn ul#side_schedule li.singleshow a, div#secondary ul#side_schedule li.singleshow a {
	float:right;
}

 	.home div.sharethisclass {
		margin: 0 auto 2em;
	}
div.single-act h2 {
	width:100%;
	float:left;
/*
	font-size:1.3em;
*/
}

div.single-act h3 {
	width:100%;
	float:left;
	font-style: italic;

}

div.act-image {
	float:right;
	clear:none;
	width:150px;
}

div.act-image img {
	width:100%;
}

div.act-content  {
	clear:left;
	width:50%;
	float:left;	
}

.page-template-page-contactform-php header.entry-header h1.entry-title {
	display:none !important;
}

div#contactlist button.emailformbutton {
	background:#F6EE24;
	padding:5px 10px;
	margin-top:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
	border:1px solid #CCCCCC;
}

div.hirez {
  width:140px;
  height:auto;
  clear:none;
  float:left;
  margin:8px;  
}

div.hirez img{
	width:100%;
}

div#medialist {
  padding-left:0px;
  width:100%;
}

.clrboth{
	clear:both;
}

#menubar{width:960px;}
#menubar ul{	
	height:41px;
	width:98.75%;
	list-style-type:none;
	padding-left:1%;
list-style:none;
margin-left:0;
	background-color:#CC3333;
display:table;
}

#menubar ul li{

	padding-top:6px;
	padding-bottom:4px;
	text-align: center;
	font-size: 22px;
	font-weight:bold;
	width:auto;
	text-transform:uppercase;
	margin-left:12px;
margin-right:12px;
display: table-cell;

}

#menubar ul li.current-menu-item, #menubar ul li.menu-item:hover{
	background-color:#FF0;
}

#menubar ul li a{
	color: #FF0;
}

#menubar ul li.current-menu-item a, #menubar ul li.menu-item:hover a{
	color: #CC3333;
}

ul#footerarea1, ul#footerarea2{
	width:100%;
	max-height:100px;
	list-style-type:none;
	margin:0;
}

ul#footerarea1 li, ul#footerarea2 li{
	float:left;
}

ul#footerarea1 li.footerarea1Left{
width:235px; max-height:84px;
}

ul#footerarea1 li.footerarea1Right{
width:450px; text-align:right; margin-left:205px;
}

ul.footerlinks{
	float:left;
	list-style-type:none;

}
ul.footerlinks li{
	margin-right:4px;
	margin-left:0;
}

ul.footerlinks li a{
	color:#000;
}

.RED{
color:#red;
}

.termsConditions, .termsConditions p{
	font-size:11px;
	line-height:12px;
}

#table_schedule2 tr{
height:30px;
}

.socialMediaIcons {
width:98%;
display:table;
margin-left:20px;
z-index:1;
}

.socialMediaIcons li {
display:table-cell;
}

.socialMediaIcons li img {
	height:44px;
	width:44px;
}

#siteDesignedBy, .footerlinksbar, div.footerlinksbar ul, ul.winVoyageFormList{
width:100%;
display:table;
list-style-type:none;
text-align:center;
}

ul#siteDesignedBy li, ul.footerlinksbar li, div.footerlinksbar ul li{

display:table-cell;
font-size:9px;
}

ul.footerlinksbar, div.footerlinksbar ul {
border-top:1px solid #999;
}

ul.footerlinksbar li, div.footerlinksbar ul li{
font-size:12px;
text-transform:uppercase;
}

ul.winVoyageFormList
{
text-align:left;
margin-left:0;
padding-left:0;
}

ul.winVoyageFormList li{
display:table-cell;
width:40%;
vertical-align:top;
}

div#mainSideBar2{
	min-height:300px;
	display: table;
	margin-left:auto;
	margin-right:auto;
}
div#mainSideBar2Content{
	display: table-cell;
	vertical-align: bottom;
}

div.footerareaOurSponsors{
	margin-left:250px;
	width:700px;
	float:right;
	text-align:center;
}
div.footerareaOurSponsors ul{
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	width:100%;
	height:100px;
}

div.footerareaOurSponsors ul li{
	width:18%;
	min-height:150px;
	padding:1%;
	position:relative;
	float:left;
	right:50%;
}

div.footerareaOurSponsors ul li img{
	width:100%;
	height:auto;
}

.ourSponsors ul{
width:325px;
padding-top:40px;
}
.ourSponsors ul li{
float:left;

height:80px;
width:125px;

padding-left:10px;
display:block;
vertical-align:middle;
text-align:center;
}
.ourSponsors ul li img{
width:125px;
height:auto;
}

.ourSponsors ul li.smaller img{
height:65px;
width:auto;
}

#leftcolumn ul.irw-slider, #leftcolumn ul.irw-slider li{
	width:320px;

	height:55px;

	margin-top:15px;
}

#leftcolumn ul.irw-slider li img{
	width:320px;

	height:45px;

}

/*---------------------------------------------------
	BLOG Section - Rafi Hecht - 2013-04-19
---------------------------------------------------*/

	/* Entry Section*/
article.post, div#comments, div#respond{
	margin-left:10px;
}
article.post{}

header.entry-header{}
h1.entry-title{color:#ff0000;}
div.entry-content, div#comments section.comment, div.entry-summary{
	color:#000;
}
.comments-link{}
footer.entry-meta{}
div.comments{}

	/* Comments Section*/
div#comments{
}
article .comment{}

.assistive-text{
	visibility:hidden;
}
h2.comments-title{
	text-align:left;
}

div#comments section.comment, div#comments section.comment p{
	font-size:11px;
}

div#comments header.comment-meta{
	font-size:9px;
}

div#comments header.comment-meta cite, div#comments header.comment-meta time{
	vertical-align:text-top;
}

#leftcolumn ul li.cat-item{
	float:left;
	margin-left:2em;
}
#leftcolumn ul li.cat-item, #leftcolumn ul li.cat-item a{
	color:#000;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */

.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen 
and (min-width : 300px) 
and (max-width : 479px) {
/* Styles */

	#front-content div.entry-content {
		margin:0 auto;
		float:none;
		width:300px;
	}

	#front-content iframe {
		width:300px !important;
		height:240px !important;
	}

	tr.singleshow {
		height:40px;
		padding-top:10px;
	}
	
	tr.singleshow td {
		vertical-align:middle;
	}
	
	tr.singleshow td a{
		line-height:1.4em;
		border:1px solid #444444;
		background:#FFFFFF;
		padding:2px 3px;
	}


}

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

	#front-content div.entry-content {
		min-height:320px;
	}
	div#primary {
		max-width:95%;
	}
	#front-content div.entry-content {
		margin:0 auto;
		float:none;
		width:400px;
	}
	div#leftcolumn {
		clear:both;
 		margin:0;
 	}
 	.home div.sharethisclass {
		margin: 1em auto 2em;
	}
	
	#front-content iframe {
		width:400px !important;
		height:320px !important;
		margin: 0 auto;
	}
	

}/*/mediaquery*/

@media only screen and (min-width: 640px) {
  /* Style adjustments for viewports 640px and over go here */
	#site-title{
		margin:0;
		max-width:392px;
	} 
	
	div#ticketlink {
		display:none;
	}
	
	 #site-title.french a img{
		margin-top:0;
	}	
	div#sponsor-slides{
		float:right;
		width:50%
	}

	#lang_sel_list li{
		float:right;
	}
	div#lang_sel_list{
		position:relative;
	}
 	div#leftcolumn{
 		width:33%;
 		margin:0;
 		clear:none;
		min-width: 320px;
 	}
 	div#bottom-right {
 		float:left;
 		
 	}

	div#bottom-right h2 {
		padding-left:25px;
	}
	div#front-primary{
		width:62%;
	}
	div#menuholder {
		float:right;
		margin-bottom:1em;
		margin-top:-45px;
		width:auto;
		font-size:130%;
	}
	div#video-div1 {
 		max-width:320px;
 		margin:0;
 		padding-right:0px;
 	}
 	div#front-content {
 		float:right;
 		margin:0 0 0 25px;
 	}
	div#bottom-left{
		float:left;
		margin:0 0 0 0;
		clear:none;
	}
 	div#front-primary {
 		width:62%;
 		float:right;
 	}
	#site-title{
		margin:0px 0 0;
	}

	div#footer-right {
		clear:none;
		float:right;
	}
	div#footer-top {
		float:left;
	}

	div.sharethisclass {
		float:right;
	}
	#primary {
		float:right;
	}
	#secondary{
		float:left;
		padding-left:5px;
	}
	div.entry-content {
		width:400px;
		float:left;
	}
	
	div#sponsors-header {
		float:right;
		clear:right;
		overflow:hidden;
		margin: 10px 0 0 0;
	}

	#front-content iframe {
		width:400px !important;
		height:320px !important;
	}

	
}/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
 
	body {
		background:url(images/body_bg.jpg) no-repeat center top #000000;
	} 
	#site-title a img{
		width:392px;
	} 
 
  	div#bottom-right {
 		max-width:90%;
 		
 	}
	div#video-div1 {
 		max-width:420px;
 	}
 	
	#lang_sel_list li{
	float:right;
	}
	div#lang_sel_list ul{
		width:100%;
		float:right;
	}
	div#footer-left {
		min-width:220px;
	}

	div#footer-center {
		clear:none;
		float:left;		
	}
	div#footer-right {
		min-width:220px;
	}
	div#footer-top {
		max-width:440px;
	}
	#front-content div.entry-content {
		height:360px;
		float:left;
		width:450px;
	}
	div#primary {
		max-width:60%;
		width:60%
	}

	div#sponsors-header {
		width:450px;
		height:57px;
		float:right;
		clear:right;
		overflow:hidden;
		margin: 10px 0 0 0;
	}
	div#sponsors-header div.slides {
		width:450px;
		height:57px;
	}
	div#sponsors-body {
		width:450px;
		height:57px;
		float:left;
		clear:right;
		overflow:hidden;
		margin:5px 0;
	}
	div#sponsors-body div.slides {
		width:450px;
		height:57px;
	}

	#front-content iframe {
		width:450px !important;
		height:360px !important;
	}

}/*/mediaquery*/

@media only screen and (min-width: 960px) {
  /* Style adjustments for viewports 960px and over go here */
 	div#video-div1 {
 		max-width:610px;
 	}

	video#video1 {
	 	width:600px;
	 	height:420px;
	 	padding-right:5px;
	}
	div#bottom-right h3 {
		margin-left:25px;
		margin-right:10px;		
	}
	div#bottom-right span {
		margin-left:25px;
		margin-right:10px;				
	}
	div#bottom-right p {
		margin-left:25px;
		margin-right:10px;
	}
	div#bottom-left {
		max-width:470px;
		clear:none;
		padding-right:0;
	}
 	div#front-primary {
 		width:66%;
		min-width:600px;
 	}

	div#bottom-right {
		max-width:100%;
		width:100%
	}
	div#footer-left {
		min-width:320px;
	}
	div#footer-top {
		max-width:640px;
	}
	#front-content div.entry-content  {
		height:480px;
		float:left;
		width:600px;
	}
	#front-content iframe {
		width:600px !important;
		height:480px !important;
	}
	
	div#primary {
		max-width:630px;
		width:66%;
		min-width:600px;
	}
	div.entry-content {
		width:620px;
	}

	div#sponsors-header {
		width:550px;
		height:70px;
		float:right;
		clear:right;
		overflow:hidden;
		margin: 8px 0 0 0;
	}
	div#sponsors-header div.slides {
		width:550px;
		height:70px;
	}
	div#sponsors-header div.slides a img {
		width:100%;	
	}
	
	div#sponsors-body {
		width:550px;
		height:70px;
		float:right;
		clear:right;
		overflow:hidden;
		margin:5px 0;
	}
	div#sponsors-body div.slides {
		width:550px;
		height:70px;
	}
	div#sponsors-body div.slides a img {
		width:100%;	
	}

	div.sponsors {
		width:200px;
	
		float:left;
		clear:none;
		height: 200px;
	}
	div.sponsors a img {
		max-width: 95%;
		max-height: 190px;
	}

}/*/mediaquery*/

/**
// ************** TABLE TICKETS FORMATTING *********************************
 */
.grid .align-left {
    padding: 5px 20px 5px 0;
    vertical-align: top;
    text-align: left;
}
.grid th
{
background: url('sort_ascending.png') no-repeat scroll left;
padding-left: 20px;
}
.grid th
{
background: url('sort_descending.png') no-repeat scroll left;
padding-left: 20px;
}
.grid th a
{
color: inherit;
text-decoration: underline;
}
.grid tr.even
{
background-color: #eee;
} 



/**
 * Table Format
 */

.wp-table-reloaded .sorting {
    background: #E6EEEE url(../img/bg.gif) no-repeat center right;
    cursor: pointer;
}
.wp-table-reloaded .sorting_asc {
    background: #8DBDD8 url(../img/asc.gif) no-repeat center right;
}

.wp-table-reloaded .sorting_desc {
	background: #8DBDD8 url(../img/desc.gif) no-repeat center right;
}

.dataTables_wrapper {
    position: relative;
    zoom: 1;
	clear: both;
}

.dataTables_wrapper .wp-table-reloaded {
    clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 50%;
	float: left;
}

.dataTables_filter {
	width: 48%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url(../img/back_disabled.jpg);
}

.paginate_enabled_previous {
	background-image: url(../img/back_enabled.jpg);
}

.paginate_disabled_next {
	background-image: url(../img/forward_disabled.jpg);
}

.paginate_enabled_next {
	background-image: url(../img/forward_enabled.jpg);
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
	color: #3D3D3D!important;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* ------------------------------------------------------------------------ IE HELL ZONE ----------------------------------------------- */

.ie6 body , .ie7 body , .ie8 body {

    } 
.ie6 img, .ie7 img, .ie8 img {
	-ms-interpolation-mode: bicubic;
}
.ie6 #page, .ie7 #page, .ie8 #page {
	width: 960px;
}
.ie6 #site-title, .ie7 #site-title, .ie8 #site-title {
	margin: 0;
}
.ie6 #site-title img, .ie7 #site-title img, .ie8 #site-title img {
	width:392px;
}
.ie6 #lang_sel_list li a, .ie6 #lang_sel_list a.lang_sel_sel, .ie6 #lang_sel_list a.lang_sel_other{	
    background:url(images/language_button_LARGE.gif) no-repeat center transparent;
	border-width:0;
	color:#f6ee24;
}

.ie6 div#menuholder, .ie7 div#menuholder, .ie8 div#menuholder {
    float: right;
    font-size: 130%;
    margin-bottom: 1em;
    margin-top: -45px;
    width: auto;
}
.ie6 div#sponsor-slides, .ie7 div#sponsor-slides, .ie8 div#sponsor-slides {
   float: right;
    width: 50%;
}
.ie6 #main, .ie7 #main, .ie8 #main {
	width:960px;
}

.ie6 #bottom-right , .ie7 #bottom-right , .ie8 #bottom-right {
	max-width:100%;
	width:100%;
	float:right;
}

.ie6 #bottom-right h3, .ie7 #bottom-right h3, .ie8 #bottom-right h3 {
		margin-left:25px;
		margin-right:10px;		
	}
.ie6 #bottom-right h2, .ie7 #bottom-right h2, .ie8 #bottom-right h2 {
		margin-left:25px;
		margin-right:10px;		
	}

.ie6 #bottom-right span, .ie7 #bottom-right span, .ie8 #bottom-right span {
		margin-left:25px;
		margin-right:10px;				
	}

.ie6 div#ticketlink, .ie7 div#ticketlink, .ie8 div#ticketlink{
	display:none;
}

.ie6 #bottom-right p, .ie7 #bottom-right p, .ie8 #bottom-right p{
		margin-left:25px;
		margin-right:10px;

}
.ie6 div#front-content {
	padding-left:0;
}

.ie6 div#leftcolumn , .ie7 div#leftcolumn , .ie8 div#leftcolumn {
	width:33%;
	margin:0;
	padding:0;
}

.ie6 div#lang_sel_list ul{
		width:100%;
		float:right;
	}
.ie7 div#lang_sel_list ul, .ie8 div#lang_sel_list ul{
		width:100%;
		float:right;
	}
.ie6 #lang_sel_list li, .ie7 #lang_sel_list li, .ie8 #lang_sel_list li{
		float:right;
	}
.ie6 div#lang_sel_list, .ie7 div#lang_sel_list, .ie8 div#lang_sel_list{
		position:relative;
		width:100%;
	}

.ie6 #secondary, .ie7 #secondary, .ie8 #secondary{
		float:left;
		padding-left:5px;
	}
.ie6 div.not_front img {
    margin-right: 15px;
    width: 140px;
}
.ie6 div#video-div1, .ie7 div#video-div1, .ie8 div#video-div1 {
		max-width:610px;
 		width:610px;
 	}
.ie6 video#video1, .ie7 video#video1, .ie8 video#video1 {
	 	width:600px;
	 	height:420px;
	 	padding-right:5px;
	 	margin:0 auto;
	}

.ie6 div.sharethisclass, .ie7 div.sharethisclass, .ie8 div.sharethisclass {
    float: right;
}	

.ie6 div#bottom, .ie7 div#bottom, .ie8 div#bottom {
	width:960px !important;
}

.ie6 div#bottom-right, .ie7 div#bottom-right, .ie8 div#bottom-right {
	clear:both;
	float:right;
	margin:0;
	width:100%;
  }
   	
   	
.ie6 div#footer-left, .ie7 div#footer-left, .ie8 div#footer-left {
		width:300px;
		max-width:300px;
	}
.ie6 div#footer-top, .ie7 div#footer-top, .ie8 div#footer-top {
		width:610px;
		max-width:610px;
		margin-right:0;
		margin-left:0;
		float:left;
		padding-left:0;
	}
.ie6 #front-content div.entry-content, .ie7 #front-content div.entry-content, .ie8 #front-content div.entry-content  {
		height:100%;
		float:right;
		margin:0;
		width:620px;
	}
.ie8 #front-content div.entry-content{
	margin-top:20px;
}
.ie6 div#primary, .ie7 div#primary, .ie8 div#primary {
		max-width:630px;
		float:right;
		width:66%;
		min-width:600px;
	}
.ie6 div#front-primary, .ie7 div#front-primary, .ie8 div#front-primary {
 		width:66%;
		min-width:600px;
 		float:right;
 	}

.ie6 div.entry-content, .ie7 div.entry-content, .ie8 div.entry-content {
		width:620px;
	}
.ie6 body p, .ie7 body p, .ie8 body p {
		font-size:110%;
		
	}
.ie6 div#footer-center, .ie7 div#footer-center, .ie8 div#footer-center {
		clear:none;
		float:left;	
		width:250px;
		max-width:250px;	
		margin-right:0;
		margin-left:0;
	}

.ie6 div#footer-right, .ie7 div#footer-right, .ie8 div#footer-right {
		clear:none;
		margin-right:0;
		margin-left:0;
		float:right;
		width:320px;
		max-width:320px;
}

.ie7 div#leftcolumn, .ie8 div#leftcolumn {
	max-width:320px;
	margin-top:10px;
}
.ie6 div#leftcolumn a img, .ie7 div#leftcolumn a img, .ie8 div#leftcolumn a img {
	margin-top:-15px;
}

.ie6 div.sponsors, .ie7 div.sponsors, .ie8 div.sponsors  {
	width:200px;
	float:left;
	clear:none;
	height: 200px;
}

.ie6 div#sponsors-header, .ie7 div#sponsors-header, .ie8 div#sponsors-header {
		width:550px;
		height:70px;
		float:right;
		clear:right;
		overflow:hidden;
		margin: 8px 0 0 0;
	}
	
.ie6 div#sponsors-header div.slides, .ie7 div#sponsors-header div.slides, .ie8 div#sponsors-header div.slides {
		width:550px;
		height:70px;
	}

.ie6 div#sponsors-body, .ie7 div#sponsors-body, .ie8 div#sponsors-body {
		width:550px;
		height:70px;
		float:right;
		clear:right;
		overflow:hidden;
		margin:5px 0;
	}
.ie6 div#sponsors-body div.slides, .ie7 div#sponsors-body div.slides, .ie8 div#sponsors-body div.slides {
		width:550px;
		height:70px;
	}

.ie6 #front-content iframe, .ie7 #front-content iframe, .ie8 #front-content iframe {
	width:600px !important;
	height:480px !important;
	margin-left:15px !important;
	float:right !important;
}

.ie6  #site-title.french a img, .ie7  #site-title.french a img, .ie8  #site-title.french a img {
	margin-top:0;
}
	 #site-title.french a img{
		margin-top:0;
	}	

/* -------------------------------------------------------------- END OF IE HELL ZONE ----------------------------------------------- */

div.ngg-template-caption div.ngg-gallery-thumbnail-box{
width:260px;
height:260px;
display:block;
color:#f00;
}
div.ngg-template-caption div.ngg-gallery-thumbnail-box img{
height:175px;
}
table.sideLinks tr td{
	line-height: 35px;
}
div#mobilesmart_switcher{
text-align:center;
}
div#mobilesmart_switcher a{
font-size:11px;
}
/* -------------------------------------------------------------- DISQUS PLUGIN FORMATTING ----------------------------------------------- */

div#disqus_thread{
	background-color:#999;
	padding:10px;
}


/* -------------------------------------------------------------- END OF DISQUS PLUGIN FORMATTING ----------------------------------------------- */'

/* --------------------------------------------------------------  Mozilla ----------------------------------------------- */

@-moz-document url-prefix(){

	#leftcolumn ul.irw-slider, #leftcolumn ul.irw-slider li{
		width:320px;
		height:55px;
		min-height:auto;
		margin-top:-25px;
		display:block;
	}

	#leftcolumn ul.irw-slider li img{
		width:315px;
		height:auto;
		margin-top:-25px;
	}

div#widget-weptile-image-slider-widget-2-weptile-image-slider-widget-nivo-slider{
display:block; width:98%; border:5px solid #000;
}

}


/* -------------------------------------------------------------- Safari/Chrome ----------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{

	#leftcolumn ul.irw-slider, #leftcolumn ul.irw-slider li{
		width:320px;
		padding-top:0px;
		height:auto;
		display:block;
	}

	#leftcolumn ul.irw-slider li img{
		width:315px;
		height:auto;
		margin-top:-15px;

	}

}

#sponsors-header .irw-widget li img {
    width: 550px !important;
    height: 70px !important;
    max-width: 550px !important;
}

#leftcolumn .irw-widget {
    height: 70px !important;
}

#notification img {
    margin-top: 20px;
    vertical-align: top;
}

div.rpbc-credits{display:none;}

div.widgets_on_page ul, div.widgets_on_page ul li{
margin:0;
}

div.widgets_on_page ul li ol li{list-style-type:decimal;}
div.widgets_on_page ul li ul li{margin-left:2em; list-style-type:disc;

div#widget-weptile-image-slider-widget-2-weptile-image-slider-widget-nivo-slider{
display:block; width:98%; border:5px solid #000;
}

}
.slider-wrapper,  .nivoSliderWeptile {
float: left;
}
p.vfb-entries-allowed {
color: #000;
font-size: 25px;
padding: 50px 60px;
text-align: center;
line-height: 30px;
}
.vfb-form-success{
color: #008000 !important;
font-size: 25px;
padding: 20px 60px;
text-align: center;
line-height: 30px;
}
#item-vfb-15 .vfb-required-asterisk {
display: none;
}