/*  
Theme Name: Triponte
Theme URI: http://www.triponte.com/
Description: Het thema voor triponte.com
Version: 1.0
Author: Coba de Wit
Author URI: http://www.reliefvormgeving.nl
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#fff url(images/bg.jpg) no-repeat fixed center top;
	color:#58483D;
	font:0.8em/160% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-bottom: 15px;
}

#container, #head, #footer, #container_content{width:855px; margin:0 auto}

#container {clear:left;}

#head {
	position:relative;
	height:360px;
	background: url(images/head.jpg) no-repeat center bottom;
}

#redarea {
	position:absolute;
	top:0px;
	left:20px;
	width:244px;
	height:265px;
	background: #db001b;
}

#logo {
	position:absolute;
	left:10px;
	top:12px;
}

#container_content {background: url(images/bg-page.gif) repeat-y left top;}

#sidebar{
	float:left;
	width:245px;
	padding: 30px 20px;
}

#content{
	float: left;
	width: 530px;
	padding: 30px 20px;
}

#container-homeblock{
	width:855px;
	clear:both;
	padding-top:30px;
}

#container-readmoreblock{
	width:855px;
	clear:both;
	margin-bottom:80px;
}

.homeblock {
	float:left;
	width:245px;
	padding: 0px 20px;
}

.readmoreblock {
	float:left;
	width:245px;
	padding: 10px 20px 0px;
}

.uitgelicht{
	width: 530px;
	padding: 10px 0px 15px;
	clear:both;
}



.uitgelicht-item-left, .uitgelicht-item-right{
	float:left;
	width: 245px;
}

.uitgelicht-item-left{padding-right:20px;}
.uitgelicht-item-right{padding-left:20px;}

#footer{
	position:relative;
	height: 10px;
	left: 0px;
	color:#666;
	font-size:95%;
	background: #db001b;
}


/*LISTS*/

ul{list-style: disc outside;margin-bottom:15px;}

ul li {margin-left: 30px;}

ul.mainnav{
	text-transform: uppercase;
	list-style: none;
	font: bold 0.85em/1.8em Arial, Helvetica, sans-serif;	
}

ul.mainnav li{
	margin-left: 0px;
	border-bottom: 1px solid #eee;	
}

ul.mainnav li a {
	display:block;
	text-decoration:none;
	background: url(images/bg-li-mainnav.gif) no-repeat left 3px;
	padding-left:18px;
	height:20px;
	margin-top:2px;
	margin-bottom:2px;
}

ul.mainnav li.current_page_item, ul.mainnav li.current_page_parent{
/*	background: url(images/bg-mainnav-active.gif) no-repeat left bottom;*/
}

/*HEADERS*/

h1, h1 a, h2, h2 a, h3, h3 a {
	font-weight: normal;
	color:#db001b;
	
}

h1{
	font-size:1.6em;
	padding-bottom:5px;
	line-height:100%;
	margin-bottom:15px;
	background: url(images/underline.gif) repeat-x left bottom;
}

h2{
	font-size:1.3em;
	margin-bottom:10px;
}

p{margin-bottom:10px}


p.edit{
	text-transform: uppercase;
	font: 0.85em Arial, Helvetica, sans-serif;
}

p.copyright{
	padding-top:15px;
	text-align:center;
	text-transform: uppercase;
	font: 0.7em Arial, Helvetica, sans-serif;
}

/*LINKS*/

a{text-decoration:underline;color:#58483D;}
a:hover {text-decoration:underline}

a img {border:none;}

a.readmore {
	display:block;
	width:104px;
	height:25px;
	background: url(images/btn-readmore.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 23px;
	text-align:center;
}

p.copyright a {
	color:#58483D;
	text-decoration:none;
}

a.nl, a.it, a.de {
	display: block;
	height: 17px;
	width: 26px;
	position:absolute;
	top:248px;
}

a.nl {background: url(images/flag-nl.gif) no-repeat left bottom;right:81px}
a.de {background: url(images/flag-de.gif) no-repeat left bottom;right:51px}
a.it {background: url(images/flag-it.gif) no-repeat left bottom;right:20px}

a.nl:hover, a.de:hover, a.it:hover {background-position:top;}

a.deactive {background: url(images/flag-de.gif) no-repeat left top;right:51px}

/*IMAGES*/

img.right-border,img.left-border, img.alignleft, img.alignnone, span.vvqbox {
	background:#fff;
	border:1px solid #ccc;
	padding:4px
}

img.right-border,img.right {
	float:right;
	margin:5px 0 5px 10px;
}

img.left-border,img.left, img.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.item{
	margin-bottom: 15px;
	clear: both;
}
