/*
Theme Name: SBAN Theme
Theme URI: http://www.slaverybyanothername.com/
Description: A WordPress theme for on the SBAN website.
Version: 2.0
Author: Biscuit Studios
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/*-------------------------------------------------------------------------*/

/* RESET */

/*-------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------*/

/* HEADER FORMATTING */

/*-------------------------------------------------------------------------*/

body {
	margin: auto;
	padding: 0;
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}
a:link {
	color: #97202C;
	text-decoration: none;
}
a:visited {
	color: #97202C;
	text-decoration: none;
}
a:active {
	color: #97202C;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #333;
}
.clear {
	clear: both;
}
p {
	margin: 0 0 18px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
th, td {
	border: none;
	padding: 0 10px 0 0;
}
#wrapper {
	background-image: url(images/page_background.png);
	background-repeat: repeat-y;
	margin: 30px auto 0 auto;
	padding: 0;
	width: 960px;
}
#header {
	margin: 0;
	padding: 0;
	height: 305px;
}
#header_image {
	float: left;
	display: inline;
	background-color: #212121;
	border-top: 7px solid #000;
	margin: 0;
	padding: 10px;
	width: 610px;
	height: 285px;
}
#cover-image {
	text-align: center;
	background-color: #0A0A0A;
	border-top: 7px solid #000;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN NAVIGATION FORMATTING */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-image: url(images/nav_background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 60px;
}
ul#menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main a {
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 19px;
	display: block;
	clear: both;
	text-decoration: none;
	border-right: 1px solid #000;
	background-color: transparent;
	margin: 0;
	padding: 20px 24px 21px 24px;
}
ul#menu-main a:hover {
	/* main menu hover background */
	background-color: #520F16;
	color: #FFF;
}
ul#menu-main li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* needed again for dropdown menus */
ul#menu-main ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: none;
	border: 0;
	width: 150px;
	z-index: 99;
}
ul#menu-main li li {
	position: relative;
	float: left;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 150px;
	z-index: 99;
}
ul#menu-main li li a {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 23px;
}
ul#menu-main li li a:visited {
	font-weight: normal;
}
ul#menu-main li li a:hover {
	/* drop down menu hover background */
	color: #FFF;
	background: #520F16;
}
ul#menu-main li ul ul {
	margin: -37px 0 0 150px;
	z-index: 999;
}
ul#menu-main li ul li:hover a, ul#menu-main li ul li li:hover a, ul#menu-main li ul li li li:hover a, ul#menu-main li ul li li li:hover a  {
	/* drop down hover font color */
	color: #DDD;
}
ul#menu-main li:hover a, ul#menu-main li.sfhover a {
	/* main menu hover font color */
	color: #DDD;
}
ul#menu-main li:hover li a, ul#menu-main li li:hover li a, ul#menu-main li li li:hover li a, ul#menu-main li li li li:hover li a {
	/* drop down font color */
	color: #DDD;
}
ul#menu-main li:hover ul ul, ul#menu-main li:hover ul ul ul, ul#menu-main li:hover ul ul ul ul, ul#menu-main li.sfhover ul ul, ul#menu-main li.sfhover ul ul ul, ul#menu-main li.sfhover ul ul ul ul  {
	left:-999em;
}
ul#menu-main li:hover ul, ul#menu-main li li:hover ul, ul#menu-main li li li:hover ul, ul#menu-main li li li li:hover ul, ul#menu-main li.sfhover ul, ul#menu-main li li.sfhover ul, ul#menu-main li li li.sfhover ul, ul#menu-main li li li li.sfhover ul  {
	/* drop down menu background */
	left:auto;
	background: #444;
}
ul#menu-main li:hover, ul#menu-main li.sfhover {
	/* main menu background color when hover over a drop down menu */
	background: #520F16;
}

/*
#menu-main .current_page_item {
	color: #005568;
	text-decoration: underline;
}
*/


/*-------------------------------------------------------------------------*/

/* HEADERS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
	color: #EEE;
	text-align: left;
	text-decoration: none;
	margin: 0 0 12px 0;
	padding: 0;
}
h2 {
	/* post title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	color: #EEE;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h3 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	color: #EEE;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #EEE;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #EEE;
	line-height: 18px;
	padding: 0;
}
h6 {
	font-size: 14px;
	color: #EEE;
	line-height: 18px;
	margin: 0;
	padding: 15px 0 12px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main {
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 20px 30px 20px 30px;
	width: 570px;
	min-height: 200px;
}
.main ul, .main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.main ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0 30px 0 12px;
}
.main ol li {
	list-style-type: decimal;
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0 30px 0 0;
}
.main ol li li {
	list-style-type: lower-alpha;
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0 30px 0 0;
}
.main-wide {
	text-align: left;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	width: 900px;
}
.main-video {
	margin: 0;
	padding: 0;
	width: 640px;
}
#social {
	padding: 10px 0 20px 0;
}
#social h3, #social h5 {
	margin: 0 0 6px 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: right;
	display: inline;
	color: #999;
	list-style: none;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	border-top: 1px solid #212121;
	margin: 0;
	padding: 10px 30px 20px 30px;
	width: 270px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #97202C;
	text-decoration: none;
	padding: 2px;
}
#sidebar a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #333;
	padding: 2px;
}
#sidebar h3 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	color: #EEE;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#sidebar .stbuttontext {
	padding: 0 0 0 20px;
}
.widget {
	margin: 15px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #212121;
}
.widget h3 span {
	font-size: 11px;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-color: #191919;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	border-left: 1px solid #262626;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 958px;
	min-height: 180px;
}
#footer-wrapper a {
	color: #999;
}
#footer-wrapper h3 {
	/* footer titles */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	color: #777;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#footer-wrapper small {
	color: #888;
	text-decoration: none;
}
#footer-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 3px 0;
	padding: 0 0 0 12px;
}
#footer-left {
	float: left;
	font-size: 12px;
	color: #555;
	background-color: #111;
	text-align: left;
	line-height: 22px;
	margin: 0 0 0 20px;
	padding: 20px;
	width: 250px;
	min-height: 120px;
}
#footer-left div {
	clear: both;
}
#footer-left img {
	float: left;
	margin: 0 16px 10px 0;
	padding: 0;
}
#footer-middle {
	float: left;
	font-size: 12px;
	color: #555;
	background-color: #111;
	text-align: left;
	line-height: 18px;
	margin: 0 20px 0 20px;
	padding: 20px;
	width: 250px;
	min-height: 120px;
}
#footer-right {
	float: left;
	display: inline;
	font-size: 12px;
	color: #555;
	background-color: #111;
	text-align: left;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 20px;
	width: 260px;
	min-height: 120px;
}
#footer-right img {
	float: left;
	display: inline;
	margin: 0 10px 100px 0;
	padding: 0;
	width: 25px;
	min-height: 25px;
}
#copyright {
	clear: both;
	font-size: 11px;
	color: #999;
	text-align: center;
	line-height: 18px;
	margin: 0;
	padding: 8px 0 20px 0;
}
#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #999;
	text-decoration: none;
	padding: 3px;
}
#copyright a:hover {
	color: #444;
	text-decoration: none;
	background-color: #CCC;
	padding: 3px;
}
.gray-font {
	color: #888;
}
.black-font {
	color: #555;
}
span.campaign input[type="text"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #282828;
	background: #191919;
	margin: 0 0 8px 0;
	padding: 6px;
	vertical-align: middle;
}
span.campaign input[type="text"]:hover {
	border: 1px solid #DDD;
}
span.campaign input[type="text"]:focus {
	border: 1px solid #444;
	background-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* HOME PAGE */

/*-------------------------------------------------------------------------*/

#home-area-1 a {
	display: block;
	background: #481017 url(images/icon_movie.png) no-repeat 10px center;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 20px 15px 20px 45px;
}
#home-area-2 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
}
	#home-blog {
		float: left;
		display: inline;
		text-align: left;
		width: 298px;
		margin: 0 30px 0 0;
		padding: 0 0 20px 0;
	}
	#home-author {
		float: left;
		display: inline;
		text-align: left;
		width: 242px;
		margin: 0;
		padding: 0 0 20px 0;
	}
#home-area-3 {
	clear: both;
	border-top: 1px solid #212121;
	margin: 0;
	padding: 30px 0 0 0;
}
	#home-featured-left {
		float: left;
		display: inline;
		text-align: left;
		width: 270px;
		margin: 0 30px 0 0;
		padding: 0;
	}
	#home-featured-right {
		float: right;
		display: inline;
		text-align: left;
		width: 270px;
		margin: 0;
		padding: 0;
	}

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #191919;
}
.thread-even {
	background-color: #191919;
}
.depth-1 {
	border: 1px solid #333333;
}
.even, .alt {
	border-left: 2px solid #666666;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 15px 0 10px 0;
	text-align: left;
}
.post-listing-info  {
	font-size: 12px;
	font-style: italic;
	color: #777;
	line-height: 18px;
	margin: 0 0 8px 0;
	padding: 0;
}
.post-line {
	margin: 25px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #333;
}
.postmetadata {
	background-color: #000;
	margin: 0 0 30px 0;
	padding: 10px;
}

/*-------------------------------------------------------------------------*/

/* 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-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.comment {
	background: #EEE;
	color: #444;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
}
.comment-body {
	padding: 15px;
}
/* remove the numbers by changing the ol tag in the comments file */
ul..commentlist {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul.commentlist li {
	background-image: none;
	line-height: 18px;
	margin: 6px 0 6px 0;
	padding: 0 15px 0 0;
}
.commentlist li {
	font-weight: normal;
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}
.commentlist li ul li {
	font-size: 13px;
	margin-right: 5px;
	border-left: none;
	border-top: solid 2px #CCC;
}
.commentlist p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	color: #444;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
.bypostauthor cite, .bypostauthor cite a {
	color: #97202C;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
.commentmetadata, .commentmetadata a:link, .commentmetadata a:visited, .commentmetadata a:active, .commentmetadata a:hover {
	display: block;
	color: #999;
	font-weight: normal;
	margin: 0;
}
ul.children {
	padding: 0 0 0 30px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	background-color: #333;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
a img {
	border: 0 none;
	vertical-align: bottom;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 0 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}
pre {
	/* used to paste in form code */
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 40px 0;
}
.wp-caption img {
	background-color: #F6ECD8;
	margin: 0;
	padding: 10px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	margin: -35px 0 0 0;
	padding: 0 0 0 20px;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.buttons a, .buttons button{
	float: left;
	display: block;
	background-color: #222;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	margin: 0 0 5px 0;
	padding: 6px 11px 6px 11px; /* Links */
}
.buttons button{
	width: auto;
	overflow: visible;
	padding: 7px 10px 5px 10px; /* IE6 */
}
.buttons button[type]{
	padding: 7px 10px 5px 10px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type]{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin: -8px 3px 0 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#481017;
	border: none;
	color:#fff;
}
.buttons a:active{
	background-color:#481017;
	border: none;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
	color: #FFF;
	font-size: 15px;
	margin: 5px 15px 12px 0;
	padding: 10px 25px;
	background-color: #481017;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #000;
	border: none;
	color: #FFF;
}
.buttons a.positive:active{
	background-color: #000;
	border: none;
	color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* FORM STYLES */

/*-------------------------------------------------------------------------*/

legend {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	clear: both;
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #AAA;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #777;
	background: #333;
	/* controls distance between fields */
	margin: 0;
	padding: 6px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 1px solid #FFF;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 1px solid #666;
	background-color: #FFF;
}
#searchform {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: right;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-------------------------------------------------------------------------*/

/* EVENTS CALENDAR */

/*-------------------------------------------------------------------------*/

/* --- EVENTS LISTNG PAGE --- */

#tribe-events-content {
	padding: 1px 0 !important;
	margin: 0 !important;
}
.upcoming .tribe-events-events .post-line {
	margin: 10px 0 25px 0 !important;
}
.upcoming .tribe-events-event-entry {
	width: 100% !important;
}
.upcoming .tribe-events-event-entry p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 20px !important;
}
.upcoming .tribe-events-event-entry h3.entry-title, .tribe-events-event-entry h3.entry-title a {
	color: #FFF !important;
	font-weight: normal !important;
	margin: 0 !important;
}
.upcoming .tribe-events-event-entry h6.event-day {
	color: #DDD !important;
	font-size: 11px !important;
	margin-top: 0 !important;
	font-style: italic !important;
}
.upcoming .tribe-events-event-list-meta {
	clear: both;
	float: none !important;
	border: none !important;
	font-size: 11px !important;
	margin: 0 !important;
	padding: 6px 0 6px 0 !important;
	width: 100% !important;
}
.upcoming .tribe-events-event-list-meta table {
	margin: 0 !important;
}
.upcoming .tribe-events-event-list-meta td {
	background: transparent !important;
	border: none !important;
	line-height: 18px !important;
	padding: 4px 0 0 0 !important;
}
.upcoming .tribe-events-event-list-meta td.tribe-events-event-meta-desc {
	color: #777 !important;
}

/* --- SINGLE EVENTS PAGE --- */

#tribe-events-event-meta {
	border-color: #DDD !important;
}
#tribe-events-event-meta .column {
	float: left;
	width: 100% !important;
	padding: 0 4% 0 0;
	text-align: left;
	margin: 0;
}
#tribe-events-event-meta dt {
	margin-bottom: 10px !important;
}

/* --- VENUE PAGE --- */

#tribe-events-event-meta {
	border-width: 1px 0 !important;
	border-style: solid !important;
	border-color: #DDD !important;
}
.venue-events .tribe-events-event {
	border-bottom: none !important;
}
.venue-events .entry-title {
	font-weight: normal !important;
}
.tribe-events-events .tribe-events-event-entry {
	padding: 0 !important;
}
h2.tribe-events-cal-title {
	font-size: 20px !important;
	font-weight: normal !important;
	color: #444 !important;
}

/* --- SIDEBAR EVENTS WIDGET --- */

.eventsListWidget ul.upcoming li {
	background: none !important;
}
.eventsListWidget li .when {
	font-size: 14px !important;
	line-height: 20px !important;
}
.eventsListWidget li .event a {
	color: #777 !important;
	font-size: 12px !important;
	line-height: 20px !important;
}
.eventsListWidget li .loc {
	font-size: 12px !important;
	line-height: 20px !important;
}
.eventsListWidget .dig-in {
	margin: 5px 0 0 0 !important;
}
.eventsListWidget .even, .alt {
	border-left: none !important;
}


/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 600px !important;
}
.gform_wrapper input {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper select {
	font-size: 13px !important;
	font-family: inherit !important;
	padding: 10px 0 10px 3px !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #EEE !important;
	margin:30px 0 0 0 !important;
	padding:0 0 4px 0 !important;
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 100% !important;
	color: #222 !important;
}
.gform_wrapper input.button:hover {
	color: #000 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_footer input[type="submit"] {
	/* REQUIRED 0 MARGIN DUE TO SUBMIT INPUT STYLES ABOVE */
	margin: 0;
}

/* --- HTML FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
    display: none;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white;
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	.main { margin-left:0;
	     float:none;
	     width:auto }

	a {
	     color:#333;
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block;
	     margin-left: auto;
	     margin-right: auto; }
	img.right { padding: 4px;
	     margin: 0 0 2px 7px;
	     display: inline; }
	img.left { padding: 4px;
	     margin: 0 7px 2px 0;
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid;
	     page-break-after:avoid; }
	.menu-home {
		display: none;
	}
	.menu-about {
		display: none;
	}
	.menu-appt {
		display: none;
	}
	.menu-links  {
		display: none;
	}
	.menu-classes {
		display: none;
	}
	.menu-shop {
		display: none;
	}
	#cover-image {
		display: none;
	}
}
