/*
Theme Name: Knjiga
Theme URI: http://www.wp-themes.divinedeveloper.com/
Description: 2-column wordpress theme, widget-ready, fixed-width, fully gettext. Original <a href="http://www.divinedeveloper.com/">Webbdesign</a> by Mladjo. Released under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my <a href="http://www.divinedeveloper.com/">Webbdesign</a> link under your footer.
Version: 1.0
Author: Mladjo
Author URI: http://www.divinedeveloper.com/
*/

/* ************** GENERAL RESET ************** */
* {
	margin: 0;
	padding: 0;
}
/* CLEARFIX */
.clearfix {
	clear:both;
}
body {
	color:#444444;
	font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size:75%;
	text-align:center;
	background:  #6390a6 url(images/background.gif) repeat-x;
	line-height:1.5;
}
a {
	text-decoration: none;
	color: #A70303;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
/* Use this if the image is at the top of the <p>. */

ul, ol, dl {
	margin: 0 0 1em 1em
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
blockquote, cite {
	margin: 0 0 1em 1.5em;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 1.5em 0 0 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
pre {
	font: 1em 'Courier New', Courier, monospace;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background-color:#E8F2FB;
	border: solid 1px #CADFEF;
	color:#444444;
	padding:10px;
	margin: 0 0 1em 0;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin: 1.4em auto;
}
th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #ddd;
}
th, td {
	padding: 4px 10px 4px 0;
}
tfoot {
	font-style: italic;
}
caption {
	background: #dfcb28;
}
/* Use this if you use span-x classes on th/td. */
table .last {
	padding-right: 0;
}
/* **************** CONTAINER *************** */
#header, #topnav, #content, #footer, #bottom  {
	clear:both;
}
#container {
	margin:0 auto;
	width:950px;
	text-align: left;
	overflow:hidden
}
/* **************** HEADER *************** */

#header {
	height:100px;
	background: transparent;
}
#header h1 {
	font-size:2.5em;
	line-height:1em;
	padding:35px 0 0 5px;
	margin:0;
}
#header h1 a {
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}
#header h1 a:hover {
	color:#CCC;
}
#header #desc {
	margin: 0 0 15px 15px;
	padding-left:50px;
	color:#fff;
}
/* **************** TOPNNAV *************** */
#topnav{
	background-color:transparent;
	border-top:3px double #fff;
	border-bottom:3px double #fff;
	margin:10px 0 10px 0;
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#topnav ul{
	list-style:none;
	margin:4px;
}

#topnav ul li{
	display: inline;
	padding:0 40px 0 0;
}

#topnav ul li a{
	color:#fff;
	text-decoration:none;
	border-bottom:0;
	background-image:none;
}

#topnav ul li a:hover{
	color:#CCC;
}
/* **************** END TOPNAV *************** */
#content {
	overflow:hidden;
	margin:30px auto 10px;
	width:770px;
	background:  transparent url(images/book.gif) repeat-y;
}
#top {
	background:transparent url(images/book-top.gif) no-repeat top left;
	height:10px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:770px;
}
#bottom {
	background:transparent url(images/book-bottom.gif) no-repeat top left;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:770px;
	clear:both;
	}
#main {
	width:auto;
	margin-left: 250px;
}
/* Search */

#searchform {
	float: right;
	margin: 0;
	padding: 4px 8px 0 0;
	position:relative;
}
#searchform fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
#s {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}
#searchsubmit {
	height: 20px;
	background: #b93f31;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 3px;
}
.rss {
	float:right;
	margin:0px;
	padding:35px 0px 6px;
	width:90px;
}
/* SIDEBAR */
#sidebar {
	float: left;
	width: 250px;
}
#sidebar h3 {
	margin:10px 30px 0 15px;
	border-bottom: 1px dotted #000;
	padding: 6px 6px;
}
#sidebar ul {
	margin: 0 0 15px 0;
	padding: 0 30px 0 15px;
	list-style-type: none;
}
#sidebar li {
	margin: 0;
}
#sidebar li strong{
	margin: 0;
	padding: 8px 8px;}
	
#sidebar ul li a {
	display: block;
	width: 190px;
	padding: 8px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar ul li a:hover {
	background-color: #6390a6;
	color: #FFF;
}
#sidebar ul li  a:hover img{
	background-color: none;
}
#sidebar .textwidget, #sidebar #calendar_wrap, #sidebar #tag_wrap {
margin:0pt 0pt 15px;
padding:0pt 30px 0pt 15px;}
/* POST */

.post {
	padding: 12px 8px 12px 30px;
	margin: 0 0 8px;
}
.post h2 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(images/h2.gif) no-repeat top left;
	width: 100%;
}
.post h2 a {
	padding: 0 12px;
	line-height: 40px;
}
.post h2.pagetitle {
	text-align: center;
	padding: 6px 0;
}
.post .entry, .post .entrytext {
	padding:5px 12px 5px;
}
.postmetadata {
	padding: 5px 12px 0;
	clear: right;
	}
.time, .category, .comment, .tags, .commenter, .author {
	padding: 0 10px 0 20px;
	}
.time {
	background: url(images/calendar.gif) no-repeat 0 .2em;
	}
.category {
	background: url(images/folder.gif) no-repeat 0 .1em;
	}
.comment {
	background: url(images/comment.gif) no-repeat 0 .1em;
	}
.tags {
	background: url(images/tags.gif) no-repeat 0 .2em;
	}
.commenter, .author {
	background: url(images/commenter.gif) no-repeat 0 .1em;
	}
.edit {
	padding: 0 0 0 20px;
	background: url(images/edit.gif) no-repeat 0 .1em;
	}
.more {
	padding: 0 20px 0 0;
	background: url(images/more.gif) no-repeat right .2em;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	text-align: left;
	}
.post p {
}
code {
	font-family: "Courier New", Courier, monospace;
}
.post ul, .post ol {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1em;
}
.post ul li, .post ol li {
	background-image: url(images/ullibullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
.center {
	text-align: center;
}
/* FOOTER */
#footer {
	padding: 0 0 25px 0;
	margin: 0 auto;
	background: url(images/footer.gif) repeat-x left bottom;
}
#footer p {
	text-align: center;
}
/* images */

img.floatleft {
	float: left;
	padding: 6px 8px 4px 0;
}
img.floatright {
	float: right;
	padding: 6px 0 4px 8px;
}
/* alignment classes */
.alignleft {
	text-align: left;}
.alignright {
	text-align: right;}
.navigation {
	padding: 0 24px 10px 24px;
	margin: 0;
	}
.previous {
	float:left;
	width:47%;
}
.next {
	float:right;
	text-align:right;
	width:47%;}
/* comments */
#comments-template {
	clear:right;
	padding: 3px 12px 0 30px;
	margin: 15px auto 20px;}
#commentform textarea {
border:1px dotted #b93f31;
margin-top:10px;
padding:5px;
width:96%;}
#commentform input {
}
#commentform #submit{
	height: 20px;
	background: #b93f31;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 3px;}
.commentlist li {
	margin:10px 0pt;
	list-style: none;}
.commentlist cite, .commentlist cite a {

}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
.commentmetadata {
	padding: 0;
}

.alt {
	padding:5px;
	border-bottom:1px solid #b93f31;
	border-top:1px solid #b93f31;}
.commentlist {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	