/**
 * Custom Community Events Stylesheet
 * This stylesheet works in conjunction with the base styles for the Community Events plugin.
 * To override base styles, just add them here :)
 *
 * @package TribeCommunityEvents
 * @since  1.0
 * @author Modern Tribe Inc.
 *
 */

/* = Global & Miscellaneous Styles
=============================================*/
/* Buttons */
#tribe-community-events input[type=submit],
#tribe-community-events .button,
#tribe-community-events button {
	background-color: #5aaef9;
	color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 1em;
	padding: 0 20px;
	text-decoration: none;
	text-shadow: none;
	width: auto;
	height: 34px;
	line-height: 1.625;
}
#tribe-community-events input[type=submit]:hover {
	background-color: #5aaef9;
	color: #fff;
}

/* Form Basics */
#tribe-community-events form table {
	margin: 1.5em 0;
}
.eventForm {
	margin-top: 0;
}
.eventForm h4 {
	margin: 0 0 1em;
}
#tribe-community-events .tribe-community-cat-header {
	font-weight: bold;
	font-size: 12px;
	margin: 1.5em 0 0;
}
#tribe-community-events .bubble {
	padding: 18px 30px;
	/*overflow: hidden;*/
}

/* Input Styles */
#tribe-community-events input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .25);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .25);
	height: 34px;
	font-size: 14px;
	padding: 0 8px;
}

#tribe-community-events input[name="post_short_content"] {
	height: 60px;
}

input#EventStartDate,
input#EventEndDate {
	height: auto;
}

/* Miscellaneous style tweaks */
#tribe-community-events .tribe-community-cat-wrap {
	margin-top: 0;
}

#tribe-community-events #wp-tcepostcontent-wrap {
	clear: both;
	margin-top: 0;
}

#tribe-community-events #wp-tcepostcontent-wrap table {
	margin: 0;
}

#tribe-community-events .mceIframeContainer {
	background-color: #fff;
}

.events-community-post-content .tribe-community-description {
	float: none;
	width: auto;
}

/* Our various form input description styles */
.tribe-community-description {
	font-size: 12px;
}

#tribe-community-events .tribe-left {
	float: left;
	width: 44%;
}

#tribe-community-events .tribe-right {
	float: right;
	width: 50%;
}

/* Tweak the styles for the Venue/Location bit to accommodate description */
#tribe-community-events td[style="width:170px"] {
	display: none;
}

#tribe-community-events #event_venue {
	float: left;
	margin-right: -265px;
	width: 265px;
	margin-top: 0;
	margin-bottom: 0;
}

#tribe-community-events .tribe-community-venue-wrap .tribe-community-description {
	float: left;
	width: 100%;
}

#tribe-community-events .tribe-community-venue-wrap .tribe-community-description p {
	padding-left: 265px;
}

/* Our input character counts */
.tribe-count {
	font-size: 12px;
	padding-left: 8px;
}

/* = "Submit an Event" Form View Template Styles
   @ Template: form.php & form-meta.php
=============================================*/
.tribe-community-event-details tr td:first-child {
	width: auto;
}

/* = "My Events" Page Template Styles
   @ Template: event-list.php
=============================================*/
/* Header */
/* Buttons */
#tribe-community-events #my-events .button {
	font-size: 14px;
	padding: 4px 10px;
}