/* Background Graphics --------------------------------------------- */

body {
	background-color: #f3f3eb;
}

#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}

#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f4f4ec;
}

.prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {
	background-image: url(back_info.jpg);
}

#post_meta {
	background-image: url(back_prominent.jpg);
}

#search {
	background-image: url(back_search.jpg);
}

#author {
	background-image: url(back_author.jpg);
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #bb6f02;
}

a:hover, a:active {
	color: #e58802;
}

#header, #footer {
	color: #FFFFFF;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #DDDDDD;
}



/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}

/* Zina ------------------------------------------------------------- */

/* IN script */
a.z_nav { }
a.z_play { font-style:normal;}
.z_play { font-weight:bold;}

.z_dir_image {
        margin-right: 10px;
        border: 1px solid #245DC7;
}
.z_subdir_image {
        border: 1px solid #245DC7;
}
a.z_foot {
        font-size: 10px;
        color: #FFFFFF;
        font-weight: normal;
}
a.z_foot:hover {
        color: #BED4FF;
        font-weight: normal;
}
.z_song0 {}
.z_song1 {}
.z_row0 { background-color:#FFFFFF; }
.z_row1 { background-color:#F3F3EB; }

.z_playlist_title { font-weight:bold; }

.z_cfg_cat {
        border-bottom: 2px solid #245DC7;
        background-color: #123980;
        color: white;
        height: 24px;
}

.z_cfg_left {
        float: left;
        padding-top: 3px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px;
}

.z_cfg_right {
        float: right;
        padding-top: 5px;
        padding-right: 5px;
}
a.z_cfg_r_txt {
        color: white;
        font-size: 10px;
}
.z_artistcols { border-right: 1px dotted #999; }

a.z_artist {
        font-size: 12px;
        line-height:1.5;
}

a.z_artist:hover{
}

.z_img_cap {
        margin-top:5px;
        margin-bottom:10px;
        text-align:center;
}

.z_small {
        font-size:10px;
        color: #FFFFFF;
}

.z_small:hover { font-weight: normal; }

.z_form_textbox, .z_form_select {
        font-size:11px;
        font-family: tahoma, arial;
        color: black;
        background-color: #FFFFFF;
}
.z_genre {}

.z_pages {
        font-size: 14px;
}

/* END IN script */
form { display:inline; }

.z_title {
        font-size: 18px;
        border-bottom:1px solid #245DC7;
        /*
        padding:5px;
        margin-top:10px;
        */
}


.z_footer {
        font-size: 10px;
        color: #FFFFFF;
        border-top:1px solid #245DC7;
        /*
        padding:5px;*/
        text-align: center;
}
.z_song_info0 {}
.z_song_info1 {}
.z_song_blurb0 {}
.z_song_blurb1 {}


.z_album_img_hdr {
        /*background-color: #EEEEEE;*/
        border-bottom: 1px solid #245DC7;
}

