/*
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: #bbbbbb url('http://www.pandafuzz.com/images/dots.gif');
	color: #494949;
	font-family: Arial;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
}

small {
	font-family: Arial;
	font-size: 10px;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Georgia;
	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;

}

#sidebar li h2
{
background: #E0E0E0;
font-size: 13px;
font-weight: bold;
margin: 0px 0px 2px 0px;
padding: 4px;
}

a:link, a:visited
{
	color: #5c5c5c;
	text-decoration: none;
}
a:hover, a:active
{
	color: #8dc740;
	text-decoration: underline;     
}

hr
{
  display: none;
}

#page
{
  width:90%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}

#header
{
background: #fff;
width: 100%;
height: 50px;
overflow: hidden;
border-bottom: 1px solid #E0E0E0;
}

#headerimg
{
  height: 100px;

}

#header h1
{
  font-size: 4em;
  margin-top: 20px;
}

#content
{
  width: 70%;
  float: right;
}

#sidebar
{
  width: 30%;
  margin-right: 60%;
}

#commentform
{
width: 80%;
}

p
{
  margin: 10px;
}

div.post {
  margin: 10px 10px 10px 0;
  border-bottom: 1px dotted #dddddd;
  padding: 3px 3px 3px 10px;
}

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: left;
  margin:0;
padding:0;
}

#searchform input {
  border: 1px solid #E0E0E0;
  background-color: #eeeeee;
}

#searchform #s
{
  width: 70%;
  background-color: white;
}

#footer
{
  background-color: #E0E0E0;
  clear: both;
  height: 5px;
  padding: 3px;
}

#footer p
{
  margin: 4px;
  font-size: 11px;
}

.lcp_catlist {
line-height: 2em;
text-indent: 5px;
list-style-position: outside;
padding: 0;
}

#release {
no-repeat; height:395px;
margin: 5px;
border: 2px solid black;
}

#release a:link {
color: #222;
text-decoration: none;
}

#release a:visited {
color: #111;
text-decoration: none;
}

#release a:hover {
color: #eee;
text-decoration: underline; 
}


h1.release {
font-size:20px;
color: #000;
padding:5px 0 0 5px;
}

h2.release {
font-size:14px;
color: #000;
padding:0 0 0 5px;
text-transform: uppercase;
}

ul.lcp_catlist {
list-style: none;
margin-left: 5px;
padding-left: 1em;
text-indent: -1em;
}


div #hms {
padding: 5px; 
margin:5px; 
}

#hms-contain h1 {
font-size: 11px;
padding:0;
margin:0;
color: #555;
}

div .info {
padding: 5px;
}
