/**
 * 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-size: 14px; color: #4c4c4c; font-family: proximanova; }


/** selected text **/
/* ::selection {} */
/* ::-moz-selection {} */


/** paragraphs **/
p { line-height: 1.285; margin: 20px 0; }
address { line-height: 1.285; font-style: normal; margin: 20px 0; }
blockquote { line-height: 1.285; margin: 20px 0; }


/** links **/
a { text-decoration: underline; color: #3a5179; }
a:hover, a:focus { text-decoration: none; }
a:active { text-decoration: none; }
/* reset for block */
a.block { color: inherit; text-decoration: none !important; }
/* reset for block and vanilla */
a.vanilla { color: inherit; text-decoration: none !important; }


/** titles, will be usefull to have a class **/
h1, .h1 { margin: 0; font-size: 45px; font-weight: normal; color: #3a5179; }
h2, .h2 { margin: 30px 0 20px; padding: 4px 0 0; font-size: 30px; font-weight: normal; color: #3a5179; border-top: 1px solid; }
h3, .h3 { margin: 30px 0 20px; padding: 3px 0 0; font-size: 20px; font-weight: bold; color: #3a5179; border-top: 1px solid; }
h4, .h4 { margin: 30px 0 20px; padding: 2px 0 0; font-size: 16px; font-weight: bold; color: #3a5179; border-top: 1px solid; }
h5, .h5 { margin: 30px 0 20px; padding: 2px 0 0; font-size: 14px; font-weight: bold; color: #3a5179; border-top: 1px solid; }
h6, .h6 { margin: 20px 0; font-size: 14px; font-weight: bold; color: #3a5179; }


/** lists **/
ul, ol { margin: 20px 0; padding: 0 0 0 1em; position: relative; }
*:not(.vanilla) > li { margin: 5px 0; line-height: 1.285; } /* exclude vanilla */
ul { list-style: none; }
ul:not(.vanilla) > li:before { content : "_"; position: absolute; left: 0; z-index: 1; } /* exclude vanilla */
ol { padding: 0 0 0 1em; }
ol:not(.vanilla) > li:before {} /* exclude vanilla */
/* reduce margin in that cases */
p + ul, p + ol { margin-top: -15px; }


/** tables **/
table { margin: 20px 0; }
caption {}
th, td { padding: 10px; 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%; }
small { font-size: 85%; }
big { font-size: 115%; }

