/*
Theme Name: AC-Nucleus
Theme URI: http://www.afterconcept.com/wordpress/wordpress-theme-ac-nucleus/
Description: A WordPress theme with a similar look to the Nucleus default theme.
Version: 1.0
Author: Stephan van Diepen
Author URI: http://www.afterconcept.com/

This theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

For any questions or suggestions, contact me through this post:
http://www.afterconcept.com/wordpress/wordpress-theme-ac-nucleus/

If you use this theme, a link back to my site http://www.afterconcept.com would be appreciated.
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
	background: black  /*url(_images/bg.gif)*/;   
	font-color: black;
	font-family: /*"Lucida Grande",*/ "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 0px 0;
	margin: 0;

background-image: url(http://www.skulluks.be/wp-content/art/wp_header_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

h1,h2,h3,h4,h5,h6
{
    font-family: /*"Georgia", "Lucida Grande",*/ "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
        color: #bcaea1; /*bcaea1*/
}

h7
{
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #be551b;
}

ul
{
margin-left: 30px;
}

#sidebar ul
{
	padding: 0px;
	margin: 0px;
}

#sidebar li li{
list-style: none;
margin: 0px;
margin-bottom: 2px;
padding: 4px;
padding-left: 10px;
background: #a7978c;
}

#sidebar li h2
{
background: #5f4b42;
font-size: 13px;
font-weight: bold;
margin-bottom: 2px;
padding: 4px;
}



a:link, a:visited
{
	color: #654745;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

hr
{
  display: none;
}
/* 
---------------------------------------------------------
layout
---------------------------------------------------------
*/
#box
{
  width: 780px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
  background: #bcafa1;
}

#page                           /* volledige container */
{
  width: 780px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
  background: #bcafa1;
  /* border: 2px solid #000000;  */
}

#header
{
/* background: #635003; */
width: 780px;
height: 203px;
margin: 0;
/* border-bottom: 2px solid #000000; */


background-image: url(http://www.skulluks.be/wp-content/art/wp_header_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerimg                               /* hoofdtitel */
{
 /* font-size: 12pt;
  margin: 0 auto;
  text-align: right; */
  width: 600px;
  height: 203px;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

#headertitle
{
  font-size: 14pt;
  color: #be551b;
  margin: 0 auto;
  text-align: right;
  float: left;
  width: 180px;
  /* height: 120px; */
  padding-top: 40px;
  padding-bottom: 10px;

}

#header h1                               /* ondertitel */
{
  font-size: 10pt;
  margin-top: 20px;
}

#skulluks
{
  font-size: 14pt;
  color: #be551b;
  margin: 0 auto;
  text-align: right;
  float: left;
  width: 180px;
}


#content
{
  width: 580px;
  float: right;
}

#sidebarcontainer
{
   width: 180px;
   background: black;
}

#sidebar
{
  width: 180px;
  /* margin-right: 70%; */
}

#commentform                       /* was dat hier? */
{
width: 80%;
}

#footer
{
  background-color: #bcaea1;
  clear: both;
  padding-top: 2px;
  height: 20px;
  text-align: center;
  color: #5f4b42;
  border-top: 1px dashed #be551b;
}

#footer p
{
margin: 4px;
font-size: 9px;
}

p
{
margin: 10px;
}

div.post {
margin-top: 30px;
margin-right: 10px;
border-bottom: 1px dashed black;
}

div.description
{
font-size: 11px;
color: #be551b;
}

blockquote
{
  margin-left:10px;
  border: 1px solid #a7978c;
  padding: 5px;
  /*background-color: #e4d4c5;*/
}


ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #be551b;
  padding: 5px;
  background-color: #bcaea1;
}

ol.commentlist li.alt
{
  background-color: #bcaea1;

}

ol.commentlist a
{
  color: #333333;
}

#comments 
{
margin: 20px;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}


#searchform
{
  text-align: bottom;
  margin: 3px;
  margin-left: 0px;
}

#searchform input    /* search knop */
{
  width: 33%;
  height: 100%;
  border: 1px solid #000000;
  background-color: #bcafa1; 
}
#searchform #searchsubmit
{
  background-color: #bcafa1; 
  height: 100%;
}

#searchform #s
{
  width: 62%;
  height: 100%;
  background-color: #bcafa1;
}
/*
--------------------------------------------
text placement
-------------------------------------------- */
#img.right 
{ 
  padding: 4px; 
  margin: 0 0 2px 7px; 
  display: inline; 
}

#img.left 
{ 
  padding: 4px; 
  margin: 0 7px 2px 0; 
  display: inline; 
}

#alignright 
{ 
  float: right; 
}
#alignleft 
{ 
  float: left; 
}
