@import url(http://fonts.googleapis.com/css?family=Quicksand|Denk+One|Open+Sans:400italic,400);
form { padding: 0; margin: 0; }

/* **************************************** *
 * BODY
 * **************************************** */
body {
	background-color: #ffffdd;
	font: 100%/1.5 'Open Sans', sans-serif;
	margin: 0;
	padding: 0 10px;
	color: #000000;
}

a {
	text-decoration:none;
	color: #0000ff;
}

/* **************************************** *
 * COLORS
 *
 * Many dance types (and combinations) have colors
 * **************************************** */
.DCLindy { background-color: #0affaa; }	/* Just Lindy */
.DCBlues { background-color: #d2e5f5; }	/* Just Blues */
.DCBlues.DCLindy { background-color: #ffccee; }
.DCBalboa { background-color: #ffff99; }	/* Anything with Balboa but no Blues/Lindy */
.DCTango { background-color: #aaffaa; }	/* Just Tango */
.DCFusion { background-color: #ffdd77; }
.DCHoliday { background-color: #ffbb33; }
.DCDefaultDance { background-color: #eeeeee; }

/* The little three-letter dance code shown before the event */

/* The whole group (wrapper) */
.DCDanceIcons {
	display: inline-block;
	margin-right: 2px;
}

.DCDanceIcon {
	border: 1px solid;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 1px;
	display: inline-block;
}

/* **************************************** *
 * HEADER DIVS
 *
 * + DCHeader
 *   + DCLogoFull
 *     + DCLogo <h1>
 *     + DCTagline <h2> ("Dance Event Calendar..")
 *     + DCSubtagline <h3> ("Your resource for ...")
 *   + DCMap
 * **************************************** */

.DCHeader {
	width: 950px;
	overflow: hidden;
}

.DCLogoFull {
	width: 720px;
	float: left;
}

.DCLogo h1 {
	font: 4em/1.0 'Denk One', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.DCTagline h2 {
	font: 1em/1.0 'Denk One', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0 3em;
	padding: 0;
}

.DCSubtagline h3 {
	font: 1em/1.15 'Quicksand', sans-serif;
	color: #55a;
}

.DCMap {
	width: 225px;
	float: right;
	font-size:11px;
	margin-top: 5px;
}

/* Positioning fix -probably not needed */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.DCFooter {
	clear: both;
	color:#444;
}
.DCFooter A { color:#446; }


/* **************************************** *
 * MENU DIVS
 * Each single menu group (dances, types,..) is wrapped in a DCMenuSet
 *
 * + DCMenu
 *   + DCMainMenubar:
 *     + DCMainMenuItem: (WAP, FAQ, Contact, Add Event ...)
 *   + DCThemeMenu
 *   + DCMenuKey:    (Separate from DCMenu and at the bottom for list view)
 *     + DCDanceMenu:  (Blues, Lindy, ...)
 *     + DCTypeMenu:   (Workshop, Exchange, ...)
 *     + DCSearch
 *   + DCConfigMenu
 *     + DCMenuSet
 *       + DCDateMenu:   (Date range form)
 *     + DCMenuSet
 *       + DCSizeMenu:   (Calendar size - full, compact, mini)
 *     + DCMenuSet
 *       + DCWeekStartMenu:  (Weekstart day)
 * **************************************** */
.DCMenu {
	margin-bottom: 20px;
}

.DCMainMenubar {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 700px;
}

.DCMainMenuItem {
	display: inline-block;
}

/* .DCMainMenuItem:not(:last-child):after { */
.DCMainMenuItem+.DCMainMenuItem:before {
	content: " | ";
}

.DCMainMenuItemGoogleCal {
	font-size: 13px;
	font-style: italic;
}

.DCThemeMenu {
	font-size: .8em;
	margin-top: 10px;
	margin-left: 20px;
	float: right;
}

.DCMenuSet {
	overflow: hidden;
	display: inline-block;
}

/* A menu checkbox (such as in the dance menus) */
.DCCheckbox { }

/* The menu of dances (Blues, Swing, ...) */
.DCDanceMenu {
	height: 20px;
	margin-top: 8px;
	/* Example:  Hide the Dance menu */
	/* visibility: hidden; */
}

/* One of the dance menu choices */
.DCDanceChoice {
	float: left;
	font-size: .75em;
	color: black;
	width: 115px;
	height: 20px;
	text-align: center;
}

/* The menu of types (Workshop, Exchange, ..) */
.DCTypeMenu {
	margin-top: 5px;
	clear: both;
	float: left;
}

/* One of the types */
.DCTypeChoice {
	float: left;
	font-size: 80%;
	width: 140px;
	text-align: center;
}

.DCSearch {
	font-size: .8em;
	margin-left: 20px;
}


/* The other menus are for the date range, the calendar size and weekStart */
/* Each of this is of the following classes, as well as the DCMenu parent */
.DCDateMenu {
	/* see below */
}
.DCSizeMenu {
}
.DCWeekStartMenu {
}
/* The size menu has buttons for: full, compact, mini */
button.selected { background-color: #000000; color: #eeeeee; border: solid 1px #000; }

.DCDateMenu, .DCSizeMenu, .DCWeekStartMenu {
	float: left;
	font-size: 90%;
	padding: .1em;
	margin: 0 1em 0 0;
	color: black;
	background-color: #eee;
}

.DCDateMenu {
	margin-left: 0px;
	margin-bottom: 0px;
}

.DCConfigMenu {
	margin-top: 8px;
	clear: both;
}

.DCWeekStartMenu {
	margin-left: 25px;
}

/* **************************************** *
 *   THE CALENDAR
 *   (List Form)
 * **************************************** */
/* The full list */
.DCList {
}

/* A container for all the events for a month */
.DCListMonth {
}

/* The month name (i.e. "April, 2014") */
.DCListMonthName {
	clear: both;
	font-size: 1.1em;
	font-weight: 700;
}

/* Container for the events */
.DCListEvents {
}

.DCListEvent {
	display: block;
}

.DCListDay {
	float: left;
	clear: both;
	width: 50px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 100%;
}
.DCListDayOrdinal {
	/* The "th" in "15th" */
}

.DCListName {
	float: left;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
}

.DCListCity {
	float: left;
	font-size: 14px;
	margin-top: 4px;
}

.DCListDance {
	clear: both;
	margin-left: 60px;

	float: left;
	font-size: 14px;
}

.DCListType {
	float: left;
	margin-left: 5px;
	font-size: 14px;
	margin-bottom: 8px;
}

.DCListDay,
.DCListName,
.DCListCity,
.DCListDance,
.DCListType {
	line-height: 120%;
}


.DCMenuKey {
	padding-top: 20px;
	clear: both;
}

/* **************************************** *
 *   THE CALENDAR
 *   (Grid Form)
 * **************************************** */
.DCCalendar { width: 100%; margin: 0; padding: 0; }
td { min-width: 10%; overflow: hidden;}

/* Calendar sizing */
.small_calendar .DCMonth { max-width: 33em; float: left; margin-right: 2em; }
.small_calendar .DCEvent { min-height: 1em; padding: 0; font-size: .8em; font-weight: 400;}

.smallest_calendar .DCMonth { max-width: 25em; float: left; margin-right: 2em; }
.smallest_calendar .DCEvent { min-height: 1em; padding: 0; font-size: .8em; font-weight: 400;}

/* One month (contains the month table)*/
.DCMonth {
	background-color: #eee;
	padding: 0px;
	margin: 10px auto;

	max-width: 66em;
	display: block;
	float: none;
}

.DCMonth table {
	font-size: 70%;
	
	width: 100%;
	/* For spaces between days: */
	/* border-spacing: 2px 0px; */
	/* No spaces between days: */
	border-spacing: 0px 0px;
	border-color: #eee;
	border-width: 0px;
	/* border: 0px; */

	table-layout: fixed; /*for everyone*/
	empty-cells: show; /*for FF*/
	/*border-collapse: collapse; /*for IE*/
	margin: 0 auto;
	padding: 0px;
}

/* Month header ("April 2014") */
td.DCMonthHeader {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #eee;
	background: #666;
	text-align: center;
	border: 0px hidden;
	padding: .5em 0 .5em;
}

/* Day names:  Mon, Tue, Wed... */
td.DCDayName {
	border: 0px hidden;
	border-left: 1px solid #666;
	text-align: center;
	font-style: italic;
}


/* A single day */
td.DCDay, td.DCDayNoBorder {
	vertical-align: top;
	/* font-family: blippo; */
	font-family: Fixed, monospace;
	color: black;
    border-bottom: 0;
    padding-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
}

td.DCDayMiddle {
  border-top: 0px hidden;
  border-bottom: 0px hidden;
}

td.DCDayBottom {
  border-top: 0px hidden;
}

.DCEvent {
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
	color: black;
  font-weight: 600;

  border-left: #666 solid 1px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
	border-right: 0;
  vertical-align: middle;

  padding-top: .5em;
  padding-bottom: .5em;
  min-height: 2em;
}

.DCEvent a { color: rgb(0,0,100); }

.DCEventName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* The location shown right after the name */
.DCEventNameLocation::before { content: "["; }
.DCEventNameLocation::after { content: "]"; }
/* The default DanceCal Calendar doesn't use it */
.DCEventNameLocation { visibility: hidden; }

.DCEventInfo {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing:0px;
	max-width: 400px;
	padding: 5px;
	border: 1px solid #660000;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 8px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 4px 4px 8px #888;
}

/* Event info spans */
.DCEventInfoBanner { }
.DCEventInfoName { }
.DCEventInfoFacebook { }
.DCEventInfoGCal { }
.DCEventInfoDate { display: block; }
.DCEventInfoDesc { display: block; }
.DCEventInfoTeachers { display: block; }
.DCEventInfoBands { display: block; }

td.DCDay, td.DCDayNoBorder {
	border-color: #666;
	border-right: 0;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}

td.DCDayMiddleEmpty, td.DCDayBottomEmpty {
	border: 0px hidden;
	border-left: 1px solid #666;
	text-align: center;
	font-style: italic;
}

td.DCDayMiddle {
	border-right: 0;
	border-left: 1px solid #666;
}

td.DCDayBottom {
	border-right: 0;
	border-bottom: 0;
	border-left: solid 1px #666;
}

/* To override the border 0 in DCDayBottom */
.DCMonth table {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}

/* **************************************** *
 * Submit Form
 * **************************************** */
.DCSubmitFormInfo {
}
.DCSubmitForm {
}
.DCSubmitFormTable {
	width: 830px;
}

.DCSubmitFormReq {
	vertical-align: top;
	color: #f99;
}

.DCSubmitHighlight {
	background-color: yellow;
}

.DCSubmitFormKey {
	font-weight: bold;
	width: 75px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.DCSubmitFormInput {
	vertical-align: top;
}

.DCSubmitFormExample {
	font-size: 80%;
	font-style: italic;
	color: #555;
	vertical-align: top;
	width: 390px;
}

.DCSubmitFormError {
	font-size: 120%;
	font-weight: bold;
	color: #f33;
}
