/*
Theme Name:     Twenty Ten Child
Theme URI:      https://african-americanshakes.org
Description:    Child theme for the Twenty Ten theme
Author:         African-American Shakespeare
Author URI:     https://african-americanshakes.org
Template:       twentyten                             
Version:        0.1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyten/style.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600|Lora:400italics|Open+Sans:300,400,400italic,600,700,800|Playfair+Display:400italic,700italic);

html {
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body {
	line-height: 1;

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -245px 0 0;
	width: 100%;
}
#content {
	margin: 0 -10px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 0 0 -5px;
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 940px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type="submit"],
pre,
code,
em {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background-color: #fff;	
	margin-top: -10px;
	margin: 0 auto;
	padding: 0px 25px 0px;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.1);

}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 960px;
}

#site-menu {
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 960px;
}

#site-generator {
	float: right;
	width: 960px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: #e6e6e6;
	background-image: url('https://www.african-americanshakes.org/wp-content/uploads/diagonal_waves.png');
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 10px !important;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type="checkbox"] {
	margin-right: 10px !important;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0px;
	margin: 0 -25px 0;
	min-height: 150px;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 34%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(34%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 34%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 34%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 34%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 34%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0px 0;
	width: 480px;

}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#site-description-social {
	clear: right;
	float: right;
	font-style: italic;
	font-size: 22px;
	margin: 20px 0 0 0;
	text-align: right;
	width: 330px;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 15px 0px 0px 0;
	text-align: right;
	font-family: "Playfair Display", Georgia, sans-serif;
	width: 350px;
	color: rgb(52, 73, 94);
	display: block;
}

/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	padding: 0;
	display: block;
	float: left;
	margin-top: -20px;
}

.topsocial {
	padding: 5px 6px 0 0 !important;
}

#topsocialblock {
	clear: both;
	float: right;
	padding: 0 5px 0;
	margin: 5px 0px 0 0;
}

#topsearch {
	float: right;
	padding: 0;
	margin: -10px 0;
}

#searchform input {
	background-color: #E5E5E5;
	border: none;
	width: 150px;
	margin-right: 5px;
}

#searchsubmit {
	background-color: #FFFFFF !important;
	color: #AAA;
	border: none;
	letter-spacing: 1px;
	font-style: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	padding: 2px 15px;
	margin-right: 0px !important;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	width: 100px !important;
	-webkit-transition:all 200ms ease-in;
}

#searchsubmit:hover {
	background-color: #333 !important;
	color: #fff;
	border: none;
	letter-spacing: 1px;
}


#donatebutton {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	background-color: #2980b9;
	padding: 8px 20px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-transition:all 200ms ease-in;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

#mailinglist {
	display: inline-block;
	margin: 5px 0px 0 0px;
	font-size: 12px;
	text-decoration: none;
	background-color: rgba(52, 73, 94,.9);
	padding: 8px 20px;
	color: #fff;
	font-style: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-transition:all 200ms ease-in;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	text-align: center;
}

#donatebutton:hover, #mailinglist:hover {
	background-color: #333;
	color: #fff;
}


/* =Menu
-------------------------------------------------------------- */

#access {
background: #dfe4ea;
	display: block;
	float: left;
	margin: 0 auto;
	margin-left: 0px;
	width: 990px;
	margin-top:10px !important;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin: 0 75px;
	width: 940px;
	letter-spacing: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #556572;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#access ul ul {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	background: #34495e;
	z-index: 99999; 
	width: 170px;
}

#access ul ul li {
	min-width: 200px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #34495e;
	font-size: 12px;
	line-height: 1em;
	width: 220px;
	height: auto;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	padding: 12px 20px;
}

#access ul ul :hover > a {
	background: #263340;
	color: #2980b9;
	-webkit-transition:all 200ms ease-in; 
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #2980b9;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#access li:hover > a {
	background: #3498db;
	color: #fff !important;
	-webkit-transition:all 200ms ease-in;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 25px 30px 25px;
background: #eff0f4; /* Old browsers */
background: -moz-linear-gradient(top,  #eff0f4 1%, #ffffff 50%, #e3e7ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eff0f4), color-stop(50%,#ffffff), color-stop(100%,#e3e7ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eff0f4 1%,#ffffff 50%,#e3e7ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eff0f4 1%,#ffffff 50%,#e3e7ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eff0f4 1%,#ffffff 50%,#e3e7ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eff0f4 1%,#ffffff 50%,#e3e7ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f4', endColorstr='#e3e7ea',GradientType=0 ); /* IE6-9 */
margin: 0 -50px 0 -25px;

}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding:5px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100% !important;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 10px !important;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.contact-form select {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #556572;
	font-size: 12px;
	
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 0px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =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-container 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. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 14px;
	margin-bottom: 20px;
	max-width: 500px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: left;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 11px;
	margin: 5px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: left;
	width: 31%;
	padding:10px 0px 0 10px;
}

.gallery {
	margin-left:-10px;
}
.gallery-columns-2 .gallery-item {
	width: 48%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
    -webkit-filter: grayscale(0%);
}

.gallery img:hover {
   	 filter: gray; /* IE6-9 */
    	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-transition:all 100ms ease-in;
}
.gallery-columns-2 .attachment-medium {
	max-width: 90%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.gallery-caption {
	margin-bottom: 10 !important;
}

.gallery dl {
	margin: 0;
}
.gallery img {
	border: 0px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	display: none;
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 0 -10px -25px;
	padding: 0 25px 10px;
	background: #ecf0f1;
	color: #383c3f;
}
#colophon {
	border-top: 0px solid #ffffff;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}

.footernavfloat {
	float: left;
	padding: 0 6px 0 5px !important;
	list-style: none;
	margin: 0;
	font-size: 11px;
	line-height: 19px;
}

.footernavfloatlast {
	padding: 0 !important;
	float: left;
	list-style: none;
	margin: 0;
	font-size: 11px;
	line-height: 19px;
}

.footernavtop a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #2a7fb6 !important;
	letter-spacing: 0px;
	border-bottom: 0px solid #999;
	-webkit-transition:all 100ms ease-in;
	padding: 0 0 0px;
	line-height: 20px;
	text-transform: uppercase;
}

#footernav a {
	color: #383c3f;
	text-decoration: none;
	-webkit-transition:all 100ms ease-in;
}

#footernav a:hover {
	color: #333;
}

.footernavtop a:hover {
	color: #333 !important;
	text-decoration: none !important;
}

.footertitle {
	font-weight: 700;
	text-transform: uppercase;
	color: #33485b;
	letter-spacing: 0;
	line-height: 20px;
}

.footertitle2 {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	color: #33485b;
	letter-spacing: 0;
	padding-top: 7px;
}

.footerlink {
	color: #383c3f !important;
	text-decoration: none;
	-webkit-transition:all 100ms ease-in;
}

.footerlink:hover {
	color: #333 !important;
	text-decoration: none;
}

#site-info {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 11px;
	width: 220px;
	line-height: 15px;
}
#site-info a {
	color: #8f44ad;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 15px;
	padding-bottom: 5px;
}
#site-generator {
	clear: both;
	font-style: normal;
	text-align: center;
	font-size: 11px;
}
#site-generator a {
	color: #383c3f;
	text-decoration: none;
	-webkit-transition:all 100ms ease-in;
	line-height: 50px;

}
#site-generator a:hover {
	text-decoration: underline;
	color: #1190B9;
}

#maplinks {
	float: left;
	font-size: 11px;
	width: 240px;
	line-height: 16px;
}

#aascinfo {
	margin: 10px 0 0;
	float: left;
	max-width: 690px;
}

#aascinfo p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#aascinfo a {
	color:#383c3f;
	text-decoration: none;
	-webkit-transition:all 100ms ease-in;
}

#aascinfo a:hover {
	color:#333;
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#privacyticket {
	color: #d35500;
}
#maplink {
	color: #d35500;
}

#aascaddress {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#footercopyright {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

#footercopyright {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* =Highlight Selector styles and Scrollbar
-------------------------------------------------------------- */

/* Mozilla based browsers */
::-moz-selection {
       background-color: #000;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #000;
       color: #fff;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(52,152,219,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(52,152,219,0.4);
}


/* =Home Page Content Styles
-------------------------------------------------------------- */

#box1, #box2, #box3 {
	float: left; 
	padding: 20px !important;
	margin: 0 0 30px !important; 
	background-color: #34495e;
	color: #fff;
	min-height: 200px;
}

#box1 {
	width: 267px; 
	margin: 0 10px 0 0 !important; 
	background-color: #9b59b6;

}

#box2 {
	width: 267px; 
	margin: 0 10px 0 0 !important; 
	background-color: #16a085;
}

#box3 {
	width: 266px; 
	margin: 0 0 0 0 !important; 
	background-color: #2980b9;
}

.boxtitle {
	font-size: 14px;
	color: #fff !important;
	background-color: #2c3e50;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 20px;
	margin: -20px -20px 8px;
	font-weight: 700;
	text-transform: uppercase;
}

#box1 p , #box2 p , #box3 p {
	padding: 0 0px 10px !important;
	margin: 0 !important;
	font-size: 12px;
	color:#fff;
	line-height: 17px;
}

.boxlinks {
	display: block;
	float: left;
	padding: 7px 27px;
	background-color: #fff;
	color: #34495e !important;
	margin: 10px 5px 0 0;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.boxlinks:hover {
	background-color: #333;
	color: #fff !important;
	-webkit-transition:all 100ms ease-in;
}

img {
	padding: 0;
	margin: 0;
}

a.phone[href^=tel]:link { 
	color: #34495e; 
}


/* = Inside Page Structure
-------------------------------------------------------------- */

.twothirdsbox {
	min-width: 585px;
	max-width: 585px;
	padding: 30px 20px 20px 20px;
}

.onethirdsbox {
	min-width: 265px;
	padding: 20px;
	margin: 0 0 0 0;
}

.onethirdsboxsub {
	max-width: 265px;
	padding: 20px;
	margin: 0 0 0 0;
}

.onethirdsboxpad {
	max-width: 270px;
	padding: 30px 20px 20px 20px;
}

.halfbox {
	clear: both;
	width: 425px;
}

.halfboxright {
	width: 425px;
}

.clearfloat {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.marginright10 {
	margin-right: 10px;
}

.marginleft10 {
	margin-left: 10px;
}
.margintop10 {
	margin-top: 10px;
}

.margintop5 {
	margin-top: 5px;
}

.fullwidth {
	min-width: 990px;
	padding: 0px 0px 20px 0px;
}


/* = Specific inside Page Styles
-------------------------------------------------------------- */

#sectionheader {
	background: #9b59b6;
	color: #fff;
	height: 225px;
}

#regheader {
	background: #9b59b6;
	color: #fff;
}

.transparentbg {
	background: transparent;
}


#sectionheader p {
	margin: 7px 0 0 0;
}

#sectionheader h1 {
	display: inline-block;
	background: #3498db;
	color: #fff !important;
	text-transform: uppercase;
	margin: -30px 0 3px -20px;
	padding: 12px 20px 3px;
	font-weight: 700;
	font-size: 35px;
	border-left: #2980b9 10px solid;
	letter-spacing:1px;
}

#regheader h1, .transparentbg h1 {
	display: inline-block;
	background: #3498db;
	color: #fff !important;
	text-transform: uppercase;
	margin: -30px 0 15px -20px;
	padding: 12px 20px 3px;
	font-weight: 700;
	font-size: 35px;
	border-left: #2980b9 10px solid;
	letter-spacing:1px;
}

#subscriptiononethird {
	background: #2980b9;
	color: #fff;
	padding-top: 25px;
	height: 230px;
}

#seasonsub {
	display: block;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 10px 0 15px;
}

.subbuy {
	display: inline-block;
	background-color: #2c3e50;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #fff;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.submoreinfo {
	display: inline-block;
	background-color: #34495e;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #fff;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

.subbuy:hover, .submoreinfo:hover, .buytickets:hover, .moreinfo:hover, .buttons:hover {
	background-color: #333 !important;
	-webkit-transition:all 100ms ease-in;
}
	
.pspacingontop {
	padding-top:30px;
}

.performancethumb {
	margin-top: 10px;
	margin-bottom: 0;
}
.performancebox {
	background-color: #d8dfe3;
	color: #2c3e50;
	height: 90px;
	padding: 20px;
	margin-top: -20px;
}

.buytickets {
	display: inline-block;
	background-color: #566473;
	padding: 10px 40px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none !important;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}

.buyticketssidebar, .buttons {
	display: inline-block;
	background-color: #95a5a6;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.buysubscriptionsidebar {
	display: inline-block;
	background-color: #2c3e50;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}


.buyticketssidebar:hover, .buysubscriptionsidebar:hover {
	background-color: #333  !important;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition:all 200ms ease-in;
}


.moreinfo {
	display: block;
	background-color: #98a3a3;
	padding: 10px 40px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none !important;
}

/* = Performance pages styling 
----------------------------------------------------------- */
.performanceinfo {
	padding: 20px;
	margin-top: -20px;
}

.performanceinfo p {
	margin-bottom: 10px !important;
}

.drivingmissdaisyinfo {
	background-color: #f3e4d5;
	color: #333;
	margin:-20px 0 0 0;
	padding-bottom: 25px;
}

.drivingmissdaisysidebar {
	background-color: #332b29;
	color: #fff;
	padding-top: 25px;
	margin-top: -20px;
}

.performancedates {
	clear: both;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing: 1px;
	font-size: 18px;
	margin:0 0 10px 0;
	padding:0;	
}

table {
	width: 230px !important;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border:0 !important;
}

caption {
	text-align: left;
}

td {
	margin:0 !important;
	padding: 3px 10px !important;
	border:0 !important;
}


tr {	
	padding: 5px;
	margin: 0;
	border:0 !important;
}

.darkrow {
	background-color: #222 !important;
	border:0 !important;
}

.darkrowpricing {
	background-color: rgba(0,0,0,0.1) !important;
	border:0 !important;
}

tr:hover {
	background-color: #000000;
	color: #fff;
	-webkit-transition:all 200ms ease-in;
}

.darkrow:hover, .darkrowpricing:hover {
	background-color: #000000 !important;
	-webkit-transition:all 200ms ease-in;
}

.rowbgtransparent:hover {
	background-color: transparent !important;
}

.directionshover:hover {
	background-color: #000000 !important;
	-webkit-transition:all 200ms ease-in;
}

/* = Universal styling 
----------------------------------------------------------- */

.uppercase {
	text-transform: uppercase;
}

.fontsize16 {
	font-size: 16px;
}

.fontsize11 {
	font-size: 11px;
}

.fontsize10 {
	font-size: 10px;
}

.fontsize18 {
	font-size: 18px;
}

.fontsize20 {
	font-size: 20px;
}

.fontsize22 {
	font-size: 22px;
}

.fontweight600 {
	font-weight: 600;
}

.fontweight700 {
	font-weight: 700;
}
.fontweight800 {
	font-weight: 800;
}
.letterspacing1 {
	letter-spacing:1px;
}

.removeunderline {
	text-decoration: none;
}
.margin0 {
	margin:0;
}
.padding0 {
	padding:0;
}

.padding5 {
	padding:5px;
}

.padding10px {
	padding:10px;
}

.padding2 {
	padding:2px;
}

.darkorange {
	color: #d35400;
}

.lightorange {
	color: #e67e22;
}

#mapanddlink:hover {
	color: #fff;
}

.dmdbuttonorange {
	background-color: #c2563a;
}

.dmdbuttonorange2 {
	background-color: #a54e27;
}


/* = Specific styling 
----------------------------------------------------------- */


#subscriptionpricing {
	width: 585px !important;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border:0 !important;
	text-align: right;
}

#subscriptionpricing th:first-child {
	padding: 0 100px 0 0;
}

.rightalign {
	text-align:right;
}
.centeralign {
	text-align:center;
}

#directions {
	width: 600px !important;
	padding:0;
	margin:0 0 0 -10px !important;
	border-collapse: collapse;
	border:0 !important;
}

#directions td {
	width: 140px;
}

th {
	color: #fff !important;
	text-align:left;
	padding-left: 5px !important;
	margin-left: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subheads {
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	margin: 0 -20px 10px -20px !important;
	padding: 10px 20px 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	border-left: 10px solid rgba(255,255,255,0.4);
}

.subheadssidebar {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	color: #2c3e50;
}

/* = Specific styling - Cinderella
----------------------------------------------------------- */

.cinderellasidebarbg {
	background-color: #652361;
}
.darkrowcinderella {
	background-color: #80457d;
}

.buyticketssidebarcinderella {
	background-color: #5786c6;
}

.buyticketssidebar2cinderella {
	background-color: #3666a7;
}

.maplinkcinderella {
	color: #81a8dc;
}

.cinderellabg {
	background-color: #f3d9f2;
}

/* = Specific styling - Medea
----------------------------------------------------------- */

.medeasidebarbg {
	background-color: #352f39;
}
.darkrowmedea {
	background-color: #290706;
}

.buyticketssidebarmedea {
	background-color: #7d594d;
}

.buyticketssidebar2medea {
	background-color: #5d403a;
}

.maplinkmedea {
	color: #cba398;
}

.medeabg {
	background-color: #e0c8b5;
}

.medeaheight {
	height: 550px;
}

/* = Specific styling - Much Ado About Nothing
----------------------------------------------------------- */

.muchadosidebarbg {
	background-color: #c56964;
}
.darkrowmuchado {
	background-color: #eea55e;
}

.buyticketssidebarmuchado {
	background-color: #e8ac7e;
}

.buyticketssidebar2muchado {
	background-color: #f0b87b;
}

.maplinkmuchado {
	color: #EEA55E;
}

.muchadobg {
	background-color: #ffd7c1;
}


#forms p {
	padding: 10px 0;
	margin: 0;
}

#forms input {
	padding: 3px;
	margin: 0 2px 10px;
}	

#forms select {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

#forms label {
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

input#formsubmit {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block !important;
	padding: 10px 40px !important;
	background-color: #3498db;
	color: #fff !important;
	border:0;
    	box-shadow: 0px 1px 5px rgba(0,0,0,0.2)
}

input#formsubmit:hover {
	background-color:#333;
	-webkit-transition:all 200ms ease-in;
}

.twothirdsbox p {
	margin-bottom: 10px !important;
}

#matinee {
	width:595px !important;
}

.matineedates {
	width:280px !important;
}

.nohover:hover {
	background-color: transparent !important;
}

#studyguide {
	width:500px !important;
}

#studyguide td {
	width:200px !important;
}

.gallery img:hover {
	opacity:100;
  	filter:alpha(opacity=100);
	-webkit-transition:all 100ms ease-in;
}
.gallery-columns-2 .attachment-medium {
	max-width: 90%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0px;
}
.gallery-caption {
	margin-bottom: 10 !important;
}

.gallery dl {
	margin: 0;
}
.gallery img {
	border: 0px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.drivingmissdaisyheight {
	min-height: 650px;
	margin-bottom: 0;
}
.muchadoheight {
	min-height: 650px;
}

h1.artist {
	font-weight:700; 
	font-size: 30px; 
	color: #2980b9 !important;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}

.artistimg {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.artisttitle {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
}

.castlisting {
	padding: 20px;
}

dl {
	overflow: hidden;
	padding: 0;
	margin: 0 0 -25px;
}
dt {
	float: left;
	padding: 0 .4em 0 0;
	margin: 0;
	font-weight: 400 !important;
	color: #333;
}
dd {
	float: right;
	padding: 0 0 0 .4em;
	margin: 0;
	font-weight: 600 !important;
}
/* That's the leader! */
dl:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 1em;
	border-bottom: 1px dotted;
}

dd a {
	text-decoration: none;
	color: #333 !important;
}

dd a:hover {
	opacity: .7;
}

.su-tabs.my-custom-tabs {
}

.su-tabs.my-custom-tabs .su-tabs-nav span {
	font-weight: bold;
	font-size: 1em;
}

.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
}

.su-tabs.my-custom-tabs .su-tabs-pane {
	padding: 1em;
	font-size: 1em;
	background-color: transparent;
}

.entry-content, .entry-summary {
	padding-left: 5px;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddyed {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 0;
}

div#content {
	margin-bottom: -50px;
}

#site-description-social i.fa {
	color: rgba(52,152,219,.6) !important;
	vertical-align: baseline;
}

#home-social i {
	color: #ffffff;
}

#headerbuttons {
	display: block;
	float: right;
}

#forms label, #forms select {
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#forms select {
	font-size: 12px;
}





#forms label, #forms select, .entry-content label {
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

#forms select {
	font-size: 12px;
}

.names {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	color: rgb(44,62,80) !important;
	margin-bottom: 0 !important;
	margin-top: 30px !important;
	padding-bottom: 0;
}

.salesforce_w2l_lead .w2linput.text {
	width: 100% !important;
}

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
}

.salesforce_w2l_lead .w2linput.text.captcha {
	width: 160px !important;
	font-size: 2.5em !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	text-align: center;
}

.entry-content label {
	color: #333 !important;
}

input.w2linput.submit {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block !important;
	padding: 10px 40px !important;
	background-color: #3498db;
	color: #fff !important;
	border: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

input.w2linput.submit:hover {
	background-color: #333;
	-webkit-transition: all 200ms ease-in;
}

.progress-bg {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	border-radius: 10px;
  text-align: center;
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
}

.progress-bar {
	height: 50px;
	border-radius: 10px;
	float: left;
	width: 100%;
	/* fallback */ 
	background-color: #ffffff; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#aee5ff)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #ffffff, #aee5ff); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #ffffff, #aee5ff); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #ffffff, #aee5ff); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #ffffff, #aee5ff);	
}

.progress-bg h3.goal, .progress-bg h3.raised {
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 12px 20px 0;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.progress-bg h3.raised {
	color: #ffffff !important;
	margin: 12px 20px 50px;
	padding: 12px 0 0 200px;
	width: 150px;
}

.progress-bg h3.goal {
	color: #ffffff !important;
  text-align: center;
}

body .progress-bg h3.raised {
    -webkit-animation: fadein 4s; /* Safari and Chrome */
       -moz-animation: fadein 4s; /* Firefox */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .1; }
}

.progress-bg h3.goal {
	float: right;
	display: inline;
	padding: 0 5px 0 0;
  text-align: center;
}

body .progress-bg div {
	-webkit-animation: progress-bar 2s ease forwards;
	-moz-animation: progress-bar 2s ease forwards;
	-o-animation: progress-bar 2s ease forwards;
	animation: progress-bar 2s ease forwards;
}

@-webkit-keyframes progress-bar {
    from { width: 0%; }
    to { width: 13%; }
}

@-moz-keyframes progress-bar {
    from { width: 0%; }
    to { width: 13%; }
}

@-o-keyframes progress-bar {
    from { width: 0%; }
    to { width: 13%; }
}

@keyframes progress-bar {
    from { width: 0%; }
    to { width: 13%; }
}
