﻿/*
Theme Name:		Reflektor
Theme URI:		http://reflektor.si
Description:		Tema Reflektor 2009, oddelana idejno od julija 2008, izvedbeno predvsem januarja in februarja 2009.
Version:		1.0
Author:			Andrej Urbanc
Datum izdelave:		julij 2008, oktober 2008, januar 2009
*/
/*
- pomocnik za barve: www.w3schools.com/css/css_colornames.asp
- pomocnik za fonte:
sans: "Bitstream Vera Sans", Optima (M), Geneva (M), Calibri, "Trebuchet MS", sans-serif:
serif: "Bitstream Vera Serif", "New york" (M), Optima (M), "Palatino Linotype", Georgia, serif;
Bitstream Vera Serif in Sans serif (univerzalen, bolj pogost pri Linuxu 70-80%, manj pa pri Winsih in Macih 20-30%)

nekaj barv:
DarkRed: #8B0000
Maroon: #800000
FireBrick: #B22222

DarkBlue: #00008B
MidnightBlue: #191970

PaleGoldenRod: #EEE8AA
NavajoWhite: #FFDEAD
LightGoldenRodYellow: #FAFAD2

*/


/* ---zacetek--- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}


/* ---najprej osnovna podlaga--- */

body {
	color: #000000;
	font-family: Optima, Geneva, Calibri, "Trebuchet MS", Arial, sans-serif; /*"Liberaton Sans", "Lucida Sans Unicode"*/
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
}

#kontejner {
	width: 100%
	margin: 20px 0 0 0;
max-width: 1280px;
	text-align: left;
	background-color: #FAFAD2;
	float: left;
}

a, a:visited {
	text-decoration: none;
}


/* --- LOGO NAROČNINE (GLAVA) --- */

#glava {
	background-color: #FAFAD2;
	width: 99.334%;
	padding: 5px 0.333% 15px 0.333%;
	float: left;
	display: inline;
}

#glava_levo, #glava_desno {
	width: 65.5%;
	padding: 0 0.25% 0 0.25%;
	margin: 10px 0.333% 10px 0.333%;
	display: inline;
	overflow: hidden;
	float: left;
}

#glava_desno {
	width: 32.167%;
	float: right;
}

#logotip, #naslov {
	display: inline;
	float: left;
}

#logotip {width: 25%;}
#naslov {width: 75%;}

#naslov a, #naslov a:visited, #naslov a:hover {
	color: #191970;
}

h1 {
	font-family: Georgia, serif; 
	font-size: 4em;
	line-height: 1em;
	letter-spacing: -0.1em;
	margin-left: 5%;
	margin-top: 20px;
float: left;

}

h3 {
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: -0.07em;
	color: #B22222;
	margin-left: 10%;
	margin-top: -20px;
float: left;
width: 90%;
}

p.beta {
margin-top: -50px;
margin-left: 90%;
float: left;
color: #191970;
}

.logo {
	display: block;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/reflektor_si_header_koncni.png') top no-repeat;
	width: 150px;
	height: 120px;
} /*	dodaj še: opacity: 0.8; filter: alpha(opacity: 80); */


.logo:hover {
	background-position: bottom;
} /*	dodaj še:  opacity: 1; filter: alpha(opacity: 100); */


.logo span {
	visibility: hidden;
}

#narocnine {float: right; text-align: right; width: 100%;}
#narocnine ul {list-style-type: none;}
#narocnine ul li {padding: 0 0 5px 0;}

#narocnine a, #narocnine a:visited {color: #191970; border-bottom: 1px dotted #191970;}
#narocnine a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}

#narocnine p {
	color: #B22222;
	font-size: 1.1em;
	font-family: Georgia, serif;
	letter-spacing: -0.03em;
	padding-bottom: 15px;
}


/* --- MENI, ISKALNIK (GLAVA)--- */

#glava_spodaj {
	margin: 5px 0.333% 5px 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 98.834%;
	float: left;
	border-top: 1px solid #191970;
	border-bottom: 1px solid #191970;
}

#meni {
	padding: 2px 0 5px 0;  /* 2 px je zato, ker je padding od #meni a 3 px, in skupaj znese 5px */
	margin: 5px 0 5px 0;
	width: 100%;
	float: left;
}

#meni ul {list-style-type: none;}

#meni li {display: inline;}

#meni a, #meni a:visited {
	color: #171790;
	font-family: Georgia, serif;
	font-size: 1.05em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.07em;
	display: inline;
	float: left;
	margin-right: 3%;
	padding-top: 3px;
	border-top: 1px solid transparent;
}

#meni a:hover, #meni a.meni_trenutni:visited {
	border-top: 1px solid #B22222;
	color: #B22222;
}

#iskalnik {
	width: 25.5%;
	margin: 0 0 -5px 0;
	display: inline;
	float: right;
}

#iskalnik_tekst {
	float: left;
	display: inline;
	width: 85%;
	padding: 3px 0 3px 0;
	font-family: Georgia, serif;
	font-size: 1em;
	letter-spacing: -0.07em;
	font-weight: 300;
	font-style: italic;
	color: #191970;
	border: 2px solid #FFDEAD;
}

#iskalnik_tekst:focus {border: 2px solid #B22222;}

#iskalnik_potrdi {
	display: inline;
	float: right;
	margin-right: 0.333%;
}



/* --- FOKUS (NASLOVNICA) --- */

.temp {
height: 50px;
width: 100%;
float: left;
text-align: center;
}

.temp a, .temp a:visited {color: #191970; border-bottom: 1px dotted #191970;}
.temp a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}


div.prehod_oranzna_zgoraj {
	height: 30px;
	width: 100%;
	float: left;
	background: url(http://www.reflektor.si/wordpress/wp-content/uploads/prehod_oranzna.png) bottom repeat-x;
}

div.prehod_oranzna_spodaj {
	height: 30px;
	width: 100%;
	float: left;
	background: url(http://www.reflektor.si/wordpress/wp-content/uploads/prehod_oranzna.png) top repeat-x;
}


#fokus {
	background-color: #FFDEAD;
	color: #191970;
	width: 99.334%;
	padding: 15px 0.333% 20px 0.333%;
	float: left;
	display: inline;
}

.ime_fokus {
	margin: 0 0.333% 0 0.333%;
	padding: 10px 0% 5px 0%;
	width: 99.334%;
	float: left;
	font-size: 1.3em;
	color: #B22222;
	text-align: center;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/gor.png') top center no-repeat;
}

.fokus_prispevek a {
	background-color: #FAFAD2;
	color: #B22222;
	margin: 0 0.333% 0 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 32.167%;
	display: inline; 
	overflow: hidden;
	float: left;
cursor: pointer;
}

.fokus_prispevek a span {
	float: left;
	width: 100%;
	display: inline;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0em;
}

.fokus_prispevek a:hover {
	background-color: #B22222;
	color: #FAFAD2;
}

.fokus_prispevek a div {
	float: left;
	width: 100%;
	border-bottom: 1px solid #FAFAD2;
	margin-bottom: 5px;
display: inline;
}

.fokus_prispevek h4 {
	float: right;
	font-size: 0.7em;
	margin-top: 7px;
}

.fokus_prispevek h2 {float: left;}

.praznina {
	padding: 5px 0.333% 5px 0.333%;
	width: 99.334%;
	float: left;
}

.praznina_velika {
	padding: 30px 0.333% 30px 0.333%;
	width: 99.334%;
	float: left;
}


/* --- ZADNJIH NEKAJ (NASLOVNICA) --- */

#zadnjih_nekaj {
	float: left;
	padding: 0 0.333% 30px 0.333%;
	width: 99.334%;
}

.ime_zadnjih_nekaj {
	padding: 5px 0 10px 0;
	margin: 0 0.333% 10px 0.333%;
	width: 99.334%;
	font-size: 1.3em;
	color: #191970;
	float: left;
	text-align: center;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/dol.png') bottom center no-repeat;
}

.prispevki {
	margin: 10px 0.333% 10px 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 32.167%;
	height: 200px;
	overflow: hidden;
	float: left;
	color: #000000;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.prispevki:hover {
	border-bottom: 1px solid #FFDEAD;
	border-top: 1px solid #FFDEAD;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 600;
	text-decoration: none;
}
	
.prispevki h4 {
	font-size: 0.7em;
	letter-spacing: 0em;
}

.prispevki p{
	font-size: 1em;
	letter-spacing: 0em;
	line-height: 1.2em;
	margin-top: 10px;
}

.prispevki a, .prispevki a:visited {color: #191970;}

.prispevki a:hover {background-color: #191970; color: #FAFAD2;}

.avtor {
	margin: -0.5% 0 1% 0;
	color: #B22222;
	}


.do_arhiva {
	margin: 10px 0.333% 30px 0.333%;
	padding: 10px 0.25% 10px 0.25%;
	width: 98.834%;
	float: left;
	text-align: right;
	font-size: 1.05em;
	letter-spacing: -0.01em;
	border-bottom: 1px solid #B22222;
	border-top: 1px solid #B22222;
}

.do_arhiva a, .do_arhiva a:visited {color: #191970; border-bottom: 1px dotted #191970;}
.do_arhiva a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}

.do_arhiva a {
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/naprej.png') center right no-repeat;
	padding-right: 15px;
}



/* --- BRANJE (VMESNICA) --- */

#branje {
	padding: 0 0.333% 75px 0.333%;
	float: left;
	width: 99.334%;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/locilo.png') bottom center no-repeat;
}

.ime_branje {
	margin: 0 0.333% 0 0.333%;
	padding: 0 0 20px 0;
	width: 99.334%;
	color: #191970;
	float: left;
	font-size: 1.3em;
	text-align: center;
}

.branje_prispevek {
	padding: 5px 0.25% 5px 0.25%;
	display: inline;
	margin: 0 0.333% 0 0.333%;
	width: 15.5%;
	float: left;
}

.branje_prispevek p {
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
	letter-spacing: 0em;
float: left;
	overflow: hidden;
	padding-bottom: 7px;
}

.branje_prispevek p span {
	font-size: 1.05em;
	font-weight: 600;
	letter-spacing: -0.03em;
	width: 100%;
	color: #191970;
	float: left;
}

.branje_prispevek a, .branje_prispevek a:visited {color: #191970; border-bottom: 1px dotted #191970;}

.branje_prispevek a:hover {background: #191970; color: #FAFAD2; border-bottom-color: transparent;}



/* --- MISEL (VMESNICA) --- */

#misel {
	float: left;
	width: 99.334%;
	padding: 45px 0.333% 15px 0.333%;
}

.ime_misel {
	margin: 0 0.333% 0 0.333%;
	padding: 0 0 15px 0;
	width: 99.334%;
	float: left;
	color: #191970;
	font-size: 1.3em;
}

.misel_prispevek {
	margin: 5px 0.333% 0 0.333%;
	padding: 10px 0.25% 10px 0.25%;
	width: 98.834%;
	float: left;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: #B22222;
	border-top: 1px solid #FFDEAD;
	border-bottom: 1px solid #FFDEAD;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/narekovaj.png') no-repeat center;
}

#misel a, #misel a:visited {
	font-size: 0.7em;
	font-weight: 300;
	color: #191970;
	border-bottom: 1px dotted #191970;
}

#misel a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}



/* --- FOTKA TEDNA (VMESNICA) --- */

#fotka {
	float: left;
	display: inline;
	clear: both;
	width: 99.334%;
	padding: 15px 0.333% 75px 0.333%;
	text-align: left;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/locilo.png') bottom center no-repeat;
}


.fotka_prispevek img {
	width: 100%;
	margin: 0 0 5px 0;
	height: auto;
	float: left;
	background-color: transparent;
}

.fotka_prispevek p {
	background-color: #191970;
	color: #FAFAD2;
	width: 98.834%;
	display: inline;
	margin: 0 0.333% 0 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	font-size: 1.05em;
	float: left;
}

.ime_fotka {
	font-size: 1.3em;
	padding: 5px 0 15px 0;
	margin: 0 0.333% 0 0.333%;
	width: 99.334%;
	float: left;
	color: #191970;
}



/* --- PREGLED (PREGLEDNICA) --- */

#pregled {
	padding: 45px 0.333% 0 0.333%;
	float: left;
	width: 99.334%;
}

.ime_pregled {
	padding: 5px 0 15px 0;
	margin: 0 0.333% 0 0.333%;
	width: 99.334%;
	font-size: 1.3em;
	float: left;
	color: #191970;
}

#pregled ul#pregled_rubrike {list-style-type: none;}
	
#pregled ul#pregled_rubrike li {display: inline; cursor: pointer;}

.rubrike_meni, .rubrike_meni_izbrano {
	border-top: 1px solid #B22222;
	font-size: 1.3em;
	font-weight: 300;
	margin: 5px 0.333% 0 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 15.5%;
	float: left;
}

.rubrike_meni {background-color: #B22222; color: #FAFAD2}
.rubrike_meni_izbrano, .rubrike_meni:hover {background-color: #FAFAD2; color: #B22222}

#Preg-1, #Preg-2, #Preg-3, #Preg-4, #Preg-5, #Preg-6 {
	width: 100%;
	float: left;
	min-height: 100px;
	max-height: 500px;
	display: none;
	margin: 20px 0 0 0;
}

#Preg-1 {display: inline;}

ul#levo_1, ul#levo_2, ul#levo_3, ul#levo_4, ul#levo_5, ul#levo_6,
ul#sredina_1, ul#sredina_2, ul#sredina_3, ul#sredina_4, ul#sredina_5, ul#sredina_6,
ul#desno_1, ul#desno_2, ul#desno_3, ul#desno_4, ul#desno_5, ul#desno_6 {
	padding: 5px 0.25% 5px 0.25%;
	margin: 5px 0.333% 5px 0.333%;
	width: 32.167%;
	height: auto;
	float: left;
	list-style-type: none;
}

ul#levo_1 li, ul#levo_2 li, ul#levo_3 li, ul#levo_4 li, ul#levo_5 li, ul#levo_6 li, 
ul#sredina_1 li, ul#sredina_2 li, ul#sredina_3 li, ul#sredina_4 li, ul#sredina_5 li, ul#sredina_6 li, 
ul#desno_1 li, ul#desno_2 li, ul#desno_3 li, ul#desno_4 li, ul#desno_5 li, ul#desno_6 li {
display: block
}

.pregled_naslovov {
	font-size: 1.05em;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin-bottom: 10px;
}

.pregled_naslovov a:link, .pregled_naslovov a:visited {color: #191970; border-bottom: 1px dotted #191970;}
.pregled_naslovov a:hover {background: #191970; color: #FAFAD2; border-bottom-color: transparent;}





/* --- NOGA --- */

#noga {
	padding: 10px 0.333% 5px 0.333%;
	background-color: #FFDEAD;
	float: left;
	width: 99.334%;
}

#noga_levo, #noga_desno, #noga_spodaj {
	margin: 0 0.333% 0 0.333%;
	padding: 0 0.25% 5px 0.25%;
	width: 48.834%;
	float: left;
	text-align: right;
}

#noga_desno {float: right; text-align: left;}
#noga_spodaj {margin-top: 15px; width: 98.834%; text-align: center;}

#noga a, #noga a:visited {color: #191970; border-bottom: 1px dotted #191970;}
#noga a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}

a.prijava {background: url('http://www.reflektor.si/wordpress/wp-content/uploads/naprej.png') center right no-repeat; padding-right: 15px}

#noga p {
	font-size: 1em;
	line-height: 1.2em;
}

#noga_spodaj a.cc, #noga_spodaj a.cc:visited, #noga_spodaj a.cc:hover {
	border: none;
	background-color: transparent;
}

#noga_spodaj img {margin: 10px 0 5px 0;}

/* naj smesko od wordpress.com stats izgine: */
img#wpstats{display:none}


/* --- ARHIV --- */

#arhiv {
	padding: 0 0.333% 0 0.333%;
	width: 99.334%;
	float: left;
	background-color: #FAFAD2;
	text-align: left;
}

#arhiv_meni_rubrike, #arhiv_meni_kategorije, #arhiv_meni_avtorji, #arhiv_meni_meseci {
	margin: 60px 0 5px 0;
	float: left;
	cursor: pointer;
	font-weight: 500;
	display: inline;
}

#arhiv_meni_rubrike span, #arhiv_meni_kategorije span, #arhiv_meni_avtorji span, #arhiv_meni_meseci span {
	width: 33.333%;
	font-size: 1.3em;
line-height: 1em;
	float: left;
	display: inline;
}

.arhiv_meni_opis {
	float: right;
	text-align: right;
	width: 50%;
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	letter-spacing: -0.03em;
	color: #000000;
}

.odprto {
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/dol.png') center left no-repeat;
	color: #191970;
	border-top: 1px solid #191970;
	border-bottom: 1px solid transparent;
	padding: 5px 0 5px 5%;
	width: 95%;
}

.zaprto {
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/naprej.png') center left no-repeat;
	color: #B22222;
	border-top: 1px solid #B22222;
	border-bottom: 1px solid #B22222;
	padding: 5px 0 5px 2%;
	width: 98%;
}

.prikazano {display: inline; width: 100%; float: left;}
.neprikazano {display: none;}

#arhiv_zgoraj_rubrike, #arhiv_zgoraj_kategorije, #arhiv_zgoraj_avtorji, #arhiv_zgoraj_meseci {
	width: 100%;
	float: left;
}

.arhiv_zgoraj_link, .arhiv_zgoraj_link_aktiven {
	margin: 5px 0.333% 0 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 15.5%;
	float: left;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 300;
}

.arhiv_zgoraj_link {color: #FAFAD2; border-top: 1px solid transparent; background-color: #B22222;}
.arhiv_zgoraj_link_aktiven, .arhiv_zgoraj_link:hover {
	background-color: #FAFAD2;
	color: #B22222;
	border-top: 1px solid #B22222;
}

#arhiv_prikaz_rubrike, #arhiv_prikaz_kategorije, #arhiv_prikaz_avtorji, #arhiv_prikaz_meseci {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.arhiv_prispevek {
	margin: 5px 0.333% 15px 0.333%;
	padding: 5px 0.25% 5px 0.25%;
	width: 32.167%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	float: left;
	height: 90px;
	overflow: hidden;
}

.arhiv_prispevek:hover {
	border-top: 1px solid #FFDEAD;
	border-bottom: 1px solid #FFDEAD;
}

.arhiv_prispevek a, .arhiv_prispevek a:visited {color: #191970; border-bottom: 1px dotted #191970;}
.arhiv_prispevek a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}

.arhiv_prispevek p {
	font-size: 0.9em;
	line-height: 1.1em;
	letter-spacing: -0.01em;
	margin: 5px 0 5px 0;
	float: left;
	color: #000000;
}




/* --- NAROČANJE --- */

#obcasnik {
	padding: 0 0.333% 0 0.333%;
	width: 99.334%;
	float: left;
	background-color: #FAFAD2;
	color: #191970;
}

.obroba {
	padding: 0 0.25% 0 0.25%;
	margin: 0 16.667% 0 16.667%;
	width: 66.166%;
	float: left;
	background-color: #FAFAD2;
}

#obcasnik p {
	font-size: 1.05em;
	line-height: 1.4em;
	text-align: left;
	float: left;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	width: 100%;
}

#obcasnik input {
	padding: 5px 0 5px 0;
	margin: 5px 0 30px 0;
	width: 50%;
	float: left;
	color: #191970;
	font-size: 1.05em;
	letter-spacing: -0.01em;
	border: 2px solid #FFDEAD;
}

#obcasnik input:focus {border: 2px solid #B22222;}

#obcasnik #potrdi {
	width: 25%;
	background-color: #191970;
	color: #FFDEAD;
	float: right;
}

#obcasnik span {color: #B22222;}

#obcasnik a, #obcasnik a:visited {color: #191970; border-bottom: 1px dotted #191970;}
#obcasnik a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}





/* --- O REFLEKTORJU --- */

#reflektorji {
	padding: 0 0.333% 0 0.333%;
	margin: 50px 0 50px 0;
	float: left;
	width: 99.334%;
	text-align: left;
	background-color: #FAFAD2;
}

#reflektor, #andrej, #mojca, #marusa, #danaja, #matic {
	width: 100%;
	float: left;
	clear: both;
}

.o_reflektorju_fotka {
	padding: 0 0.25% 0 0.25%;
	margin: 0 0.333% 0 0.333%;
	width: 32.167%;
	float: left;
	outline: thin solid rgb(128,0,0);
}


.o_reflektorju_tekst {
	padding: 0 0.25% 0 0.25%;
	margin: 0 0.333% 0 0.333%;
	float: right;
	width: 65.5%;
	outline: thin solid rgb(0,0,128);
}




/* --- SAMI PRISPEVKI (SINGLE) --- */

#prispevek_sam {
	padding: 0 0.333% 0 0.333%;
	width: 99.334%;
	background: #FAFAD2;
	float: left;
}

#prispevek_sam a, #prispevek_sam a:visited {color: #191970;}
#prispevek_sam a:hover {background-color: #191970; color: #FAFAD2;}

#prispevek_sam h2 {
	font-size: 2.3em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: -0.07em;
}

#prispevek_sam h4, .urejen_prispevek_meta p {
	color: #B22222;
	font-size: 1em;
	font-weight: 600;
}

#prispevek_sam h4 {margin-bottom: 15px;}

#sam_desno, #sam_levo {
	padding: 0 0.25% 0 0.25%;
	margin: 0 0.333% 0 0.333%;
	text-align: left;
	width: 32.167%;
	float: left;
}

#sam_desno {width: 65.5%; float: right;}


.urejen_prispevek_naslov {
	padding: 0 0.25% 0 0.25%;
	margin: 30px 0.333% 15px 33.666%;
	width: 65.5%;
	float: left;
	text-align: left;
	clear: both;
}


.urejen_prispevek_tekst, .urejen_prispevek_meta {
	width: 100%;
	float: left;
	line-height: 1.4em;
}

.urejen_prispevek_meta a, .urejen_prispevek_meta a:visited {border-bottom: 1px dotted #191970;}
.urejen_prispevek_meta a:hover {border-bottom-color: transparent;}

.paginacija {
width: 100%;
float: left;
margin: 30px 0 15px 0;
font-size: 1.2em;
font-weight: 500;
text-align: center;
}

.urejen_prispevek_tekst, .urejen_prispevek_tekst_poezija {
	color: #000000;
	font-size: 1em;
	padding: 15px 0 45px 0;
	letter-spacing: 0em;
	background: url('http://www.reflektor.si/wordpress/wp-content/uploads/locilo.png') bottom center no-repeat;
}


.urejen_prispevek_tekst p, .urejen_prispevek_tekst_poezija p {margin-bottom: 15px;}

.urejen_prispevek_tekst p:first-child {
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 1px dotted #191970;
	line-height: 1.4em;
}


.urejen_prispevek_tekst a, .urejen_prispevek_tekst a:visited {color: #191970; border-bottom: 1px dotted #191970}
.urejen_prispevek_tekst a:hover {color: #FAFAD2; background-color: #191970; border-bottom-color: transparent}

#prispevek_sam a.link_slikca, #prispevek_sam a.link_slikca:visited, #prispevek_sam a.link_slikca:hover {
background-color: transparent;
border: none;
filter: alpha(opacity=70); opacity: 0.7;
}
#prispevek_sam a.link_slikca:hover {filter: alpha(opacity=100); opacity: 1;}

div.siroka {
width: 105%;
float: left;
height: auto;
margin: 15px 0 15px -5%;
border-top: 2px dotted #B22222;
border-bottom: 2px dotted #B22222;
padding: 3px 0 3px 0;
}

div.leva {
float: left;
margin: 3px 1% 3px -5%;
max-width: 50%;
border-right: 2px dotted #B22222;
padding: 3px 1% 3px 1%;
border-bottom: 2px dotted #B22222;
}

div.desna {
float: right;
margin: 3px 0 3px 1%;
max-width: 50%;
border-left: 2px dotted #B22222;
padding: 3px 1% 3px 1%;
border-bottom: 2px dotted #B22222;
}

div.siroka img, div.leva img, div.desna img {width: 100%; height: auto;}

div.filmcek {
float: right;
margin: 5px 0 45px -5%;
width: 105%;
text-align: right;
padding: 3px 1% 3px 1%;
border-left: 2px dotted #B22222;
}

label {margin: 5px 0 10px 0; font-style: italic;}

.urejen_prispevek_tekst ol, .urejen_prispevek_tekst ul {list-style-position: outside; margin-bottom: 30px;}
.urejen_prispevek_tekst li {color: #B22222; font-family: Georgia, serif; font-size: 1.1em; font-style: italic; margin: 0 0 15px 0;}
.urejen_prispevek_tekst li span {color: #000000; font-family: Optima, Geneva, Calibri, "Trebuchet MS", Arial, sans-serif; font-size: 0.909em; font-style: normal;}

.urejen_prispevek_tekst h5, .urejen_prispevek_tekst_poezija h5 {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
float: left;
width: 100%;
margin: 15px 0 15px 0;
}

.urejen_prispevek_tekst h6 {}
.urejen_prispevek_tekst strong {}
.urejen_prispevek_tekst l {}					/* (mali L: definira vrstico, uporabno pri verzih.. SAMO V XHTML 2.0) */
.urejen_prispevek_tekst q {}					/* (kratek citat, navedeš vir) */

.urejen_prispevek_tekst blockquote {
margin: 3px 1% 3px -5%;
padding: 3px 1% 3px 1%;
width: 50%;
border-top: 2px dotted #B22222;
border-right: 2px dotted #B22222;
color: #191970;
font-family: Georgia, serif;
font-size: 1.1em;
letter-spacing: -0.05em;
float: left;
}
			/* (dolg citat ali teaser, vmes moraš dati BLOCK element, recimo <p>) */

.urejen_prispevek_tekst blockquote p, .urejen_prispevek_tekst blockquote p:first-child {border: none; margin: 0; padding: 0;}

abbr {border-bottom: 1px dotted #191970;}
abbr:hover {border-bottom-color: transparent; cursor: help;}





/* --- KOMENTARJI --- */


#komentarji, #komentarji_obrazec {
	float: right;
	padding: 0 0.25% 0 0.25%;
	margin: 0 0.333% 30px 0.333%;
	width: 65.5%;
	clear: both;
}


#komentarji h3, #komentarji_obrazec h3 {
	float: left;
	font-size: 2em;
	margin: 45px 0 30px 0;
}

#komentarji_obrazec h3 {margin: 0 0 30px 0;}


#komentarji a, #komentarji a:visited {color: #191970; border-bottom: 1px dotted #191970;}
#komentarji a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}


ol.komentarji_seznam {
	float: left;
	width: 100%;
}

ol.komentarji_seznam li, ol.komentarji_seznam li.alt {
	float: left;
	width: 100%;
	margin: 15px 0 30px 0;
	color: #B22222;
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-style: italic;
}


/* .alt {background-color: #FFDEAD;}	 variira vsak drugi komentar v drug stil */


.komentarji_meta {
	font-size: 0.85em;
	line-height: 1.4em;
	font-family: Calibri, sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.07em;
	color: #000000;
	width: 100%;
}

.komentarji_meta img {float: left;}


.komentarji_komentar {
	font-weight: 400;
	font-size: 0.77em;
line-height: 1.4em;
	font-family: Calibri, sans-serif;
	font-style: normal;
	color: #000000;
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
}



.komentarji_sporocila {float: left; width: 100%; text-align: center;}





#komentarji_obrazec {padding-top: 5px;}

#komentarji_obrazec a, #komentarji_obrazec a:visited {color: #191970; border-bottom: 1px dotted #191970;}
#komentarji_obrazec a:hover {background-color: #191970; color: #FAFAD2; border-bottom-color: transparent;}


#commentform {float: left; width: 100%;}


#komentarji_obrazec p {float: left; line-height: 1.2em; width: 100%;}

#author, #email, #url, #comment, #submit {
	width: 50%;
	font-size: 1.05em;
	padding: 5px 0 5px 0;
	margin: 5px 0 20px 0;
	float: left;
clear: both;
	color: #191970;
	letter-spacing: -0.01em;
	border: 2px solid #FFDEAD;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {border: 2px solid #B22222;}

#comment {width: 99%; height: 150px;}
#submit {width: 25%;}


.komentarji_vnos{float: left;}


