/*
Theme Name: Leiteq
Description: Leiteq Design
Version: 1.0
Author: Klaas van der Molen
Author URI: http://www.leiteq.nl
Tags: wordpress, theme
*/

.Boxcenter
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	heigth: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	
}

.Box
{
	margin-left: -420px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	overflow: visible;
	padding:0;
}


body 
{
  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #ffffff; /* url('images/body_bg.gif') top left repeat-x;*/
	margin:0;
	padding:0;
  line-height: 20px;
  color:#444;
}
h2 {
  margin-top:0px;
  font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
}
h3 {
  font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:normal;
}

img {
  border:0px;
}

p {
/*margin-top:0px;*/
}

strong {
color:#222;
font-weight:bold;
}


a, a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#555;
}
a:hover {
  text-decoration:none;
  font-weight:bold;
  color:#555;
}


#logo1 {
  position:absolute;
  background:transparent url(images/logo1.gif) no-repeat scroll 0 -2px;
  width:140px;
  height:55px;  
  top:0px;
  left:0px; 
  display:inline;
  border-bottom:1px solid #777;
}

#logo2 {
  position:absolute;
  background:transparent url(images/logo2.gif) no-repeat scroll 23px -2px;
  top:0px;
  left:140px; 
  width:658px;
  height:55px;
  border-bottom:1px solid #777;
}

#cMenu {
  height:100px;
  left:0;
  position:absolute;
  top:74px;
  width:135px;
}

#cMenu ul {
  list-style:none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 10px 0 0;
  padding:0;
  text-align:right;
    outline-style:none;
    outline-width:0;
}
#cMenu ul li{
  margin-bottom:5px;
}
#cMenu ul li a, #cMenu ul li a:visited {
  list-style:none;
  margin:0;
  padding:0;
  display:block;
  text-decoration:none;
    outline-style:none;
    outline-width:0;
}

#cContent {
  border-left:1px solid #777777;
  left:144px;
  padding-left:22px;
  padding-top:78px;
  position:absolute;
  top:0;
  width:635px;
  border-bottom:20px solid #FFFFFF;
}


.cPreview {
  float:left;
  height:180px;
  margin-bottom:30px;
  margin-left:0;
  margin-right:30px;
  width:180px;
}


.cPost {
}

.cPost a, .cPost a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#555;
}
.cPost a:hover {
  text-decoration:none;
  font-weight:bold;
  color:#555;
}

.cPost ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:0;
}

#cFooter {
  height:20px;
  width:800px;
}


.cThumb {
  float:left;
  margin-right:30px;
  border:0px solid #777;
}
/*----------------------SLIDESHOW---------------*/

#slideshow {
    position:relative;
    height:270px;
    width:630px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
