/* QUERY: list=1 */
@import url(http://fonts.googleapis.com/css?family=Quicksand|Denk+One|Open+Sans:400italic,400,800);

form { padding: 0; margin: 0; }

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

a {
	text-decoration:none;
	color: inherit;
}

select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


/* 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;
	margin-bottom: 5px;
}

.DCSubtagline:after {
	font: 1em/1.15 'Quicksand', sans-serif;
	color: #55a;
	font-style: italic;
	content: "(The actual most comprehensive guide to swing dance festivals on the PLANET)";
	display: block;
	margin-bottom: 30px;
}

.DCMap {
	width: 225px;
	float: right;
	font-size:11px;
	margin-top: 5px;
}
.DCMap img {
	margin-right: 10px;
	margin-bottom: 7px;
	box-shadow: 3px 3px 10px #aaaaaa;
}

.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)
 *     + DCMenuSet
 *       + DCSizeMenu:   (Calendar size - full, compact, mini)
 *     + DCMenuSet
 *       + DCWeekStartMenu:  (Weekstart day)
 * **************************************** */
.DCMenu:before {
	content: "MENU";
	display: block;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	border-bottom: double 6px #505050;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.DCMenu, .DCMenuKey {
  background-image: url('/Themes/css/Planet/Menu.gif');
	float: left;
	width: 174px;
	padding: 20px 25px 0 25px;
	margin-right: 15px;
	margin-bottom: 10px;

	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	color: #545557;
}

.DCMenu:after, .DCMenuKey:after {
  background-image: url('/Themes/css/Planet/Menu.after.gif');
	width: 224px;
	height: 14px;
	content: "";
	display: inline-block;
	margin-top: 10px;
	margin-left: -25px;
}

.DCMainMenubar {
	margin-top: 10px;
	width: 174px;
}

.DCMenuKey {
	clear: left;
	margin-top: 10px;
	width: 174px;
}

.DCMainMenuItem,
.DCThemeMenu,
.DCConfigMenu {
	width: 174px;
}

.DCThemeMenu {
	font-size: .8em;
	margin-top: 20px;
}

.DCMenuSet {
	overflow: hidden;
}

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

/* The menu of dances (Blues, Swing, ...) */
.DCDanceMenu:before, .DCTypeMenu:before {
	display: block;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e15b5d;
}

.DCTypeMenu:before {
	content: "TYPES";
}

.DCDanceMenu:before {
	content: "STYLES";
}

.DCDanceMenu {
	width: 174px;
	margin-top: 0px;
	/* Example:  Hide the Dance menu */
	/* visibility: hidden; */
}

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

.DCShowDancesChoice, .DCShowTypesChoice {
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

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

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

.DCSearch {
	font-size: .8em;
	margin-top: 30px;
	margin-bottom: 10px;
}


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

.DCDateMenu {
	margin-top: 10px;
}

.DCConfigMenu {
}

.DCMenuGo {
	visibility: hidden;
	height: 0px;
	width: 0px;
	font-size: 0px;
}


.DCWeekStartMenu {
	margin-left: 25px;
}

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

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

/* The month name (i.e. "April, 2014") */
.DCListMonthName {
  background-image: url('/Themes/css/Planet/ListMonthName.gif');
	height: 85px;
	width: 635px;
	padding-left: 65px;
	padding-top: 20px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Container for the events */
.DCListEvents {
	background: url('/Themes/css/Planet/ListEvents.jpg') 0px 0px repeat-y;
	padding: 0;
	width: 700px;
}

.DCListEvents:after {
	background: url('/Themes/css/Planet/ListEvents.after.jpg') 0px 0px repeat-y;
	height: 20px;
	content: "";
	width: 700px;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0px;
}

.DCListEvent {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #545557;
	border-bottom: 2px solid #c6c0a2;
	margin: 0 25px 0px 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.DCListEvent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.DCListDay {
	float: left;
	padding-left: 10px;
	width: 50px;
}

.DCListDayOrdinal {
	text-transform: uppercase;
	font-size: 10px;
}

.DCListName {
	float: left;
	width: 400px;
	overflow: visible;
	white-space: normal;
	margin: 0px;
	padding: 0px;
}

.DCListCity:before {
	content: "\27a2  ";
}

.DCListCity {
	float: right;
	border-left: 2px solid #d8d2b8;
	width: 140px;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px;
	padding: 4px 0 0 20px;
}

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

.DCListDance, .DCListType {
	float: left;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}

.DCListType {
	margin-left: 8px;
}


/* **************************************** *
 *   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: 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); }

/* The CSS event popup on hover code */
.DCListEvent { position: relative; }
.DCListEvent:active .DCEventInfo { display: block; }
.DCEventInfo:hover {
	display: block;
}
.DCEventInfo {
	position: absolute;
	top: -5;
	left: +5;
	display: none;
	background-color: white;
	z-index: 100;
}
/* We want to be able to click on URLs
.DCEventInfo:active {
	display: none;
	height: 0px;
	width: 0px;
	left: -1000px;
	top: -1000px;
}
*/

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

.DCEventInfo {
	font-family: Courier, "Courier New", monospace;
	font-size: 13px;
	color:#666;
	letter-spacing:0px;
	border: none;
	padding: 3px;

	background: url('/Themes/css/Planet/Postcard.jpg') 0px 0px repeat;
	padding: 10px 20px 15px 20px;
	width: 400px;

	box-shadow: 5px 5px 20px #aaaaaa;
}

.DCEventInfoName {
	font-size: 22px;
	color: #e05d5f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.DCEventInfoFacebook {
	float: right;
	padding: 4px;
}
.DCEventInfoGCal {
	float: right;
	padding: 4px;
}

.DCEventInfoDate:after {
	background: url('/Themes/css/Planet/PostcardDots.jpg') 0px 0px repeat-x;
	content: " ";
	display: block;
	height: 10;
	clear: both;
}

.DCEventInfoDate {
	display: block;
	clear: both;
}
.DCEventInfoDate:before {
	content: "When?";
	padding-right: 10px;
}

.DCEventInfoWhere { display: block; }
.DCEventInfoDances { display: block; }
.DCEventInfoDesc { display: block; margin-top: 10px; }
.DCEventInfoTeachers { display: block; margin-top: 10px; }
.DCEventInfoBands { display: block; margin-top: 10px; }

.DCEventInfoTeachers:before {
	background: url('/Themes/css/Planet/PostcardDots.jpg') 0px 0px repeat-x;
	content: " ";
	display: block;
	height: 10;
	clear: both;
}


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

/* **************************************** *
 * Submit Form
 * **************************************** */
.DCSubmitFormInfo {
}
.DCSubmitForm {
}

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

.DCSubmitHighlight {
	background-color: yellow;
}

.DCSubmitFormKey {
	font-weight: bold;
	width: 73px;
	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: 230px;
}

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