/* -------------------------------------------------------------- 
   
   typography.css
   
	    COLORS
   ----------------------------
	 body bg						#222d2d
	 content bg					#1f2727
	 content column			#313939
	 text								#afb2b5
	 text header				#b6b891
	 text beige alt			#9d9d8d
	 text muted					#797f87
	 
	 
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
	 
   0.916em  = 11px
   1em      = 12px
   1.083em  = 13px
   1.167em  = 14px
   1.25em   = 15px
   1.333em  = 16px
   1.666em  = 20px

*/
 
body { 
  font-size: 75%;
  color: #afb2b5; 
  background: #222d2d;
  font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #b6b891; }

h1 {  }
h2 { font-size: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em;  margin-bottom: 1em; }
.side-content h3,
.galeries h3 { font-size: 1em; text-transform: uppercase; line-height: 1.333; }
.agenda-content h3 { font-size: 0.916em; text-transform: uppercase; line-height: 1.333; }
h4 { font-size: 1.5em; margin-bottom: 1em; }
h5 { font-size: 1.167em; margin-bottom: 1em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Links
-------------------------------------------------------------- */

a,
a:link,
a:visited { 
	color: #d0d4d7;
	text-decoration: underline;
}

a:focus, 
a:hover,
a:active { color: #efefd9; }


a:focus {
	outline: 1px dotted #b6b891;
}

.pictureHolder a {
	outline: none !important;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }

blockquote  { margin: 1.5em 0 1.5em 0.4em; color: #b6b891; font: 2em Georgia, "Times New Roman", Times, serif; text-indent: -0.4em; }
cite				{ font-style: normal; color: #afb2b6; text-transform: uppercase;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }

span.caption {
	display:block;
	text-align: right;
	padding: 0.1em 5px;
	margin-bottom: 1.5em;
	background: #1f2727;
	font-size: 0.916em;
	color: #636568;
}

span.dropcap {
	float: left;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0.1em 0 0;
	
}

span[lang=fr] {
	font-style: italic;
}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
