 /* benlaverriere.com */
/*  main stylesheet  */

* { margin: 0; padding: 0; color: black; background: transparent; font-family: 'Century Gothic','Verdana','Arial',sans-serif; }
body { background: #000000; font-size: 1em; min-width: 750px; height: 100%; }
div#wrapper { margin: 1em; background: #decd87 ; padding: 10px; }
div#header h1 a { text-decoration: none; }
div#header h1 a:link { border: 0; color: black; }
div#header h1 a:visited { border: 0; }
div#header h1 a:hover { color: white; }
div#header h1 a:active { border: 0; }
div#header h1#row1 { font-size: 2em; padding: 1em .4em 0 .4em; text-transform: uppercase; color: #decd87; background: #800000; font-weight: bold; }
div#header h1#row2 { font-size: 4em; padding: .2em 0 0 .1em; line-height: 100%; text-transform: uppercase; color: black; background: #00aad4; font-weight: normal; }
div#header h1#row2 span { text-transform: lowercase; color: white; font-size: .8em; }
div#header h1#row3 { font-size: 1.4em; padding: 0.4em; border-top: .6em solid #decd87; text-transform: uppercase; background: #800000; color: #decd87; }
div#content { float: left; width: 90%; }
div#footer { clear: both; background: #800000; padding: .4em; }
div#footer p { color: #decd87; }
img.left { float: left; width: 500px; clear: both; margin: 1em 1em 1em 0; }
p { clear: both; line-height: 1.5em; margin: 0.4em 0 0.6em 0; }
p * { color: inherit; }
li div { display: inline; }
a:link { text-decoration: none; color: #00aad4; }
a:visited { border-bottom: 1px dashed; text-decoration: none; }
a:hover { border-bottom: 1px solid; }
a:active { border-bottom: 0; }
form input, form textarea, form label { display: block; }
form textarea { font-size: 1.4em; border: 1px inset; padding: 0.3em; overflow: hidden; }
p#remain { font-size: 2em; line-height: 90%; }
ul, ol { padding: .2em 0 .2em 1em; }
ul li, ol li { list-style-position: inside; }
/*.triangle { font-size: 0px; line-height: 0%; width: 0px;
border-top: 50px solid pink;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: relative;
top: 50px;
}*/