/*
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-image:url(images/bg.jpg);
	background-repeat:repeat-x; 
	background-color: #535353;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
  font-family: font-family: Arial, Geneva, Helvetica, 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: #ffffff;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffffff;	
  text-decoration: underline;
}

hr
{
  display: none;
}

#page
{
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: #404040;
  border: 1px solid #1f1f1f;
}

#header
{
  background: url('images/header.jpg');
  width: 800px;
  height: 142px;
  position: relative;
}

#headimg
{
	top: 67px; 
	left: 130px; 
	width: 548px;
	height: 48px;
	position: absolute;
	float: left;
}

#header A 
{
	COLOR: #dddddd; 
	text-decoration: none;
}
#header A:hover 
{
	COLOR: #eeeeee; 
	text-decoration: none;
}

#header h1
{
  text-align: left;
  font-size: 3em;
  padding-top: 23px;
  padding-left: 310px;
}

#content
{
  width: 582px;
  float: right;
  background-image:url(images/mainbg.jpg);
}

#sidebar
{
  width: 215px;
  margin-right: 70%;
}

.sidebarnadpis
{
	top: 15px; 
	left: 25px; 
	position: absolute;
	float: left; 
  color: #f8f8f3; 
  font-weight: bold;
  font-size: 14px;
}
.sidebarnadpis2
{
	padding-top: 15px; 
	padding-left: 25px; 
  color: #f8f8f3; 
  font-weight: bold;
  font-size: 14px;
}
.sidebarbox
{
	top: 49px; 
	left: 40px; 
	position: absolute;
	float: left; 
  color: #f8f8f3; 
}

.sidebarbox2
{
	padding-top: 24px; 
	padding-left: 40px;
  color: #f8f8f3; 
}

#sidebarsearch
{
  width: 215px;
  height: 129px;
  background: url('images/sidesearch.jpg'); 
  position: relative; 
}

#sidebarcategory
{
  width: 215px;
  height: 210px;
  background: url('images/category.jpg'); 
  position: relative; 
}


#sidebararchive
{
  width: 215px;
  height: 110px;
  background: url('images/archive.jpg'); 
  position: relative; 
}

#sidebarnakup
{
  width: 215px;
  background: url('images/nakupbg.jpg'); 
  position: relative; 
}

#commentform
{
  width: 80%;
}

#footer
{
  background-image:url(images/footer.jpg);
  clear: both;
  height: 53px;
}

#footerbox
{
  padding-left: 600px;
  padding-top: 22px;
}

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

p
{
  color: #fffff2;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

div.post {
  margin-top: 30px;
  margin-right: 32px;
  margin-left: 15px;
  border-bottom: 1px dashed white;
}

div.description
{
  margin-left: 15px;
  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
{
  padding-left: 10px;
  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;
}