/**
 * Stylesheet for Studio Globo
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <author@example.net>
 */
/**
 * = Global reset
 * ----------------------------------------------------------
 */
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img {
	border: none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	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;
}
small {
	font-size: 0.85em;
}
/**
 * = Structure
 * ----------------------------------------------------------
 */
body {
	font: 76%/1.4 Verdana,Arial,Helvetica,sans-serif;
	/* Body background in separate css files by color */
}
#container {
	width: 932px;
	margin: 0 auto;
}
#main {
	background: white;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	margin: 0 0 8px 0;
	padding: 30px 0 20px 0;
}
#content {
	width: 669px;
	padding: 0 72px 0 0;
	float: left;
	overflow: hidden;
}
/**
 * = Main typography
 * ----------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet;
	color: #7E698D;
}
h1, h2 {
	text-transform: uppercase;
}
p em {
	color: #7e698d;
	font-style: normal;
}
p {
	line-height: 1.4;
	padding-bottom: 17px;
}
h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1.9;
	padding: 0 0 0 15px;
}

h3, h3 a {
	font-size: 15px;
	padding: 0 0 8px;
}

h4 {
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 5px 0;
}



/**
 * = Header
 * ----------------------------------------------------------
 */
#header {
	position: relative;
}
#header h1 { /*image replacement of h1*/
	background: url(../images/logo.png) no-repeat 0 0;
	width: 176px;
	height: 212px;
	position: absolute;
	top: 27px;
}
#header h1.home { /* logo has different color on homepage */
	background: url(../images/logokleur.png) no-repeat 0 0;
}
#header h1 a {
	display: block;
	overflow: hidden;
	width: 176px;
	height: 212px;
	text-indent: -9000px;
}


/**
 * = Top navigation: home and contact links, language links
 * ----------------------------------------------------------
 */
#topnavigation {
	height: 27px;
	width: 100%;
	background: black;
	color: white;
	position: relative;
}
#topnavigation ul {
	float: left;
}
#topnavigation ul li {
	float: left;
	margin: 0 4px 0 0;
	font: 12px/1.2 "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
#topnavigation #language {
	position: absolute;
	right: 0;
}
#topnavigation #headerlinks {
	position: absolute;
	left: 0;
}
#language ul, #headerlinks ul {
	padding: 4px 22px;
}
#language a, #headerlinks a {
	color: white;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}
#headerlinks a:hover, #language a:hover {
	text-decoration: underline;
}
#headerlinks li.selected a {
	background: white;
	color: black;
}
#language li.selected a {
	background: #aabb30;
	color: white;
}
/**
 * = Header background picture
 * ----------------------------------------------------------
 */
/* Photo consists of two divs with backgrounds overlaying each other */
#photo {
	height: 70px;
	width: 100%;
}
#photo div {
	background: transparent url(../images/ribbel.png) no-repeat bottom center;
	height: 70px;
	width: 100%;
}
/**
 * = Tagline [mondiaal en intercultureel leren]
 * ----------------------------------------------------------
 */
#header p {
	text-indent: -9000px;
	position: absolute;
	width: 482px;
	height: 22px;
	top: 100px;
	left: 186px;
}

.nl #header p { background: url(../images/tagline_nl.gif) no-repeat 0 0; }
.fr #header p { background: url(../images/tagline_fr.gif) no-repeat 0 0; }
.en #header p { background: url(../images/tagline_en.gif) no-repeat 0 0; }
.es #header p { background: url(../images/tagline_es.gif) no-repeat 0 0; }

/**
 * = Main navigation
 * ----------------------------------------------------------
 */
#navigation {
	height: 80px;
	background: black;
	padding: 0 0 0 169px;
	margin: 0 0 8px 0;
}
#navigation ul {
	padding-top: 47px;
}
#navigation li {
	display: inline;
	background: url(../images/navseparator.gif) no-repeat top right;
}
#navigation li a {
	color: white;
	padding: 1px 10px;
	margin: 0 5px;
	line-height: 1.2;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li.last {
	background: none;
}
#navigation li.last a {
	padding: 0 20px;
}
/**
 * = Sidebar [left navigation, 2nd, 3rd, 4th level]
 * ----------------------------------------------------------
 */
#sidebar {
	width: 191px;
	float: left;
	background: url(../images/sidebardecoration.gif) no-repeat 11px 30px;
	padding: 52px 0 2px 0;
	font-size: 11px;
	overflow: hidden;
}
#sidebar ul {
	padding: 0 12px 18px 20px;
}
#sidebar ul ul {
	padding: 2px 0 14px 14px;
}
#sidebar ul ul {
	padding: 2px 0 2px 14px;
}
#sidebar ul li {
	font: 700 12px/1.4 Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding: 2px 0;
}
#sidebar ul li ul li {
	font: 300 12px/1.2 Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding: 1px 0;
}
#sidebar ul li ul li ul li {
	font: 300 11px/1.1 Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding: 1px 0;
}
#sidebar ul li a:link,
#sidebar ul li a:visited {
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}
#sidebar ul li.selected a {
	color: #FFF;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li.selected a:hover {
	text-decoration: underline;
}
#sidebar li.selected li a {
	background: none;
}
#sidebar li.selected ul li.selected a {
	color: #FFF;
	text-decoration: none;
}
#sidebar li.selected ul li.selected a:hover {
	text-decoration: underline;
}
#sidebar li.selected ul li.selected ul li.selected a {
	font-weight: 700;
	text-decoration: underline;
}
#sidebar li.selected ul li.selected ul li a {
	background: none;
}
/* Silhouette */
div.img_home {
	background: url(../images/sidebardecoration_bottom.gif) no-repeat 10px 0;
	padding: 40px 0 20px 0;
}
/* On homepage */
#sidebar div.box_indekijker {
	padding: 0 25px;
	margin-bottom: 7px;
}

#main #sidebar div.box_indekijker ul{
	margin: 0 0 0 13px;
	padding: 0;
}

#main #sidebar p {
	line-height: 1.4;
	padding-bottom: 10px;
}

#main #sidebar div.box_indekijker ul li{
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: square;
}

#sidebar h3 {
	font-size: 1.2em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
/**
 * =  Logos
 * ----------------------------------------------------------
 */
#logos {
	clear: both;
	width: 669px;
	padding: 0 0 20px 0;
}
#logos img {
	border: none !important;
}

#content #logos ul{
	list-style: none;
}

#content #logos ul li {
	list-style: none;
	float: left;
	margin: 0 15px 15px 0;
}

/**
 * = Welcome
 * ----------------------------------------------------------
 */
#welcome {
	width: 426px;
	float: left;
	padding: 0 33px 10px 0;
	font-size: 12px;
}
#welcome div.left {
	float: left;
	width: 114px;
}
#welcome div.right {
	float: right;
	width: 300px;
}
#welcome img {
	float: left;
	width: 108px;
}
/**
 * = Support
 * ----------------------------------------------------------
 */
#support {
	float: left;
	width: 205px;
}

#support ul li{
	list-style-type: square;
}

/**
 * = Blog
 * ----------------------------------------------------------
 */
#blog {
	clear: both;
	width: 669px;
	font-size: 11px;
	padding: 0 0 20px 0;
}

#blog .blogpost h2 a {
       text-decoration: none;
}

#blog .blogpost h3 {
	padding: 0 0 8px 0;
}
#blog .blogpost h3 a {
	font-weight: 700;
	font-size: 16px;
	color: #7e698d;
}
#blog a.archivelink {
	text-align: right;
	color: black;
	width: 100%;
	display: block;
}
#blog .blogpost div.meta {
	margin-bottom: 2em;
	color: #444;
}
#blog .blogpost p.meta {
	font-size: 10px;
	font-style: italic;
}
#blog .blogpost a.comments {
	background: url(../images/comment.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	font-style: normal;
	color: black;
}
#blog p.more {
	font-size: 1.2em;
}

div.blog_form input.input-textfield {
	width: 250px;
	border: 1px solid #704b70;;
}

div.blog_end{
	font-style:italic;
	margin-top: 16px;
}

dl.blog_comment{
	padding-bottom: 10px;
}

div.blog_comments dd.avatar,
div.blog_comments dd.avatar img{
	float: left;
}

div.blog_comments dt.comment_title{
	font-weight: bold;
}

div.blog_comments dd.avatar img{
	margin: 10px 10px 10px 0;
}

div.blog_comments dd.comment{
	padding-top: 10px;
}

div.blog_comments dd.author{
	font-style: italic;
	font-size: 0.9em;
	padding: 10px 0;
	border-bottom: 1px solid #dad0da;
}

dl.categories dt{
	margin-top: 10px;
}
dl.categories dd{
	padding-left: 10px;
}

table.datagrid{
	width: 670px;
	border: 1px solid #d1cad1;
	margin-bottom: 18px;
}

table.datagrid tr.rowHeader{
	height: 4px;
	background: #58415a;
}


table.datagrid tfoot tr td{

}

table.datagrid td{
	padding: 4px;
}

table.datagrid tr.rowOdd td{
	background: #d1cad1;
}

table.datagrid tr.rowEven td{
	background: #ffffff;
}

table.datagrid td a{
	color: black;
}

/**
 * = Links module
 * ----------------------------------------------------------
 */

div.linkswithincategory table,
div.linkcategories table {
	width: 100%;
}

div.linkswithincategory table td,
div.linkswithincategory table th,
div.linkcategories table td,
div.linkcategories table th {
	padding: 5px 0;
}

th.linkname {
	width: 20%;
}

td.linkdescription {
	width: 80%;
}

p.backlink {
	margin: 20px 0 10px;
	text-align: right;
	font-size: 11px;
}


/**
 * = Contact form
 * ----------------------------------------------------------
 */
form fieldset {
	padding: 10px 30px 10px 20px;
	border: 1px solid #DDD;
	width: 400px;
	background: #F5F5F5;
}
form fieldset legend {
	font-size: 11px;
	font-style: italic;
}
form label {
	font-size: 11px;
	color: #666;
	line-height: 1.4;
}
form dl {
	padding: 0 0 0 10px;
}
form dd {
	margin: 0 0  10px 0;
}
span.form-error {
	display: block;
	font: 500 12px "Trebuchet MS", Arial, sans-serif;
	color: red;
}
p.form-succes {
	font-weight: bold;
}
form input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}
form input.input-text,
form input.text {
	border: 1px solid #704b70;
	width: 250px;
	padding: 2px;
}

form .input-textarea{
	border: 1px solid #704b70;
}


form input.input-submit {
	width: auto;
}

form input.input-button{
	color: white;
	background-color: #704b70;
	border: none;
}


form textarea {
	width: 300px;
	min-height: 7em;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	max-width: 380px;
}

.required {
	color: #FF0000;
}

/**
 *
 * = Content
 * ----------------------------------------------------------
 */
#content ul {
	margin: 0 0 0.5em 1em;
	list-style-type: disc;
	list-style-image: url(arrow.gif);
	list-style-position: outside;
}
#content ul li {
	margin: 0 0.3em;
}

/**
 * = Footer
 * ----------------------------------------------------------
 */
#footer {
	height: 32px;
	background: black;
	clear: both;
	line-height: 32px;
	text-align: center;
	color: white;
}
#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 11px;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #DDD;
}
#footer ul li a:hover,
#footer ul li a:active {
	color: #FFF;
}
/**
 * = Image classes
 * ----------------------------------------------------------
 */
img.left {
	margin: 0 12px 8px 0;
	float: left;
}
img.right {
	margin: 0 0 8px 8px;
	float: right;
}
/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* More @IE stylesheets */