/*
Theme Name: Mangatrip
Description: Theme for mangatrip.rs website.
Author: gavra@arvag.net
Author URI: http://www.arvag.net/
*/

body { font-family:"lucida grande",tahoma,verdana,arial,sans-serif; background: #000; color: #444 }

a { color: #444; text-decoration: none; }
a:hover { color: #444; text-decoration: underline; }

/*
 * =NAVIGATION
 */

#top_nav{
	width: 890px;
	padding: 0 35px;
	margin: 15px auto 2px;
}

	#top_nav a{
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}

#navigation{
	width: 960px;
	margin: auto;
	color: #fff;
	background: #000;
	font-size: 12px;
}

	ul.level0{
		padding-left: 70px;
	}
	
		li.level0{
			float: left;
			margin-right: 40px;
			position: relative;
			padding: 10px 0;
		}
		
		li.last{
			margin-right: 0;
		}
		
		li.level0 h3{
			cursor: pointer;
			color: #fff;
		}
		
		li.level0 h3 a,
		li.level0 h3 a:hover{
			color: #fff;
		}
		
			ul.level1{
				position: absolute;
				top: 30px;
				left: 0;
				z-index: 9999;
				background: #000;
				color: #fff;
				padding: 5px;
				display: none;
			}
			
			li.evropske_destinacije ul.level1{
				width: 147px;
			}
			
			li.level0:hover ul.level1{
				display: block;
			}
			
				ul.level1 li.level1{
					margin-bottom: 5px;
					font-size: 14px;
				}
				
					ul.level1 li.level1 a,
					ul.level1 li.level1 a:hover{
						color: #888;
						font-weight: bold;
					}

table{
margin:10px 0;
}

form ul li{
list-style:none;
min-height:30px;
}

form ul li dt{
text-align:left;
float:left;
width:120px;
}

form ul li dt label{
padding:0 10px 8px 0;
}

form ul li dd{
float:left;
}

form ul li dd, form ul li dd span input, form ul li dd textarea{
width:300px;
}

form ul li dd{
margin:0;
}

.kontakt_dugme{
margin:10px 0 0 210px;
}

#content {
	width:580px;
	float:left;
	padding:0 10px 10px;
}
	
#left_sidebar{
	float:left;
	width:170px;
	padding-left: 10px;
}

#right_sidebar{
	float:right;
	width:180px;
}

.widecolumn .entry p {
	font-size: 12px;
}

.widecolumn {
	line-height: 16px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7;
	border: none;
}

small {
	font-size: 10px;
	line-height: 15px;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	text-align: center;
}

h2 {
	font-size: 16px;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-size: 12px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 12px;
	letter-spacing: 1px;
}

a, h2 a:hover, h3 a:hover {
	color: #000;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#page {
	text-align: left;
	background-color: #fff;
	margin: auto;
	padding: 10px 0 0;
	width: 960px;
}

#header {
	background:#000;
	height:159px;
	width:960px;
	margin: auto;
	padding: 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-bottom: 15px 15px 0 0;
}

#header a{
	background:url(static/manga_logo.png) no-repeat;
	width:330px;
	height:61px;
	display:block;
	text-indent:-9999px;
}

.narrowcolumn {
	float: left;
	padding: 20px 0;
	margin: 0;
	width: 509px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.entry{
	padding:0 10px 15px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 10px;
	margin: 0;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
}

h2 {
	margin: 0;
}

h2.pagetitle {
	margin-top: 0;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: auto;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* 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: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*
 * =FRONT PAGE
 */

ul.pocetna_pojedinacna_ponuda_container{
	margin-top: 20px;
}

li.pocetna_pojedinacna_ponuda{
	background: url(static/pocetna_pojedinacna_ponuda.png) no-repeat right bottom;
	float: left;
	width: 180px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

	li.no_margin{
		margin-right: 0;
	}
	
	li.pocetna_pojedinacna_ponuda h4{
		text-align: center;
	}
	
		li.pocetna_pojedinacna_ponuda h4 a,
		li.pocetna_pojedinacna_ponuda h4 a:hover{
			font-size: 16px;
		}
	
	li.pocetna_pojedinacna_ponuda ul{
		margin-top: 10px;
	}
	
		li.pocetna_pojedinacna_ponuda li{
			list-style: disc inside none;
			font-size: 10px;
		}
	
	li.pocetna_pojedinacna_ponuda a.read_more{
		position: absolute;
		bottom: 2px;
		right: 3px;
		color: #000;
	}

/* CUSTOM STUFF */
.left{
	float:left;
}
.right{
	float:right;
}
.clear {
	clear: both;
}
#dodatne_usluge{
	font-size: 12px;
}
#dodatne_usluge li{
	border:1px solid #D8D8D8;
	height:237px;
	margin-bottom:20px;
}
#dodatne_usluge li.left{
	width:323px;
	border-right:none;
}
#dodatne_usluge li.right{
	width:245px;
	border-left:none;
	text-align:center;
	padding:0 5px;
	position:relative;
}
#dodatne_usluge li.right a{
	bottom:0;
	color:#339900;
	left:0;
	position:absolute;
	width:255px;
}
#dodatne_usluge li.right a:hover{
	background:#FFFF19;
}
.preview{
margin:0;
padding:0;
}
.preview li{
	border:1px solid #EEEEEE;
	height:170px;
	padding:5px;
	list-style:none;
	width:275px;
	float:left;
}
.preview li > img{
margin:0 5px 5px 0;
width:103px;
}
.preview a{
text-decoration:underline !important;
}
.preview a:hover{
color:#FD4403 !important;
}
.pagelinks{
margin:15px 0;
}

#right_sidebar ul li{
margin-right:10px;
}

#left_sidebar ul li h2, #right_sidebar ul li h2 { color:#666; background:#FFB329; padding:2px; text-align:center; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
#left_sidebar .bottom, #right_sidebar .bottom { background:#FFB329; height:10px; margin-bottom:5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

#pojedinacna_ponuda_meni { background:#FC8205; padding:5px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	#pojedinacna_ponuda_meni ul { width: 306px; }
		#pojedinacna_ponuda_meni ul li { float:left; margin:0; padding:4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
			#pojedinacna_ponuda_meni li a{ color:#fff; text-decoration:none; text-transform:uppercase; }
	#pojedinacna_ponuda_meni h2 { margin:3px 5px; max-width:304px; width:auto; }

.entry h3{
margin:10px 0 10px;
}
.current{
background:#FD4403;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-bottom: 5px 5px 5px 5px;
}
#fbc_profile{
display:none;
}
.textwidget{
background:#f1ffd9;
padding:5px;
}
.textwidget p{
margin:0;
}
.pocetna_blok{
	border:1px solid #D5D5D5;
	padding:0 5px 5px;
	width:265px;
	height: 300px;
	margin: 0 0 5px;
}
ul.mangastyle li a{
	font-size:12px;
}
iframediv{
	display:none;
}
.mangastyle_dve_kolone{
	width:285px;
}
.mangastyle_tri_kolone{
	width:190px;
}

.mangastyle {
	padding-left: 10px;
	margin-top: 15px;
}

	.mangastyle li{
		margin-bottom:5px;
		font-weight:bold;
		list-style:none inside url("http://i44.tinypic.com/znljm0.png");
		float: left;
	}

		.mangastyle li a{
			text-decoration:none;
		}
		
		.mangastyle li a:hover{
			text-decoration:underline;
		}
	
.textwidget input{
	width:125px;
}

#video_materijal{
	list-style:none;
}

#video_materijal li{
	float:left;
	width:250px;
	height:250px;
	margin:0 20px 20px 0;
}

.pocetna_blok ul{
	margin:6px 0 0;
	padding:0;
	text-align:center;
}

.pocetna_blok li{
	list-style:none;
	font-size:13px;
	font-weight:bold;
	padding-top:2px;
}

.pretraga_widget { border-bottom: 1px solid #D5D5D5; padding-bottom: 9px; margin-bottom: 15px }

/*
 * =AKTUELNA PUTOVANJA
 */
h3.aktuelna_putovanja { text-align: center; border-bottom: 1px solid #D5D5D5; padding-bottom: 9px; margin-bottom: 10px }
#aktuelna_putovanja { font-size:12px; border-bottom: 1px solid #D5D5D5; padding-bottom: 9px; margin-bottom: 15px }
	#aktuelna_putovanja li { margin-bottom: 5px; font-weight: bold }
		#aktuelna_putovanja li a { color: red }
