

.clear-both
{
	clear:both;
}

.green
{
	color:green;
}

.header-html-area
{
	padding-top:15px;
	text-align:right;
	height:47px;
}

.home .header-html-area
{
	padding-right:40px;
}

.header-html-area p, .header-html-area img
{
	margin-bottom:0px;
}

/* Admin columns */

.column-thumbnail
{
	width:90px;
}


.column-infos
{
	width:300px;
}


.sidebar .widget, .sidebar-content .widget
{
	line-height:normal !important;
}

.madeleine-shows-widget .show
{
	margin-bottom:20px;
}

.madeleine-shows-widget .shows-container.togglable
{
	display:none;
}

.madeleine-shows-widget .shows-container.togglable.desktop-toggled
{
	display:block;
}

.madeleine-shows-widget .desktop-toggle-button
	{
		display:inline-block;
	}
	
	.madeleine-shows-widget .mobile-toggle-button
	{
		display:none;
	}

.madeleine-shows-widget img.show-poster
{
	width:90px;
	float:left;
	margin-right:10px;
	border:1px solid #efefef;
}

.madeleine-shows-widget .theater-name
{
	color:black;
	text-transform:uppercase;
	font-size:9px;
	font-weight: bold;
	margin-bottom:2px;
	line-height:9px;
}

.madeleine-shows-widget .show-name
{
	font-family:'GothamRounded-Bold';
	text-transform:uppercase;
	color:#cd1718;
	line-height:14px;
}

.madeleine-shows-widget .show-introduction
{
	color:black;
	font-family:'Verdana';
	font-size:9px;
	line-height:1.25em;
	margin-bottom:2px;
}

.madeleine-shows-widget .show-dates
{
	color:#cd1718;
	font-size:9px;
	font-weight:bold;
	font-family:'Verdana';
	margin-bottom:4px;
}

.madeleine-shows-widget .book-button, .madeleine-shows-widget .infos-button
{
	display:inline-block;
	text-decoration:none;
	font-family:'GothamRounded-Bold';
	color:white !important;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	background:black;
	padding:2px 5px;
	padding-top:4px;
	margin-right:3px;
}

.madeleine-shows-widget .infos-button
{
	background:#7f7f7f;
}

.madeleine-shows-widget .book-button:hover, .madeleine-shows-widget .infos-button:hover
{
	background:#cd1718;
}

/** Madeleine Social Widget **/

.madeleine-social-widget img
{
	vertical-align:middle;
	margin-right:4px;
	margin-top:-2px;
}

@media screen and (max-width: 1050px)
{
	
	.madeleine-shows-widget .desktop-toggle-button
	{
		display:none;
	}
	
	.madeleine-shows-widget .mobile-toggle-button
	{
		display:inline-block;
	}
	
	.madeleine-shows-widget .shows-container.togglable
	{
		display:none;
	}
	
	.madeleine-shows-widget .shows-container.togglable.desktop-toggled
	{
		display:none;
	}
	
	.madeleine-shows-widget .shows-container.togglable.mobile-toggled
	{
		display:block;
	}
}
