/*
 * Muzaiko changes
*/

/* =Structure
-------------------------------------------------------------- */

body {
    margin: 0;
    background: rgb(250, 250, 250);
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
}

#page {
    margin: 0;
}

#primary {
	margin: 0 -300px 0 0;
}
#content {
	margin: 0 320px 0 0;
        /*overflow-x: auto;*/
}
#main .widget-area {
	width: 300px;
}

/* =Header
-------------------------------------------------------------- */

header#branding {
    background: rgb(240, 240, 240);
    height: 167px;
}

header#branding hgroup {
    margin: 20px;
    height: 127px;
    width: 420px;
    float: left;
    margin-bottom: 1em;
    background: url('../../images/emblemo.png') no-repeat;
}

header#branding div#onair {
    text-align: right;
    float: right;
    width: 500px;
    margin: 1em;
}

header#branding div#onair div#now-playing {
    font-weight: bold;
}

header#branding div#onair div#now-playing .titolo {
    font-size: 1.5em;
    color: rgb(160, 0, 32);
}

#site-title {
    display: none;
}
#site-description {
    display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: rgb(160, 0, 32);
    font-weight: bold;
    font-size: 1.1em;
    /*box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 1);*/
}
#access a {
    color: rgb(255, 255, 255);
}
#access ul ul a {
    background: rgb(160, 0, 32);
}
#access li:hover > a,
#access ul ul :hover > a {
    background: /*rgb(208, 0, 48)*/ rgb(80, 0, 16);
}
#access ul ul a:hover {
    background: /*rgb(208, 0, 48)*/ rgb(80, 0, 16);
}
#access ul li:hover > ul {
    display: block;
}
#access li.current {
    background: rgb(80, 0, 16);
}

/* =Content
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: rgb(160, 0, 32);
}

p {
    text-align: justify;
}

a {
    color: rgb(208, 0, 48)/*rgb(0, 0, 255)*/;
}

a:hover {
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: rgb(160, 0, 32);
}

#main {
    margin: 1em;
    background: rgb(255, 255, 255);
}

/* =Images
-------------------------------------------------------------- */

li img {
    vertical-align: bottom;
}

/* =Forms
-------------------------------------------------------------- */

.formularo fieldset {
	margin: auto;
        margin-top:20px;
	width: 480px;
}
.formularo fieldset ol {
        list-style-type: none;
        padding: 0;
        margin: 5px;
}
.formularo fieldset ol li {
        padding: 5px;
        vertical-align: top;
}
.formularo fieldset ol li.kontrauxspamajxo {
        display: none;
}
.formularo fieldset ol li label {
        display: inline-block;
        margin-top: 5px;
        line-height: auto;
        width: 120px;
        margin-right: 10px;
        vertical-align: top;
}
.formularo fieldset ol li input[type=text] {
        width: 300px;
}
.formularo fieldset ol li textarea {
        width: 300px;
}
.formularo fieldset ol li input[type=submit] {
        margin-left: 110px;
}
div.sukceso {
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid green 1px; background-color: #CFC; padding: 5px;
}
div.eraro {
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid red 1px; background-color: #FCC; padding: 5px;
}


/* =Comments
-------------------------------------------------------------- */

/* =Widgets
-------------------------------------------------------------- */

/* =Footer
-------------------------------------------------------------- */