/*
  Theme Name: The Beck: The Theme
  Theme URI: http://www.meritechinc.com
  Version: 2.0
  Author: Meritech, Inc.
  Author URI: http://www.meritechinc.com
  Tags: clean, colorful, right sidebar, two columns, valid XHTML, valid CSS
  Licence: GPL
  
  Description: Custom Wordpress theme for The Beck Center for the Arts.
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

sup, sub {
	position: relative;
	font-size: 80%;
}

sup {
	top: -3px;
}

sub {
	top: 3px;
}

/*-------------Sprites--------------*/

.accordion, #page .flex-control-paging li a, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span, .flex-direction-nav a, h1 a, #content h2, .tagline, #menu .has-children, #menu li.backLava, #menu li.backLava .leftLava, #slideshow .flex-control-paging li a, .tcx_button, .tcx_button span, .tcx_footer_button, .tcx_footer_button span, #footer .icon, .read-more span, #sidebar .searchform {
	background-image: url("images/spritesheet.png");
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	.accordion, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span, .flex-direction-nav a {
		background-image: url("images/spritesheet-2x.png");
		background-size: 500px 700px;
	}
}

/*-------Block Level Elements-------*/

html {
	background-color: #2c2c2c;
}

body {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	background: #e7e7e7 url("images/bg-top.png") repeat-x;
}

body.interior {
	background-image: url("images/bg-top-interior.png");
}

#page, .container {
	width: 920px;
	padding: 20px;
	margin: 0 auto;
}

#page {
	background-color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
	box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.container {
	width: 960px;
	padding: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 127px;
	padding-top: 15px;
}

#eighty {
	width: 172px;
	height: 99px;
	position: absolute;
	left: 155px;
	top: 12px;
	background: url("/wp-content/themes/the-beck-2/images/logo-beck-80-years.png") no-repeat;
}

.tagline {
	position: relative;
	float: right;
	width: 319px;
	height: 38px;
	margin-top: 10px;
	background-position: -108px -153px;
	text-indent: -999px;
	overflow: hidden;
}

#menu {
	position: relative;
	float: right;
	clear: right;
	min-height: 36px;
	margin-top: 13px;
}

#toggle, .toggle {
	display: none;
}

#menu li {
	position: relative;
	float: left;
	display: block;
	height: 27px;
	margin: 3px 5px;
}

#menu .has-children {
	background-position: 101% -94px;
}

#menu .has-children a {
	padding-right: 16px;
}

#menu li.backLava {
	background-position: 100% -191px;
	width: 8px; 
	height: 27px;
	position: absolute;
	z-index: 0;
}

#menu li.backLava .leftLava {
	background-position: 0 -191px;
	height: 27px;
	margin-right: 8px;
}

#menu li:hover > .sub-menu {
	display: block;
}

#menu a {
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	color: #373737;
	font-size: 15px;
}

#menu a:hover, #menu li:hover a, .current-menu-item, .current-menu-parent, .current_page_item > a, .current_page_parent > a, #menu .selectedLava a {
	color: #fff;
}

#menu .was_selectedLava a {
	color: #373737;
}

#menu .sub-menu {
	position: absolute;
	display: none;
	padding: 10px 0;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	-webkit-box-shadow: 2px 2px 8px #555;
	-moz-box-shadow: 2px 2px 8px #555;
	box-shadow: 2px 2px 8px #555;
	z-index: 900;
}

#menu .sub-menu li {
	clear: left;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}

#menu .sub-menu li a {
	line-height: 24px;
	height: 24px;
	background-image: none;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
}

#menu .sub-menu li a:hover {
	background-image: none;
	color: #000;
}

#menu .sub-menu .sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: -10px;
}

#slideshow {
	position: relative;
	height: 150px;
	margin-bottom: 130px;
}

#menu {
	*z-index: 898;
	*min-width: 550px;
}

#menu li {
	*z-index: 899;
}

#slideshow .tcx_slideshow {
	*float: none !important;
}

#slideshow .flex-control-paging {
	*bottom: -295px !important;
}

.flex-direction-nav a {
	*margin-top: 125px !important;
}

.interior #slideshow {
	overflow: hidden;
}

.sectional {
	position: absolute;
	right: 0;
	top: 0;
}

.home #slideshow {
	height: 348px;
}

#slideshow .tcx_slideshow {
	position: relative;
	float: right;
	margin-bottom: 0;
}

#slideshow .slides img {
	position: relative;
	float: right;
	width: 560px;
	max-height: 348px;
}

#slideshow .vignette {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	height: 348px;
	background: url("images/slideshow-mask.png") no-repeat;
}

.interior #slideshow .vignette {
	height: 150px;
}

#slideshow .slide-desc {
	top: 0;
	left: 0;
	margin: 0;
	padding: 40px 0 0 50px;
	width: 440px;
	background-color: transparent;
}

#slideshow .flex-control-paging {
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 300px;
	text-align: left;
}

#slideshow .flex-control-paging li a {
	width: 17px;
	height: 17px;
	background-position: -91px -157px;
}

#slideshow .flex-control-paging li a.flex-active {
	background-position: -91px -174px;
}

#subhead {
	position: absolute;
	top: 463px;
	height: 125px;
	z-index: 99;
}

.interior #subhead {
	top: 265px;
}

.routing {
	position: relative;
	float: left;
	margin-right: 28px;
	border: 1px solid #919191;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-rendering: auto;
}

.routing a:hover {
	text-decoration: none;
}

.routing h3 {
	display: block;
	height: 26px;
	margin: 0;
	text-align: center;
	font: 16px/28px AsapBold, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.40);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.40);
	text-shadow: 1px 1px 1px rgba(0,0,0,.40);
}

.routing.last {
	margin-right: 0;
}

.routing img {
	margin-bottom: 8px;
	border: 1px solid #fff;
	border-width: 1px 0;
}

.routing.cyan {
	background: #19e6dc; /* Old browsers */
	background: -moz-linear-gradient(top, #19e6dc 0%, #00b6ad 20%, #19e6dc 78%, #19e6dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19e6dc), color-stop(20%,#00b6ad), color-stop(78%,#19e6dc), color-stop(100%,#19e6dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #19e6dc 0%,#00b6ad 20%,#19e6dc 78%,#19e6dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #19e6dc 0%,#00b6ad 20%,#19e6dc 78%,#19e6dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #19e6dc 0%,#00b6ad 20%,#19e6dc 78%,#19e6dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #19e6dc 0%,#00b6ad 20%,#19e6dc 78%,#19e6dc 100%); /* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19e6dc', endColorstr='#00b6ad',GradientType=0 ); /* IE6-9 */
}

.routing.cyan:hover {
	background: #19e6dc;
}

.routing.green {
	background: #00e972; /* Old browsers */
	background: -moz-linear-gradient(top, #00e972 0%, #00a651 20%, #00e972 78%, #00e972 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e972), color-stop(20%,#00a651), color-stop(78%,#00e972), color-stop(100%,#00e972)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00e972 0%,#00a651 20%,#00e972 78%,#00e972 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00e972 0%,#00a651 20%,#00e972 78%,#00e972 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00e972 0%,#00a651 20%,#00e972 78%,#00e972 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00e972 0%,#00a651 20%,#00e972 78%,#00e972 100%); /* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e972', endColorstr='#00a651',GradientType=0 ); /* IE6-9 */
}

.routing.green:hover {
	background: #00e972;
}

.routing.orange {
	background: #ff991f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff991f 0%, #da7b01 20%, #ff991f 78%, #ff991f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff991f), color-stop(20%,#da7b01), color-stop(78%,#ff991f), color-stop(100%,#ff991f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff991f 0%,#da7b01 20%,#ff991f 78%,#ff991f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff991f 0%,#da7b01 20%,#ff991f 78%,#ff991f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff991f 0%,#da7b01 20%,#ff991f 78%,#ff991f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff991f 0%,#da7b01 20%,#ff991f 78%,#ff991f 100%); /* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff991f', endColorstr='#da7b01',GradientType=0 ); /* IE6-9 */
}

.routing.orange:hover {
	background: #ff991f;
}

.routing.pink {
	background: #ff0097; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0097 0%, #dc0083 20%, #ff0097 78%, #ff0097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0097), color-stop(20%,#dc0083), color-stop(78%,#ff0097), color-stop(100%,#ff0097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff0097 0%,#dc0083 20%,#ff0097 78%,#ff0097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff0097 0%,#dc0083 20%,#ff0097 78%,#ff0097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff0097 0%,#dc0083 20%,#ff0097 78%,#ff0097 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff0097 0%,#dc0083 20%,#ff0097 78%,#ff0097 100%); /* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0097', endColorstr='#dc0083',GradientType=0 ); /* IE6-9 */
}

.routing.pink:hover {
	background: #ff0097;
}

.routing.cyan img {
	border-color: #66efe5;
}

.routing.green img {
	border-color: #00f075;
}

.routing.orange img {
	border-color: #f59c00;
}

.routing.pink img {
	border-color: #ec008c;
}

#subhead .routing:hover img {
	border-color: #eee;
}

#content {
	position: relative;
	float: left;
	width: 63%;
}

#content.full {
	width: 100%;
}

#sidebar {
	position: relative;
	float: right;
	width: 29%;
	padding: 20px;
}

#sidebar .widget {
	margin-bottom: 1em;
}

#footer-bg {
	clear: both;
	font-size: 10px;
	color: #606060;
	background: #1a1a1a url("images/footer-bg.png") repeat-x;
}

#footer {
	padding: 20px 0;
	color: #c5c5c5;
	font-size: 12px;
	line-height: 18px;
	background-color: #464646;
}

#footer .c25 {
	width: 215px;
	margin-right: 20px;
	margin-bottom: 0;
}

#footer div.last, #footer-expand div.last {
	margin-right: 0;
}

#footer div.first, #footer-expand div.first {
	margin-left: 20px;
}

#footer .icon {
	position: relative;
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	text-indent: -999px;
	overflow: hidden;
}

.icon.facebook {
	background-position: -108px -110px;
}

.icon.twitter {
	background-position: -140px -110px;
}

.icon.youtube {
	background-position: -172px -110px;
}

.icon.rss {
	background-position: -204px -110px;
}

#newsletter-email {
	width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.5) !important;
	padding: 6px !important;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9);
}

#newsletter-email:focus {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
}

#newsletter-submit {
	position: relative;
	float: right;
	margin-right: 0;
	margin-top: 8px;
}

#footer-expand {
	padding-top: 20px;
	border: 1px solid #6a6a6a;
	border-width: 1px 0;
	color: #dedede;
	font-size: 11px;
	line-height: 11px;
	background: #4e4e4e url("images/subfooter-bg.png") repeat-x;
}

#footer-expand a {
	color: #dedede;
}

.podio-text {
	position: relative;
	float: left;
	display: block;
	width: 300px;
	margin-left: 20px;
}

#subfooter {
	background-color: #2c2c2c;
	color: #8d8d8d;
}

#subfooter span {
	padding: 10px 20px;
}

#subfooter:hover {
	color: #ccc;
}

#subfooter a {
	color: #8d8d8d;
	text-decoration: none;
}

#subfooter:hover a {
	color: #ccc;
	text-decoration: underline;
}

#subfooter a:hover {
	text-decoration: none;
}

#mobile-plz {
	clear: both;
	margin-top: 20px;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #000;
	background: rgba(255,255,255,0.5);
}

/*---------Inline Elements----------*/

h1 a {
	position: relative;
	float: left;
	display: block;
	width: 132px;
	height: 92px;
	text-indent: -999px;
	overflow: hidden;
	background-position: -316px 0;
}

#slideshow h2 {
	font: 48px JosefinSansStdLight, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#content h2 {
	position: relative;
	right: 20px;
	display: block;
	height: 53px;
	padding-left: 20px;
	font: 32px/61px HarabaraHandItalic, serif;
	color: #feffff;
	background-color: #ac1a2f;
	background-position: 100% -282px;
}

#content h2 a {
	display: block;
	padding-right: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

h3 {
	font: 36px JosefinSansStdLight, 'Arial Narrow', Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 10px;
	color: #2c2c2c;
	text-transform: uppercase;
}

#slideshow h3 {
	position: absolute;
	color: #fff;
	font-size: 42px;
	line-height: 140px;
}

h4, #sidebar .widget_categories, #sidebar .widget_archive, #sidebar .ec3_widget_list {
	display: block;
	font: 21px AsapItalic, Arial, Helvetica, sans-serif;
	color: #dedede;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
	margin-bottom: 1em;
}

#sidebar h4 {
	margin: 1em 0 .5em 0;
}

#footer h4, .featured h4, .post h4 {
	margin-bottom: 10px;
}

#page h4, h4 a {
	color: #ac1a2f;
}

h4 a:hover {
	color: #000;
	text-decoration: none;
}

h5 {
	font-size: 15px;
	font-family: AsapBold, Arial, Helvetica;
}

h6 {
	font-weight: bold;
}

a {
	color: #00b6ad;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.green {
	color: #00a651;
}

.orange {
	color: #f7941e;
}

.blue, .cyan {
	color: #00b6ad;
}

.purple {
	color: #b41d8d;
}

.pink, .magenta {
	color: #ec008c;
}

.red {
	color: #ac1a2f;
}

/*-------------The Post-------------*/

.post {
	clear: left;
	margin-bottom: 40px;
}

.featured {
	clear: none;
}

.read-more {
	display: block;
	clear: left;
	height: 13px;
	margin: 20px 0;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	color: #3b3b3b;
	text-transform: uppercase;
	background: url('images/bg-read-more.png') repeat-x;
}

.read-more:hover {
	text-decoration: none;
}

.read-more span {
	padding: 2px 0 2px 30px;
	background-color: #fff;
	background-position: 0 -89px;
}

.postmetadata {
	margin-top: .25em;
	color: #00b6ad;
}

.post-edit-link {
	position: relative;
	float: right;
	display: block;
	font-size: 12px;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	padding: 1px 4px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-edit-link:hover, .post-edit-link:focus, .post-edit-link:active {
	background-color: #ddd;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	text-decoration: none;
}

.entrytext .wp-caption-text, .entrytext cite {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: oblique;
	border: 1px #777 dashed;
	border-width: 0 0 1px 0;
	padding-bottom: 1em;
}

.entrytext cite {
	display: block;
	text-align: right;
	border-bottom: 0;
}

.entrytext img {
	max-width: 100%;
}

.entrytext .alignnone img, .entrytext .alignright img, .entrytext .alignleft img, .entrytext img.aligncenter, .gallery img {
	border: 5px solid #eaeaea;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.entrytext img.alignnone, .entrytext img.alignright, .entrytext img.alignleft, .entrytext img.aligncenter {
	border: 5px solid #eaeaea;
	margin-bottom: 1.5em;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.entrytext img.alignright {
	margin-left: 1.5em;
}

.entrytext img.alignleft {
	margin-right: 1.5em;
}

.entrytext ul, .entrytext ol {
	margin: 1.25em 0 1.5em 1.25em;
}

.entrytext ul ol, .entrytext ol ul {
	margin-bottom: 0;
	margin-top: 0;
}

.entrytext ul li, .entrytext ol li {
	list-style-type: disc;
	padding: 1px 0;
	margin-left: 1.25em;
}

.entrytext ol > li {
	list-style-type: decimal;
}

.entrytext table {
	width: 100%;
	margin-bottom: 1.25em;
}

.entrytext td {
	border-bottom: 1px solid #a2a2a2;
	padding: .5em;
}

.navigation {
	display: inline-block;
	width: 100%;
	margin: 1.25em 0;
}

/*-------------Comments-------------*/

#comments {
	clear: both;
}

.commentlist, .nopassword, .nocomments {
	margin: 1.25em 0;
}

.commentlist li.comment, #commentform {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.commentlist .pingback {
	margin: 0 0 1.5em;
	padding: 0 1.5em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.5em 0 0;
	padding: 1.5em;
	position: relative;
}

.comment-author {
	font-size: 14px;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	padding: .25em 0;
}

.commentlist .avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	position: relative;
	float: left;
	margin-right: 10px;
}

.commentlist > li.pingback:before {
	content: '';
}

.comment-reply-link {
	display: inline-block;
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	font-size: 12px;
	padding: 1px 4px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active, .active-reply {
	background-color: #ddd;
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 100%;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
	margin-top: 0;
}

#respond .form-submit {
	font-family: Arial, sans-serif;
	text-align: right;
	margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
	color: #777;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.5em 0 0;
	width: auto;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2em;
}

#respond input[type=text] {
	display: block;
	width: 75%;
	padding: .5em;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/*----------Event Calendar----------*/

#wp-calendar {
	position: relative;
	float: left;
	width: 278px;
	height: 228px;
	margin-top: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 6px #a6a6a6;
	-moz-box-shadow: 0 0 6px #a6a6a6;
	box-shadow: 0 0 6px #a6a6a6;
}

#sidebar #wp-calendar {
	height: 210px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: #fff;
}

.home #sidebar #wp-calendar {
	margin-top: 52px;
}

#wp-calendar th {
	border-bottom: 1px solid #dedede;
}

#wp-calendar .ec3_eventday a {
	color: #ac1a2f !important;
}

#wp-calendar #ec3_spinner {
	position: relative;
	top: 100px;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar caption a {
	color: #2c2c2c;
}

#wp-calendar .nav {
	margin-bottom: -22px;
}

#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td, #wp-calendar table td:hover, #wp-calendar table #today, #wp-calendar .calendar tbody td.hilite {
	border: 1px transparent solid;
	padding: 3px;
}

#wp-calendar table #today {
	font-weight: bold;
}

#wp-calendar table {
	width: 100%;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar table td,
#wp-calendar table th {
	text-align: center;
}

.ec3_popup table {
	background-color: #000;
	font-size: 10px;
	color: #fff;
	text-align: left;
	box-shadow: 0px 0px 8px #333;
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: .87;
}

.ec3_popup {
	border: none;
	position: absolute;
	border-collapse: collapse;
	filter: alpha(opacity=87);
	-moz-opacity: .87;
	opacity: .87;
	z-index: 30000;
}

.ec3_popup td {
	padding:0;
}

.ec3_popup table td {
	padding:1.5px 3px 1.5px 3px;
}

.ec3_ec {
	display:none;
}

.ec3_list {
	word-spacing:-1px;
	letter-spacing:-0.2px;
	color:#800;
}

.ec3_list li {
	font-size:1em !IMPORTANT;
}

.ec3_list li:before {
	content:"" !IMPORTANT;
}

.ec3_list_day {
	border-bottom: 1px dashed #ccc;
}

#content table.content-table.sched td {
	border-collapse: collapse;
	margin:0.5ex 1ex 0.5ex 0;
	border: 6px solid #f7941e;
	border-width: 0 0 0 6px;
	color: #00b6ad;
	font: 18px AsapBold, Arial, Helvetica, sans-serif;
}

#content table.ec3_schedule {
	margin-bottom: 10px;
}

#content table.ec3_schedule td, .event-schedule {
	border-bottom: none;
}

td.ec3_start {
	text-align: right;
}

#content td.ec3_to {
	text-align: center;
	font-style: oblique;
}

.event-schedule {
	display: block;
	margin-top: 10px;
	padding: 10px 5px;
	color: #00b6ad;
	border: 6px solid #f7941e;
	border-width: 0 0 0 6px;
	font: 15px AsapBold, Arial, Helvetica, sans-serif;
}

/*------------Galleries-------------*/

#content .gallery .gallery-row {
	margin-bottom: 1.5em;
}

#content .gallery .gallery-item .gallery-icon img {
	padding: 0;
}

#content .gallery .col-2 img, #content .gallery .col-3 img {
	max-width: 80%;
}

#content .gallery .col-4 img, #content .gallery .col-5 img {
	max-width: 70%;
}

/*-----------Accordions-------------*/

.accordion {
	display: block;
	padding: 3px 32px 3px 6px;
	background-color: #ccc;
	background-color: rgba(0,0,0,0.1);
	background-position: 100% 50%;
	color: #666;
	margin: 1em 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.accordion:hover {
	background-color: #ac1a2f;
	color: #fff;
}

.element, blockquote {
	margin-left: 20px;
	border-left: 1px #777 solid;
	padding-left: 20px;
}

.element p {
	margin: 1em 0;
}

/*-------------Columns--------------*/

.c75, .c66, .c50, .c33, .c25, .c20 {
	display: block;
	position: relative;
	float: left;
	margin: 0 4% 1em 0;
}

.c75 {
	width: 71%;
}

.c66 {
	width: 62%;
}

.c50 {
	width: 46%;
}

.c33 {
	width: 29.3%;
}

.c33.last {
	width: 33%;
	margin-right: 0;
}

.c25 {
	width: 21%;
}

.c20 {
	width: 16%;
}

.c75 .element, .c66 .element, .c50 .element, .c33 .element, .c25 .element, .c20 .element {
	width: auto;
}

/*----------Flexy Buttons-----------*/

.tcx_button {
	color: #fff;
	font-size: 14px;
	font-family: AsapBold, Helvetica, Arial;
	display: inline-block;
	height: 31px;
	margin-right: 14px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	background-position: 100% -366px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.30);
}

.tcx_button:hover {
	text-decoration: none;
	color: #fff;
}

.tcx_button span {
	display: block;
	height: 31px;
	line-height: 32px;
	padding: 0 4px 0 8px;
	background-position: 0 -366px;
}

.tcx_button.orange {
	background-position: 100% -397px;
}

.tcx_button.orange span {
	background-position: 0 -397px;
}

.tcx_button.blue, .tcx_button.cyan {
	background-position: 100% -428px;
}

.tcx_button.blue span, .tcx_button.cyan span {
	background-position: 0 -428px;
}

.tcx_button.pink, .tcx_button.magenta {
	background-position: 100% -459px;
}

.tcx_button.pink span, .tcx_button.magenta span {
	background-position: 0 -459px;
}

.tcx_footer_button, .tcx_footer_button .hover {
	display: inline-block;
	position: relative;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	cursor: pointer;
	text-rendering: auto;
	
	margin-right: 10px;
	height: 32px;
	line-height: 35px;
	background-position: 0 -218px;
}

.tcx_footer_button .cap {
	display: block; 
	position: absolute;
	top: 0;
	
	right: -5px;
	height: 32px;
	width: 5px;
	background-position: 100% -218px;
}

.tcx_footer_button .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background-position: 0 -250px;
}

.tcx_footer_button .hover .cap {
	background-position: 100% -250px;
}

.tcx_footer_button .text {
	display: block;
	position: relative;
	padding: 0 5px 0 10px;
	font-size: 13px;
	font-family: AsapBold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,.30);
	background-position: 999px 0;
}

.tcx_footer_button:hover {
	text-decoration: none;
}

/*-----------Search Form------------*/

#sidebar .searchform {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 306px;
	height: 57px;
	background-position: 0 -490px;
}

.searchform .search {
	position: relative;
	left: 20px;
	top: 15px;
	width: 180px;
	height: 18px;
	padding: 3px;
	margin: 0;
	border: 1px #fff solid;
	background-color: #00b6ad;
	color: #fff;
}

.searchform .searchsubmit {
	position: absolute;
	top: 18px;
	right: 32px;
	width: 40px;
	height: 26px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/*------------Slideshow-------------*/

.tcx_slideshow {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.flex-control-nav {
	position: static;
	margin: 0;
	z-index: 999;
}

.slide-desc {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.25);
	padding: 20px;
	margin: 20px;
	width: 300px;
	color: #fff;
}

#content .slide-desc {
	position: static;
	width: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, .80);
	padding: 20px;
	margin: 0;
	color: white;
}

.slides li {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.entrytext .slides, .entrytext .slides li, ol.flex-control-paging li, ol.flex-control-paging, ul.flex-direction-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tcx_slideshow .slides .carousel {
	margin-right: 30px;
}

.slides img {
	width: 100%;
	height: auto;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	margin: 10px 6px 0 6px;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	background-position: -25px 0;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

#page .flex-control-paging li .flex-active, .flex-control-paging li a:hover {
	background-color: transparent;
	background-position: -25px -11px;
}

.flex-control-paging.numbers li a {
	text-indent: 0;
}

.flex-direction-nav a {
	display: block;
	width: 45px;
	height: 81px;
	
	position: absolute;
	top: 45%;
	opacity: 1;
	background-position: -1px -110px;
}

.flex-direction-nav .flex-prev {
	left: -45px;
}

.flex-direction-nav .flex-next {
	background-position: -46px -110px;
	right: -45px;
}

/*----------jQuery Fader------------*/

.fadeThis {
	position: relative;
	display: block;
}

.fadeThis span, .fadeThis div {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#fadeButton, #fadeButton span.hover {
	background: url("images/fade-button.png") no-repeat;
	width: 150px;
	height: 40px;
}

#fadeButton span.hover {
	background-position: 0 -40px;
}

/*------------Pagination------------*/

.page-numbers {
	display: inline-block;
	padding: 4px;
	border: 1px #bbb solid;
	margin-right: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.page-numbers:hover {
	text-decoration: none;
}

.pagination .current, .pagination .dots {
	cursor: default;
}

.pagination .dots {
	border: 0;
}

/*----------Gravity Forms-----------*/

.gform_body .ginput_container, .gform_body span {
	overflow: visible !important;
}

.gform_wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.gform_wrapper li {
	position: relative !important;
}

.gform_wrapper .ginput_complex .ginput_left {
	width: 47% !important;
}

.gform_footer {
	text-align: right;
}

.gform_footer .button {
	position: static !important;
	width: auto !important;
	height: auto !important;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	border: 0 !important;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.gfield_label {
	margin: 5px 0 !important;
}

.gform_body input, .gform_body textarea {
	border: 1px solid rgba(0, 0, 0, 0.5) !important;
	padding: 6px !important;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.gform_body input:focus, .gform_body textarea:focus {
	background-color: rgba(150, 150, 150, 0.20);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px #fff;
}

.gfield_error, .gform_wrapper .gfield_contains_required, .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	width: auto !important;
	border: 0 !important;
	background: none !important;
	margin-bottom: 0.5em !important;
	margin-left: 0;
	padding: 0 20px !important;
}

.gfield_error .gfield_label, .gfield_error .ginput_container {
	margin-top: 0 !important;
}

.gfield_error input, .gfield_error textarea {
	border: 1px solid rgba(150, 0, 0, 0.5) !important;
	-webkit-box-shadow: inset 1px 1px 5px rgba(150, 0, 0, 0.4) !important;
	-moz-box-shadow: inset 1px 1px 5px rgba(150, 0, 0, 0.4) !important;
	box-shadow: inset 1px 1px 5px rgba(150, 0, 0, 0.4) !important;
	background-color: rgba(255, 0, 0, 0.03) !important;
}

.gfield_error input:focus, .gfield_error textarea:focus {
	background-color: rgba(150, 150, 150, 0.20) !important;
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: right;
}

/*-------------FancyBox-------------*/

#fancybox-loading {
	background-position: -105px -40px;
}

.fancybox-close {
	background-position: 0 -38px;
}

.fancybox-prev span {
	background-position: -35px -40px;
}

.fancybox-next span {
	background-position: -69px -40px;
}

/*------------ShareThis-------------*/

#sthoverbuttons {
	top: 233px !important;
}

#sthoverbuttons-background > div {
	display: none;
}

#sthoverbuttons #sthoverbuttons-background {
	background-color: #e7e7e7;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: inset 0 0 5px #959595;
	-moz-box-shadow: inset 0 0 5px #959595;
	box-shadow: inset 0 0 5px #959595;
}

#sthoverbuttons .sthoverbuttons-label {
	font-size: 12px;
	color: #3f3f3f !important;
	margin: 1px 0 6px 7px !important;
}

.sthoverbuttons-chicklets {
	margin-left: 5px !important;
}

.twitterstbutton {
	background-image: url("images/twitter-st-32.png");
}

.facebookstbutton {
	background-image: url("images/facebook-st-32.png");
}

.emailstbutton {
	background-image: url("images/email-st-32.png");
}

.stButton {
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: black;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 11px;
	line-height: 16px;
}

#sthoverbuttons a {
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

.stButton .stLarge:hover {
	opacity: .75;
}

#sthoverbuttons div,#sthoverbuttons dl,#sthoverbuttons dt,#sthoverbuttons dd,#sthoverbuttons ul,#sthoverbuttons ol,#sthoverbuttons li,#sthoverbuttons h1,#sthoverbuttons h2,#sthoverbuttons h3,#sthoverbuttons h4,#sthoverbuttons h5,#sthoverbuttons h6,#sthoverbuttons pre,#sthoverbuttons code,#sthoverbuttons form,#sthoverbuttons fieldset,#sthoverbuttons legend,#sthoverbuttons input,#sthoverbuttons textarea,#sthoverbuttons p,#sthoverbuttons blockquote{margin:0;padding:0;}#sthoverbuttons{font:11px Helvetica,Tahoma,Arial;z-index:980000!important;cursor:pointer;margin-left:-7px;position:fixed;top:25%;width:50px;}.sthoverbuttons-pos-left{left:0;}.sthoverbuttons-pos-right{right:0;}#sthoverbuttons #sthoverbuttons-color{height:100%;position:absolute;width:100%;z-index:985000;}#sthoverbuttons #sthoverbuttons-top{height:5px;width:100%;}#sthoverbuttons #sthoverbuttons-bottom{height:10px;width:100%;}#sthoverbuttons #sthoverbuttons-shade{height:100%;width:100%;}#sthoverbuttons #sthoverbuttons-background{position:absolute;top:0;width:100%;z-index:990000;height:100%;}#sthoverbuttons .sthoverbuttons-background-l{left:7px;}#sthoverbuttons .sthoverbuttons-background-r{right:-3px;}#sthoverbuttons .sthoverbuttons-label{margin:5px;cursor:default;color:#585858;}#sthoverbuttons #sthoverbuttonsMain{position:relative;z-index:1000000;width:30px;padding:7px;}#sthoverbuttons .sthoverbuttonsMain-l{float:left;}#sthoverbuttons .sthoverbuttonsMain-r{float:right;}#sthoverbuttons #sthoverbuttonsPromoTab{height:42px;width:50px;}


/*---------CSS3 and Custom----------*/

body {
	text-rendering: optimizeLegibility;
	/*-webkit-font-smoothing: antialiased;*/
}

@font-face {
	font-family: 'HarabaraHandItalic';
	src: url('css/HarabaraHand-webfont.eot');
	src: url('css/HarabaraHand-webfont.eot?#iefix') format('embedded-opentype'),
		 url('css/HarabaraHand-webfont.woff') format('woff'),
		 url('css/HarabaraHand-webfont.ttf') format('truetype'),
		 url('css/HarabaraHand-webfont.svg#HarabaraHandItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AsapItalic';
	src: url('css/Asap-Italic-webfont.eot');
	src: url('css/Asap-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('css/Asap-Italic-webfont.woff') format('woff'),
		 url('css/Asap-Italic-webfont.ttf') format('truetype'),
		 url('css/Asap-Italic-webfont.svg#AsapItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AsapBold';
    src: url('css/Asap-Bold-webfont.eot');
    src: url('css/Asap-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/Asap-Bold-webfont.woff') format('woff'),
         url('css/Asap-Bold-webfont.ttf') format('truetype'),
         url('css/Asap-Bold-webfont.svg#AsapBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'JosefinSansStdLight';
	src: url('css/JosefinSansStd-Light-webfont.eot');
	src: url('css/JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('css/JosefinSansStd-Light-webfont.woff') format('woff'),
		 url('css/JosefinSansStd-Light-webfont.ttf') format('truetype'),
		 url('css/JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

input:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	-webkit-transition: -webkit-box-shadow .2s linear;
	-ms-transition:  box-shadow .2s linear;
	-o-transition:  box-shadow .2s linear;
	-moz-transition:  -moz-box-shadow .2s linear;
	transition:  box-shadow .2s linear;
}

a, #subfooter, .accordion {
	-webkit-transition: color .2s linear, background .2s linear;
	-ms-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

.float-left, .alignleft {
	position: relative;
	float: left;
}

.float-right, .alignright {
	position: relative;
	float: right;
}

.separator {
	position: relative;
	right: 30px;
	clear: both;
	width: 980px;
	height: 34px;
	margin: 1em 0;
	background: url('images/separator.png') no-repeat;
}

.clear {
	clear: both;
}

/* Micro Clearfix
http://nicolasgallagher.com/micro-clearfix-hack/ */

.cf {
	*zoom: 1;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* Hide Slideshow arrows when resolution gets too small */
@media only screen and (max-width: 1059px) {
	.flex-direction-nav {
		display: none;
	}
}