@charset "utf-8";
/* CSS Document */
/* Project: Poziv u družbi isusovoj */
/* Created By: Višeslav Racic */
/* Created On: 03.12.2008. */
/* Last Revision: 11/01/2010 */
/* ************************************ */

*{margin: 0;padding: 0;}

html {
	overflow-y: scroll;
	}

/* General styles */
body{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
	text-align:justify;
	background-image:url(images/backgroundTop2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#EFEFEF;
}

p{
	line-height:1.5em;
	margin:0 0 1em 0.5em;

}

h1{
color:#F7E5BD;
font-size:1.5em;
background:inherit;
padding-top:50px;
padding-left:130px;
margin-bottom:30px;
font-weight:400;
}

h2 {
color:#900;
font-size:1.2em;
margin: 9px;
font-weight:bold;
}

h3 {
font-size:1.1em;
margin: 9px;
font-weight:700;
}

img{
	border: none;
}

/******LAYOUT******/
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(images/headerTop2.jpg);
	background-repeat:no-repeat;
	height: 150px;
	width: auto;
	margin-top:0px;
	font-size: 30px;
	font-weight:bold;
}

#quote{
	width: 575px;
	padding: 10px;
	margin-left: 150px;
	color:#FFF;
	font-size:12px;
	float: left;
	}

#quote p {
	margin:0 0 0.2em 0.2em;
}
	
#search{
	width:180px;
	padding: 20 10 10 10;
	margin: 0px;
	text-align:right;
	color:#FFF;
	font-size:12px;
	float: right;
	}
	
#contentWrapper{
	width: auto;
	
}

#leftSide {
	width: 155px;
	float:left;
}

#maincontent{
	width:580px;
	padding-right:15px;
	padding-left:5px;
	color:#000;
	float: left;
	text-align:justify;
	}

#crumbs{
background:#eee;
padding:10px;
margin-left:5px;
}
	
#rightSide {
	width: 200px;
	float:right;
	text-align:left;
}

#footer {
background-color: #999;
width:100%;
float:left;
margin-top:15px;
padding-top:15px;
border-top:2px solid #eee;
text-align:center;
}

/*********** specijalni sitlovi */
.date{
	color:#999;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right:20px;
	text-align:center;
	font-size:9px;
	font-stretch:expanded;
	font-style:italic;
	float:right;
}

.desno{
	text-align:right;
	font-style:italic;
	}
	
.clear{
	clear:both;
}
	
/* Site Styles */
a {
color:#900;
text-decoration:none;
background:inherit;
}

a:hover {
color:gray;
background:inherit;
}

#maincontent ul {
list-style:none;
}

##maincontent li {
display:block;
height:25px;
}

#maincontent li a{
display:block;
padding: 2px 15px;
}

#maincontent li a:hoover{
color: #fff;
display:block;
padding: 2px 15px;
}

#topmenu ul {
list-style:none;
}

#topmenu li {
font-size:1em;
display:block;
height:27px;
background-color:#900;
}

#topmenu li a {
color:#FFF;
display:block;
padding: 4px 5px;
background-color:#900;
}

#topmenu li a:hover {
color: #600;
display:block;
padding: 4px 5px;
background-color:#FFF;}

#footer p {
	font-size: 0.8em;
	line-height: 1 em;
	color: #fff;
}

input.searchfield {
width:175x;
border:2px solid #ccc;
font-size:.9em;
padding:2px;
float: right;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:400;
font-size:.9em;
background:gray;
padding:3px;
margin:4px;
float:right;
}

input {
vertical-align:middle;
padding:5px;
}

.single {
width:180px;
float:right;
margin-left:10px;
}

#leftSide img {
	margin-bottom:2px;
	padding:3px;
	border:1px #CCC solid;
	}

#rightSide img {
	margin-bottom:2px;
	padding:2px;
	border:1px #999 solid;
	float:left;
	}


	
table{
	margin-left:2px;
}
	
tr{
	padding-bottom:0px;
	margin-bottom:0px;
	}


td {
	text-align:left;
	border-bottom:0px;
	vertical-align:top;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:85%;
height:10em;
padding:3px;
}

.comment {
color:gray;
border-top:1px solid #ccc;
background:#F5F6F6;
margin:0 0 10px;
padding:5px;
}

.commentsbox, .adminpanel {
color:gray;
background:#f4f4f4;
margin:0 0 0 5px;
padding:5px;
}


/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}

img {
	padding:4px;
	border:1px #fff solid;
	}
	
	

