
/*** ESSENTIAL STYLES ***/

body
{ margin: 0px;
padding: 0px;

}

.backimg {
	background: #EAEAEA url("http://www.bindarri.com.au/wp-content/themes/bindarri-melody/images/bindarri-back.jpg") no-repeat scroll 0 0;
}
.backimg #header {
    border-style: none;
    height: 72px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: left;
    width: 650px;

    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    color: #FFFFFF;
    position: relative;
}

 #headerline {
    border-bottom: 5px solid white;

}
.backimg #logo {
    background: url("http://www.bindarri.com.au/wp-content/themes/bindarri-melody/images/bindarri.png") no-repeat scroll 0 0 transparent;
    color: #BA2E1D;
    font-size: 25px;
    left: -62px;
    margin: 0 0;
    padding-left: 62px;
    padding-top: 27px;
    position: absolute;
    top: 0;
    width: 100%;
	height: 94px;
	text-align: left;
}


.backimg #logo a {
	color: #BA2E1D;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    text-decoration: none;
	 font-family: 'Ubuntu',Verdana, Arial, Tahoma, sans-serif;
}

#site-description {
	font-size: 17px;
     margin: 0px 0 0px;
     margin-bottom: 0px;
      top: 0px;
    position: absolute;
    width: 100%;
	padding-top: 34px;
	text-transform: lowercase;
	height: 94px;
	left: 98px;
	color: #919191;
}


h1, h2, h3, ul#nav, .widget_nav_menu, .item-title, .homelink {
	font-size: 190%;
 font-family: 'Ubuntu',Verdana, Arial, Tahoma, sans-serif;
}

#site-description {
    color: #919191;
    font-size: 17px;
    height: 94px;
    left: 98px;
    margin: 0 0;
    padding-top: 34px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
    width: 100%;
     font-family: 'Ubuntu',Verdana, Arial, Tahoma, sans-serif;
}
.backimg ul#nav {
    background: none repeat scroll 0 0 #F2F2F2;
    border-right: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    bottom: 0;
    left: 0;
    list-style: none outside none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 647px;
     position: absolute;
    right: 15px;
    list-style: none outside none;
}

.backimg ul#nav  ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.backimg ul#nav li {
    float: left;
    margin: 0 0 0 0;
     padding: 0px;
   
    
}
.backimg ul#nav li.selected a, .backimg ul#nav li.current_page_item a {
    background: none repeat scroll 0 0 #FFFFFF;
  color: #727272;
    cursor: default;

}

.backimg ul#nav li a {
	color: #727272;
    border-left: 5px solid #FFFFFF;
    display: block;
    font-size: 17px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: lowercase;
}
.backimg ul#nav li a:hover{
	background-color: #fafafa;
	color: #BA2E1D;
}
.backimg #header #searchform {
    position: absolute;
    right: 0;
    top: 29px;
}
a.button, input[type="submit"], input[type="button"], input[type="reset"], ul.button-nav li a, div.generic-button a {
	-moz-border-radius: 3px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 10px;
	text-decoration: none;
	vertical-align: bottom;
	background-color: #FFF;
}
