@import url(reset.css);
@import url(base.css);
@import url(syntax.css);

body {
    background: #C8D6E1;
    /*background: #d0d1d1 url("/static/images/bg2.jpg") repeat-x;*/
    /*background: #e2f0d6;*/
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight:normal;
}

h1#logo {
    background: url("/static/images/pile.jpg") no-repeat;
    color: #000;
    width: 371px;
    height: 262px;
    margin-left: 20px;
    text-indent: -9999px;
    float: left;
}

#navigation {
    float: right;
    margin-top: 20px;
}

ul.nav { float: left; list-style: none; width: 100%; font-weight: bold; margin-left: 30px; margin-bottom:0; padding-bottom:0;}
ul.nav li { float: left; margin: 0 1px 0 0; padding: 0px 0 0;  }
ul.nav a {color: #000; display: block; padding: 0px 12px 1px 12px; text-decoration: none; margin-left: 10px; text-align: center;}
ul.nav a:hover {color: #fff; background-color: #ffb741; display: block; padding: 0px 12px 0px 12px; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
ul.nav li#current { float: left; margin: 0 0px 0 0; padding: 0px 0 0; color: #fff; height: 20px; }
ul.nav li#current a { color: #f4090e; }

#outerHeader {
    background: #c8daea;
    border-top: 1px solid #ecf3f8;    
    border-bottom: 1px solid #94abbf;
    color: #4f657a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    width: 960px;
}

.header {
    background: url("/static/images/shadow_middle.png") repeat-y;
    padding: 20px 20px 0px 20px;
    margin-bottom: -30px;
}

.content {
    background: url("/static/images/shadow_middle.png") repeat-y;
    padding: 20px;
    margin-bottom: 0px;
}

.contentHead {
    background: url("/static/images/shadow_top.png") no-repeat;
    height: 10px;
}
.contentFoot {
    background: url("/static/images/shadow_bottom.png") no-repeat;
    height: 11px;
}

.orange {
    background: url("/static/images/orange.jpg") no-repeat;
    margin: -20px 0px 30px -10px;
    height: 271px;
    width: 941px;
}

a#rollover { background-image:url("/static/images/slusaj.jpg"); height: 78px; width:280px; display:block; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url("/static/images/slusaj_h.jpg"); }

#listen {
    float: right;
    margin-top: 150px;
    margin-right: -210px;
}

#radio_icons {
    float: right;
    margin-top: 120px;
    margin-right: 160px;
}

#flashplayer {
    float: right;
    font-size: 80%;
    margin-top: 230px;
    margin-right: -210px;
}

#flashplayer a, #flashplayer a:visited {
    color: #000;
    text-decoration: underline;
}

#flashplayer a:hover {
    color: #A30014;
}

#radio_icons img {
    margin-right: 10px;
   /*
    filter:alpha(opacity=70);
    opacity:0.7;
    */
}
/*
#radio_icons img:hover, #radio_icons:hover {
     
    filter:alpha(opacity=100);
    
    opacity:1;
}
*/

.intro {
    float: right;
    width: 350px;
    margin-right: -355px;
    margin-top: 10px;
}

p.current {
    float: right;
    background: url("/static/images/pjesma.png");
    font-size: small;
    height: 20px;
    width: 268px;
    color: #fff;
    margin-top: -20px;
    margin-right: 85px;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-top: 7px;
    font-weight: bold;   
}

#current {
    margin: 0 auto;
    background: #fafafa;
    border: 1px solid #ccc;
    color: #000;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 450px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
}

.datum {
    background: #941D1D;
    color: #fff;
    padding: 10px;
    font-size: 120%;
    text-align: center;
    margin-bottom: 5px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

.izvodjac {
    color: #931D1C;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

.mjesto {
    background: #EFA22B;
    color: #000;
    padding: 10px;
    font-size: 80%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

.info {
    color: #000;
    padding: 10px;
    font-size: 80%;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

.lokacija {
    background: #ccc;
    color: #000;
    padding: 10px;
    font-size: 80%;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
}


.box {
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    background: #ecf1f6;
    border: 1px dashed #a5bbd5;
    margin-bottom: 20px;
}


/* tables */
table.tablesorter {
    width: 650px;
	background-color: #CDCDCD;
	background: url("/static/images/tablebg.jpg") repeat-x;
	margin:10px 0pt 15px;
	margin-left: 150px;
	text-align: center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background: url("/static/images/tablebg.jpg") repeat-x;
	color: #fff;
	padding: 10px;
}

table.tablesorter tr.head {
    background: url("/static/images/tablebg.jpg") repeat-x;
}

.head {
    background: url("/static/images/tablebg.jpg") repeat-x;
}

table.tablesorter thead tr .header {
	background-image: url("/static/images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #000;
	padding: 10px 4px 10px 4px;
	background-color: #fff;
	vertical-align: top;
}
table.tablesorter tr {
    border-bottom: 1px dotted #fff;
}

table.tablesorter tbody td.event {
    background: #ccc;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("/static/images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("/static/images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background: url("/static/images/tablebg.jpg") repeat-y;
    color: #fff;
}

#info_text {
    font-size: 80%;
}

.past {
    margin: 0 auto;
    background: #fafafa;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px;
    width: 130px;
}

.pjesme p {
    padding-bottom: 0.1em;
}
