/*  
Theme Name: ImpactCards.nl
Theme URI: http://www.wordpress.nl
Description: ImpactCards.nl Wordpress Thema
Version: 0.1
Author: Stephan van Diepen
Author URI: http://www.afterconcept.com
*/

*
{
  padding:0;
  margin:0;
}

body 
{
  background: #fbb728 url(images/background.gif) repeat-y;
  font-family: Arial, 'Trebuchet MS', Verdana, Sans-Serif;
  font-size: 76%;
}

img
{
  border:0px;
  clear:left;
}

#wrapper img 
{
  margin:10px;
}

#header
{
  background: url(images/header.jpg) no-repeat;
  height:295px;
}

#headerimg
{
  margin-left:29px;
}

#headerimg img
{
  margin-top:20px;
}

#headermenu
{
  margin-top:15px;
}

#headermenu ul 
{
list-style:none;
padding:0px;
}

li.page_item
{
  background:url(images/menu-bg.gif) no-repeat;
  display:block;
  width:296px;
  height:28px;
  margin-left:30px;
  margin-bottom:2px;
}

li.page_item a
{
  color:#fff;
  float:left;
  padding-left:30px;
  margin-top: 4px;
  font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
}

.page_item a:hover
{
  color:#000;
}

#wrapper
{
  margin-left:50px;
  width: 790px;
  overflow: hidden;
}

.narrowcolumn
{
  width: 58%;
  float: left;
}


.widecolumn
{
  width: 90%;
  float: left;
}

#postcontent {
width:700px;
margin-left:50px;
}

#sidebar
{
  width: 36%;
  margin-left: 60%;
}

#sidebar ul
{
list-style:none;
}

#sidebar li
{
}

.widget
{
list-style:none;
}

h2.widgettitle
{
font-size: 24px;
}

#sidebar a
{
color:#114466;
text-decoration: none;
font-size: 14px;
}

#sidebar a:hover
{
text-decoration: underline;
}

#footer
{
  margin-left:50px;
  clear: both;
}

hr
{
  display: none;
}

p
{
  margin-bottom:10px;
  margin-top:10px;
}

#respond {
margin-left: 50px;
}

form {
margin-left: 50px;
}

#comment {
width:500px;
}