﻿body 
{
	color:Black;
	font-family: Arial;
	font-size:small;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a active
{
	color:Black;
	text-decoration:none;
}
a:link {
	color:Black;
	text-decoration:none;
}
a:visited {
	color:Black;
	text-decoration:none;
}
a:active 
{
	color:Black;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:Black;
}

/*FunMailBox*/
.fmbIme    
{
    width:55px;
    font-size:10px;
    border-style:solid;
    border-width:thin;
    border-color:Gray;
}
.fmbText
{
    width:236px;
    font-size:10px;
    border-style:solid;
    border-width:thin;
    border-color:Gray;
}
.fmbBut
{
    width:55px;
    font-size:12px;
}

/*Priče*/
.prNaslov
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: White;
    background-color: Black;
}
.prTekst
{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.prImpresije 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
}

/*Issue*/
.issueBroj
{
    font-family: Courier New;
    font-size:12px;
}
.issueDatum
{
    font-family: Courier New;
    font-size:12px;
}

/*Naslovnica*/
.desniBox
{
    padding-bottom:12px;
}
.desnaCrta
{
    background-image: url(kratkacrta.jpg);
    height:3px;
    width:175px;
    padding:0px;
}
.desniNaslov
{
    padding-bottom:8px;
    padding-top:2px;
}
.desniTekst
{
    font-size:xx-small;
	color:Gray;
}


/*Priča metadata*/
.pSlika
{   
    border-style:solid;
    border-color:#ddd4be;
}
.pDatum
{
	font-size:xx-small;
	color:Gray;
}
.pAutor
{
	font-size:xx-small;
	color:Gray;
}
.pNaslov
{
    font-size:14px;
	color:Black;
	font-weight:bold;
}
.pPodnaslov
{
    font-size:12px;
}
.pOpis
{
    font-size:11px;
    color:Gray;
}
.pCitanja
{	font-size:xx-small;
	color:Gray;
}
.pCrtaVinjeta
{
    background-image: url(crtavinjeta.jpg);
    height:14px;
    width:465px;
    padding:0px;
    border-bottom-style:none;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}


/*Blog*/
.bDatum
{
	font-size:xx-small;
	color:Gray;
}
.bTekst
{
    font-family: Courier New;
    font-size:11px;
}


/*Impresije*/
.Impresije
{
    font-size:11px;
}
.NaslovImpresije
{
    font-size:12px;
    font-weight:bold;
}


/*Narggun*/
.nLink{
}
.nLabel{
}
#meniNarggun {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #6f4e3d;
	height: auto;
	width: 670px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd4be;
	border-bottom-color: #ddd4be;
	padding: 3px;
	margin-top: 23px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 35px;
	position: relative;
	float: left;
}
#meniNarggun a {
	color: #6f4e3d;
	text-decoration: none;
}

#meniNarggun a:hover {
	text-decoration: none;
	background-color: #9DC1C4;
}

#meniNarggun ul {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#meniNarggun li {
	display:inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
}


