/* CSS INFO */
/* http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp */

/* background: (color image repeat attachment position) */
/* border: (width style color) */
/* border.collapse: collapse or separate */
/* border.margin.padding: (-top -right -bottom -left) or (t&b l&r) */
/* font: (-style -variant -weight -size line-height -family) */
/* table-layout: auto or fixed */


/* Fonts */
BODY
{
	color: #000;
	font-size: 13px;

	/* Resets 1em to 10px */
	/* font-size: 62.5%; */

	/* Resets 1em to 13px */
	/* font-size: 80%; */
}

ADDRESS, BLOCKQUOTE, BODY, CAPTION, DD, DIR, DIV, DL, DT,
FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL
{
	cursor: auto;
	font-weight: normal;
	margin: 0; padding: 0;
	text-align: left;
	vertical-align: baseline;
}

ADDRESS, BLOCKQUOTE, CAPTION,
MENU, P, DL, OL, UL
{
	font-size: 1em;
}

/*
UL UL		{ font-size: 1em; }
UL P		{ font-size: 1em; }
*/

H1		{ font-size: 2.1em; }
H2		{ font-size: 1.9em; }
H3		{ font-size: 1.4em; }
H4		{ font-size: 1.4em; }
H5		{ font-size: 1.2em; }

ADDRESS		{ font-size: 1em; font-style: italic; }
BIG		{ font-size: 1.1em; }
SMALL		{ font-size: 0.8em; color: #666666; }
SUB, SUP	{ font-size: 0.8em; }

CODE, KBD, PRE, SAMP, TT	{ font-size: 0.8em; font-family: monospace; }


/* Main Element Styles */

BODY		{ background: #ffffff; cursor: default; margin: 0; padding: 0; }
DIV		{ background: transparent; border: 0px none; margin: 0; padding: 0; }

A		{ color: #999999; cursor: pointer; }
A:link		{ color: #0000cc; background: transparent; text-decoration: underline; }
A:visited	{ color: #800080; background: transparent; text-decoration: underline; }
A:active	{ color: #ff0000; background: transparent; font-weight: bold; text-decoration: none; }
A:hover		{ color: #000099; background: transparent; font-weight: bold; text-decoration: none; }

A.unvisited:visited	{ color: #0000cc; }

/*
STRONG A		{ color: #000000; background: transparent; font-weight: bold; cursor: pointer; }
STRONG A:link		{ color: #000000; background: transparent; font-weight: bold; text-decoration: none; }
STRONG A:visited	{ color: #000000; background: transparent; font-weight: bold; text-decoration: none; }
STRONG A:active		{ color: #000000; background: transparent; font-weight: bold; text-decoration: none; }
STRONG A:hover		{ color: #000099; background: transparent; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
*/

INPUT		{ cursor: auto; }
TEXTAREA	{ cursor: text; }

BUTTON		{ cursor: auto; }
CAPTION	{ font-weight: bold; }

H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
}

H1	{ margin: 0.1em 0px 0.2em 0px; }
H2	{ margin: 1.2em 0px 0.3em 0px; }
H3	{ margin: 0em 0px 0.1em 0px; }
H4	{ margin: 1.2em 0px 0.3em 0px; }
H5	{ margin: 0em 0px 0.4em 0px; }

H2.First, H4.First	{ margin-top: 0em; }

H4 A				{ color: #533019; background: transparent; font-weight: bold; cursor: pointer; }
H4 A:link		{ color: #533019; background: transparent; font-weight: bold; text-decoration: none; }
H4 A:visited	{ color: #533019; background: transparent; font-weight: bold; text-decoration: none; }
H4 A:active		{ color: #533019; background: transparent; font-weight: bold; text-decoration: none; }
H4 A:hover		{ color: #533019; background: transparent; font-weight: bold; text-decoration: none; }
H4 SMALL		{ color: #533019; }

HR		{ color: #666; margin: 0px; }

MENU				{ margin: 0em 0px 0.5em 15px; }
BLOCKQUOTE	{ margin: 0em 9px 0.5em 9px; }

P	{ margin: 0em 0px 0.5em 0px; }

P.Note
{
	border: 1px solid #a3d2db;
	font-weight: bold;
	margin: 0em 12px;
	padding: 0.5em 6px;
	text-align: center;
}

LI		{ margin: 0em 0px 0.2em 0px; }
UL		{ margin: 0em 0px 0.3em 30px; list-style: square; }
OL		{ margin: 0em 0px 0.3em 30px; list-style: decimal; }
DL		{ margin: 0em 0px 0.3em 0px; }
DT		{ font-weight: normal; margin: 0em 0px 0.2em 0px; }
DD	{ font-weight: normal; margin: 0em 0px 0.8em 15px; }

UL.Links					{ margin-left: 9px; list-style: none; }
UL.Links A:active		{ font-weight: normal; }
UL.Links A:hover		{ font-weight: normal; }

TABLE	{ border: 0px; border-collapse: collapse; }
COL		{ margin: 0; }
THEAD	{ margin: 0; }
TBODY	{ margin: 0; }
TFOOT	{ margin: 0; }
TR			{ margin: 0; }
TD, TH	{ border: 0px none; margin: 0; padding: 0; text-align: left; vertical-align: top; }



DIV#BackgroundBorder
{
	clear: both;
	margin: 0em auto;
}

DIV#Background
{
	clear: both;
	margin: 0em auto;
}

DIV.WidthConstraint
{
	clear: both;
	margin: 0em auto;
	padding: 0;
}

DIV#Content
{
	/*border: 1px dashed red;*/
	clear: both;
	margin: 0em auto;
	padding: 1em 0px;
}

DIV.Clear
{
	clear: both;
	margin: 0em auto;
	padding: 0;
}

DIV.LeftColumn
{
	/*border: 1px solid blue;*/
	float: left;
	width: 48%;
}

DIV.RightColumn
{
	/*border: 1px solid green;*/
	margin-left: 54%;
}

/*
DIV.Video
{
	margin-bottom: 0.5em;
	text-align: center;
}
*/

DIV#Footer
{
	clear: both;
	margin: 0em auto;
	padding: 0.5em 0px;
}

DIV#FooterLeftColumn
{
	/*border: 1px solid blue;*/
	float: left;
	width: 180px;
}

DIV#FooterRightColumn
{
	/*border: 1px solid green;*/
	margin-left: 192px;
	padding-top: 2em;
}

DIV.FooterLinks
{
	font-size: 0.8em;
	margin-left: 12px;
}

DIV.FooterLinks H4
{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

DIV.FooterLinks UL
{
	margin-left: 15px;
}

UL#SocialMediaLinks
{
	list-style-type: none;
	margin-left: 0px;
}

UL#SocialMediaLinks LI
{
	background-repeat: no-repeat;
	background-position: 4px -1px;
	line-height: 1.5em;
	padding-left: 22px;
}

UL#SocialMediaLinks LI.facebook	{ background-image: url('/images/icons/FaceBook-16x16.png'); }
UL#SocialMediaLinks LI.google		{ background-image: url('/images/icons/Google-16x16.png'); }
UL#SocialMediaLinks LI.myspace	{ background-image: url('/images/icons/MySpace-16x16.png'); }
UL#SocialMediaLinks LI.rss			{ background-image: url('/images/icons/Feed-16x16.png'); }
UL#SocialMediaLinks LI.twitter		{ background-image: url('/images/icons/Twitter-16x16.png'); }
UL#SocialMediaLinks LI.youtube		{ background-image: url('/images/icons/Youtube-16x16.png'); }

P.rss
{
	background-repeat: no-repeat;
	background-position: 4px -1px;
	line-height: 1.5em;
	margin-top: 1.0em;
	padding-left: 22px;
	background-image: url('/images/icons/Feed-16x16.png');
}

UL.SocialMediaLinks
{
	list-style-type: none;
	margin-left: 6px;
}

UL.SocialMediaLinks LI
{
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-bottom: 0.6em;
	padding-left: 34px;
	padding-top: 0.1em;
}

UL.SocialMediaLinks LI.facebook		{ background-image: url('/images/icons/FaceBook-24x24.png'); }
UL.SocialMediaLinks LI.google		{ background-image: url('/images/icons/Google-24x24.png'); }
UL.SocialMediaLinks LI.myspace		{ background-image: url('/images/icons/MySpace-24x24.png'); }
UL.SocialMediaLinks LI.rss				{ background-image: url('/images/icons/Feed-24x24.png'); }
UL.SocialMediaLinks LI.twitter		{ background-image: url('/images/icons/Twitter-24x24.png'); }
UL.SocialMediaLinks LI.youtube		{ background-image: url('/images/icons/Youtube-24x24.png'); }

P.MovieRating
{
	font-size: 0.9em;
	font-style: italic;
	/* margin-left: 20px; */
	margin-top: 1em;
}

P.SeasonShowPlaywright
{
	font-style: italic;
	/* margin-left: 20px; */
	margin-top: 2em;
}

TABLE#TicketPricesTable
{
	background: #fff;
	border: 0px none;
	border-collapse: collapse;
	margin: 0em 0px 0em 12px;
	padding: 0;
	table-layout: auto;
	width: 90%;
}

TABLE#TicketPricesTable TH,
TABLE#TicketPricesTable TD
{
	border: 0px none;
	/* border: 1px dashed #f0f; */
	/* font-size: 0.8em; */
	margin: 0;
	padding: 0.2em 6px 0.3em 6px;
	vertical-align: top;
}

TABLE#TicketPricesTable TH { text-align: left; }
TABLE#TicketPricesTable TD { text-align: right; }
TABLE#TicketPricesTable TH H2 { margin-top: 0em; }

TABLE#TicketPricesTable TR.Last TH,
TABLE#TicketPricesTable TR.Last TD
{
	border-bottom: 3px double #ccc;
}

DL.EventsList			{ margin: 0em 0px 0.5em 0px; }
DL.EventsList DT		{ }
DL.EventsList DD		{ line-height: 1em; margin-left: 9px; }

DL#MembershipBenefitLevelsList			{ margin: 1em 0px 1.2em 0px; }
DL#MembershipBenefitLevelsList DT		{ font-weight: bold; margin: 0; }
DL#MembershipBenefitLevelsList DD P		{ margin-bottom: 0.1em; }
DL#MembershipBenefitLevelsList DD		{ font-weight: normal; margin: 0em 0px 1.2em 0px; }
DL#MembershipBenefitLevelsList DD SMALL		{ color: #000; font-style: italic; }
DL#MembershipBenefitLevelsList DD UL		{ margin-left: 18px; }
DL#MembershipBenefitLevelsList DD UL LI SMALL	{ font-style: normal; }

DL#RolesList	{ margin: 0em 0px 0.5em 0px; }
DL#RolesList DT	{ font-weight: bold; margin: 0; }
DL#RolesList DD	{ font-weight: normal; margin: 0em 0px 0.5em 6px; }



A.post-edit-link
{
	border: 1px outset #c00;
	cursor: pointer;
	font-size: 10px;
	margin: 0 3px;
	padding: 0 6px;
	vertical-align: text-top;
}

A.post-edit-link		{ color: #c00; background: #ff0; font-weight: bold; text-decoration: none; }
A.post-edit-link:link		{ color: #c00; background: #ff0; font-weight: bold; text-decoration: none; }
A.post-edit-link:visited	{ color: #c00; background: #ff0; font-weight: bold; text-decoration: none; }
A.post-edit-link:active		{ color: #fff; background: #c00; font-weight: bold; text-decoration: none; }
A.post-edit-link:hover		{ color: #fff; background: #c00; font-weight: bold; text-decoration: none; }

DIV.navigation
{
	/* border: 1px solid green; */
	/* border-top: 1px none; */
	/* border-top: 1px solid #a3d2db; */
	margin-top: 2.0em;
	/* padding-top: 0.5em; */
}

DIV.navigation P.alignleft
{
	/* border: 2px solid red; */
	text-align: right;
	width: 47%;
}

DIV.navigation P.alignright
{
	/* border: 2px solid red; */
	text-align: left;
	width: 47%;
}

DIV.post
{
	/* border: 1px solid green; */
	/* border-top: 1px none; */
	/* border-top: 1px solid #a3d2db; */
	/* Clearing this can screw up the home page... */
	/* NOT clearing it may de-pretty the tag page */
	/* clear: both; */
	margin-top: 2.0em;
	/* padding-top: 0.5em; */
}

DIV.post H4.post-title,
DIV.page H4.post-title
{
	margin-top: 0.1em;
	/*margin-bottom: 0.1em;*/
}

DIV.post H1.post-title
{
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

DIV.Single DIV.post
{
	border-top: 0px none;
	margin-top: 1em;
}

P.post-date
{
	border-top: 2px solid #a3d2db;
	margin-bottom: 0em;
	margin-top: 1em;
	padding-top: 0.1em;
	width: 56%;
}

DIV.page P.post-date
{
	margin-top: 2em;
}

DIV.Single P.post-date
{
	padding-left: 12px;
	text-indent: -12px;
	width: 87%;
}

DIV.post-single-metadata UL, DIV#PageRelatedPosts UL, DIV#UpcomingAuditions UL, UL#ShowTicketingLinks
{
	margin-left: 12px;
}

DIV.post-single-metadata UL LI, DIV#PageRelatedPosts UL LI, DIV#UpcomingAuditions UL LI, UL#ShowTicketingLinks LI
{
	list-style-type: none;
	list-style-image: none;
}

DIV.SocialMediaWidgetContainer
{
	margin-top: 0.7em;
}

DIV.Single DIV.SocialMediaWidgetContainer
{
	margin-top: 1.5em;
}

DIV.facebooklike
{
	width: 400px;
	float: left;
}

DIV.twitter
{
	margin-left: 410px;
	padding-top: 2px;
}

DIV.post-metadata
{
	/* background: #fff; */
	border-top: 1px solid #eeeeee;
	clear: both;
	font-size: 0.8em;
	margin-left: 69px;
	margin-top: 1.0em;
	padding-left: 18px;
	width: 80%;
}

DIV.Single DIV.post-metadata
{
	margin-top: 3.0em;
}

DIV.post-metadata P
{
	text-indent: -12px;
}

DIV#RecentTweets A,
DIV.post-metadata A,
P#HotTopics A,
P.post-date A
{
	white-space: nowrap;
}

P.post-author
{
	margin-left: 18px;
}

SMALL.post-tags-label, SMALL.post-categories-label
{
	font-size: 1em;
}

/*
DIV.post-metadata P.post-tags
{
	float: left;
	width: 69%;
}

DIV.post-metadata P.post-categories
{
	margin-left: 73%;
}
*/
/*
DIV.post-metadata P.post-categories
{
	text-align: right;
}
*/
DIV.press-release
{
	/* background-color: #fdfdfd; border: 1px solid #cccccc; */
	background: #f6f6f6; border: 1px solid #a3d2db;
	padding: 0em 12px 0.5em 12px;
}

P.press-release-header
{
	margin-top: 0.5em;
}

SPAN.press-release-label
{
	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
}

DIV.post DIV.press-release H4.post-title
{
	margin-top: 0.2em;
}

/* Begin Images */
P IMG
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

IMG.centered
{
	display: block;
	margin-bottom: 0.1em;
	margin-left: auto;
	margin-right: auto;
}

IMG.alignright
{
	padding: 4px;
	margin: 0 0 0.1em 3px;
	display: inline;
}

IMG.alignleft
{
	padding: 4px;
	margin: 0 3px 0.1em 0;
	display: inline;
}

.alignright	{ float: right; }
.alignleft		{ float: left; }
/* End Images */



/* Captions */
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	background-color: #f6f6f6;
	border: 1px solid #a3d2db;
	padding-top: 0.5em;
	margin: 0.1em 9px 0.5em 9px;
	text-align: center;
/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
}

.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption P.wp-caption-text
{
	font-size: 0.8em;
	padding: 0.1em 5px;
}
/* End Captions */

DIV#SideBar
{
	font-size: 0.8em;
	/*
	background-color: #f6f6f6;
	border: 1px solid #a3d2db;
	font-size: 0.8em;
	padding: 0.2em 9px 2em 9px;
	*/
}

DIV#SideBar H4
{
	margin-bottom: 0.2em;
	margin-top: 0.1em;
}

DIV#SideBar UL, DIV#SideBar UL OL, UL.NewsCategories
{
	margin: 0;
	padding: 0;
}

DIV.FooterLinks UL,
DIV#SideBar UL UL,
UL.NewsCategories
{
	margin-left: 6px;
}

DIV.FooterLinks UL LI,
DIV#SideBar UL LI,
UL.NewsCategories LI
{
	list-style-type: none;
	list-style-image: none;
	/* margin-bottom: 15px; */
}

DIV#SideBar UL#SideBarList,
DIV#SideBar UL.SideBarLists LI.SideBarList
{
	margin-bottom: 0.7em;
	padding: 0.2em 9px 1em 9px;
}

DIV#SideBar UL#SideBarList
{
	background-color: #f6f6f6;
	border: 1px solid #a3d2db;
}

DIV#SideBar UL.SideBarLists LI.SideBarList
{
	background-color: #fdfdfd;
	border: 1px solid #cccccc;
	display: block;
}

DIV#SideBar UL UL, DIV#SideBar UL OL
{
	margin-left: 6px;
	/* margin: 5px 0 0 10px; */
}

UL.NewsCategories LI UL,
DIV#SideBar UL UL UL,
DIV#SideBar UL OL
{
	margin-top: 0.2em;
	margin-left: 12px;
	/* margin: 0 0 0 10px; */
}

/* Boldface "Press Releases" on sidebar category list */
/*
.cat-item-3
{
	font-weight: bold;
}
*/
/*
#SideBar ul ul li, #SideBar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}
*/
/* End Entry Lists */

/* Begin Form Elements */
FORM.SearchForm
{
	margin: 0.2em auto;
}

DIV.FooterLinks FORM.SearchForm
{
	margin: 1em auto;
}

P.status-message
{
	color: #666;
	margin-top: 0.5em;
}

DL.PopularityContest DT
{
	font-weight: bold;
}

DL.PopularityContest DD
{
	margin-left: 6px;
	margin-bottom: 1.5em;
}

DL.PopularityContest UL, UL.PopularityContest
{
	margin-bottom: 1.0em;
}

DL.PopularityContest UL LI, UL.PopularityContest LI
{
	margin-bottom: 0.5em;
}

UL.PressCoverage
{
	list-style-type: none;
	margin-left: 12px;
}

UL.PressCoverage LI
{
	text-indent: -12px;
	margin-bottom: 0.7em;
}
/*
UL.PressCoverage A
{
	font-size: 1.1em;
}
*/

TABLE.ScheduleTable TD
{
	padding-right: 9px;
}

