/*  
Theme Name: ZmajevoGnezdo.com
Description: tamna tema sprema za widgete
Author: Predrag Krstic
Author URI: http://www.zmajevognezdo.com/
Version: 1.0.0
Tags: dark blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
*/

/* --------------------------------------------------- Common --- */

html {
background: #06283a;
}
body {
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #06283a url(images/bg.png) top center repeat-x;
}
#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: transparent url(images/bgpage.jpg) top center no-repeat;
	padding-top:15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }


hr {
	color: #333;
	border: 1px solid #121212;
}
pre {
	height: auto;
	overflow-x:scroll;
	padding:5px;
	margin:5px 0;
	background: #eee;
	font: 11px "Courier New", Courier, monospace;
	color: #003366;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
dd {
	padding-left: 15px;
}

blockquote {
	background: #070707;
	border: 1px solid #060606;
	padding: 5px 15px;
	margin: 10px 10px 5px 15px;
	font-style: italic;
	color: #fff;
}
code {
	color: #3366cc;
	font-style: italic;
}
/* --------------------------------------------------- Horizontal menu --- */

.hmenu {
	height:30px;
}
.hmenu .l {
	background: url(images/tbl.png) left top no-repeat;
	float:left;
	height:30px;
	width: 4px;
}
.hmenu .r {
	background: url(images/tbr.png) left top no-repeat;
	float:right;
	height:30px;
	width: 4px;
}
.hmenu ul.menu {
	height:30px;
	text-align: center;
	background: url(images/tbm.png) left top repeat-x;
	float:left;
	width:952px;
}
.hmenu ul.menu li {
	float:left;
	height:30px;
}
.hmenu ul.menu li a {
	float:left;
	height:30px;
	line-height:30px;
	color: #ccc;
	padding: 0 10px;
	text-transform: lowercase;
}
.hmenu ul.menu li a:hover {
	color: #f90;
	text-decoration:none;
	xborder-bottom:2px solid #f90;
	background: url(images/tbm.png) repeat;
}
/* --------------------------------------------------- Header --- */

#header {
	padding: 0;
	margin: 20px 0;
}
#header .home {
	text-align:center;
}
#header .desc {
	color: #fff;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin: 0 auto;
	width: 500px;
}
/* --------------------------------------------------- Post content --- */

#content {
	margin:10px 0;
	overflow:auto;
}
#list {
	float:left;
	width: 615px;
	margin: 0;
	padding: 0;
}
.post {
	margin-bottom: 10px;
	padding: 10px;
	background: url(images/bg-trans.png) repeat;
	overflow:auto;
}
.post h2.title {
	font-size: 20px;
	color: #fff;
}
.post h2.title a {
	color: #f93;
}
.post h2.title a:hover {
	color: #fff;
}
.post p.meta {
	padding: 0;
	margin: 5px 0 10px 0;
	color: #bbb;
}
.post p.meta a {
	color: #9df;
}
.post p.meta a:hover {
	color: #f93;
}
.post .content {
	color: #ddd;
	overflow:auto;
}
.post .content a {
	color: #9df;
}
.post .content h3 {
	font-size: 16px;
	margin: 8px 0 4px 0;
	color: #fff;
	padding-bottom:4px;
	border-bottom:1px dotted #06c;
clear:both;
}
.post .content a:hover {
	color: #f93;
}
.post .content ul, .post .content ol {
	padding: 0 0 4px 0;
}
.post .content ul li,
.post .content ol li {
	list-style: disc outside;
	margin-left: 30px;
}

.post .content ol li {
	list-style: decimal-leading-zero outside;
}

.post .content ul, .post .content ol, .post .content p {
	padding: 0 0 4px 0px;
}
.post .links {
	overflow:auto;
	padding:10px 0;
	border-top:1px dashed #006699;
	margin-top:5px;
}
.post .links a {
	color: #9df;
}
.post .links a:hover {
	color: #f93;
}
.post .links div {
	font-style: italic;
	background: url(images/comments.gif) 2px center no-repeat;
	padding: 2px 2px 2px 18px;
	margin-right: 5px;
	color: #fff;
	float:left;
	height:16px;
	line-height:16px;
}

.post .links div.comments {background-image: url(images/comments.gif);}
.post .links div.more { background-image: url(images/more.gif); }
.post .links div.tags { background-image: url(images/tags.gif); }
.post .links div.linkpages { background-image: url(images/page_edit.png); }

#pagination {
	color: #fff;
	margin: 10px 0;
	height: 20px;
	text-align:center;
	padding: 7px;
	background: url(images/bg-trans.png) repeat;
}
#pagination a {
	color: #f93;
}
#pagination a:hover {
	color: #9df;
}
/* --------------------------------------------------- Post content --- */
#comment {
	background: url(images/bg-trans.png) repeat;
	padding: 15px;
	color: #fff;
}
#comment h3 {
	font-size: 16px;
	font-weight: normal;
	color: #f93;
	margin: 15px 0;
	padding: 0;
}
#comment a {
	color: #f93;
}
#comment a:hover {
	color: #9df;
}
#comment p {
	padding:0;
	margin: 7px 0;
}
ul.commentlist, ul.trackback {
	margin: 10px 0;
	font-size: 11px;
}
ul.commentlist li, ul.trackback li {
	margin: 10px 0;
	padding: 10px;
	background: #002030;
}
ul.commentlist li.alt {
	background: #06283A;
}
ul.commentlist li.cleared {
	background: transparent;
}

ul.commentlist a:hover {
	color: #eee;
}
ul.commentlist a.gravatar {
	float: left;
	margin: 0 15px 10px 0;
	width: 60px;
}
ul.commentlist .commentbody {
	margin: 0;
	padding: 0;
}
ul.commentlist .commentbody p a {
	text-decoration: underline;
}
ul.commentlist cite {
	font-size: 12px;
	font-style: normal;
	color: #ddd;
}
#comment .commentmetadata a,
ul.commentlist .commentmetadata a {
	color: #666;
}
ul.commentlist p {
	color: #ddd;
}
#respond {
	clear: both;
	margin-top: 15px;
}
textarea#comment {
	width: 450px;
	background: #fff;
	color: #111;
	padding: 10px;
}
#comment #submit {
	margin: 0;
}
#extrastuff {
	overflow:auto;
	padding: 10px;
}

#extrastuff a {
	color:#888;
	font-size:12px;
}
#extrastuff a:hover {
	color:#f93;
}
#extrastuff #rssleft {
	float:left;
	width:250px;
}
#extrastuff #trackright {
	float:right;
	width:180px;
	text-align:right;
}
/* --------------------------------------------------- Sidebar boxes --- */
#sidebars {
	float: right;
	width: 330px;
	color: #eee;
}
#sidebars .sidebarbox {
	background: url(images/bg-trans.png) repeat;
	padding: 8px;
	margin-bottom:10px;
}
#sidebar_full {
	padding: 0;
	margin: 0;
}
#sidebar_left {
	float: left;
	width: 160px;
}
#sidebar_right {
	float: right;
	width: 160px;
}
#sidebars h2 {
	margin: 0;
	font-size: 14px;
	color: #f93;
	border-bottom:1px solid #333;
	padding-bottom:8px;
	margin-bottom:8px;	
}
#sidebars table {
	width: 130px;
}
#sidebars li {
	font-size: 12px;
}
#sidebars li ul {
	padding: 0;
}
#sidebars ul ul li {
	margin: 0;
	padding: 0 0 2px 10px;
	color: #fff;
	background: url(images/bullet.png) left 5px no-repeat;
}
#sidebars a {
	color: #fff;
}
#sidebars a.comment-link {
	color: #999;
}

#sidebars a:hover {
	color:#f93;
}
#sidebars p {
	padding: 2px 0;
	font-size: 9pt;
	color: #eee;
}
#tag_cloud a {
	display: inline;
}
#sidebars ul.children li {
	border-bottom:none;
}
#sidebars ul.children {
	margin-bottom:0;
}
#sidebars .browser-list li{
	text-align:center;
	background-image:none;
	padding: 0 0 2px 0;
}
/* --------------------------------------------------- Welcome section --- */
#sidebars .welcome h2 {
	font-size: 16px;
	text-align:center;
}
#sidebars .welcome p {
	text-align:center;
	color:#ccc;
}
#sidebars .welcome a {
	color:#9df;
}
#sidebars .welcome a:hover {
	color: #f93;
}

#sidebars .welcome form {
	background: transparent; /* required for IE */
}
#sidebars .welcome .feedbox {
	border: 1px solid #ccc;
	padding: 2px 1px;
	width: 180px;
}
.submitbutton {
	margin: -5px 0 0 5px;
	background: #222;
	color: #fff;
	font-size: 11px;
	padding: 3px 6px;
	vertical-align: middle;
	border: 1px solid #333;
}
.submitbutton:hover {
	cursor: pointer;
	background: #444;
}
/* --------------------------------------------------- Footer boxes --- */
#footerbar {
	background: url(images/bg-trans.png) repeat;
	padding: 10px;
	color: #ddd;
	margin-bottom:10px;
	overflow:auto;
}
#footerbar .column1,
#footerbar .column2 {
	float: left;
	width: 295px;
	margin-right:10px;
}
#footerbar .column2 {
	margin-right:0px;
}
#footerbar .column3 {
	float: right;
	width: 320px;
}
#footerbar p {
	margin: 5px 0;
	padding: 5px 0;
}
#footerbar ul {
	list-style-type: none;
	margin-top: 5px;
}
#footerbar a {
	text-decoration: underline;
	color: #ddd;
}
#footerbar a:hover {
	text-decoration: underline;
	color: #6598b8;
}
#footerbar h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #dfdfdf;
	border-bottom: 1px dotted #444;
	margin: 0;
	padding: 0 0 2px 0;
}
#footerbar #searchbox {
	padding: 1px;
	width: 180px;
}
#footerbar li {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(images/more.gif) left 2px no-repeat;
}
/* --------------------------------------------------- Footer --- */
#footer {
	background: url(images/bg-trans.png) repeat;
	padding: 0 15px;
	overflow:auto;
	height: 40px;
}
#footer p {
	color: #bbb;
	padding: 0;
	line-height: 40px;
}
#footer img {
	vertical-align:middle;
}
#footer a {
	color: #bbb;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
	text-align: right;
}
/* --------------------------------------------------- Misc --- */

.highlight {
	color: #222;
	font-weight: bold;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}
/* --------------------------------------------------- SyntaxHighlihter --- */
.post .content div.dp-highlighter ol {
	list-style: decimal-leading-zero outside;
}
.post .content div.dp-highlighter ol li {
	margin: 0;
}