/*
Theme Name: c12
Theme URI: http://www.cave12.org/
	c12 v0.0.1

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Typography & Colors */

@font-face {
    font-family: 'lmroman'; /*lmroman8regular*/
    src: url('../../fonts/LMrom/lmroman8-regular.eot');
    src: url('../../fonts/LMrom/lmroman8-regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/LMrom/lmroman8-regular.woff') format('woff'),
         url('../../fonts/LMrom/lmroman8-regular.ttf') format('truetype'),
         url('../../fonts/LMrom/lmroman8-regular.svg#lmroman8regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lmroman'; /*lmroman8bold*/
    src: url('../../fonts/LMrom/lmroman8-bold.eot');
    src: url('../../fonts/LMrom/lmroman8-bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/LMrom/lmroman8-bold.woff') format('woff'),
         url('../../fonts/LMrom/lmroman8-bold.ttf') format('truetype'),
         url('../../fonts/LMrom/lmroman8-bold.svg#lmroman8bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lmroman';
    src: url('../../fonts/LMrom/lmroman8-italic.eot');
    src: url('../../fonts/LMrom/lmroman8-italic.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/LMrom/lmroman8-italic.woff') format('woff'),
         url('../../fonts/LMrom/lmroman8-italic.ttf') format('truetype'),
         url('../../fonts/LMrom/lmroman8-italic.svg#lmroman8italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* @group Generic */

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

html {
		color: #333;
		background-color: #fff;
		-webkit-text-size-adjust: 100%; 
		/* Prevent font scaling in landscape */
}

body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "lmroman", Courier, "Courier New", Consolas, monospace, sans-serif;
}

small,
.small	 {
	font-size: 0.9em;
	line-height: 1.5em;
}

.small-mono {
	font-size: 0.8em;
	font-family: "LMTypewriter10", Consolas, monospace, sans-serif;
}

b, strong,
h1, h2, h3 {
	font-weight: bold;
}

i, em {
	font-weight: normal;
	font-style: italic;
}

h1, h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

a,
.contenu div.art-sommaire strong {
color: #f80000;
color: #ce0000;
}

a:hover {
	color: #8d0000;
}

.fleft {
	float: left;
}

.cleft {
	clear: left;
}

.clear:before,
.clear:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear:after {
    clear: both;
}

.hidden {
	display: none;
}

.ul-unstyled {
	list-style: none;
	list-style-image: none;
}

.ul-horiz {
	margin-left: 0;
	padding-left: 0;
}
.ul-horiz li {
	display: inline;
}

img.puce {
	display: none;
}

/* @end */

  /* ----- LAYOUT ----- */

#page {
	text-align: left;
}


/* @group Header */

/* ----- HEADER ----- */

.header {
	margin: 0px;
	position: fixed;
	width: 100%;
	z-index: 15;
}

/* WP admin bar fix */

@media only screen 
and (max-width : 600px) {
	.logged-in .header {
		position: absolute;
		top:  46px;
	}
}

.site-title {	
	margin:0;
	float:left;
	font-weight: normal;
	color: #fff;
	width: 100%;
	padding: 0 0 10px 0;
	background-color: #313131;
	
}
.site-title a {
	text-decoration:none; 
	color:#000;
	color: #fff;
	padding:0 30px 0px 25px;
}

h1.site-title {
	font-weight: 300;
	font-family: 'lmroman';
}

h1.site-title,
.menu-link {
	font-size: 120%;
	padding-top: 0.2em;
}

.menu-link {
	position: absolute;
	right: 1em;
	top:  0px;
}
.menu-link a {
	color: #fff;
}

/* @end */

/* @group Accessibility */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f4f4f4;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #2d2a26;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* @end */

/* @group Mini-Cal */

.mini-cal {
	position: absolute;
	list-style: none;
	padding-right: 5.5em;
	padding-left: 0;
	overflow: hidden;
	max-height: 3.3em;
	margin-top: 0.2em;
	margin-left: 8em;
	font-size: 80%;
}

.mini-cal-box {
	border: 0px solid #666;
	text-align: center;
	margin: 0.4em;
	float: left;
	
} 

.mini-cal-box a {
	text-decoration: none;
	color: #333333;
	display: block;
	background: #fff;
	box-shadow: inset 0 0 8px rgba(172, 171, 171, 0.96);
}

.mini-cal-box a:hover,
.mini-cal-box a:focus {
	color: #a8a8a8;
}

.mini-cal-box a,
.mini-cal .current {
	min-width: 2em;
	height: 1.7em;
	padding: 0.3em;
}

.mini-cal .current {
	background-color: #ce0000;
	color: #fff;
}

/* @end */


/* @group CONTENU */

.contenu {
	padding-left: 0.7em;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	position:relative;
	clear: left;
}

.contenu h1 {
	margin-top: 0;
	color: #333;
}

.contenu h2.surtitre {
	font-size: 1.1em;
	padding:0;
	margin:0;
} 
.contenu #chapo {	
	padding:0px 0 1px 0;
	margin:0;
	max-width: 30em;
}
.contenu p.descr {
	padding:0;margin:0;
}

.description br.autobr {
	display: none;
}

.contenu .description p:first-of-type br {
	line-height: 2.25;
}

.contenu p {
	line-height: 1.25;
	max-width: 38em;
}
.contenu h3 {
	font-size:1.1em;
	margin:25px 0 10px 0;
} /* keeps with following P */

.contenu div.single,
.contenu div.surlignable {
	padding: 0 10px 10px 10px;
}

/* @end */

/* @group Date */

/* ----- DATE ------ */

.art-date {
	padding:10px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: inset 0 0 31px rgba(208, 208, 208, 0.61);
	font-size: 1.1em;
}

.art-date div {
	display: inline;
	margin-right: 0.4em;
}

.single-post .date-block,
.page_article .date-block {
		margin-top: 1em;
	}

/* styles for desktop */

@media only screen and (min-width : 740px) {

	.date-block {
		margin:10px 10px 0 10px;
		float: none;
		clear: none;
		position: absolute;
		z-index: 10;
	}
	
	.art-date 		{
		float:left;
		display: inline;
		position:relative;
		top:0px;
		left:0px;
		text-align:center;
		min-width: 80px;
		font-size: 1em;
	}

	.art-date div {
		display: block;
		margin-right: 0;
	}
	
	

	.single-post .date-block,
	.page_article .date-block {
		display: block;
	}
	.page_article .art-date {
		min-width: 5em;
	}

	.contenu.programme h2.surtitre {
		margin-top:10px;
	}

	.daynr {
		font-size: 3em;
	}

	.art-date .day, .art-date .month {
		font-size:0.9em;
	}

	

	.art-date .sup { /* superscript */
		font-size: 50%;
		margin: 0 -0.2em;
	}	

	.mini-cal-box .sup { 
		font-size:70%;
		vertical-align: super;
	}

	
}

.contenu .art-box {
	padding: 10px;
	width: 96%;
	float: left;clear:left;
	margin: 10px 0;
	border-color: #aaa;
	border-width: 4px;
	border-style: double;
}

.contenu div.art-box:hover{
	border-color: #ce0000;
}

.contenu .demain {
	background-color: #f2f2f2;
}

/* ---  DATES proches --- */

.contenu div.art-box.demain:hover {
	background-color: #efefef;
}

.contenu .demain div.art-date {
	background-color: #999999;
	-moz-box-shadow: inset 0 0 35px rgba(34, 34, 34, 0.49);
	-webkit-box-shadow: inset 0 0 35px rgba(34, 34, 34, 0.49);
	box-shadow: inset 0 0 35px rgba(34, 34, 34, 0.49);
}

.contenu .demain:hover div.art-date {
	background-color: #7a7a7a;
}
.contenu .demain div.art-date a {
	color: #444;
	color: #eee
}

.contenu .demain:hover div.art-date  a {
	color: #fff;
}

/* ---  DATES passees --- */
.contenu .recent div.art-sommaire a {
	color: #444;
	font-size: 0.9em;
}
.contenu .recent div.art-sommaire strong {
	color: #d00;
}

/* @end */

.intro-block {
	float: left;
	position: relative;
}

.contenu .intro {
	clear: none;
	position: relative;
	height: auto;
	padding-left: 10px;
	padding-top: 0.1em;
	color: #303030;
	z-index: 1;
}

.max-width,
.programme-txt,
.single .entry-content {
	max-width: 35em;
}
	
.programme-txt {
	position: relative;
	clear: left;
	float: left;
	margin: 10px 0px 0 0px;
	padding: 0px;
	line-height: 1.25em;
	max-width: 100%;
	}

.programme-txt p {
	padding: 0 10px;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}

/* @group Microformats */

h1.summary,
span.summary,
span.category,
span.dtstart {
	display: none;
}

/* @end */

/* @group Autres Concerts */

.autres-concerts {
	font-size: 0.85em;
}

.liste-concerts {
	margin: 0.5em 0;
	list-style-type: square;
}

/* @end */

.page-navigation {
	list-style: none;
    padding-left: 0;
}

.page-navigation ul {
	list-style-type: none;
	padding-left: 0.5em;
}