﻿/*
	Stylesheet for Cartamundia (cartamundia.be)

	Media:	screen
	Author: 	Tom Bevers
	Copyright: 	cvwarehouse.com <http://www.cvwarehouse.com>
*/

/*
	Reset
	@see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family:  "LucidaGrande", Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    margin:0;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    color: #57585C;
    background: white;
}
ol, ul
{
    line-height: 16px;
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/*
	Typography
*/

/*h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 10px;
}*/

h1
{
	font-size: 1.6em;/*child pixels / parent pixels = child ems --> 18px/12px*/
	color: #c11c3e;
}
h2
{
	font-size: 1.3em;/*16px/12px*/
	color: #4b4b4b;
	font-weight: bold;
	padding: 0 0 15px 0;
}
h3
{
	font-size: 1.08em;/*13px/12*/
	font-weight: bold;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	padding: 15px 0 0 0;
}
h5
{
	font-size: 1em;
	font-weight: bold;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}

#language
{
    line-height: 40px;
}
#language ul li a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #990000;
}

#navigation
{
    color: #999;
    line-height: 19px;
    text-align: center;
}
#navigation a
{
    color: #999;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover
{
	color: #636363;
}

#content
{
    background: #fff;
}
#content p, #content ul, #content ol
{
    margin: 0 20px 10px 0;
}
#content ul, #content ol
{
    padding-left: 30px;
}
#content ul
{
    list-style-type: disc;
}
#content ol
{
    list-style-type: decimal;
}

#footer
{
    color: #a0a0a0;
    line-height: 29px;
    text-align: center;
}
#footer a
{
    color: #a0a0a0;
}
a
{
	color: #c11c3e;
	padding-bottom: 2px;
}
a:focus
{
    border-color: #c2d3e4;
    outline-color: #000;
    outline-style: dotted;
    outline-width: 1px;
}

strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}

/*
	Basic layout
*/
#wrapper
{
    position: relative;
    margin: 0;
    width: 600px;
    float: left;
}
#language
{
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0;
}
#language ul
{
    float: right;
}
#language ul li
{
    float: left;
    margin: 0 12px 0 0;
}
#language ul li.last
{
    margin: 0 9px 0 0;
}
#header
{
    background: url('../img/playingcards.gif') no-repeat left top;
    width: 950px;
    height: 200px;
}
#navigation
{
    background: #333;
    height: 19px;
    margin: 0 auto;
    padding: 0;
}
#navigation ul
{
    display: inline;
    height: 19px;
    margin-bottom: 1px;
}
#navigation ul li
{
    display: inline-block;
    height: 19px;
    background: url('../img/topmenu_vline.png') no-repeat left top;
}
#navigation ul li a
{
    display: inline-block;
    padding: 0 5px 0 11px;
}
#navigation ul li a.last
{
    background: url('../img/topmenu_vline.png') no-repeat right top;
    padding-right: 10px;
}

#content
{
    padding: 40px 15px 0;
}
#breadCrumbs
{
    padding: 0 0 5px;
    background: url('../img/line_navpath.gif') no-repeat left bottom;
    width: 835px;
    margin: 0 0 10px;
}

#footer
{
    background: #990000;
    height: 29px;
    margin: 0 0 40px;
}

.spApp
{
    margin-top: 20px;
}

/*
	Powered By Button
*/

.poweredBy
{
    margin-bottom: 0px;
    margin-top: 10px !important;
}

/*
	Clearfix
	@see  http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
*/

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* close commented backslash hack */

.spontAppCM 
{
    margin: 15px 0 15px 0;
}

.jobList
{
    margin: 0 0 0 15px;
}

.NavStyling
{
    margin-top:20px;
}

.poweredByLink {
    float: right;
    text-decoration: none;
}

.poweredByLink span {
    font-size: 10px !important;
    margin: 10px 10px 10px 0 !important;
}
