@charset "UTF-8";

body {
    text-align: left;
}

/* LINKS */
a:link,a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

/* GLOBAL DEFAULTS */
p,ol,ul,dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

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

h1 {
    font-size: 1.5em;
    padding: 0 6px 0 0;
    margin: 0 0 .2em 0;
}

h2 {
    font-size: 1.3em;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;;
    margin-top: 0;
}

h3 {
    font-size: 1.17em;
    margin: .8em 0 .3em 0;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 0.83em;
    margin: 1.5em 0 .5em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

li ul {
    margin-bottom: 0;
}

li,dt,dd {
    font-size: 1em;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 11px;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code,pre {
    font-family: "bitstream vera sans mono", monaco, "courier new", courier,
        monospace;
    background: inherit;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
}

/*
hr {
    clear: both;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
*/

/* TEXT STYLES & MODIFIERS */
abbr {
	border-bottom: thin dotted;
}
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.small {
    font-size: 11px;
}

.selected {
    font-weight: bolder;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help,p.help {
    font-size: 10px !important;
}

p img,h1 img,h2 img,h3 img,h4 img,td img {
    vertical-align: middle;
}

.quiet,a.quiet:link,a.quiet:visited {
    color: #999 !important;;
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.clear-none {
    clear: none;
}

.inline {
    display: inline;
}

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

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

/* mark external links */
a[href^="http"] {
	padding-left: 17px;
	background-image: url(../img/icons/external.gif);
	background-position: left center !important;
	background-repeat: no-repeat;
}

/* protect img tags */
a[href^="http"] img {
	padding-left: 0;
	background-image: none;
}

/* protect links marked with 'nomark' */
a.nomark[href^="http"] {
	padding-left: 0;
	background-image: none;
}

/* LINKS */
.addlink { padding-left:12px; background:url(../img/admin/icon_addlink.gif) 0 .2em no-repeat; }
.changelink { padding-left:12px; background:url(../img/admin/icon_changelink.gif) 0 .2em no-repeat; }
.deletelink { padding-left:12px; background:url(../img/admin/icon_deletelink.gif) 0 .25em no-repeat; }
a.deletelink:link, a.deletelink:visited { color:#CC3434; }
a.deletelink:hover { color:#993333; }

/* blocks */
.block {
	overflow: hidden;
	margin-bottom: 1em;
	width: 100%;
}

.block-body {
	padding: 0.2em;
}

.block-head {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.2em;
}

.small-text {
    font-size: 0.6em;
    font-weight: normal;
}

/* Tables */
table { width: 100%;}

/* reklamirane nekretnine */
#reklamirane-nekretnine .block-body img {
	margin-right: 10px;
}

