@import "/css/utrinki-misli.css";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A17461 url(../images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B1C0C7;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

input.text {
}

input.button {
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

h4 {
  margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style-position: inside;
}

ul li {
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}
/*
blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
} */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}
/*
img {
	border: 4px solid #000000;
} */

/* Header */

#header {
	width: 990px;
	height: 94px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #151F5D;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	color: #151F5D;
}
.image-header {
  text-align: center;
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	background: url(../images/img03.jpg);
}

#pagebg {
	background: url(../images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 612px;
	padding: 26px 20px 20px 46px;
	background: url(../images/img04.jpg) no-repeat;
}

.date_last_modifed {
  color: #6D9AC1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 20px 0px 20px 0px;
}

.post {
}

.post .title {
	padding-top: 20px;
	text-align: center;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
	text-align: center;
/*	text-transform: uppercase;  */
	color: #849AC1;
}

.post .meta a {
	text-decoration: none;
	color: #B1C0C7;
}

.post .meta a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 26px 46px 20px 26px;
	background: url(../images/img05.jpg) no-repeat;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #748AAF;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
}

#sidebar h4 {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/img07.jpg) no-repeat;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #CFA39D;
}

#footer a {
	color: #CFA39D;
}

/* li style by jani*/
LI.list1 {/*list-style: square inside; color:blue;*/ list-style-image:url("../images/arrow-3.gif");}
LI.glavni_meni {list-style:none;}     
LI.list2 {/*list-style: square inside; color:blue;*/ list-style-image:url("../images/arrow-3.gif");}
.seltext {color: #00FF00; font-weight: bold; font-size:9pt; /*font-variant:small-caps;*/ font-family:arial, helvetica;}  
.unseltext {color: #ECE5B6; font-weight: normal; font-size:9pt; font-family:arial, helvetica;}

/* li style SITEMAP by jani*/
LI.sitemap_k {/*list-style: square inside; color:blue; list-style-image:url("../images/arrow-3.gif");*/} 
LI.sitemap_p {list-style: square inside; color:blue;}
.kat a {font-weight: bold; font-size:9pt; text-decoration: none; font-family:arial, helvetica;}  
.podkat a {color: #ECE5B6; font-size:9pt; text-decoration: none; font-family:arial, helvetica;} 

.izmenjava_povezav {
  font-size: .85em;
	color: #CFA39D;
}

/* zadnje novice & priljubljena tematika by jani*/
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 11px;
}

.Post
{
	margin: 10px;
}


.PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #D5C870;
}


.PostContent a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.PostContent a:visited, .PostContent a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.PostContent a:hover, .PostContent a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #33FFFF;
}


.PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #3C4E58;
}

.Post ul li
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style-position: outside;
  list-style-image: url(../images/PostBullets.png);
  list-style-type: square;
  margin: 1px;
}

.Post ul 
{
  padding: 2px;
  text-align: left;
}

.tdpost
{
  width: 50%;
}
.rek {color: #ECE5B6; 
  font-weight: bold; 
  font-size:8pt;
  text-decoration: none;
  font-family:arial, helvetica;
  text-align: center;
  font-style:italic;
  line-height:20px;
  clear: both;
}
 
.rek_1 {color: #D5C870; 
  font-weight: bold; 
  font-size:10pt;
  text-decoration: none;
  font-family:arial, helvetica;
  text-align: center;
  line-height:20px;
  clear: both;
}
blockquote {
background:#5C3C3D;
border-left:10px solid #D5C870;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
width: 560px;
font: italic normal 12pt/1.2em Georgia;
color: #ECE5B6;
}
blockquote:before {
color:#D5C870;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
} 

/*LOUISE HAY*/
table.louise {border:0;} 
tr.rowlouise {border:0;} 
td.celllouise {border:0;} 
div.blocklouise {border:0;} 
div.paragraphlouise {padding: 0pt 15pt; text-align: justify; text-indent: 30pt; border:0;} 
div.paragraph1 {border:0;} .font0 { font:7.00pt "Bookman Old Style", serif; } 
.font1 { font:8.00pt "Bookman Old Style", serif; } 
.font2 { font:9.00pt "Bookman Old Style", serif; font-weight: bold;} 
.font3 { font:10.00pt "Bookman Old Style", serif; line-height: 12.96pt; } 
.font4 { font:11.00pt "Bookman Old Style", serif; } 
.font5 { font:12.00pt "Bookman Old Style", serif; } 
.font6 { font:17.00pt "Bookman Old Style", serif; } 
.font7 { font:13.00pt "Franklin Gothic Demi Cond", sans-serif; } 
.font8 { font:10.00pt "Times New Roman", serif; }

.tdtekst {
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	background-color: #BFCFFF;
	font-family:Arial, Helvetica, sans-serif; 
  font-size:90%;line-height:1.2em;
  padding: 5px;
  color: #000 !important;
}
.tdtekst1-li { text-align:left; vertical-align:top; font-weight:bold; font-family: Georgia, "Times New Roman", Times, serif; padding-left:10px;  background-color: #FFDFBF; color: #000 !important;
}
.tdtekst1-li p { text-align:left; vertical-align:top; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:100%;line-height:1.2em; font-style:italic; margin-top: -1px; padding: 5px; color: #000 !important;
}
.tdtekst1 { width:150; text-align:left; vertical-align:top; font-weight:bold; font-family: Georgia, "Times New Roman", Times, serif; font-size:90%;line-height:1.1em; text-transform: uppercase; background-color: #FFDFBF; padding: 5px; color: #000 !important;
}
.tdtekst1 p { text-align:left; vertical-align:top; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:100%;line-height:1.2em; font-style:italic; margin-top: -3px; padding: 5px; text-transform: lowercase; color: #000 !important;
}
.tdtekst2 { width:230; text-align:left; vertical-align:top; font-family:Arial, Helvetica, sans-serif; font-size:90%;line-height:1.1em; background-color: #FFBFDC; padding: 5px; color: #000 !important;
}
.tdtekst3 { width:230; text-align:left; vertical-align:top; font-family:Arial, Helvetica, sans-serif; font-size:90%;line-height:1.1em; background-color: #BFFFE4; padding: 5px; color: #000 !important;
}
.tdtekstabcd { text-align:left; vertical-align:top; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:18px; background-color: #BFCFFF; padding: 5px; color: #000 !important;
}
.tdtekstabcd2  { text-align:left; vertical-align:top; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background-color: #BFCFFF; color: #000 !important;
}
.tdtekstabcd3 { text-align:center; vertical-align:middle; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:12px; background-color: #BFCFFF; 
}
.tdtekstabcd3 a { text-align:center; vertical-align:middle; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:12px; color: #2E0B0F !important;
}
.tdtekst-empty { text-align:left; vertical-align:top; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; background-color: #fff; color: #000 !important;
}

#fixed_pagination {
    position: fixed;
	  top: 90px;
	  margin-left: -50px;
}

.pagination p a {
    border: 1px solid #626DD6;
    width: 16px;
    display:block;
    height: 16px;
    line-height: 16px;
    margin-top: -20px;
    padding: 1px 1px;
    font-weight:bold;
    text-align: center;
}

.pagination p a:hover,.pagination p a:active {
    background:none repeat scroll 0 50% #1168AD !important;
    color: #FFFFFF !important;
    text-decoration: underline !important; 
}

.pagination p a:link,.pagination p a:visited {
    background: none repeat scroll 0 50% #C2E7F9;
    color: #1168AD;
    text-decoration: none !important;
}
table.misli {
	border-width: 0.5px;
	border-spacing: 0.5px;
	border-style: outset;
	border-color: #DF8B31;
	border-collapse: separate;
	width: 610px;
}
table.misli td {
	border-width: 0.5px;
	border-style: inset;
	border-color: #DF8B31;
	-moz-border-radius: ;
}

/*  CSS ZA TAG_CLOUD START  */
#wrapper {
	width: 95%;
	text-align: center;
	
}
.tag_cloud {
  padding-left: 10px; 
  padding-right: 10px;
  text-decoration: none;
	font-family: verdana; 
  line-height: 100%
	
  }
/*.tag_cloud:link  { color: #ECE5B6; }
.tag_cloud:visited { color: #9900FF; } */
.tag_cloud:hover { color: #151B8D; background: #6A287E;}
/*.tag_cloud:active { color: #6699FF; background: #000000; } */

/*  CSS ZA TAG_CLOUD KONEC  */

/* Font-Sizer Specific Styling */
#fontsizer  { padding-top: 5px; }

.fsizer { } /* Container element */

.fsizer a { display: block; float: right; width: 20px;height: 20px; margin-right: 5px; text-align: center; text-decoration: none; cursor: pointer; letter-spacing: 0; }

.fsizer a#fs_sml { background:url(../images/icon_fontSizeDown.png); }
.fsizer a#fs_med { background:url(../images/icon_fontSizeNormal.png); }
.fsizer a#fs_lrg { background:url(../images/icon_fontSizeUp.png); }

.fsizer a.fsactive#fs_sml { background:url(../images/icon_fontSizeDownGreen.png); cursor: default; }
.fsizer a.fsactive#fs_med { background:url(../images/icon_fontSizeNormalGreen.png); cursor: default; }
.fsizer a.fsactive#fs_lrg { background:url(../images/icon_fontSizeUpGreen.png); cursor: default; }

.fsizer a:hover#fs_sml { background:url(../images/icon_fontSizeDownGreen.png); }
.fsizer a:hover#fs_med { background:url(../images/icon_fontSizeNormalGreen.png); }
.fsizer a:hover#fs_lrg { background:url(../images/icon_fontSizeUpGreen.png); }
