/* --------------------------------------------------------------
   
   Comédie de Reims - Global CSS
   
-------------------------------------------------------------- */

/* Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a { color:black; }
body a { color: inherit; }

a img { border: none; }

/* General
-------------------------------------------------------------- */

body {
	background:white;
	font-size:62.5%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	width:820px;
	margin:30px auto;

	border:70px solid #e2001a;
	
	/* For Browser that supports the mask */
	margin:100px auto;
	border-top:0;
	border-bottom:0;
}

#wrapper-inner {
	width:100%;
	overflow:hidden;
}

#countdown {
	font-size:1.8em;
	color:white;
	font-weight:bold;
	text-transform:uppercase;

	position:fixed;
	top:55px;
	z-index:69;
	width:100%;
}

#countdown-inner {
	width:780px; /* 820 - 20 * 2 */
	margin:auto;
}

#logo {
	position:fixed;
	margin-left:570px;
	top:110px;
}

/* Mask
-------------------------------------------------------------- */

#mask-top, #mask-bottom {
	position:fixed;
	z-index:49;
	width:100%;
}

#mask-top-inner, #mask-bottom-inner {
	width:960px; /* 820 + 70 * 2 */
	margin:auto;
}

#mask-top { top:0;  }
#mask-top-inner { border-bottom:70px solid #e2001a; }
#mask-top-inner-inner { padding-top:30px; border-left:70px solid white; border-right:70px solid white; }

#mask-bottom { bottom:0;  }
#mask-bottom-inner { border-top:70px solid #e2001a; }
#mask-bottom-inner-inner { padding-bottom:30px; border-left:70px solid white; border-right:70px solid white; }

/* Menu
-------------------------------------------------------------- */

#nav {
	position:fixed;
	z-index:89;
}

ul.menu {
	width:150px;
	margin-left:10px;
	margin-right:10px;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#e2001a;
	font-size:14px;
}

ul.menu li,
ul.menu > a {
	padding:5px 0;
	text-decoration: none;
}

ul.menu > a {
	display: list-item;
	padding:5px 0 5px 10px;
}

ul.menu li a,
ul.menu li strong {
	display:block;
	padding:0 10px;
	text-decoration:none;
}

ul.menu li strong span.encadre {
	border: 1px solid #e2001a;
	padding: 2px 5px;
	margin-left: -6px;
}

ul.menu li a span.encadre {
	border: 1px solid #e2001a;
	padding: 2px 5px;
	margin-left: -6px;
}

ul.menu li a:hover,
ul.menu > a:hover {
	/*text-decoration:underline;*/
	text-decoration: none;
}



#nav ul ul, ul#subnav {
	position:fixed;
	z-index:79;
	top:0;
	left:-1000px;
	color:white;
	background-color:#e2001a;
	border:10px solid black;
	/* looks better when menu is empty */
	min-height:50px;
}

ul.menu li.ghost {
	position:absolute;
	z-index:89;
	color:white;
	background-color:#e2001a;
	border:10px solid black;
	border-right:0;
}

ul.menu li.simple.ghost {
	border-right:10px solid black;
}

/* Just in case: IE etc .. */
#nav ul, #nav ul a { color:#e2001a; }
#nav ul li.ghost a, #nav ul ul, #nav ul ul a, ul#subnav, ul#subnav a { color:white; }

#nav .top-menu {
	height: 60px;
	width: 100px;
	font-size: 12px;
	padding: 20px;
	line-height: 14px;
}

#nav .top-menu span {
	display: block;
	padding-bottom: 6px;	
}

#nav .top-menu span a {
	color: #e2001a;
	text-decoration: none;
	font-weight: bold;
}

/* Main
-------------------------------------------------------------- */

#main {
	overflow:hidden;
	padding-top:10px;
	padding-left:170px;
	padding-right:10px;
	/*
	background:url(../images/grid.gif) top left repeat;
	*/
	padding-bottom:10px;
}

#main.page h1 {
	width:555px;
}

#main.page h1, #main.calendrier h1 {
	font-size:28px;
	font-weight:bold;
	padding:0 10px;
	text-transform:uppercase;
}

#main.article h1, #main.calendrier h1 {
	margin:10px 0 20px;	
	padding:0;
}

#main.article h1, #main.calendrier h1 {
	color:white;
	background:#e2001a;
	padding:10px;

	/* should not have a 100% width if not necessary */
	float:left;
	width:auto;
	max-width:525px;
}

#main.calendrier #content, #main.article #content {
	/* clear the floating h1 */
	clear:left;
}

/* Google search
------------------------------------------------------------------ */
#content td.gsc-branding-img,
#content td.gsc-branding-text {
	visibility: hidden;
}

#content table.gsc-branding {
	display: none;
}

#content input.gsc-input {
	height: 25px;
	font-size: 14px;
	width: 97%;
}


/* Address info, in the lower left corner of the frame
--------------------------------------------------------------------- */
#mask-bottom-inner-inner {
	position: relative;
}

#mask-bottom-inner-inner .vcard {
	position: absolute;
	top: -155px;
	left: 10px;
	text-transform: uppercase;	
}

#mask-bottom-inner-inner .vcard a.fn {
	display: block;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: #e2001a;
	text-decoration: none;
}

#mask-bottom-inner-inner .vcard a.pratique {
	text-decoration: none;
}

#mask-bottom-inner-inner .vcard .baseline {
	font-size: 9px;
	padding-bottom: 4px;
	display: block;
}

#mask-bottom-inner-inner .vcard .adr {
	font-size: 9px;
	/*text-transform: none;*/
}

#mask-bottom-inner-inner .vcard .adr .type {
	display: none;
}

#mask-bottom-inner-inner .vcard .adr .street-address {
	display: block;
}
#mask-bottom-inner-inner .vcard .adr .country-name {
	display: none;
}
#mask-bottom-inner-inner .vcard .ringring {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	display: block;
}
#mask-bottom-inner-inner .vcard .tel .type {
	display: none;
}
#mask-bottom-inner-inner .vcard .fax {
	display: none;
}
#mask-bottom-inner-inner .vcard .email {
	display: none;
}


/* Countdowns
----------------------------------------------------------------- */

#countdowns {
	position: relative;
	top: -45px;
	color: white;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	
}

#countdowns a {
	text-decoration: none;
	text-align: right;
	display: block;
	width: 800px;
	color: white;
}

/* Newsletter page, with MailChimp form
----------------------------------------------------------------- */
.newsletter .mc-field-group {
	display: block;
	padding: 10px;
	overflow: auto;
}

.newsletter .mc-field-group label {
	float: left;
	display: block;
	height: 20px;
	width: 120px;
	text-align: right;
	font-size: 13px;
	padding-right: 15px;
}

.newsletter .mc-field-group input {
	float: left;
	display: block;
	height: 20px;
	width: 200px;
	text-align: left;
}

.newsletter #mc-embedded-subscribe {
	margin-left: 145px;
}

.newsletter .indicate-required {
	text-align: right;
}

.newsletter .response {
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}