/**
 * @section   : Global CSS
 * @project   : ...
 * @author    : Naam Developer <developer@e-sites.nl>
 * @media     : all
 * @version   : 1.1
 */

/* Reset CSS */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,
h4,h5,h6,html,label,li,ul,ol,p,pre,textarea,table,td,th {margin:0; padding:0; font-weight:normal;}

/* html + body element */
html,
body {background:#efefef;}
body {font:normal 62.5%/1.5 Arial, sans-serif; color:#1f1f1f;}

/* Headings */
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1, .h1 {font-size:160%;}
h2, .h2 {font-size:140%;}
h3, .h3 {font-size:140%;}
h4, .h4 {font-size:120%;}
h5, .h5 {font-size:120%;}
h6, .h6 {font-size:120%;}

/* Paragraphs */
p {margin:0 0 1.2em 0;}

/* Anchors */
a {color:#de053e; text-decoration:underline;}
a:focus, a:hover {color:#666;}
a:active {outline:none;}

/* Images */
img {border:none; margin:0; padding:0; display:block;}
a img {border:none;}

/* Lists */
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ul, ol {margin:0 0 1.2em 1.2em; padding:0 0 0 1.2em;}
li ul,
li ol {margin:0 0 0 1em;}

/* Semantic inline and block-level elements */
strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
address {font-style:normal;}
hr {background-color:#dadada; border-width:0; color:#dadada; height:1px; line-height:0;}

/* Standard horizontal list */
.horizontal {list-style:none; margin:0; padding:0;}
.horizontal li {position:relative; float:left;}

/* Alternative flash content */
.flashObjPlaceholder {display:none;}

/* Avoiding DOM flickering */
#hasJS .hideIfJS {display:none;}

/* Cross-browser styling form elements */
form {margin:1em 0; padding:0; border:none;}
form br {clear:left;}
fieldset {margin:0; border:none;}
legend {font-weight:bold; border:none; display:none;}

label {margin-top:0.9em; width:110px;}
label, .submit {cursor:pointer;}
.rightLbl {width:auto; margin:0.85em 1em 0 0.5em;}

input, select, textarea {width:220px; margin:0.5em 0 0 0; padding:0.5em; border:1px solid #ccc; color:#1f1f1f; font:1em Arial, sans-serif;}
select {height:29px; width:234px;}
textarea {height:100px;}
input[type=text]:focus, select:focus, textarea:focus {background:#ededed;}

.radio, .checkbox {position:relative; border:none; margin-top:1em; width:auto; height:auto; background:none; float:left;}
.submit {height:29px; padding:0; width:100px; position:relative; top:1px;}

/* Error message handling */
p.error {padding:10px; font-weight:bold; color:#f00; border:1px solid #f00; background:#fff0f0;}
p.succes {color:#285629; border:1px solid #285629; background:#c9e7ca;}
label.error {color:#f00; font-weight:bold;}
input.error {border:1px solid #f00;}

/* cleanUpContent fix */
.text-align-left {text-align:left;}
.text-align-right {text-align:right;}
.text-align-center {text-align:center;}
.text-align-justify {text-align:justify;}

/* Global classes */
.first {margin-left:0; padding-left:0;}
.last {margin-right:0; padding-right:0;}
.top {margin-top:0; padding-top:0;}
.bottom {margin-bottom:0; padding-bottom:0;}
.inline {display:inline;}
.center {margin:0 auto;}

.clear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}
.imgLeft {float:left; margin:4px 10px 4px 0;}
.imgRight {float:right; margin:4px 0 4px 10px;}

.strong {font-weight:bold;}
.emphasis {font-style:italic;}
.underline {border-bottom:1px solid;}

.noBg {background:none !important;}
.noMargin {margin:0;}
.noPadding {padding:0;}
.noIndent {margin-left:0; padding-left:0;}
.noBullet {list-style:none; list-style-image:none;}

