	@import url(http://www.m2tv.net/designedit/css/cms.css);

img{
margin:0;
padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { outline:none; }
hr { border:none; }
object { display:block; }

/* -------------------------------------------------------------------------------------------------------- toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- universal ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
body { behavior:url("js/csshover3.htc"); }

body {
	
	color: #404040;
	font: 13px/19px Arial, sans-serif;
	}
.bgWrap   { background: #fff url(../img/bg-top.gif) repeat-x }

body#iframeIndex {
	background: none !important;
	background-image: none !important;
	}
a, a:link {
	color: #017fb0;
	text-decoration: none;
	}
a:visited {
	color: #4ea5c6;
	}
a:hover, a:active {
	color: #ab2a2a;
	}
h1 {
	float: left;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 27px;
	color: #017fb0;
	padding-bottom: 10px;
	border-bottom: solid 1px #b3b3b3;
	margin-bottom: 15px;
	}
h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	color: #404040;
	padding-bottom: 15px;
	}
h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	}
h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #017fb0;
	padding: 5px 11px 3px 11px;
	margin: -8px -11px 10px -11px;
	background: #f2f2f2;
	border-bottom: solid 1px #d9d9d9;
	text-align: left;
	
	}
h5.eventHead {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	padding: 5px 11px 3px 11px;
	margin: 0px -11px -1px 0px;
	background: #0581b1;
	border-bottom: solid 1px #d9d9d9;
	text-align: left;
	width:278px;
	}
p {
	padding-bottom: 16px;
	}
ul {
	padding-bottom: 11px;
	margin-top: -3px;
	}
li   { line-height: 16px; background: url(../img/li-arrow.gif) no-repeat 7px 3px }
.hr {
	clear: both; 
	height: 1px;
	background: #d9d9d9;
	margin: 4px 0 20px 0;
	}
.hr hr {
	display: none;
	}

textarea { font-family: Arial, sans-serif; font-size: 12px; }

/* -------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- layout ---------- */
/* -------------------------------------------------------------------------------------------------------------------------- */
#browserAlert {
	background: #fed100;
	padding: 20px 10px 4px 10px;
	text-align: center;
	}
#headerBg    { background: url(../img/bg-header.jpg) no-repeat center; margin: 0; padding: 0; position: relative; z-index: 999; width: 100%; height: 215px !important }
#headerContent {
height: 215px !important;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	position: relative;
	z-index: 999;
	}
#search {
	float: left;
	margin: 9px 0 0 21px;
	height: 37px;
	}
#search form {
	float: left;
	}
#search .inputText    { background: url(../img/bg-form-search-input.gif) no-repeat; height: 18px; float: left }
#search .inputText input {
	font: 13px/15px Arial, sans-serif;
	color: #4c4c4c !important;
	background: none !important; /* keeps auto form fillers from turning the box yellow */
	border: none;
	width: 136px;
	margin: 1px 8px 0 5px;
	padding: 1px 0;
	}
#search .inputText input.initialText {
	color: #bfbfbf !important;
	}
#language {
	margin-left: 28px;
	font-size: 11px;
	}
a#language, 
a:link#language, 
a:visited#language {
	color: #ffde00;
	}
a:hover#language, 
a:active#language {
	color: #fff;
	}
#logo, #logolens {
	clear: left;
	float: left;
	margin: 0 0 26px 22px;
	}
#textaboveflash {
	height:19px;
	width:450px;
	position:relative;
	z-index:1001;
}
#textaboveflash img {
	margin-left:154px;
	margin-top:6px;
}
#flashScroller {
	float: right;
	display: inline;
	width: 450px;
	margin: 27px 255px 0 0;
	}
	
/* -19 pixels to top margin of #flashScroller (27px was 46px) to add in #textaboveflash  */


#scrollerAlternate img {
	margin: 45px 0 0 92px;
	}
#logo a    { background-image: url(../img/bg-logo.png); text-indent: -9999px; display: block; width: 261px; height: 104px }
#logolens a    { background-image: url(../img/bg-logo-lens.png); text-indent: -9999px; display: block; width: 400px; height: 104px }

/* ==== list reset ================= */
#nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 39px;
	z-index: 999;
	}
#nav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
	
ul#nav {
	display: block;
	height: 34px;
	width: 954px;
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 999;
	}

#nav {
	clear: both;
	height: 39px;
	padding-left: 22px;
	position: relative;
	z-index: 999;
	}
#nav li {
	float: left;
	display:block;
	z-index: 1000;
	}
#nav li a {
	display: block;
	height: 39px;
	font-size: 1px;
	text-indent: -9999px;
	z-index: 1000;
	}
#nav .divider    { background-image: url(../img/nav-divider.png); text-indent: -9999px; display: block; width: 3px; height: 39px }
#nHome a    { background: url(../img/nav.png) no-repeat; width: 53px }
#nHome a:hover    { background: url(../img/nav.png) no-repeat 0 -39px }
#nDonate a:hover    { background: url(../img/nav.png) no-repeat -163px 0; width: 165px   }
#nGlance a:hover    { background-image: url(../img/nav.png); background-repeat: no-repeat; background-position: -163px -39px }
	
	
#nViewby a  { background-image: url(../img/nav.png)-331px 0; width: 138px }
	
#nViewby a:hover, #nViewby:hover a    { background-image: url(../img/nav.png); background-repeat: no-repeat; background-position: -331px -39px }

	
#nFree a  { background-image: url(../img/nav.png)-473px 0; width: 102px }
#nFree a:hover    { background-image: url(../img/nav.png); background-repeat: no-repeat; background-position: -473px -39px }


#nVisitors a  { background-image: url(../img/nav.png)-579px 0; width: 72px }
#nVisitors a:hover    { background-image: url(../img/nav.png); background-repeat: no-repeat; background-position: -579px -39px }


#nEnhance a  { background-image: url(../img/nav.png)-654px 0; width: 200px }
#nEnhance a:hover    { background-image: url(../img/nav.png); background-repeat: no-repeat; background-position: -654px -39px }


#nTickets a  { background-image: url(../img/nav.png)-859px 0; width: 95px }
#nTickets a:hover    { background-image: url(../img/nav.png); background-position: -859px -39px }

/* ==== dropdown ================= */
/* ==== list reset ================= */
#nav li li {
	float: left; position: relative; z-index: 1000; clear: both }
#nav li li a {
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 1000;
	}
/* ================================= */
#nav li ul    { background: url(../img/bg-drodown-viewby.png) no-repeat 0 50%; position: absolute; z-index: 999; left: -9999px; clear: both }
#nav li:hover ul {
	left: auto;
	}

#nav li li a {
	font-size: 11px;
	text-transform: uppercase;
	background: #017fb0 !important;
	padding: 6px 7px;
	line-height: 14px;
	color: #fff;
	border-bottom: solid 1px #3499c0;
	z-index: 1000;
	cursor:pointer;
	}
	
#nav li li#full a{
	background:#017fb0 !important;
	font-weight:bold;
	color:#fed100;
}
#nav li li#full a:hover {
	background: #016f9a !important;
	background:none;
}
	
#nav li li#celebrations a{
	background:#3ca2e1 !important;
}
#nav li li#celebrations a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#dance a{
	background:#ed6e33 !important;
}
#nav li li#dance a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#fashion a{
	background:#40b0a2 !important;
}
#nav li li#fashion a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#film a{
	background:#213d7c !important;
}
#nav li li#film a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#food a{
	background:#178849 !important;
}
#nav li li#food a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#lit a{
	background:#e6003a !important;
}
#nav li li#lit a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#music a{
	background:#90148d !important;
}
#nav li li#music a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#magic a{
	background:#751a2a !important;
}
#nav li li#magic a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#theatre a{
	background:#79c44a !important;
}
#nav li li#theatre a:hover {
	background: #016f9a !important;
	background:none;
	}
#nav li li#arts a{

	background:#d2a71f !important;
}
#nav li li#arts a:hover {
	background: #016f9a !important;
	background:none;
	}
	
#nav li li#illum a{
background:#da0071 !important;
}
#nav li li#illum a:hover {
	background: #016f9a !important;
	background:none;
	}
	
#nav li li a:hover {
	background: #016f9a !important;
	background:none;
	}

#nViewby ul li a {
	width: 124px;
	}



#mainContent {
	width: 960px;
	padding: 0;
	margin: 18px auto 30px auto;
	min-height: 500px;
	height: auto !important;
	height:500px;
	position: relative;
	z-index: 1;
	}

#footerBg    { background: url(../img/bg-footer.gif) repeat-x; padding-bottom: 25px; width: 100% }
#footerContent {
	width: 960px;
	margin: 0 auto;
	}
/* ==== list reset ================= */
#socialLinks ul {
	margin: 0;
	padding: 0;
	}
#socialLinks li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#socialLinks {
	float: left;
	}
#socialLinks li {
	display: inline;
	}
#socialLinks li a {
	float: left;
	display: block;
	height: 56px;
	text-indent: -9999px;
	margin-right: 17px;
	}
#n2Blog a    { background-image: url(../img/n2-blog.gif); width: 41px }
	#n2Twitter a    { background-image: url(../img/n2-twitter2.gif); width: 20px }
	#n2Facebook a    { background-image: url(../img/n2-facebook2.gif); width: 20px }
#n2MyLum a    { background-image: url(../img/n2-mylum.gif); width: 97px }
#n2fconnect  {
	width: 107px;
	}
#n2fconnect a    { background-image: url(../img/logout.gif); width: 34px; height: 12px !important }
#n2Youtube a    { background-image: url(../img/n2-youtube.gif); width: 53px }
#n2Myspace a    { background-image: url(../img/n2-myspace.gif); width: 63px }
#socialLinks li a:hover {
	background-position: 0 bottom;
	}
/* ==== list reset ================= */
#footerNav ul {
	margin: 0;
	padding: 0;
	}
#footerNav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#footerNav {
	float: right;
	}
#footerNav li {
	display: inline;
	}
#footerNav li a {
	float: left;
	display: block;
	height: 56px;
	text-indent: -9999px;
	margin-left: 20px;
	}
#n2About a    { background-image: url(../img/n2-about.gif); width: 123px }
#n2Support a    { background-image: url(../img/n2-support.gif); width: 163px }
#n2Volunteer a    { background-image: url(../img/n2-volunteer.gif); width: 82px }
#n2Media a    { background-image: url(../img/n2-media.gif); width: 43px }
#footerNav li a:hover {
	background-position: 0 bottom;
	}

#hCard {
	float: left;
	padding-top: 22px;
	font-size: 11px;
	color: #808080;
	white-space: nowrap;
	}
.org {
	font-weight: bold;
	}
.tel {
	display: inline;
	}
#hCard a, 
#hCard a:link, 
#hCard a:visited {
	color: #808080;
	text-decoration: underline;
	}
#hCard a:hover, 
#hCard a:active {
	color: #ab2a2a;
	}

#finePrint {
	float: right;
	padding-top: 22px;
	font-size: 11px;
	color: #b2b2b2;
	text-align: right;
	}
#finePrint a, 
#finePrint a:link, 
#finePrint a:visited {
	color: #b2b2b2;
	text-decoration: underline;
	}
#finePrint a:hover, 
#finePrint a:active {
	color: #ab2a2a;
	}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- pages ---------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* ----------------------------------------------------------- home ---------- */
/* --------------------------------------------------------------------------- */
.homeContent {
	line-height: 16px;
	position: relative;
	z-index: 1;
	}
.homeContent #leftColumn {
	float: left;
	width: 210px;
	overflow-x: hidden;
	}
.homeContent #middleColumn {
	float: left;
	width: 480px;
	margin: 0 30px;
	_margin:0 25px;
	position: relative;
	display: inline;
	z-index: 1;
	}
.homeContent #rightColumn {
	float: right;
	width: 210px;
	}

#joinEmail {
	padding-bottom: 20px;
	}
#receiveText {
	padding-bottom: 24px;
	}
#joinEmail h6    { background: url(../img/h-join-email.gif) no-repeat; text-indent: -9999px; height: 16px }
#receiveText h6    { background: url(../img/h-receive-text.gif) no-repeat; text-indent: -9999px; height: 20px }
#joinEmail .inputText, 
#receiveText .inputText    { background: url(../img/bg-form-signup-input.gif) no-repeat; height: 22px; float: left }
#joinEmail .inputText input, 
#receiveText .inputText input {
	font: 13px/16px Arial, sans-serif;
	color: #4c4c4c !important;
	background: none !important; /* keeps auto form fillers from turning the box yellow */
	border: none;
	width: 170px;
	margin: 1px 10px 0 5px;
	padding: 3px 0;
	}
#joinEmail .inputText input.initialText, 
#receiveText .inputText input.initialText {
	color: #bfbfbf !important;
	}

/* ==== list reset ================= */
.homeContent #leftNav ul {
	margin: 0;
	padding: 0;
	}
.homeContent #leftNav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
.homeContent #leftNav {
	border-top: 1px solid #d9d9d9;
	padding-bottom: 21px;
	}
.homeContent #leftNav li    { line-height: 16px; background: url(../img/li-arrow.gif) no-repeat 0 15px; padding: 13px 0 11px 16px }
.homeContent #leftNav a:hover, 
.homeContent #leftNav a:active {
	text-decoration: none;
	background: #f5f5f5;
	}

/*
#blogFeed {
	padding: 13px 0 4px 0;
	border-bottom: 1px solid #d9d9d9;
	}
#blogFeed h6 {
	background: url(../img/h-blog-feed.gif) no-repeat;
	height: 21px;
	text-indent: -9999px;
	}
#blogFeed p {
	padding-bottom: 7px;
	}
*/

#twitter {
	padding: 8px 0 4px 0;
	}
#twitter h6    { background: url(../img/h-twitter.gif) no-repeat; text-indent: -9999px; height: 25px }
#twitter p {
	padding-bottom: 7px;
	}

#myLuminatoBlock    { color: #14a5dc; font-size: 12px; line-height: 13px; background: url(../img/bg-myluminato.gif) no-repeat center 10px; padding: 8px 10px 6px }
a.myLuminatoBlockLink {
	display: block;
	width: 191px;
	height: 18px;
	text-indent: -9999px;
	margin:0;
	padding:0;
	}
#myLuminatoBlock a{
color:#747474;
text-decoration:none;
}
#myLuminatoBlock a:hover{
color:#0091be;
text-decoration:none;
}
#myLuminatoBlock .hr {
	margin: 6px 0;
	padding:0;
	}

#myLuminatoBlock #leftImage {
	float: left;
	width: 56px;
	text-align: center;
	padding-top: 8px;
	
	}
#myLuminatoBlock #rightImage {
	float: right;
	width: 120px;
	text-align: left;
	padding-top: 8px;
	padding-left:7px;
	
	}
#myLuminatoBlock img {
	border:0;
	margin-bottom: 3px;
	}
#myLuminatoBlock a img:hover {
	border:none;
	}

#graphicButtons {
	border-top: 1px solid #b3b3b3;
	padding-bottom: 16px;
	}
#graphicButtons img {
	display: block;
	border: 1px solid #b3b3b3;
	border-top: none;
	}
#graphicButtons a img:hover {
	background: #f5f5f5;
	}
	
#graphicButtonsPlannerThankYou {
	width:210px;
	border-top: 1px solid #b3b3b3;
	padding-bottom: 34px;
	margin:0 auto;
	}
#graphicButtonsPlannerThankYou img {
	display: block;
	border: 1px solid #b3b3b3;
	border-top: none;
	}
#graphicButtonsPlannerThankYou a img:hover {
	background: #f5f5f5;
	}

#yourComments {
	color: #999;
	}
#yourComments h6    { background: url(../img/h-your-comments.gif) no-repeat; text-indent: -9999px; height: 21px }
#yourComments p {
	padding-bottom: 7px;
	}
#yourComments strong {
	font-weight: normal;
	color: #4c4c4c;
	}

#flashHome {
	position: relative;
	z-index: 1;}
#homeAlternate {
	position: relative;
	z-index: 1;}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------- subnav ---------- */
/* ----------------------------------------------------------------------------- */
.subnavContent    { background: url(../img/bg-subnav-page.gif) no-repeat 310px 53px }
.subnavContent #rightColumn {
	float: right;
	width: 620px;
	}

/* ==== list reset ================= */
.subnavContent #leftColumn ul {
	margin: 0;
	padding: 0;
	}
.subnavContent #leftColumn li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
.subnavContent #leftColumn li {
	line-height: 16px;
	padding: 0 0 7px 0;
	}
.subnavContent #leftColumn li ul {
	padding: 5px 0 3px 20px;
	}

.subnavContent img {
	border: solid 1px #b3b3b3;
	float: right;
	margin: 0 0 14px 18px;
	}

/* ------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- sponsors ---------- */
/* ------------------------------------------------------------------------------- */
.sponsors .logoBlock {
	padding: 8px 11px 13px 11px;
	border: solid 1px #d9d9d9;
	margin-bottom: 10px;
	text-align: center;
	}
.sponsors h5 {
	text-align: center;
	}
.sponsors img {
	border: none;
	float: none;
	margin: 5px 1px;
	}
.sponsors .textLink {
	display: block;
	padding: 3px;
	}
.sponsors .popup {
	position: absolute;
	padding: 10px 6px;
	width: 182px;
	margin: 68px 0 0 -199px;
	border: solid 1px #d9d9d9;
	background: #fff;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	visibility: hidden;
	}
.sponsors a:hover .popup {
	visibility: visible;
	}
.sponsors .popup p {
	padding-bottom: 6px;
	}

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- pulse login ---------- */
/* ---------------------------------------------------------------------------------- */
.pulseLogin #loginBlock {
	float: left;
	width: 200px;
	margin: 20px 30px 0 0;
	text-align: center;
	}
.pulseLogin #loginBlock p {
	padding: 0;
	margin: 10px 0 5px 0;
	}
.pulseLogin #loginBlock .inputText    { background: url(../img/bg-form-comment-general-input.gif) no-repeat; display: block; height: 22px }
.pulseLogin #loginBlock .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 5px 0 5px;
	padding: 4px 0 2px 0;
	}

/* --------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- pulse home ---------- */
/* --------------------------------------------------------------------------------- */
.pulseHome #leftSide {
	float: left;
	width: 340px;
	}
.pulseHome #leftSide h3 {
	color: #017fb0;
	}
.pulseHome #leftSide .date {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	}
.pulseHome #leftSide .hr {
	margin: 15px 0 20px 0;
	}

.pulseHome #rightSide {
	float: right;
	width: 240px;
	}
.pulseHome #rightSide h3 {
	color: #017fb0;
	padding-bottom: 10px;
	}
.pulseHome #rightSide p {
	padding-bottom: 10px;
	}
.pulseHome #rightSide .hr {
	margin: 15px 0 20px 0;
	}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------- media ---------- */
/* ---------------------------------------------------------------------------- */
.mediaList h4 {
	font-size: 15px;
	}
.mediaDetails h3 {
	font-size: 18px;
	line-height: 22px;
	color: #017fb0;
	padding-top: 15px;
	}
.mediaDetails .subhead {
	font-weight: bold;
	font-size: 14px;
	}
.mediaDetails .photoSection img {
	float: left;
	margin: 0 18px 14px 0;
	clear: both;
	}
.mediaDetails .photoSection p {
	padding-top: 30px;
	float: left;
	width: 490px;
	}

/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- fullwidth ---------- */
/* -------------------------------------------------------------------------------- */
.fullwidthContent {
	}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------- searchResults ---------- */
/* ------------------------------------------------------------------------------------ */
.searchResults a {
	display: inline-block;
	margin-bottom: 15px;
	}
.searchResults .hr {
	background: #b3b3b3;
	}
.searchResults p {
	padding-bottom: 0;
	}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------- mobile ---------- */
/* ----------------------------------------------------------------------------- */
.mobileContent    { background: url(../img/bg-mobile.jpg) no-repeat 10px 66px; margin: 50px 0 0 333px; width: 260px; float: left }
.mobileContent h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #017fb0;
	}
#mobileForm p {
	padding: 15px 0 0 0;
	}
.mobileContent .inputText, 
.mobileContent .inputPhone    { background: url(../img/bg-form-gen-input.gif) no-repeat; display: block; height: 22px }
.mobileContent .inputText input, 
.mobileContent .inputPhone input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 240px;
	margin: 0 10px 0 5px;
	padding: 4px 0 2px 0;
	}
.mobileContent .inputPhone    { background: url(../img/bg-form-mobile-phone.gif) no-repeat }
.mobileContent .inputPhone input.ph3 {
	display: block;
	float: left;
	width: 27px;
	margin: 0 14px 0 5px;
	}
.mobileContent .inputPhone input.ph4 {
	float: left;
	width: 35px;
	}
.mobileContent select {
	display: block;
	margin: 20px 0 10px 0;
	width: 250px;
	}
#mobileInfo {
	display:inline;
	float: right;
	margin-top: 50px;
	width: 290px;
	padding-left: 30px;
	border-left: 1px solid #d9d9d9;
	}
#mobileInfo strong {
	display: block;
	}

.mobileCheck,
.mobileExtra {
	background: none;
	min-height: 0;
	}
.mobileCheck #mobileForm, 
.mobileExtra #mobileForm {
	float: none;
	display: block;
	width: 250px;
	padding: 120px 0 80px 0;
	margin: 0 auto;
	text-align: center;
	}
.mobileExtra #mobileForm {
	width: 300px;
	}

.optOut {
	background-position: 190px 66px;
	}
.optOut #mobileForm {
	margin-left: 513px;
	}

/* --------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- newsletter ---------- */
/* --------------------------------------------------------------------------------- */
.newsletterContent    { background: #eeece2 url(../img/bg-newsletter.jpg) no-repeat 50px 66px; margin: 30px 20px 0 0; width: 600px }
#newsletterForm form {
	padding-top: 20px;
	}
.newsletterContent h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #017fb0;
	text-align: center;
	}
#newsletterForm p {
	padding-bottom: 8px;
	}
#newsletterForm label {
	clear: both;
	display: block;
	float: left;
	width: 220px;
	text-align: right;
	margin-right: 5px;
	}
#newsletterForm label.smallLab {
	clear: both;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 5px;
	}
#newsletterForm .checkBoxes2 {
	margin: 0px 0 0 115px;
	}
#newsletterForm #submit2 {
	margin: 5px 0 0 115px;
	}
#newsletterForm .requiredTag2 {
	margin: 5px 0 0 115px;
	}
		

#newsletterForm .inputText    { background: url(../img/bg-form-comment-general-input.gif) no-repeat; height: 22px; float: left }
#newsletterForm .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 10px 0 5px;
	padding: 4px 0 2px 0;
	}
#newsletterForm select {
	width: 200px;
	}
#newsletterForm .checkBoxes {
	margin: 5px 0 0 225px;
	}
#newsletterForm .inputCheck {
	display: inline-block;
	width: 100px;
	}
	#newsletterForm .inputCheck2 {
	display: inline-block;
	width: 130px;
	}
#newsletterForm .inputCheck input {
	margin-right: 2px;
	}
#newsletterForm .inputCheck2 input {
	margin-right: 2px;
	}
#newsletterForm #submit {
	margin: 5px 0 0 225px;
	}
#newsletterForm .requiredTag {
	margin: 5px 0 0 225px;
	}
.newsletterExtra #newsletterForm {
	text-align: center;
	}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------- event ---------- */
/* ---------------------------------------------------------------------------- */
.eventContent h1 {
	padding-bottom: 8px;
	border-bottom: none;
	margin-bottom: 0;
	}
.eventContent #leftColumn {
	float: left;
	width: 1px;
	}
.eventContent #rightColumn {
	float: right;
	width: 300px;
	padding-top: 2px;
	}

.eventContent h1 em {
	display: block;
	font-style: normal;
	text-transform: none;
	font-size: 20px;
	line-height: 23px;
	color: #4c4c4c;
	padding-bottom: 5px;
	}

.eventContent #leftColumn img {
	border: solid 1px #b3b3b3;
	clear: both;
	display: block;
	margin: 0 auto 15px auto;
	}
.eventContent #share {
	padding: 15px 5px 15px 0px;
	}
.eventContent #share img {
	border: none;
	display: inline;
	margin: 1px 5px 0 0;
	vertical-align: text-bottom;
	}
.eventContent #share a {
	float: left;
	}
.eventContent #share em {
	float: right;
	font-style: normal;
	}
.eventContent #eventInfo {
	border: solid 1px #d9d9d9;
	padding: 24px 20px;
	}

#commentsBlock {
	padding: 30px 15px 0 15px;
	}
#commentsBlock h6 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #017fb0;
	}
	
/*
#commentsBlock .post {
	padding-top: 10px;
	}
#commentsBlock .postedOn {
	display: block;
	font-size: 11px;
	margin: -4px 0;
	}
#commentsBlock .commentVia {
	
	font-size: 11px;
	margin: -4px 0;
	color:#8e8f8f !important;
	}
#commentsBlock .leaveComment {
	border-top: solid 1px #d9d9d9;
	padding-top: 18px;
	}*/


#commentsBlock .post {
	padding-top: 10px;
	clear:both;
	}
#commentsBlock .postedOn {
	display: block;
	font-size: 11px;
	margin: -4px 0;
	}
#commentsBlock .commentVia {
	font-size: 11px;
	margin: -4px 0;
	color:#8e8f8f !important;
	}
#commentsBlock .leaveComment {
	border-top: solid 1px #d9d9d9;
	padding-top: 18px;
	}

.postPhoto{
margin:3px 10px 5px 0 !important;  width:50px; height:40px; float:left; clear:none !important;
}
.postText{
width:520px;
float:left;
}
.fconnect   { background: url(../img/fconnect-bg.jpg) no-repeat; margin: 10px 0 0 340px; padding: 0; position: absolute; width: 216px; height: 52px; float: right }

.connect-btn{
float:left;
margin:13px 0 0 105px;
}


#commentsBlock form p {
	padding-bottom: 8px;
	}
#commentsBlock label {
	clear: both;
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 5px;
	}
#commentsBlock .inputText    { background: url(../img/bg-form-comment-general-input.gif) no-repeat; height: 22px; float: left }
#commentsBlock .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 10px 0 5px;
	padding: 4px 0 2px 0;
	}
#commentsBlock .textareaText    { background: url(../img/bg-form-comment-comments-input.gif) no-repeat; height: 162px; float: left }
#commentsBlock .textareaText textarea {
	font: 13px/17px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 342px;
	height: 156px;
	margin: 0 10px 0 5px;
	padding: 3px 0 0 0;
	}
#commentsBlock .verifyText    { background: url(../img/bg-form-comment-verify-input.gif) no-repeat }
#commentsBlock .verifyText input {
	width: 60px;
	}
#commentsBlock #submit {
	margin: 5px 0 0 95px;
	}
#commentsBlock .requiredTag {
	padding-top: 5px;
	}

.sponsorBlock, 
.infoBlock, 
.dateBlock, 
.whereBlock, 
.alsoBlock, 
.enhanceBlock, 
.associatedBlock, 
.buttonBlock, 
.signupBlock, .freeEventBlock, .freeEventBlock2 {
	padding: 8px 11px 13px 11px;
	border: solid 1px #d9d9d9;
	margin-bottom: 10px;
	}
.freeEventBlock{
height:40px;
}
.freeEventBlock2{
height:90px;
line-height:16px;
}
.infoBlock h5 {
	margin-bottom: 13px;
	}
.infoBlock select {
	display: block;
	margin: 8px 0 10px 0;
	width: 100%;
	}
.infoBlock img {
	display: block;
	float: left;
	margin: 0 6px 5px 0;
	}
.infoBlock strong {
	display: block;
	clear: both;
	font-size: 15px;
	}
.infoBlock em {
	float: left;
	width: 136px;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	}

.sponsorBlock {
	text-align: center;
	}
.sponsorBlock img {
	padding-top: 2px;
	margin: 0 auto;
	}

.alsoItem, 
.enhanceItem, 
.associatedItem {
	padding: 6px 0;
	}
#rightColumn .alsoBlock img, 
#rightColumn .enhanceBlock img, 
#rightColumn .associatedItem img {
	border: solid 1px #b3b3b3;
	float: left;
	}
.alsoBlock strong, 
.enhanceBlock strong, 
.associatedItem strong {
	display: block;
	float: right;
	width: 165px;
	line-height: 17px;
	padding: 3px 0;
	}
#rightColumn .alsoBlock strong img, 
#rightColumn .enhanceBlock strong img, 
#rightColumn .associatedItem strong img {
	border: none;
	float: none;
	display: block;
	margin-top: 5px;
	}


.signupBlock {
	padding: 16px 11px 0 11px;
	}
.signupBlock #joinEmail h5, 
.signupBlock #receiveText h5 {
	padding-bottom: 1px;
	margin-bottom: 0;
	border-bottom: none;
	background: none;
	}
.signupBlock #joinEmail .inputText, 
.signupBlock #receiveText .inputText    { background: url(../img/bg-form-signup-input-wide.gif) no-repeat }
.signupBlock #joinEmail .inputText input, 
.signupBlock #receiveText .inputText input {
	width: 238px;
	}

/* ------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- enhanced ---------- */
/* ------------------------------------------------------------------------------- */
.enhanced h1    { background: url(../img/bg-enhance-indicator.gif) no-repeat right 2px }
.enhanced .sponsorBlock {
	padding-top: 11px;
	}

/* ------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- generated form ---------- */
/* ------------------------------------------------------------------------------------- */
.genForm h6 {
	font-weight: normal;
	font-size: 16px;
	color: #017fb0;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #d9d9d9;
	}
.genForm p {
	padding: 15px 0 0 0;
	}
.genForm .inputText    { background: url(../img/bg-form-gen-input.gif) no-repeat; display: block; height: 22px }
.genForm .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 240px;
	margin: 0 10px 0 5px;
	padding: 4px 0 2px 0;
	}
.genForm .textareaText    { background: url(../img/bg-form-gen-textarea.gif) no-repeat; display: block; height: 167px }
.genForm .textareaText textarea {
	font: 13px/17px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 342px;
	height: 156px;
	margin: 0 10px 0 5px;
	padding: 3px 0 0 0;
	}
.genForm .answer {
	margin-right: 15px;
	}
.genForm .requiredTag {
	padding-top: 5px;
	}
.genForm .requiredTag2 {
	padding-top: 0px;
	}

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- luminato tv ---------- */
/* ---------------------------------------------------------------------------------- */

.tvPic{
float:left;
width:100px;
height:80px;
}
.tvInfo{
float:left;
width:500px;
display:inline;
margin:0 0 0 10px;
}
h4.tvInfoTitle{
color:#017fb0;
font-size:13px;
font-weight:bold;
}
h3.tvRelated{
margin:0 0 10px 0;
font-weight:bold;
color:#404040;
font-size:13px;
text-transform:uppercase;
}
.tvDetails{
margin:0;
padding:0;
}
.tvContent #leftColumn {
	float: left;
	width: 0px;
	padding-top: 20px;
	}
.tvContent #rightColumn {
	float: right;
	width: 300px;
	padding-top: 0px;
	}

.tvContent #leftColumn h5 {
	margin: 0;
	border: solid 1px #ffffff;
	border-bottom: none;
	text-align: center;
	}

.tvContent #rightColumn h5 {
	margin: 0;
	}
.tvContent .logoBlock {
	border: solid 1px #b3b3b3;
	padding: 13px 0;
	margin-bottom: 20px;
	}
.tvContent .logoBlock .logo {
	display: block;
	margin: 0 auto;
	}
.tvContent .logoBlock p{
margin:5px 0 0 17px;
width:250px;
}
.logoBlock #share {
	padding: 2px 0 0 19px;
	}
.logoBlock #share img {
	border: none;
	display: inline;
	margin: 1px 5px 0 0;
	vertical-align: text-bottom;
	}
.logoBlock #share a {
	float: left;
	}
.logoBlock #share em {
	float: right;
	font-style: normal;
	}

.channelsBlock, 
.whatsonBlock {
	border: solid 1px #d9d9d9;
	margin-bottom: 20px;
	}
.channelsBlock .scrollArea, 
.whatsonBlock .scrollArea {
	height: 110px;
	padding: 10px;
	overflow-y: auto;
	}
/* ==== list reset ================= */
.channelsBlock ul {
	margin: 0;
	padding: 0;
	}
.channelsBlock li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
.channelsBlock li {
	line-height: 15px;
	padding: 0 0 7px 0;
	}
.channelsBlock ul {
	padding-bottom: 3px;
	}

.whatsonBlock .scrollArea {
	height: 400px;
	line-height: 17px;
	}
.whatsonBlock h4 {
	padding-bottom: 10px;
	}
.whatsonBlock img {
	float: left;
	border: solid 1px #b3b3b3;
	margin: 0 10px 5px 0;
	}
.whatsonBlock strong {
	display: block;
	line-height: 15px;
	}
.whatsonBlock em {
	display: block;
	font-style: normal;
	font-size: 11px;
	padding-bottom: 4px;
	}
.whatsonBlock .hr {
	margin: 0 0 16px 0;
	}

/* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------- listing ---------- */
/* ------------------------------------------------------------------------------ */
.listingContent {
	}
.copyBlock {
	clear: both;
	padding: 0 0 33px 0;
	}
.copyBlock img {
	float: right;
	margin: 0 0 10px 15px;
	border: solid 1px #b3b3b3;
	}
#tabs {
	padding-left: 6px;
	border-bottom: solid 1px #b3b3b3;
	}
#tabs a    { font-size: 12px; line-height: 26px; background: url(../img/bg-tab.gif) no-repeat 0 -25px; margin: 0 1px -1px 0; width: 148px; height: 25px; float: left }
#tabs a:hover    { color: #404040; background: url(../img/bg-tab.gif) no-repeat 0 50%; border-bottom: 1px solid #d9d9d9 }
.tabPic {
	float: left;
	border: solid 1px #b3b3b3;
	}
.buttons {
	float: left;
	width: 155px;
	text-align: center;
	}
.buttons img {
	display: block;
	margin: 0 auto 2px auto;
	}
.buttons strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	}
.tabInfo {
	width: 700px;
	float: right;
	line-height: 17px;
	}
.tabInfo h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color:#0581b1;
	}
.tabInfo p {
	padding-bottom: 0;
	}
.tabLogo {
	float: right;
	margin-left: 15px;
	}

/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- education ---------- */
/* -------------------------------------------------------------------------------- */
.education h1 {
	border-bottom: none;
	margin-bottom: 0;
	}
.education .copyBlock {
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	border-left: solid 1px #b3b3b3;
	padding: 20px;
	}
.education #tabs a    { line-height: 16px; background-image: url(../img/bg-tab-long2.gif); background-position: 0 -51px;
	background-repeat:no-repeat; padding: 18px 0 0; width: 189px; height: 31px; vertical-align: middle }
.education #tabs a:hover    { background-image: url(../img/bg-tab-long2.gif); background-position: 0 0;
	background-repeat:no-repeat   }
.education #tabs a.selected    { background-image: url(../img/bg-tab-long2.gif); background-position: 0 0;
	background-repeat:no-repeat   }
	
.education #tabs a.tabsDouble    { line-height: 16px; background-image: url(../img/bg-tab-long2.gif); background-position: 0 -51px;
	background-repeat:no-repeat; padding: 10px 0 0; width: 189px; height: 39px; vertical-align: middle }
.education #tabs a:hover .tabsDouble     { background-image: url(../img/bg-tab-long2.gif); background-position: 0 0;
	background-repeat:no-repeat   }
.education #tabs a.selected .tabsDouble     { background-image: url(../img/bg-tab-long2.gif); background-position: 0 0;
	background-repeat:no-repeat   }


.education .tabItem img {
	float: left;
	border: solid 1px #b3b3b3;
	}
.education .textBlock {
	float: right;
	width: 785px;
	}

/* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------- planner ---------- */
/* ------------------------------------------------------------------------------ */
.planner h1 strong {
	display: block;
	font-size: 13px;
	}
.planner a.printButton {
	float: right;
	margin-top: -50px;
	}
.planner h2 {
	padding: 8px 14px 4px 14px;
	border: solid 1px #d9d9d9;
	border-top: none;
	background: #f2f2f2;
	font-size: 18px;
	}
#registerForm h4 {
	text-align: center;
	padding-bottom: 20px;
	}
#registerForm {
	width: 600px;
	margin: 0 auto;
	}
#registerForm p {
	padding-bottom: 8px;
	}
#registerForm label {
	clear: both;
	display: block;
	float: left;
	width: 220px;
	text-align: right;
	margin-right: 5px;
	}
#registerForm .inputText    { background: url(../img/bg-form-comment-general-input.gif) no-repeat; height: 22px; float: left }
#registerForm .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 10px 0 5px;
	padding: 4px 0 2px 0;
	}
#registerForm .checkBoxes {
	margin: 5px 0 0 225px;
	}
#registerForm .inputCheck {
	display: inline-block;
	}
#registerForm .inputCheck input {
	margin-right: 2px;
	}
#registerForm #submit {
	margin: 5px 0 0 225px;
	}
#registerForm .requiredTag {
	margin: 5px 0 0 225px;
	}
.plannerExtra #centerBlock {
	float: none;
	display: block;
	width: 250px;
	padding: 120px 0 80px 0;
	margin: 0 auto;
	text-align: center;
	}

/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- any pages ---------- */
/* -------------------------------------------------------------------------------- */
.required {
	color: #ab2a2a;
	font-weight: bold;
	margin:0 0 3px 0;
	}
.videoContainer {
	margin: 0 auto 20px auto;
	}
.videoContainer h5 {
	margin: 0;
	border: solid 1px #d9d9d9;
	border-bottom: none;
	text-align: center;
	}
.videoContainer img {
	border: none !important;
	}
.slideshowText {
	background: #f2f2f2;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 3px 5px 15px 5px;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 16px;
	}
p.slideshow {
	padding-bottom: 0;
	}

/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- planner ---------- */
/* -------------------------------------------------------------------------------- */

#plannerLogin{
padding:20px 0;
margin:0 0 15px 0;
background-color:#f2f2f2;
width:960px;
/*height:196px;*/
display:block;
text-align:center;
border:solid 1px #d9d9d9;
line-height:28px;
}
#plannerLogin form {
	width:280px;
	margin:0 auto;
	}
#plannerLogin strong{
text-align:center;
margin:0;
padding:0;
}
span.label {
	width:70px;
	float:left;
	margin-right:10px;
	height:22px;
	line-height:22px;
	}

#plannerLogin .inputText    { background: url(../img/bg-form-comment-general-input.gif) no-repeat; display: inline; margin: 0 0 5px; padding: 3px 5px; width: 190px; height: 16px; float: left; border:  }
	
#plannerLogin .inputText input {
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 5px 0 5px;
	padding: 4px 0 2px 0;
	}
	
#plannerLogin2{
padding:28px 0 0 0;
margin:0 0 15px 0;
background-color:#f2f2f2;
width:960px;
height:55px;
text-align:center;
border:solid 1px #d9d9d9;
line-height:28px;
}


#registerForm .inputText, #mainContent .inputText2   { background: url(../img/bg-form-comment-general-input.gif) no-repeat; display: inline; margin: 0; padding: 3px 5px; width: 190px; height: 16px; float: left; border:  }
	
#registerForm .inputText input, #mainContent .inputText2 input{
	font: 13px/13px Arial, sans-serif;
	color: #404040 !important;
	background: none !important;
	border: none;
	width: 190px;
	margin: 0 5px 0 5px;
	padding: 4px 0 2px 0;
	}


#registerForm #centerBlock2, #mainContent #centerBlock2 {
	float: none;
	display: block;
	width: 350px;
	padding: 120px 0 80px 0;
	margin: 0 auto;
	text-align: center;
	}

#registerForm #centerBlock2 form, #mainContent #centerBlock2 form {
	width:200px;
	margin:0 auto;
	}





/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- patron pass ---------- */
/* -------------------------------------------------------------------------------- */

.button img{
float:left;
display:block;
border:0;
margin:0 10px 25px 0;
padding:0 0 0 0;
}

img.patronpic {
border: none;
clear:both;
float:left;
margin:0 0 14px 0;
}

#patronpassphotos img{
	width:185px;
	float:right;
	background-color: #FFFFFF;
	margin:0 0 0 20px;
	padding:0px 15px 0px 15px;
	border:0;
}

.patronfloatleft img{
	float:left;
	margin:3px 10px 0 0;
	padding:0 0 0 0;
	border:0;
}

#patronpassbenefits {
	width:590px;
	float:left;
	background-color: #cce6f4;
	margin:15px 0 0 0;
	padding:15px 15px 15px 15px;
}

#patronpassbenefits ul{
list-style:disc;
list-style-position:inside;
clear:both;
}
#patronpassbenefits li{
background:none;
list-style:disc;
list-style-position:inside;
margin:0 0 0 0;
padding:0 0 10px 0;
line-height:18px;
}
.ticketinfo {
	margin:0 0 5px 0;
}
#patronpassbenefits img{
border:0;
padding:0 0 10px 0;
margin:0 0 0 0;
}

.columnLeft{
	float: left;
	width: 205px;
	line-height: 16px;
	
	}
.columnRight {
	float: left;
	width: 205px;
	line-height: 16px;
	padding:0 0 0 0;
	margin:0 0 0 50px;
	
	}
	
.me{
	margin-top:20px;
	color:#666666;
}
.insidersubmit{
	text-align: left;
	padding: 15px 0px 10px 0px;
}


#rightColumn .mainPatronPic{
width:618px;
display:block;
margin:0 0 20px 0;
padding:0 0 0 0;

}

select#EventDateTime {
	display:block;
	clear:both;
	margin-bottom:15px;
	}



/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- creative city ---------- */
/* -------------------------------------------------------------------------------- */

#creativecity #contentRight {
	float:right;
	width:520px;
	margin-right;
	}

#creativecity form h2 {
	padding-bottom:0;
	}
	
#creativecity #videoWrapper {
	width: 560px;
	float: left;
	}
	#videoWrapper h2 {
		width: 548px;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		display: block;
		margin: 0;
		padding: 5px;
		border-left: 1px solid #9e9e9e;
		border-right: 1px solid #9e9e9e;
		border-top: 1px solid #9e9e9e;
		}
	#videoWrapper object, #videoWrapper embed {
		width: 560px;
		text-align: center;
		background: #9e9e9e;
		display: block;
		}
	#videoWrapper .detailswrap {
		clear: both;
		display: block;
		width: 548px;
		padding: 5px;
		border-left: 1px solid #9e9e9e;
		border-right: 1px solid #9e9e9e;
		border-bottom: 1px solid #9e9e9e;
		}
	.detailswrap .title { color: #017fb0; text-transform: uppercase; }
	span.votesreceived { float: left; }
	span.votefor { float: right; }

#creativecity #videoRight {
	width: 362px;
	float: right;
	}
	
	#videoList {
		clear: both;
		display: block;
		padding-top: 20px;
		border-bottom:1px solid #e2e2e2;
		}
	#videoList h2 {
		font-size: 16px;
		text-transform: uppercase;
		}
	#videoList .listitem {
		border-top:1px solid #e2e2e2;
		padding: 8px 0;
		display: block;
		}
		.listitem .floatLeft {
			width: 600px;
			}
		.listitem p {
			margin: 0;
			padding: 0;
			display: block;
			width: auto;
			}
		.listitem a {
			font-weight: normal;
			text-transform: uppercase;
			display: inline;
			font-size: 13px;
			margin: 0;
			padding: 0;
			}

/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- creative city ---------- */
/* -------------------------------------------------------------------------------- */

#myluminato #topButtons {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	}
	#myluminato #topButtons a {
		margin-left: 15px;
		}

#myluminato #header {
	width: 961px;
	height: 276px;
	display: block;
	position: relative;
	}
	#myluminato #header #bg {
		width: 961px;
		height: 276px;
		position: relative;
		z-index: 1;
		}
	#myluminato #header #topbar    { color: #fff; line-height: 45px; background: url(../img/black-transparent.png); display: block; padding: 0 0 0 10px; position: absolute; z-index: 10; top: 0; left: 0; width: 951px; height: 45px }
		#myluminato span.title {
			font-size: 22px;
			text-transform: uppercase;
			float: left;
			}
		#myluminato #topbarRight {
			font-size: 12px;
			padding: 0 10px;
			height: 45px;
			background: #000;
			display: block;
			float: right;
			}
			#myluminato #topbarRight .pageviews { font-size: 16px; }
			#myluminato #topbarRight a { color: #fff; }
			#myluminato #topbarRight a:hover { color: #fff; text-decoration: underline; }
	#userprofilepic {
		clear: both;
		width: 195px;
		height: 195px;
		display: block;
		position: absolute;
		top: 55px;
		left: 15px;
		overflow: hidden;
		text-align: center;
		border: 5px solid #fff;
		}
	
#myluminato #contentLeft {
	width: 701px;
	float: left;
	padding-right: 15px;
	margin: 20px 0 0 0;
	}

#myluminato h1.nametitle {
	border-bottom: none;
	text-transform: none;
	}

#myluminato .eventWrapLeft {
	width: 335px;
	padding-right: 15px;
	float: left;
	border-right: 1px solid #d3d3d3;
	color: #a5a5a5;
	display: block;
	font-size: 10px;
	height: 320px;
	position: relative;
	padding-top: 20px;
	}

#myluminato .eventWrapRight {
	width: 335px;
	padding-left: 15px;
	float: left;
	color: #a5a5a5;
	display: block;
	font-size: 10px;
	height: 320px;
	position: relative;
	padding-top: 20px;
	}
	
	.eventWrapLeft h3, .eventWrapRight h3 {
		font-size:12px;
		margin: 0;
		display: block;
		font-weight: bold;
		color: #404040;
		margin-bottom: 7px;
		}
	.eventWrapLeft .divider, .eventWrapRight .divider {
		clear: both;
		width: 335px;
		height: 1px;
		background: #d3d3d3;
		position: absolute;
		bottom: 0;
		padding: 0;
		left: 0;
		margin: 0;
		line-height: 1px;
		overflow:none;
		}
		.eventWrapRight .divider { left: 15px; }
	.eventWrapLeft .left, .eventWrapRight .left {
		width: 199px;
		float: left;
		}
	.eventWrapLeft .left p, .eventWrapRight .left p { margin-top: 5px; line-height: 14px; }
	.eventWrapLeft .left p:hover, .eventWrapRight .left p:hover { display: block; color: #404040; cursor: default; }

.bubble    { color: #fff; font-size: 12px; background: #0092c6 url(../img/bubble-top.gif) center; padding: 10px 0 0; width: 127px; float: right }
	.bubble p    { line-height: 14px; background: url(../img/bubble-bottom.gif) center; margin: 0; padding: 0 10px 20px; width: 107px; overflow-x: hidden   }

#myluminato #contentRight {
	float: right;
	width: 215px;
	padding-left: 15px;
	border-left: 1px solid #d3d3d3;
	margin: 20px 0 0 0;
	}
	#myluminato #contentRight h3 {
		color: #0092c6;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
		}
	#myluminato #contentRight span.date { font-size: 10px; }
	#myluminato #contentRight p { margin: 15px 0 0; padding: 0; }
	#myluminato #contentRight .comment {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #d3d3d3;
		}
	#myluminato #contentRight #commentForm {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d3d3d3;
	}
	#myluminato #contentRight .commentBox    { background: url(../img/bg-form-signup-input.gif) no-repeat; padding: 3px 5px; width: 190px; height: 22px; border:  }
	#myluminato #contentRight textarea    { font-size: 11px; font-family: Arial, sans-serif; background: url(../img/bg-textarea-myluminato-comment.gif) no-repeat; display: block; padding: 5px; width: 190px; height: 72px; clear: both; border:  }
	#myluminato #contentRight .verifyText {
		margin-left: 10px;
		}
	#myluminato #contentRight .verifyText input    { background: url(../img/bg-form-comment-verify-input.gif) no-repeat; padding: 3px 5px; width: 60px; height: 22px; border:  }
	
#myluminato #steps {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	}
	#myluminato #steps .step {
		padding: 5px 10px;
		margin: 0 5px;
		display: inline;
		font-weight: bold;
		text-transform: uppercase;
		}
		#myluminato #steps .on {
			background: #d9d9d9;
			border: 1px solid #cccccc;
			color: #0092c6; }
		#myluminato #steps .off {
			background: #f9f9f9;
			border: 1px solid #e5e5e5;
			color: #d4d4d4;}

#myluminato #loginbar {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
	clear: both;
	}
	#myluminato #loginbar p {
		display: block;
		width: 100%;
		text-align: center;
		}
#myluminato #signin {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	}
	#loginbar form, #signin form {
		width: 330px;
		margin: 0 auto;
		}
	#loginbar form p, #signin form p {
		margin-bottom: 5px;
		padding: 0;
		}
		#loginbar form p, #signin form p.submit {
			text-align: left;}
	#loginbar label, #signin label {
		width: 120px;
		display: block;
		float: left;
		text-align: right;
		line-height: 22px;
		}
	#loginbar input.text, #signin input.text    { background: url(../img/loginbar-inputbg.jpg) no-repeat; padding: 3px 5px; width: 190px; height: 22px; border:  }
	#loginbar .check, #signin .check { vertical-align: middle; }

#myluminato #customizeWrap {
	margin: 20px 0;
	clear: both;
	padding: 20px 0;
	}
	
	#myluminato #customizeLeft {
		width: 252px;
		padding-right: 10px;
		margin-bottom: 20px;
		float: left;
		}
	#customizeWrap h2 {
		font-size: 16px;
		text-transform: uppercase;
		line-height: 18px;
		padding-bottom: 5px;
		margin-top: 20px;
		}
		#customizeWrap h2.top { margin-top: 0; }
	#customizeWrap input.text    { background: url(../img/customize-inputbg.jpg) no-repeat; display: inline; padding: 3px 5px; width: 170px; height: 22px; vertical-align: middle; border:  }
		input:focus, textarea:focus { outline: none; }
	#customizeLeft textarea    { background: url(../img/customize-textarea-left.jpg) no-repeat; padding: 5px; width: 231px; height: 92px; border:  }
		/** CUSTOMIZE THEME **/
			#customizeLeft .themeWrap {
				width: 126px;
				float: left;
				margin-bottom: 10px;
				display: inline;
				font-weight: bold;
				font-size: 10px;
				line-height: 12px;
				}
				.themeWrap .left { float: left; display: inline; }
				.themeWrap input { margin-top: 25px; margin-right: 1px; }
				.themeWrap img { margin-bottom: 5px; border: 1px solid #9c9c9c; }
	
	#myluminato #customizeRight {
		float: right;
		padding-left: 15px;
		width: 680px;
		border-left: 1px solid #d3d3d3;
		}
		#customizeRight .topbuttons { float: right; margin-top: -10px; _margin-top: 0; }
		
	#categoryWrap {
		width: 680px;
		clear: both;
		margin-top: 20px;
		}
		#categoryWrap #categories {
			width: 658px;
			padding: 10px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			background: #017fb0;
			border: 1px solid #145068;
			font-size: 12px;
			margin-bottom: 20px;
			}
		#categoryWrap #categories a { color: #fff; margin: 0 5px; }
		#categoryWrap #categories a:hover { color: #f8d100; }
		#categoryWrap #categories a.on { color: #f8d100; font-weight: bold; }
	
	
	#iframe {
		margin-bottom: 20px;
		}
	
	#categoryWrap .eventWrap {
	width: 200px;
	padding-right: 15px;
	float: left;
	border-right: 1px solid #d3d3d3;
	color: #a5a5a5;
	display: inline;
	font-size: 10px;
	height: 430px;
	position: relative;
	padding-top: 20px;
	margin-right: 15px;
	}
	#categoryWrap .eventWrap a img { float: left; display: inline; }
	#categoryWrap .last { margin-right: 0; }
		
	#categoryWrap .eventWrap h3{
		font-size:12px;
		line-height: 14px;
		margin: 0;
		display: block;
		font-weight: bold;
		color: #404040;
		margin-bottom: 7px;
		min-height: 28px;
		height: auto !important;
		height: 28px;
		}
	#categoryWrap .eventWrap textarea    { background: url(../img/customize-textarea-event.jpg) no-repeat; margin-bottom: 10px; padding: 5px; width: 198px; height: 81px; border:  }
	#categoryWrap .eventWrap .divider {
		clear: both;
		width: 200px;
		height: 1px;
		background: #d3d3d3;
		position: absolute;
		bottom: 0;
		padding: 0;
		left: 0;
		margin: 0;
		line-height: 1px;
		overflow:none;
		}
	#categoryWrap .eventWrap p { margin-top: 5px; line-height: 14px; }
	#categoryWrap .eventWrap p:hover { display: block; color: #404040; cursor: default; }
	
	#shareWrap {
		margin: 20px 0;
		}
	#shareWrap #left{
		width: 600px;
		float: left;
		}
		#shareWrap h3 {
			font-size: 15px;
			font-weight: bold;
			color: #017fb0;
			margin-bottom: 15px;
			}
			#shareWrap h3 a { color: #4ea5c6; text-decoration: underline; }
			#shareWrap h3 a:hover { color: #ab2a2a; }
		#shareWrap span.labels { float: left; width: 165px; font-size: 11px; }
		#shareWrap input.text    { background: url(../img/share-inputbg.jpg) no-repeat; display: inline; padding: 3px 5px; width: 150px; height: 22px; border:  }
		#shareWrap select { vertical-align: middle; }
		#shareWrap input.accessbtn {
			vertical-align: middle;
			_vertical-align: top;
			}
		#shareWrap p.selectBar a {
			margin: 0 10px;}
		#shareWrap img.sendBTN { margin-bottom: -5px; }
		#shareWrap input.checkbox { vertical-align: middle; margin-right: 5px;}
		
		#shareWrap #right {
			width: 330px;
			padding: 10px;
			border: 1px solid #d9d9d9;
			float: right;
			}
			#shareWrap #right .title { font-size: 12px; line-height: 14px; width: 200px; float: left; }
			#shareWrap #right .ticket { float: right; }
			

#tabListWrap {
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 960px;
	}
	#tabListWrap .listItem {
		width: 299px;
		float: left;
		display: block;
		padding: 10px;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		position: relative;
		}
	#tabListWrap .listItem img {
		float: left;
		margin-right: 5px;
		display: inline;
		}
		#tabListWrap .listItem h3 {
			color: #017fb0;
			font-size: 14px;
			font-weight: bold;
			display: block;
			}
		#tabListWrap .listItem .date { font-size: 10px; }
		#tabListWrap .listItem .views { position: absolute; bottom: 10px; right: 10px; }
		#tabListWrap .listItem .views em { font-size: 16px; font-style: normal;}
		
		ul#pagination { clear: both; float: right; list-style: none; list-style-image: none; background: none; margin-top: 20px; }
		ul#pagination li { float: left; min-width: 10px; text-align: center; display: inline; margin-right: 5px; background: none !important; padding: 0 !important; }
		ul#pagination li a { padding: 4px 8px; border: 1px solid #c1c1c1; background: #f4f4f4; line-height: 20px; }
		ul#pagination li a:hover { background: #e4e4e4; }
		
		#myluminato #topButtonsLogin {
		display: block;
		float: right;
		margin-top: -55px;
		position: relative;
		z-index: 999;
		}
		
		
/* -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- CMS STYLES ---------- */
/* -------------------------------------------------------------------------------- */	
		
.image_floatright {
	float:right;
	margin:20px;
	margin-right:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	border:1px solid #333333;
	}			

.Image_FloatLeft {float:left;margin:20px;margin-left:0px;margin-bottom:10px;margin-top:10px;padding:5px;border:1px solid #333333;}
.Image_FloatRight {float:right;margin:20px;margin-right:0px;margin-bottom:10px;margin-top:10px;padding:5px;border:1px solid #333333;}
.Image_Border {padding:5px;border:1px solid #333333;}

.img-fullWidth {
	display: block !important;
	float: none !important;
	margin: 0 auto 20px auto !important;
	}
.img-leftAlign {
	float: left !important;
	margin: 0 18px 14px 0 !important;
	}
.img-leftAlign-noWrap {
	float: none !important;
	margin: 0 0 17px 0 !important;
	}
.img-leftAlign-noWrap-noBorder {
	float: none !important;
	margin: 0 0 17px 0 !important;
	border: none !important;
	}
.img-rightAlign {
	float: right !important;
	margin: 0 0 14px 18px !important;
	}


/* ----------------------------------------- */
/* ----------------------------------------- */


.boldBlue {
	color: #017fb0;
	font-weight: bold;
	}
.boldBlue14 {
	color: #017fb0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
.boldBlue15 {
	color: #017fb0;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	}
.boldBlue16 {
	color: #017fb0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	}
.boldBlue18 {
	color: #017fb0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
.boldBlue20 {
	color: #017fb0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	}
	

.boldblue {
	color: #017fb0;
	font-weight: bold;
	}
.boldblue14 {
	color: #017fb0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
.boldblue15 {
	color: #017fb0;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	}
.boldblue16 {
	color: #017fb0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	}
.boldblue18 {
	color: #017fb0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
.boldblue20 {
	color: #017fb0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	}	
/* ----------------------------------------- */

.boldGrey {
	color: #404040;
	font-weight: bold;
	}
.boldGrey14 {
	color: #404040;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
.boldGrey15 {
	color: #404040;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	}
.boldGrey16 {
	color: #404040;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	}
.boldGrey18 {
	color: #404040;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
.boldGrey20 {
	color: #404040;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	}

	
.boldgrey {
	color: #404040;
	font-weight: bold;
	}
.boldgrey14 {
	color: #404040;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
.boldgrey15 {
	color: #404040;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	}
.boldgrey16 {
	color: #404040;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	}
.boldgrey18 {
	color: #404040;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
.boldgrey20 {
	color: #404040;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	}		
/* ----------------------------------------- */

.blue {
	color: #017fb0;
	}
.blue14 {
	color: #017fb0;
	font-size: 14px;
	line-height: 16px;
	}
.blue15 {
	color: #017fb0;
	font-size: 15px;
	line-height: 17px;
	}
.blue16 {
	color: #017fb0;
	font-size: 15px;
	line-height: 18px;
	}
.blue18 {
	color: #017fb0;
	font-size: 18px;
	line-height: 20px;
	}
.blue20 {
	color: #017fb0;
	font-size: 20px;
	line-height: 22px;
	}
/* ----------------------------------------- */

.grey14 {
	color: #404040;
	font-size: 14px;
	line-height: 16px;
	}
.grey15 {
	color: #404040;
	font-size: 15px;
	line-height: 17px;
	}
.grey16 {
	color: #404040;
	font-size: 15px;
	line-height: 18px;
	}
.grey18 {
	color: #404040;
	font-size: 18px;
	line-height: 20px;
	}
.grey20 {
	color: #404040;
	font-size: 20px;
	line-height: 22px;
	}
/* ----------------------------------------- */

.no_image_border {
	border: none !important;
	}
.image_left {
	float: left !important;
	margin: 0 18px 14px 0 !important;
	}
.no_image_border_left {
	border: none !important;
	float: left !important;
	margin: 0 18px 14px 0 !important;
	}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------STAFF PICKS ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

.staff_topContent{
width:955px;
font-size:13px;
color:#404040;
font-family:Arial, Helvetica, sans-serif;
}

h2.staff   { color: #404040; font-weight: bold; background: url(../img/p-thumb.gif) no-repeat left top }

.col1{
width:455px;
margin:35px 0 0 0;
float:left;
}

.col2{
width:455px;
margin:35px 0 0 24px;
padding:0 0 0 24px;
float:left;
border-left:solid 1px #b3b3b3;
}

.staffBox{
width:226px;
margin:0;
float:left;
display:inline;
}

.staffBox2{
width:215px;
margin:24px 0 0 13px;
float:left;
display:inline;
}

.staffPickImage{
width:226px;
height:143px;
margin:0 0 0 0;
float:left;
display:inline;
}

.staffImage{
width:100px;
height:80px;
float:left;
border:1px solid #b3b3b3;
margin:0px 5px 5px 0;
display:inline;
}

span.staffName{
font-size:13px;
font-weight:bold;
color:#404040;
padding:0 0 0 0px;
float:left;
}

.bio{
width:226px;
margin:15px 0 0 0;
float:left;
clear:both;
display:inline;
}

.bio p{
float:left;
}

.showTitle{
color:#017fb0;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
}

.showTheatre{
color:#017fb0;
font-size:13px;

}

.btn_moreeventinfo{
border:0;
padding:8px 0 0 0;
clear:both;
}


/* ----------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------TWITTER PAGE ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

h2.twitterSub{
width:260px;
color:#404040;
font-size:25px;
float:left;
}
.btn-twitter{
float:left;
margin:0 0 0 10px;
}
.btn-twitter2{
float:left;
margin:7px 0 0 0px;
}
.twitterCol1{
width:424px;
margin:35px 0 0 0;
float:left;
}

.twitterCol2{
width:480px;
margin:35px 0 0 24px;
padding:0 0 0 24px;
float:left;
border-left:solid 1px #b3b3b3;
}

.twitterIcon{
border:1px solid #b3b3b3;
float:left;
margin:0 10px 10px 0;
}

span.twittertitle{
color:#0380b1;
font-weight:bold;
font-size:13px;
margin:0;
padding:0;
}

.twitter1{
width:410px;
margin:26px 0 0 0;
float:left;
display:inline;
}

.twitter1 p{
margin:0 0 0 0;
padding:0 0 0 0;
}

.twitterWidget{
float:left;
margin:0 0 0 0;
padding:0;
}
