/**
 * Project style sheet.
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: styles.css 38 2014-08-22 15:38:29Z loops $
 */


/*** Defaults ***/

/* declare the default font and color here */
body { line-height: 1.231; font-family: roboto, sans-serif; font-size: 15px; color: #898989; }


/** selected text **/
/* ::selection {} */
/* ::-moz-selection {} */


/** paragraphs **/
p { line-height: 1.467; margin: 20px 0; }
address { line-height: 1.467; font-style: normal; margin: 20px 0; }
blockquote { line-height: 1.467; margin: 20px 0; }


/** links **/
a { text-decoration: underline; /* theme dependant /** / color: #d10e67; /**/ }
a:hover, a:focus { text-decoration: none; }
a:active { text-decoration: none; }
/* reset for block */
a.block { color: inherit; text-decoration: none !important; }
a.block:hover, a.block:focus { color: inherit; }
a.block:active { color: inherit; }
/* reset for block and vanilla */
a.vanilla { color: inherit; text-decoration: none; }
a.vanilla:hover, a.vanilla:focus { color: inherit; text-decoration: underline; }
a.vanilla:active { color: inherit; text-decoration: underline; }


/** titles, will be usefull to have a class **/
h1, .h1 { margin: 70px 0; font-size: 36px; /* theme dependant /** / color: #d10e67; /**/  font-weight: normal; text-transform: none; letter-spacing: 0; }
h1:after, .h1:after { content: ""; display: block; margin: 20px auto; width: 82px; height: 3px; background-color: currentColor; }
h2, .h2 { margin: 55px 0 20px; font-size: 22px; color: #111; font-weight: normal; text-transform: none; letter-spacing: 0; }
h3, .h3 { margin: 55px 0 20px; font-size: 14px; color: inherit; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
h4, .h4 { margin: 20px 0; font-size: 14px; color: inherit; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
h5, .h5 { margin: 20px 0; font-size: 14px; color: inherit; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
h6, .h6 { margin: 20px 0; font-size: 14px; color: inherit; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }


/** lists **/
ul, ol { margin: 20px 0; padding: 0 0 0 1em; }
*:not(.vanilla) > li { margin: 10px 0; } /* exclude vanilla */
ul {}
ul:not(.vanilla) > li:before {} /* exclude vanilla */
ol {}
ol:not(.vanilla) > li:before {} /* exclude vanilla */
/* reduce margin in that cases */
p + ul, p + ol { margin-top: -5px; }


/** tables **/
table { margin: 20px 0; }
caption {}
th, td { padding: 5px; font-size: inherit; }
th { text-align: left; }
thead > tr > th, thead > tr > td {}
tfoot > tr > th, tfoot > tr > td {}


/** miscellaneous **/
hr { margin: 20px 0; }
img { max-width: 100%; height: auto; }
iframe, object, embed, video, audio { max-width: 100%; }

