/*
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: #ffffff url(images/bg.gif);
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

ul
{
margin-left: 30px;
}

#sidebar ul
{
	padding: 0px;
	margin: 0px;
}

#sidebar li li{
list-style: none;
margin: 0px;
margin-bottom: 2px;
padding: 4px;
background: #e7e7e7;
}

#sidebar li h2
{
background: #d5d5d5;
font-size: 13px;
font-weight: bold;
margin-bottom: 2px;
padding: 4px;
}



a:link, a:visited
{
	color: #009999;
	text-decoration: none;
}
a:hover, a:active
{
	color: #00ff99;
}

hr
{
  display: none;
}

#page
{
  width: 590px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #e0e0e0;
}

#header
{
background: #fcd21b;
width: 99%;
margin: 4px auto;
border-bottom: 4px solid #485659;
}

#headerimg
{
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  width: 85%;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 10px;
}

#header h1
{
  font-size: 2em;
  margin-top: 20px;
}

#content
{
  margin-left: 10px;
  width: 68%;
  float: left;
}

#sidebar
{
  width: 28%;
  margin-right: 70%;
  float: right;
}

#sidebar2
{
  width: 28%;
  float: right;
}

#sidebar2 ul
{
	margin: 2px;
	text-decoration: none;
	list-style       : none;
}

#sidebar2 ul li
{
	text-decoration: none;
	list-style       : none;
}

#sidebar2 ul li h2
{
	margin: 2px;
	padding: 5px;
	background-color: #dddddd;
	text-decoration: none;
	list-style       : none;
}

#sidebar2 ul li ul li
{
	margin-bottom: 2px;
	padding: 5px;
	background-color: #eeeeee;
	text-decoration: none;
	list-style       : none;
}

#commentform
{
width: 80%;
}

#footer
{
  background-color: #fcd21b;
  clear: both;
  margin-top: 30px;
  height: 35px;
  text-align: center;
}

#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;
}

blockquote
{
  margin-left:20px;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #efefef;
}


ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;

  padding: 5px;
  background-color: #efefef;
}

ol.commentlist li.alt
{
  background-color: #eeeeee;

}

ol.commentlist a
{
  color: #333333;
}

#comments 
{
margin: 20px;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}


#searchform
{
  text-align: center;
  margin: 5px;
}

#searchform input
{

  border: 1px solid #4A2C00;
  background-color: #eeeeee;
}

#searchform #s
{
  width: 50%;
  background-color: white;
}