/* 
Theme Name: Burned
Theme URI: http://wpthemespot.com/
Description: <a href="http://wpthemespot.com/themes/burned/" title="Burned Theme">Burned</a> is a WP ThemeSpot Production.
Version: 1.1
Author: WP ThemeSpot
Author URI: http://wpthemespot.com
*/
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}
ul, ol 
{
	margin:1em;
	padding:0 2em;
}
h1,h2,h3,h4,h5,h6
{
 font-variant: small-caps;
/*	text-transform: uppercase; */
	letter-spacing: 0.2em;
}

body
{
	font-family: "Trebuchet MS", Verdana, Arial,Serif;
	font-size:small;
	font-size:10px;
	background-color: #000000;
	color: #444;
	font-size:0.76em;
}


a
{
	color: #667700;
	text-decoration:none;	
}

#primaryContent  a {
	color: #3F2109;
}


a:hover
{
	text-decoration: underline;
}
img 
{
	padding:1px;
	border:#996 1px solid;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
/* Outer */

#outer
{
	width: 778px;
	margin: 2em auto;
}

/* Header */

#header
{
	padding: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #000000 url(images/a1.jpg) top left no-repeat;
	height: 94px;
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover,#menu li.current_page_item a
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	/* z-index: -1; */
	background: #000000 url(images/a2.jpg) top left no-repeat;
	width: 778px;
	height: 98px;
}
#gor98{
	position: relative;
	top: -98px;
/*	border: 1px blue dashed; */
}



#content
{
	background: #000000 url(images/a3.jpg) top left repeat-y;
	
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.6em;
}

#content h2,h3,h4,h5,h6
{
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.3em;
}

#content ul, #content ol
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content .post ,#content form
{
	margin-bottom:3em;
}
#content .post h2 a 
{
	color:#3F2109;
}
#content .post-content{
	display: block;
}

#content .post-content a 
{
	border-bottom:1px dashed;
}
#content .post-content a:hover 
{
	text-decoration:none;
	border-bottom:1px solid;
}
#content .post-footer 
{
	padding-bottom: 0.2em;
	border-bottom: solid 1px #DFBF99;
	font-size:0.9em;
	display: block;
}
/* Primary Content */

#primaryContentContainer
{
/*	position: relative;
	z-index: 2;  
*/
	width: 100%;
	/*	border: 1px yellow solid ; */
}



#primaryContent
{
	/* margin-left mora biti toliko kot je sidebar širok + njegov margin! */
	margin: 0px 30px 0px 220px;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
/*	border: 1px red dashed; */
	width: 500px;
}




/* Secondary Content */

#sidebar
{
	float: left;
	width: 180px;
	margin-left: 40px;
	margin-top: 20px;
/*	border: 1px green dashed; */
	
}

/* IE6 Only */
* html  #sidebar
{
	float: left;
	width: 180px;
	margin-left: 15px;
	margin-top: 0px;
/*	border: 1px green dashed; */
	
}



#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul ul 
{
	margin:1em 0;
	padding:0 1em;
}
#sidebar ul ul ul
{
	margin:0.3em 0;
	padding:0 0.5em;
}
#sidebar form 
{
	margin:1em 0;
	padding:0 1em;
}
#sidebar h2 
{
	margin:0;
	padding:0;
	font-size:1.1em;
}
.widgettitle {
	margin:10px 0px 0px 0px;
}

/* Footer */

#footer
{
	clear: both;
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url(images/a4.jpg) top left no-repeat;
	text-align: center;
	margin-top: 98px;
}

.clear
{
	clear: both;
}
/**********Comments*********/
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #996;
	background:#fcfcfc;
	padding:5px;
	font-family:Verdana , Arial, Serif;
	font-size:0.9em;
}

input.textbox{
	border: 1px solid #996;	
	background:#fcfcfc;
	font-family:Verdana , Arial, Serif;
	padding:2px;
}
input.textbox:focus,textarea:focus
{
	background:#fff;
	border:#663 1px solid;
}
#content li .cmtinfo 
{
	font-size:0.9em;
	color:#996;
	margin:0;
	padding:5px;
	border-bottom:#996 1px dashed;
}

#content .cmtinfo cite
{
	font-size:1.1em;
	color:#663;
	font-weight:bold;
	font-style:normal;
}
#content ol.commentlist 
{
	margin:0;
	padding:0 1em;
}
#content ol.commentlist li 
{
	padding:0.5em 0;
	margin:0;
}

#content .commentlist img {
border:0;
}

#commentform
{
	background:#ffdbcc;
	margin:1em 0;
	padding:1em;
}
.nocomments 
{
	text-align:center;
	font-size:0.9em;
	color:#996;
}
.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}
.feed 
{
	background:url(images/feed.png) no-repeat left center;
	padding:0px 17px;
}
.commentsfeed 
{
	background:#ffdbcc;
}
#header, #content,#sidebar,#primarycontent, #footer, .widget {
    overflow: hidden;
}


#content #galerija a:link 
{

/* 124 = 120 (vi????ina slike) + 2 x 2px - padding dolo?????en spodaj  */

   height: 124px;
   display: block;
   text-align: center;
	border: 1px solid #a0a0a0;
}

#galerija {
	display: block;
	width: 500px;
	overflow: hidden ;
}

#content #galerija a:visited 
{
   height: 124px;
   display: block;
   text-align: center;
	border: 1px solid #a0a0a0;
}



#content #galerija a:hover 
{
   height: 124px;
   display: block;
   text-align: center;
	border: 1px solid #000000;
}

#content #galerija #empty a:link 
{

/* 124 = 120 (vi????ina slike) + 2 x 2px - padding dolo?????en spodaj  */

   display: block;
   text-align: center;
	border: 0;
}

#content #galerija #empty a:visited 
{
   display: block;
   text-align: center;
	border: 0;
}



#content #galerija #empty a:hover 
{
   display: block;
   text-align: center;
	border: 0;
}



#content #galerija img 
{
   border: 0;
	padding: 2px;
}


/* Gravatar Styling */


.gravatar {
	float:right;
	padding: 3px;
	border: 25px solid #909090;
	background: #fff;
	margin-top: -12px;
	margin-left: -14px;
	margin-right: 5px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}
/* End Gravatar Styling */


.pagebar {
        padding: 0.2em 0.5em;
        margin-right: 0.1em;
        margin-bottom: 1.0em;
        text-decoration: none;
}

.pagebar a,.pageList .this-page {
        border: 1px solid #3F2109;
        text-decoration: none;
        padding: 0.2em 0.5em;
	color: #3F2109;
}

.pagebar a:visited {
        border: 1px solid #3F2109;
        text-decoration: none;
        padding: 0.2em 0.5em;
}

.pagebar .break {
        padding: 2px 6px 2px 6px;
        border: none;
        text-decoration: none;
}

.pagebar .this-page {
        border: 1px solid #3F2109;
        padding: 0.2em 0.5em;
        font-weight: bold;
        color: #3F2109;
	background: #FFE1E9;
}

.pagebar a:hover {
        border-color: #FFFFFF;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
         color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.post .date{ float: left; width: 43px; height: 51px; position:relative; overflow:hidden; background: url(images/bg_date.gif) no-repeat; margin-right: 5px; }
.post .date .month{ color: #34160c; position: absolute; top: 0px; left: 9px; width: 25px; text-align: center; font-size: 11px; }
.post .date .day{ color: #857c78; position: absolute; top: 18px; left: 5px; width: 33px; text-align: center; font-size: 17px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:bold; }
.post .date .year{ display: none; }

	