/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* GUINNESS - Created for the Association irlandaise de Paris - Mitternacht 2017 */

/* STRUCTURE */


#page  {
  
}

#top  {
  height: 350px;
  background: #367519 url(img/flickr_ireland_2.jpg) left 40%;
  position: relative;
}
#prelude  {
  padding: 0 0 0 50px;
}

#wrapper  {
  width: 1000px;
  margin: 3em auto;
  overflow: hidden;
}
#footer-content  {
  width: 980px;
  margin: 0 auto;
}
#footer-content div  {
  width: 296px;
  margin: 20px 15px;
  padding: 1em 0;
  float: left;
}

/* GENERAL LAYOUT AND TYPOGRAPHY */

body  {
  font-family: 'Slabo 27px', 'Roboto Slab', serif;
  color: #333;
}
p  {
  line-height: 140%;
}
a  {
  color: #367519;
}

h1, h2, h3, h4  {
  font-family: 'Abel';
  text-transform: uppercase;
}
strong  {
  font-weight: bold;
}
em  {
  font-style: italic; 
}
/* Banner */
#top h1  {
  padding: 240px 0 0 50px;
  font-size: 3em;
}
#top h1 a  {
  color: #fff;
}
ul#navbar  {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: #000;
  opacity: 0.6;
}
ul#navbar li  {
  display: inline-block;
  margin: 20px 0px 0 40px; 
  opacity: 1;
  font-size: 1.3em;
  font-family: 'Abel';
  text-transform: uppercase;
  color: #fff;
}
ul#navbar li a  {
  color: #fff;
}
ul#navbar li a:hover  {
  color: #fff;
  text-shadow: 0 0 7px #fff;
}
#prelude, #prelude a  {
  color: #ccc;
}

/* Main - Home */

#highlight  {
  width: 950px;
  height: 100%;
  margin: 0 0 2em 25px;
  position: relative;
  overflow: hidden;
  padding-bottom: 3em;
  border-bottom: 1px dotted;
}
#highlight img  {
  float: left;
  margin: 0 1em 0 0;
}
#highlight .post-short  {
  font-size: 1.3em;
  text-align: justify;
}
#highlight .post-short h3  {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-align: left;
}
#highlight .post-short a  {
  border-bottom: 1px dotted;
}
#highlight .post-short a:hover  {
  border-bottom: none;
}
#highlight .post-short-info  {
  font-size: 0.8em;
  color: #888;
  text-align: right;
  position: absolute;
  bottom: 2.65em;
  width: 100%;
  font-family: 'Abel';
  text-transform: uppercase;
}

#palette  {
  clear: both;
}

.door  {
  width: 450px;
  float: left;
  margin: 0.5em 25px 2.5em 25px;
  font-size: 1.1em;
}

.album  {
  width: 900px;
  float: left;
  margin: 0.5em 0px 2.5em 25px;
  font-size: 1.1em;
}
.album p  {
  margin-bottom: 0.5em;
  text-align: left;
}
.door h3, .dc-page h3, .album h3  {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.door img  {
  padding-bottom: 1em;
}
.door .post-short-info  {
  color: #888;
  margin-top: 1em;
  font-size: 0.8em;
  font-family: 'Abel';
  text-transform: uppercase;
}

/* Main - Category */

#content-info  {
  margin: 0 25px;
}

#content-info h2  {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#content-info p  {
  font-size: 1.3em;
  text-align: justify;
  margin-bottom: 0.65em;
} 
.door p a, .album p a, #content-info p a  {
  border-bottom: 1px dotted;
}
.door p a img, .door p a:hover, .album p a:hover, #content-info p a:hover  {
  border: none;
}
.post-short p  {
  text-align: justify;
}
#palette h2  {
  font-size: 2em;
  margin: 1.35em 0 0.5em 25px;
}
.dc-category img.firstpic  {
  position: relative;
}
div.galpic  {
  position: relative;
}
.galpic h3  {
  display: block;
  width: 90%;
  padding: 5% 5% 0 5%;
  height: 70px;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 2.5%;
  color: #fff;
}
blockquote  {
  margin: 0 0 1em 5em;
  border-left: 1px dotted;
  padding: 0 0 0 0.5em !important;
}
blockquote p, .post-content blockquote p  {
  margin: 0;
  padding: 0;
  font-style: italic;
}
p.pagination  {
  width: 100%;
  text-align: center;
  clear: both;
  font-family: 'Abel';
  text-transform: uppercase;
}

/* pour le blog */

#palette .post-date  {
  font-size: 0.7em;
  color: #666;
  margin: -0.5em 0 1em 0;
  font-family: 'Abel';
  text-transform: uppercase;
}
#palette .post-full  {
  text-align: justify;
}
#palette .odd  {
  clear: left; 
}


/* Page POST */

body.dc-post div.post  {
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

h2.post-title  {
  font-size: 2em;
  padding-bottom: 1.3em;
  color: #367519;
}

.post-content p  {
  font-size: 1.3em;
  text-align: justify;
  padding-bottom: 0.65em;
}

.post-content a  {
  border-bottom: 1px dotted;
}
.post-content a:hover  {
  border: none;
}

.post-content img.left  {
  float: left;
  padding: 0 0.5em 0 0;
}
.post-content img.right  {
  float: right;
  padding: 0 0 0 0.5em;
}
.post-content p.caption  {
  font-style: italic;
  color: #888;
  font-size: 1em;
}
.post-content h4  {
  font-family: 'Slabo 27px', 'Roboto Slab', serif;
  text-transform: none;	
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.65em 0;
}
.dc-post .post-content h3  {
  font-size: 1.5em;
  margin: 1em 0 0.5em 0;
}
.post-content ul  {
  font-size: 1.3em;
  line-height: 140%;
  margin: 0 0 0.65em 4em;
}
.post-content ul li  {
  list-style-type: square;
}
.post-content table  {
  font-size: 1.3em;
  margin: 0.65em 0 1.3em 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.post-content table th  {
  color: #367519;
}
.post-content table tr  {
  border-bottom: 1px dotted #ccc;
}
.post-content table tr td, .post-content table tr th  {
  padding: 0.4em 2em 0.4em 0;
}
.dc-post p.post-info  {
  text-align: right;
  color: #888;
  font-family: 'Abel';
  text-transform: uppercase;
}

/* Tunebook */

#palette h4  {
  margin: 0 0 0 25px;
  padding-top: 2em;
  font-size: 1.5em;
}

ul.tunelist, ul.songlist, ul.steplist  {
  margin: 2em 0 0 0;
  overflow: hidden;
}
ul.tunelist h5, ul.songlist h5, ul.steplist h5  {
  font-size: 1.3em;
  margin-bottom: 0;
}
ul.tunelist li  {
  display: inline-block;
  padding: 0;
  margin: 0 0 0em 25px;
  width: 300px;
  height: 5em;
  float: left;
}
ul.songlist li  {
  display: inline-block;
  padding: 0;
  margin: 0 0 0em 25px;
  width: 300px;
  height: 3em;
  float: left;
}
ul.steplist li  {
  display: inline-block;
  padding: 0px;
  margin: 0 0 0em 25px;
  width: 300px;
  height: 600px;
  float: left;
}

p.tunetags a  {
  font-size: 1em;
  font-family: 'Abel';
  text-transform: uppercase;
}
p.tunetags a  {
  color: #888;
}
p.tunetags a:hover  {
  border-bottom: 1px dotted;
}

div.Tunebook h2  {
  padding-bottom: 0.32em;
}
div.Tunebook img  {
  max-width: 800px;
}

ul.post-tags  {
  margin-bottom: 1.3em;
}
ul.post-tags li  {
  display: inline-block;
  padding-right: 1em;
  font-size: 1em;
  font-family: 'Abel';
  text-transform: uppercase;
}
ul.post-tags li a  {
  color: #888;
}
ul.post-tags li a:hover  {
  border-bottom: 1px dotted;
}
.dc-tag #content-info h2  {
   margin-bottom: 0.2em;
}
.dc-tag #content-info p  {
  font-size: 1em;
  font-family: 'Abel';
  text-transform: uppercase;
}
.dc-tag #content-info a  {
  color: #888;
}
.dc-tag #content-info a:hover  {
  border-bottom: 1px dotted;
}

/* Répertoire */

#content div.rep-mois  {
  padding: 25px 0 0 25px;
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
}  

#content div.rep-mois h3  {
  font-size: 1.5em;
  padding: 0 0 1em 0;
}  

#content div.rep-mois h4  {
  text-transform: none;
  padding: 0 0 0.8em 0;
  font-size: 1.2em;
  color: #367519;
} 

#content li.repertoire  {
  width: 300px;
float: left;
margin: 0em 25px 1em 0px;
font-size: 1.1em;
height: 190px;
border-bottom: 1px dotted;
}

#content li.repertoire p  {
  width: 290px;
  padding: 0 0 0.5em 0;
}
#content li.repertoire p.legende  {
  width: 290px;
  padding: 0.5em 0;
}

#content li.repertoire audio  {
  width: 290px;
  opacity: 0.9;
  padding: 0 0 10px 0;
}


/* Galeries */

div.html5gallery-elem-img-0 a div  {
  left: -5000px!important;
}
div.html5gallery-tn-title-0  {
  display: none;
}

/* Albums */

.post-short span.track  {
  font-size: 85%;
}

/* Footer */

#footer  {
  clear: both;
  background: #333;
  color: #ddd;
  overflow: hidden;
  margin-top: 0px;
}
#footer h4  {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#footer p  {
  margin-bottom: 1em;
}
#footer a  {
  color: #fff;
}
#pratique a  {
  border-bottom: 1px dotted;
}
#pratique a:hover  {
  border-bottom: none;
}
#footer #contact a  {
  font-family: 'Abel', sans-serif; 
  font-style: normal;
  border: none;
}

#map img  {
  padding-top: 0.5em;
}
#contact img  {
  width: 24px;
  height: 24px;
  margin: 0 4px -6px 0;
}
#footer #pratique p  {
  margin-bottom: 0.5em;
}
#footer p#logoesp  {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  clear: both;
}
#footer p#powered  {
  text-align: center;
  font-family: 'Abel';
  text-transform: uppercase;
  width: 100%;
  padding: 1em 0;
  clear: both;
}