/*
Theme Name: 32 Years
Theme URI: http://blog.urosevic.net/wordpress/32years/
Description: 32 Years tribute to Urke's birthday based on 960grid and 18px line height system
Tags: white, light, two-columns, right-sidebar, fixed-width, microformats, web20
Version: 1.3
Author: Aleksandar Urošević
Author URI: http://urosevic.net/

*/

@import url("960/reset.css");
@import url("960/960.css");
/* @import url("960/text.css");*/
/*@import url("http://fonts.googleapis.com/css?family=Lobster");*/

* { margin: 0; padding: 0; }
html {
   font-size: 62.5%;
   /* 16px x 62.5% = 10px */
}
body {
	color: #333;
	font-family: "Lucida Gradne", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/* 10px (reset) x 1.2em = 12px */
	line-height: 1.5em;
	/* 1.2em x 1.5 = 18px */
/*	margin-bottom: 1.5em;*/
	/* 12px x 1.5 = 18px = line-height */ 
	background: #e3e3e3;
}
p { font: inherit; line-height: 1.5em; margin-bottom: 1.5em; }
il, ol { margin-bottom: 1.5em; }
ul li ul, ol li ol, li { line-height: 1.5em; margin-top: 0; margin-bottom: 0; }
h2, h3, h4, h5, h6 { line-height: 18px; margin: 0 0 18px 0; padding: 0; display: block;
	font-family: /*Lobster, */"Lucida Gradne", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif; }

blockquote {
	background: #ffffc5 url(images/blockquote.gif) repeat-x top left;
	margin-bottom: 18px;
	border-left: 9px solid #FFFF88;
	padding: 18px;
	clear: both;
}
blockquote p:last-child { margin-bottom: 0; }
.wp-smiley { width: 15px; height: 15px; line-height: 18px; padding: 0; margin: -3px 0 0 0;}
code, pre {
	background: #fff url(images/box-bg.gif) repeat-x top left;
	color: #0187C5;
	padding: 8px;
	border: 1px solid #0187C5;
	font: normal 12px/18px "Luxi Mono", "Courier New", monospaces;
	margin: 9px 0;
	display: block; }
#top, #bottom { position: relative; background: transparent; }
#main { position: relative; background: #fff; border: 1px solid #ccc; padding: 9px 0;}

/* Page wrapper */
#page {
	background: transparent;
	color: #4d4d4d; }

/* Boxes */
.box {
	padding: 9px; /*(2 x 9 = 18)*/
	/*border: 1px solid #DEDBD1;*/
	background: #eee;/* url(images/box-bg.gif) repeat-x top left;
	margin-bottom: 17px; */
	margin: 0 0 18px 0; }
.widget {
	padding: 9px;
	background: #eee;
	margin-bottom: 1.5em;
}

/* Header */
#header {
	height: 108px; }
#header h1 {
/*font-family: Lobster, "Lucida Gradne", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;*/
	margin: 18px 0 0 0;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 8pt;
	color: #0187C5; }
#header p {
/*font-family: Lobster, "Lucida Gradne", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;*/
	position: relative;
	line-height: 18px;
	font-size: 18px;
	color: #0187C5; }
#header #search-form {
	float: right;
	margin-top: 2px;
	text-align: right;
width: 600px; }
#header #search-form form { float: right; margin-top: 5px;}
#header #search-form #s { width: 228px; }
#header #search-form input {
	color: #4d4d4d; }

/* Top Menu */
#topmenu {
	height: 36px;
	line-height: 18px; }
#topmenu ul {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	/*border-bottom: 1px solid #0187C5;*/
	height: 20px; }
#topmenu ul li {
	display: inline;
	margin: 0;
	padding: 0; }
#topmenu ul li a {
	margin: 0;
	padding: 2px 10px;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	background: #0187C5; }
#topmenu ul li a:link,
#topmenu ul li a:visited {
	color: #fff; }
#topmenu ul li.current_page_item a:link,
#topmenu ul li.current_page_item a:visited {
	background: #D51007;
	color: #fff; }
#topmenu ul li a:hover,
#topmenu ul li.page_item a:hover,
#topmenu ul li.current_page_item a:hover {
	background: #00AEEE;
	color: #fff; }

/* Content */
.featured {
	min-height: 234px;
	border-radius: 10px; }
.indx { min-height: 235px; background: transparent; }

img.attachment-thumbnail { float: right; clear: none; position: relative; margin: 0; margin-left: 9px }

.meta {
	border-top: 1px dotted #ccc;
	display:block;
	font-size: 0.9em;
	height: 18px;
	position: relative;
	bottom: 0; }
.meta .date { text-align: left; float: left; }
.meta .com { text-align: right; float: right; }
.meta .com a { /* comment icon */
	background: url(images/comment.gif) no-repeat left 4px;
	padding-left: 18px; }
.meta .com a.mild {
	background: url(images/comment-mild.gif) no-repeat left 4px;
	padding-left: 18px; }
.meta .com a.hot {
	background: url(images/comment-hot.gif) no-repeat left 4px;
	padding-left: 18px; }

h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
.featured h2 { font-size: 1.8em; }
.indx h2 { font-size: 1.2em; }
.single-post h2 {
	/*color: #0187C5;*/

	color: #fff !important;
	background: #0187C5;
	padding: 9px;
	text-shadow: #035D86 0 1px 0;
	border-radius: 10px;
}
.single-post {
	background: transparent;
	border-color: transparent !important;
	margin-bottom: 0;
}
#content ul, #content ol { margin-bottom: 18px; }

div.singlepostinfo {
	display: block;
	background: transparent /*#fff*/ url(images/info.png) no-repeat top left;
	padding-left: 58px;
	min-height: 54px;
	/*margin-top: 18px;*/
/*	padding-bottom: 18px;*/
}

.pagination {
	margin-bottom: 18px;
	display: block;
	min-height: 18px;
/*	background: #fff url(images/box-bg.gif) repeat-x top left;
	padding: 17px 10px;
	border: 1px solid #DEDBD1;*/
	text-align: center; }
.levo { text-align: left; float: left; }
.desno { text-align: right; float: right; }

/* Comments */
#comments { background: transparent; border-color: transparent; margin-bottom: 0; padding-bottom: 0; }
.comment { padding: 17px 10px; margin-bottom: 17px; }
.comment:last-child { margin-bottom: 0; }
.comment-avatar { float: left; font-size: 36px; font-weight: bold;}
.comment-content { margin-left: 60px; }
.comment-info { margin-bottom: 17px; line-height: 18px; }
.comment-info .author { padding-left: 20px; background: url(images/author.png) no-repeat top left; }
.comment-info .date { padding-left: 20px; background: url(images/date.gif) no-repeat 1px 3px; }
.box .comments-title { margin: 0 0 18px 0; line-height: 18px; }

#comments div.comment,
#comments div.author {
 	padding: 17px 10px 0 10px;
	border: 1px solid #DEDBD1;
	background: transparent; /*#fff url(images/box-bg.gif) repeat-x top left;*/
	margin-bottom: 17px; }
#comments div.author { 
	border: 1px solid #0187C5; }
/*#comments div.comment .prvi { margin-top: 17px; }*/
.pingback, .trackback { border-color: transparent!important; padding-top: 0!important; padding-bottom: 0!important; margin-top: 0!important; margin-bottom: 0!important; }
.pingback .comment-content, .trackback .comment-content { margin-left: 0; }
.pingback .comment-info { margin-bottom: 0!important; }
.trackback p, .pingback p { font-style: italic; color: #aaa; }

/* Comment Form */
#content #new-comment-form,
#new-comment-form fieldset p:last-child { margin-bottom: 0; }
form, fieldset { margin: 0; padding: 0; border: none; }
input, textarea {
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	background: #fff; }
input#submit {
	padding: 2px 10px;
	font-weight: bold;
	background: #0884C4;
	color: #fff;
	border-color: transparent;
	float: right;
	position: relative; }
textarea { padding: 10px; }
#commentform fieldset p small code {
	border: none;
	background: transparent;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	display: inline; }

/* Sidebar widgets */
#sidebar .pagenav { list-style: none; margin-left: 0; }
#sidebar .widget:last-child { margin-bottom: 0; }
#sidebar .widget { background: #eee; }
.widget h2,
#sidebar .widget h2,
#sidebar .widget h3 {
	color: #D51007; }
#sidebar .widget h2 {
	color: #fff !important;
	background: #D51007;
	padding: 4.5px 9px;
	text-shadow: #A30A05 0 1px 0;
	margin-bottom: 9px;
	font-size: 1.1em;
	border-radius-top-left: 10px;
	border-radius-top-right: 10px; }
.widget ul, .ppc ul {
	list-style: none;
	margin: 0;
	padding: 0; }
.widget li {
	text-shadow: #e5e5e5 0 1px 1px; }
#content ul li,
.widget ul li,
.ppc ul li {
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left top; }
#content ul li ul li,
.widget ul li ul li {
	background: url(images/bullet2.gif) no-repeat left top; }

/* Bottom bar w/ widgets */
#bottombar .widget {
	margin-bottom: 0 !important; }
#bottombar div {
	background: transparent;
	color: #000; }
#bottombar h2 {
	border-bottom: 1px solid #CCCCCC;
	font-size: inherit;
	font-weight:bold;
	padding: 0 0 3px;
	margin: 0 0 3px;
	color: #000; }
#bottombar ul li {
	font-size: inherit;
	background: none;
	padding: 0;
	margin: 0;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	height: 1.3em; }
#bottombar a { color: #000;}

/* Footer */
#bottom { margin-bottom: 0; }
#footer {
	color:#4D4D4D;
	font-size: 0.9em;
	line-height: 18px; /*1.18182em;*/
	margin: 9px 9px 0 9px;
	overflow:hidden;
	text-align:left;
	clear: both; }
#footer p {
	line-height: 18px; }

/* Links */
a { text-decoration: none; }
a:link,
a:visited { color: #0187C5; }
.widget a:link,
.widget a:visited { color: #D51007; }
a:hover,
.post a:hover,
.widget a:hover { text-decoration: underline; }

/* Ads in post */
.ads {
	background: #fff;
	height: 72px; 
	margin-bottom: 18px;
	text-align: center; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%; }

img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px; }

img.alignright {
	margin: 0 0 2px 7px;
	display: inline; }

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline; }

.alignright {
	float: right; }

.alignleft {
	float: left }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 6px;
	margin-bottom: 18px; }
.wp-caption.alignleft {
	margin-right: 8px; }
.wp-caption.alignright {
	margin-left: 8px; }
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none; }

.wp-caption p.wp-caption-text {
	font-size: inherit;
	line-height: 18px;
	padding: 0;
	margin-bottom: 8px; }

.yarr { visibility:hidden; position:relative }
.yarr span { cursor:pointer; position:absolute; bottom:0; right:0 }
.yarr img { vertical-align:-2px }
.comment:hover .yarr { visibility:visible }

.box, .widget, .comment {
	border-radius: 10px;
	border: 1px solid #E5E5E5; }
#main {
	border-radius: 20px;
	border: 1px solid #E5E5E5; }

.lid { text-shadow: #d3d3d3 0 1px 1px; color: #555; }

#header #search-form input {
	padding: 1px 10px;
	border: 1px solid #fff;
	color: #0e0e0e; }
#header #search-form .submit {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #d5d5d5;
	border-color: transparent;
	cursor: pointer; }
#header #search-form .submit:hover {
	background-color: #00ACF2;
	color: #fff; }
#wpt_inline {
	float: right;
	display: block;
	padding: 0 0 1px 10px;
	margin: 7px;
	font-size: 0.9em;
	position: relative; }
.wpt_inline a, .wpt_inline strong  {
	border-radius: 10px;
	background: #eee;
	padding: 0.0em 0.9em 0.1em 0.9em;
	margin-left: 5px;
	display: inline;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none; }

.wpt_inline a {
	background: #0187C5; }
.wpt_inline a:hover {
	background: #00AEEE; }
.wpt_inline strong {
	background: #D51007; }

.sociable ul li {
	background: none !important;
	padding: 0 !important;
}
/* navigacija za poeziju */
.pnavl, .pnavc, .pnavr {
	position: relative;
	width: 33%;
	float: left;
	margin: 9px 0;
	padding: 9px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3; }
.pnavl { text-align: left;
	 clear: left; }
.pnavl:before {	content:"← "; }
.pnavc { text-align: center; }
.pnavc:before, .pnavc:after { content: " ↑ "; }
.pnavr { text-align: right;
	 clear: right; }
.pnavr:after { content:" →"; }
