h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
a,abbr,acronym,address,
cite,code,del,dfn,
em,img,q,s,samp,
small,strike,strong,
sub,sup,tt,var,
dd,dl,dt,
li,ol,ul,
fieldset,form,label,legend,button,
table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4em;
  font-family: inherit;
}

section, nav, header, article, aside {
    display: block;
}

blockquote {
  margin: 2em;
}

#event img {
  max-width: 100%;
}

.tapuilmoNotPossible {
  display: none;
}

.required label:after {
  content: "*";
  color: red;
  padding-left: 3px;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial;
    color: #000;
    background: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
}

.images {
  margin-top: 1em;
}

/* Basic colors */
h1,h2,h3,h4,h5,h6 {
    color: #000;
}

a {
    color: #0089C4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.pageheader {
    margin-top: 1.4em;
    margin-bottom: 2em;
    padding-top: 1.6em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ddd;
}

.pageheader h1, .pageheader h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0.3em;
}

.pageheader p.summary {
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.tags {
    font-size: 0.7em;
    text-transform: uppercase;
}

.tags a {
    color: #888;
}

.item .tags {
    display: inline;
}

.item .date {
    font-size: 0.8em;
    margin-right: 0.5em;
}

.item {
    margin-bottom: 20px;
}

a.item-title {
    display: block;
    font-weight: bold;
    margin-bottom: -5px;
}

.helpmenu {
	margin: 20px 0;
}

#masthead {
    position: relative;
    margin-bottom: 20px;
}

#logo {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
}

h1.front-title {
    display: none;
}

#topmenu {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    background: #666;
}



#topmenu li {
    list-style: none;
}

#topmenu li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    text-shadow: 1px 1px 2px #444;
    border-bottom: 1px solid #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


#topmenu li a:hover {
    background: #777;
}

#topmenu li a.on {
    background: #888;
    text-shadow: 1px 1px 2px #111;
}
#container {
    margin: 20px 20px;
    padding: 10px;
}

/* breadcrumb */
#breadcrumb {
    margin: 0;
	margin-bottom: 0.5em;
}
#breadcrumb li {
	list-style: none;
	display: inline;
	margin-left: 0;
	margin-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #bbb;
}

#breadcrumb li a {
	color: #888;
}

#breadcrumb li a:hover {
	color: #666;
	text-decoration: underline;
}

#sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar nav li.level-2 {
    border-bottom: 1px solid #ddd;
}

#sidebar nav a.on {
    font-weight: bold;
}

#sidebar nav a:hover {
    text-decoration: underline;
}

#sidebar nav a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0.3em 1em;
}

#sidebar nav a.level-3 {
    font-size: 1em;
    padding-top: 0;
    padding-left: 2em;
}



/* Fluid images & embeds */
p > img,
embed,
object,
video {
  max-width: 100%;
  margin-bottom: 1em;
}

.align_left {
    float: left;
    margin-right: 10px;
}

.align_right {
    float: right;
    margin-left: 10px;
}


/* Typography
 * Mainly from Twitter bootstrap
 * ---------------------------------------------------------------------------------------- */
p {
    margin-bottom: 0.5em;
}

p small {
  font-size: 11px;
  color: #bfbfbf;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: 1.2em;
}

h1 {
  margin-bottom: 18px;
  font-size: 30px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 0.5em 1.8em;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {

}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {

  font-weight: 300;

  margin-bottom: 0;
}
blockquote small {
  display: block;

  font-weight: 300;

}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  margin-bottom: 1em;
}

.clear {
    clear: both;
}


/* PAGINATION */
.MarkupPagerNav {
        margin: 1em 0;
        font-family: Arial, sans-serif;
		overflow: hidden;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none !important;
	margin: 0 !important;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left !important;
	padding: 2px 9px;
	color: #fff !important;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #db1174;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

table.calendar {
    width: 100%;
}

table.calendar th, table.calendar td {
    width: 14%;
    text-align: left;
}

table.calendar td {
    background: white;
}

.footer .wrap {
    border-top: 1px solid #ddd;
    padding: 20px 0;
		font-size: 0.8em;
		text-align: center;
}

.footer a, .footer {
	color: #333;
}

.tapuList, .tapuTags, .tapuDailyEvents {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tapuTags a {
	display: block;
	padding: 0.2em 0.5em 0.1em;
	margin-bottom: 0.4em;
	color: #666;
	background: #ebebeb;
	background: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#fbfbfb));
	background: -moz-linear-gradient(bottom, #dcdcdc, #fbfbfb);
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.tapuTags .active a {
	background: #888;
	border-color: #333;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

/* TAPU Calendar */
.tapuCalendarTitle {
	float: left;
}

.tapuCalendar .calendar {
	clear: both;
}

.tapuCalendar th {
		background: #ebebeb;
		padding: 2px 0;
		background: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#fbfbfb));
		background: -moz-linear-gradient(bottom, #dcdcdc, #fbfbfb);
		border-bottom: 1px solid #9c9c9c;
}

.tapuCalendar th p {
		padding-top: 5px;
		margin-left: 10px;
		color: #555;
		text-shadow: 1px 1px 0
		rgba(255, 255, 255, 0.8);
		font-weight: bold;
		text-align: center;
}
.tapuCalendar td {
		width: 14%;
		height: 6em;
		border-left: 1px solid #DADADA;
		border-bottom: 1px solid #DADADA;
}
.tapuCalendar tr:last-child td {
	border-bottom: none;
}

.tapuCalendar table {
		border: 1px solid #DADADA;
}

.tapuCalendar .blank {
	background: whiteSmoke;
}

.tapuCalendar td:first-child {
	border-left: 0;
}

.tapuCalendar .day {
	font-size: 1.3em;
	padding: 0.3em;
	text-shadow: 1px 2px 0 rgba(0,0,0, 0.07);
	letter-spacing: -1px;
	text-align: right;
}

.tapuCalendar .today .day {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	background: #556d89;
	background: -webkit-gradient(linear, left bottom, left top, from(#415873), to(#738ca9));
	background: -moz-linear-gradient(bottom, #415873, #738ca9);
	}

.tapuCalendar .today {
	background: #d7dee7;
	}

.tapuCalendar .hover {
	background: #e8ecf1;
	cursor: pointer;
	}


.tapuDailyEvents li {
	font-size: 0.8em;
	padding: 0.5em 0.5em;
}

.tapuDailyEvents a {
	font-weight: bold;
	color: #283748;
	text-transform: uppercase;
}

.tapuDailyEvents p {
	color: #888;
}

.today .tapuDailyEvents p {
	color: #666;
}

.tapuEventTime {
	float: left;
	width: 4em;
	font-size: 1.3em;
	text-align: right;
	padding: 0.3em 0.5em 0 0;
}

.tapuEventPrice {
	float: right;
	margin: 0.75em 0.5em;
	color: #666;
	font-weight: bold;
}

.tapuEvent {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.tapuEventDetails {
	margin-left: 100px;
	margin-right: 60px;
}

.tapuEventDetails a {
	color: #283748;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
}

.tapuEventLocation {
	display: block;
	float: none;
	margin-left: 0;
	color: #888;
}

.tapuYear, .tapuMonth, .tapuDay {
	clear: both;
}

.tapuYear {
	float: left;
	width: 50%;
}

.tapuMonth {
	font-weight: normal;
	color: #999;
	float: right;
}

.monthWrapper {
	margin-top: 50px;
}

.monthWrapper:first-child {
	margin-top: 0;
}

.tapuDay, .joinHeader {
	border: 1px solid #DADADA;
	font-weight: normal;
	line-height: 36px;
	font-size: 18px;
	color: #636363;
	margin: 0;
	padding: 3px 8px;
	margin-top: -1px;
	background: #efefef;
	background: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f5f5f5));
	background: -moz-linear-gradient(bottom, #e4e4e4, #f5f5f5);
	text-shadow:  1px 1px 0 rgba(255,255,255, 0.8);
}

h2.ssologin {
  background: #e87301;
  border: none;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4em;
  padding: 10px 20px;
}

.ssologin a {
  font-family: "lemonde-sans", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: none;
}

.tapuNav {
	float: right;
}

#join input[type="text"] {width: 80%;}

.tapuNav a {
	width: 56px;
	height: 41px;
	border: 0;
	float: left;
	text-indent: -99px;
	overflow: hidden;
}

.tapuNav .prev {
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat 0 0 !important;
}

.tapuNav .next {
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -56px 0 !important;
}

.tapuNav a:hover {
	opacity: 0.7;
}

.tapuNav .prev:active,
.tapuNav .prev:focus {
	opacity: 1.0;
	outline: 0;
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -286px 0 !important;
	}

.tapuNav .next:active,
.tapuNav .next:focus {
	opacity: 1.0;
	outline: 0;
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -342px 0 !important;
	}

.tapuList .hover {
	background: #e8ecf1 !important;
	cursor: pointer;
}

.tapuilmo {
	border: 1px solid #ddd;
	padding: 20px;
	background: #f9f9f9;
	overflow: hidden;
}

.tapuilmo label, .tapulogin label {
	margin-top: 0.9em;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;

}

#event .tapuilmo input[type="text"], #event .tapulogin input[type="text"], #event .tapulogin input[type="password"] {
	padding: 6px;
	width: 90%;
}

.joinHeader {
	margin-top: 20px;
	padding-left: 20px;
}

.submittapu, #search_submit, .tapuLogin {
	display: block;
	cursor: pointer;
	font-size: 1.04em;
	padding: 0.5em 1em 0.4em;
	margin-bottom: 0.4em;
	color: #666;
	background: #ebebeb;
	background: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#fbfbfb));
	background: -moz-linear-gradient(bottom, #dcdcdc, #fbfbfb);
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.submittapu:hover {

}

#details h3 {
	line-height: 1em;
	margin-top: 0.8em;
	margin-bottom: 2px;
}

#details h3:first-child {
	margin-top: 0;
}

#details .back {
	display: block;
	margin-top: 1em;
}

.tapuListToggle, .tapuCalToggle {
	width: 41px;
	height: 41px;
	border: 0;
	float: left;
	text-indent: -200px;
	overflow: hidden;
	}

.tapuCalToggle,
.tapuCalToggle:hover {
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat 0 -74px !important;
	}

.tapuListToggle,
.tapuListToggle:hover {
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -41px -74px !important;
	}

.tapuListToggle:hover, .tapuCalToggle:hover {
	opacity: 0.7;
}


.tapuListToggle:active,
.tapuListToggle:focus,
.activeListToggle,
.activeListToggle:hover {
	opacity: 1.0;
	outline: 0;
	border: 0 !important;
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -358px -74px !important;
}

.tapuCalToggle:active,
.tapuCalToggle:focus,
.activeCalToggle,
.activeCalToggle:hover {
	opacity: 1.0;
	outline: 0;
	border: 0 !important;
	background: transparent url(/site/templates/images/tapu/calsprite.png) no-repeat -317px -74px !important;
}

#search {
	margin-right: 65px;
	position: relative;
}

#search_query {
	margin-top: 2px;
	padding: 8px 6px;
	border: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 6px;
	box-shadow: inset 1px 1px 2px #555;
	background: #efefef;
	background: -webkit-linear-gradient(bottom, #f5f5f5, #e4e4e4);
	background: -moz-linear-gradient(bottom, #f5f5f5, #e4e4e4);
	width: 100%;
}

#search_submit {
	position: absolute;
	top: 0;
	right: -70px;
}

#search_submit:hover {
	text-decoration: underline;
}

.oldMonth {
	display: none;
}

.tapuOldToggle {
	color: #0089C4;
	text-decoration: none;
}

.tapuOldToggle:hover {
	text-decoration: underline;
	cursor: pointer;
}

#event .tapulogin {
	background: #f3f3f3;
	border: none;
	overflow: hidden;
}

.resultsHeader {
	margin-top: 40px;
	margin-bottom: 10px;
}