/*  
Theme Name: BackpackRock2 magazine




/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background:#E1DDD9 url(images/bgr.jpg) repeat-x;
	color: #333;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited , a:active{
	color: #444;
	text-decoration:none
	}

a:hover {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 10px;
	padding:3px 6px;
	
	}

.post small {
	font-size: 10px;
	margin-left:28px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:3px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:3px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }

	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:890px;
	margin:0 auto;
	font-size:14px;
	padding: 0px 25px 35px 25px;
	background:url(images/lines.gif) repeat-y center top;
	}

#header {
	width:890px;
	height:200px;
	
	background:url(images/header.jpg) no-repeat center top;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


#sidebar {/*you guessed it: it�s the sidebar container*/
	width: 250px;
	float:right;
	padding:17px;
	background:url(images/) repeat-y center top;
	
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:285px;
	border-right:0px solid #b6b6b6;
	
	}
#leftcol h3 a { font-size:14px; border:0; color:#000; padding:0px; margin-top:10px;}

#leftcol, #rightcol {
	margin-top:2px;
	float:left;
	line-height:20px;
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:290px;
	padding:0px 10px 10px;
	color:#444;
	margin-left:4px;
	margin-top:-2px;
	
	
}
#rightcol a {color:#990000;}
#rightcol h3 {margin-bottom:15px; margin-top:10px;}
#rightcol h2 {margin-bottom:10px; font-size:14px; border:0; display:block; background-color:#000; padding:6px;}
#rightcol h2 a { font-size:14px; border:0; color:#fff; padding:0px;}
/*#rightcol img {
max-width: 100px;
width: expression(this.width > 100 ? 100: true);
}*/


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*kategorije*/
	list-style:none;
	margin:0px;
	padding:6px 6px 6px 20px;
	}

.subnav li a:link, .subnav li a:visited {
	padding-bottom:6px;
	display:block;
	text-transform:lowercase;
	font-size:18px;
	margin:0px;
	border-bottom: 0px solid #ccc;
	}
		
.subnav li a:hover, .subnav li a:active {
	
	color:#444;
	text-decoration:underline;
	
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0;
	list-style:none;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:4px;
	}
#fragment-2 ul li {
	margin:0;
	padding:10px;
	list-style-type:none;
	display:block;
	}
#sidelist .bullets li {
	list-style:none;
	margin-bottom:5px;
	
	margin-left:10px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

	
	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	text-decoration:none;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font: 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font-size: 14px;
	text-transform:none;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:12px;
	border-top:0px double #999;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

h3#respond {
	font-size:14px;
	border-top:0px solid #666;
	margin-top:25px;
	margin-left:40px;
	padding-top:20px
	}

h3#comments { margin-top:32px; margin-left:40px;}

h3 a:link, h3 a:visited, h3 a:active {
	color: #fff;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:600px;
	float:left
	}
#content h2 {font-size:24px; }
.bgrh2 {background: url(images/naslovi/contenth2.jpg) no-repeat left center; padding:20px; width:540px; display:block;}
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/) repeat-x;
	color:#444;
	padding:15px;
	border: 0px solid #ccc;
	margin-top:15px;
	
	}
	
.feature h3 {color:#000; font-size:14px; line-height:20px; text-transform:none;}
.pagetitle {margin-left:15px; border:0; font-size:24px;}
.post h2  {color:#000; font-size:18px; line-height:20px; text-transform:none; margin-left:18px; border:0;}
.post h2 a {color:#000; font-size:18px; line-height:20px; text-transform:none; margin-left:10px;}

.feature p, #rightcol p { margin:0; font-size:12px;	}

#leftcol img, #rightcol img {
	padding:2px;
	border:1px solid #999;
	background-color:#fff;
	}

#leftcol .feature {	margin-bottom: 5px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	margin:0;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #ddd;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding:5px 20px;
	text-align:justify;
	border-bottom:0px solid #eee;
	line-height:20px;
	
}
.entry a {text-decoration:underline; color:#990000;}
.entry a:hover {text-decoration:none; color:#990000;}
.entry img {margin: 0px 8px 5px 0; float:left; background-color:#fff;}
.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:none;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
    margin-top:20px;
	margin-left:20px;
	padding:20px;
	
	color:#444;
	}	
#tags a {color:#444; font-size:10px;}
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#searchform input {color:#444;  width:95px; font-size:11px; border:0px solid #ccc; background:url(images/naslovi/search_bgr.jpg) no-repeat left top; padding:8px;}
	

#searchform { 	padding:100px 55px 0 0; 	}

#searchform .button {
	padding: 0px;
	margin:0;
	background:#333;
	color:#fff;
	border:none;
	background:url(images/naslovi/search.jpg) no-repeat left top;
	font-size:10px;
	width:100px;
	height:25px;
	text-indent:-9999px;
	}

#sidebar .newsletterTextInput {width:120px;margin-left:6px; margin-top:15px;color:#444; font-size:11px; border:1px solid #ccc; background:url(images/letter_bgr.jpg) no-repeat center center; padding:5px;}

#sidebar .submit {
	padding: 6px;
	border:0px solid #ccc;
	color:#444;
	text-indent:-9999px;
	width:90px;
	background:url(images/letter_button.jpg) no-repeat center center;
	font-size:11px;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 40px;
	padding:4px;
	background-color:#E1DDD9;
	border:1px solid #C4B9B0;
	}

#commentform textarea {
	width: 480px;
	height:150px;
	margin-top:5px;
	margin-left:40px;
	padding:4px;
	background-color:#E1DDD9;
	border:1px solid #C4B9B0;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
/*.clearfloat {
	display:inline-block;
	}	
*/
.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	height:100px;
	font-size:10px;
	text-align:center;
	padding:20px;
	color:#444;
	background:url(images/) no-repeat left top ;
	}

#footer a {
	color:#444;
	}
	
#izdvojeno {
margin:0;
padding:18px;
background:url(images/naslovi/izdvojeno_bgr.jpg) repeat-y center top ;
border-top:0px solid #444;
color:#444;
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#izdvojeno img {border:1px solid #444; background-color:#444; padding:3px;}
#izdvojeno a {color:#990000; text-decoration:underline;}
#vise a {color:#990000;}
/*custom fields*/
.custom {
width:550px;
margin-top:45px;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
padding:0px;
border:0px solid #ccc;



}
.custom ul { list-style-type: none; padding:0; margin: 0px;  border-left: solid 0px #5D7E92; }
.custom li {
	margin:0;
	padding:0;
	list-style-type: none;
	display:inline;
	
	font-weight:normal;
	text-decoration:none;
	
	
}
.custom .post-meta { color:#444; font-size: 10px; }
.custom .post-meta a { text-decoration:underline; }
.custom .post-meta-key {color:#444; font-weight:bold; font-size: 10px; margin:0; padding:0; }
#newsletterLoading {margin-top:15px; color:#840000; font-style:italic; font-weight:bold;}


#sidebar .current-cat a {color:#990000; text-decoration:underline;}
#sidebar .current_page_item a { color:#990000; text-decoration:underline;}


#myspace {
	width: 250px;
	float:right;
	padding:2px;
	
	margin-top:20px;
	}
#myspace img {border:0;}
#rss {
	width: 74px;
	float:right;
	padding:0px;
	position:absolute;
	margin-top:0px;
	margin-left:640px;
	}
#rss img {border:0;}
/*naslovi*/
#featured {margin-top:29px; width:400px; height:61px; background:url(images/naslovi/featured.gif) no-repeat left top ;}
.newsletter {text-indent:-9999px;margin-bottom:0px; margin-top:10px; width:264px; height:42px; display:block; background:url(images/naslovi/newsletter.gif) no-repeat left top;}
.tags {text-indent:-9999px;margin-bottom:0px; margin-top:10px; width:264px; height:42px; display:block; background:url(images/naslovi/tags.gif) no-repeat left top;}
.arhiva {text-indent:-9999px;margin-bottom:0px; margin-top:10px; width:264px; height:42px; display:block; background:url(images/naslovi/archives.gif) no-repeat left top;}
.kategorije {text-indent:-9999px;margin-bottom:0px; margin-top:0px; width:260px; height:42px; display:block; background:url(images/naslovi/content.gif) no-repeat left top;}
.latestinterv {text-indent:-9999px;margin-bottom:0px; margin-top:0px; width:260px; height:42px; display:block; background:url(images/naslovi/interviews.gif) no-repeat left top;}
.latestreview {text-indent:-9999px; padding:0; margin-bottom:0px; margin-top:18px; margin-left:300px; width:260px; height:42px; display:block; background:url(images/naslovi/reviews.gif) no-repeat left top;}
.latestnews {text-indent:-9999px;margin-bottom:0px; margin-top:18px; width:260px; height:42px; display:block; background:url(images/naslovi/news.gif) no-repeat left top;}
.archive {font-size:11px; font-weight:normal;}
.archive a {border-left:0px solid #444; padding-left:4px;}
.video {
	background:url(images/tube.jpg) no-repeat center top;
	padding-top:65px;
	width:520px;
	margin-top:30px;
	text-align:center;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.navigation { font-size:12px; padding:10px; margin-left:20px;}
.datum {float:left; width:50px; height:30px; background-color:#990000; color:#fff; padding:8px; text-align:center;margin-left:45px;}
.opis {float:left; color:#444; padding:8px; text-align:center;margin-left:10px; margin-top:10px;}
#plusbanner{position:relative;float:right;top:60px;right:80px;display:block;width:88px;height:31px;}