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

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

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

/* **************************************** *
 * COLORS
 *
 * Many dance types (and combinations) have colors
 * **************************************** */
.DCBlues { background-color: blue; }	/* Just Blues */
.DCLindy { background-color: green; }	/* Just Lindy */
.DCBlues.DCLindy { background-color: yellow; }
.DCBalboa { background-color: green; }	/* Anything with Balboa but no Blues/Lindy */
.DCTango { background-color: green; }	/* Just Tango */
.DCFusion { background-color: green; }
.DCHoliday { background-color: green; }
.DCCanceled { background-color: #ff0000; }
.DCDefaultColor { background-color: green; }

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

.DCHeader {
	width: 970px;
}

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

.DCLogo h1 {
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.DCTagline h2 { font-weight: 700; color: #000; margin: 0 3em; padding: 0; }
.DCSubtagline h3 { 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: (WAP, FAQ, Contact, Add Event ...)
 *   + DCDanceMenu:  (Blues, Lindy, ...)
 *   + DCTypeMenu:   (Workshop, Exchange, ...)
 *   + DCSearch
 *   + DCThemeMenu
 *   + DCConfigMenu
 *     + DCMenuSet
 *       + DCDateMenu:   (Date range)
 *     + DCMenuSet
 *       + DCSizeMenu:   (Calendar size - full, compact, mini)
 *     + DCMenuSet
 *       + DCWeekStartMenu:  (Weekstart day)
 * **************************************** */
.DCMenu {
	margin-bottom: 20px;
}

.DCMainMenubar {
	clear: both;
	margin-top: 10px;
}

.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;
	/* Example:  Hide the Dance menu */
	/* visibility: hidden; */
}

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

/* The menu of types (Workshop, Exchange, ..) */
.DCTypeMenu {
	margin-top: 8px;
	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;
}

.DCThemeMenu {
	font-size: 40px;
	font-weight: bold;
	color: red;
	margin-left: 20px;
	background-color: white;
	text-decoration: blink;
}


/* 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 {
}
.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;
}

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

.DCWeekStartMenu {
	margin-left: 25px;
}

/* **************************************** *
 *   THE CALENDAR
 *   (List Form)
 * **************************************** */
/* The full list */
.DCList {
	float: left;
}

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

/* The month name (i.e. "April, 2014") */
.DCListMonthName {
	/* Silly example showing how to do things like swingplanit */
  background-image: url(http://www.swingplanit.com/images/monthly.gif);
	height: 51px;
	padding-left: 70px;
	padding-top: 20px;
}

.DCListEvent {
	background-color: lightblue;
	margin-bottom: 4px;
}

/* **************************************** *
 *   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 td.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 td.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-right: solid 1px #666;
	border-bottom: solid 1px #666
	/* 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;
}

td.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;
}

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

.DCEventInfo {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing:0px;
	border: none;
	padding: 3px;
}

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;
}
