/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* SKIN SPECIFIC STYLES */

.wide_ssm #ext_wrapper,
.wide_sms #ext_wrapper,
.wide_mss #ext_wrapper
{
	width: 970px;
	margin: 0px auto;   /* mora biti "auto" da bi vanjski wrapper bio centriran u browseru*/
	/*margin-top:0px ;*/
	
}

body
{
	background-color: white;
	color: black;
	margin-top:0px;
}

.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: solid 1px #13259D;
	background-color: white;
}

.essm #wrapper,
.esms #wrapper,
.emss #wrapper,
.ssme #wrapper,
.smse #wrapper,
.msse #wrapper,
.esm #wrapper,
.ems #wrapper,
.sme #wrapper,
.mse #wrapper,
.em #wrapper,
.me #wrapper
{
	border: solid 1px #13259D;
	background-color: white;
}

#header
{
	border-bottom: solid 1px silver;
}

#navbar
{
	border-bottom: solid 1px silver;
	/*border-top:solid 1px #ffcc00;
	border-bottom: solid 1px #ffcc00;*/
	background-color: #000066;
	color: white;
	
}

.navbar a
{
	color: white;
}

.navbar a:hover
{
	color: white;
}

#copyright_notice,
#footer_nav
{
    float:none;
	text-align:center;
}



#footer
{
	border-top: solid 1px #13259D;
	background-color: ghostwhite;
}

#wp-calendar
{
	border: solid 1px silver;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px silver;
	background-color: #13259D;
	color: white;
}

#wp-calendar tfoot td
{
	border-top: solid 1px silver;
	background-color: ghostwhite;
}

/*-----------------------*/
/*  SIDEBAR FORMATTING   */
/*-----------------------*/

.sidebar h2
{
	font-family:georgia;
	border: solid 1px #silver;
	background-color: #13259D;
	color: ghostwhite;
	padding: 1px 6px;
}

.sidebar h2 a
{
	color: white;
}

.sidebar h2 a:hover
{
	color: gainsboro;
}

/*--------------------------------------*/
/*    MAIN ARTICLE AREA FORMATTING      */
/*--------------------------------------*/
/* glavni font ( za articles i za sidebars) se odredi u adminu "Presentation Font", i onda ako ovde izmijenim stilove za main area (articles) ostaje font iz admina u sidebars (tahoma,small))

/* uzeto iz layouts.css ili style.css (semilogic/style.css)*/

.wide_ssm #main,
.wide_sms #main,
.wide_mss #main
{
	width: 540px;
	padding-left:12px;
}

/*  h1 - post titles;   
    h2 - datum iznad post title, text iznad "bookmark me" row, naslovi boxova u sidebar */

h1,
h1 a,
h1 a:hover
{   /* added */
	
	/*text-decoration:underline;*/
	/*background-color:#13259D;
	/*border: 1px solid #000066;*/
	/**/
	color: #000066;
	/*color:#ffcc00;*/
	/*color:#e2e8ff;*/
	/*color:#f9b300;*/
	
}


/* added
h2,
h2 a,
h2 a:hover
{
	font-weight:bold;
	text-decoration:underline;
}
/**/

.entry_header h2   /* datum iznad post title*/
{
font-family:verdana;

font-weight:normal;
font-style:italic;	
	
}
.entry_header h1   /* post title */
{
	font-family:georgia; /*works*/
	font-size:22px;   /* works */
	padding:2px;
}

.entry  /* post(article) text */
{ 
font-family:verdana;  /*works*/
font-size:13px;	/* affects only "Permalink,Print,Email,Comment" row */
	
}

.main p
{
	
font-size:13px;  /* affects whole article body and bookmark icons row */

}

div.entry
{
	margin-top: 3em;
	margin-bottom: 4em; /* razmak izmedju clanaka*/
	
}

.entry_actions,
.comment_actions
{
	text-align: left;
}
/*END SKIN SPECIFIC STYLES*/
