
/*
 * Yola Template
 * Author: Sing Song Interactive
 */

/* Reset */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, font, img, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

a img{border:none;}

body {
	line-height: 15px;
	color: #373636;
	background: #f0e7ac;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 13px;
        background-color:#ad925d;
        background-image:url(templates/Music/resources/background.jpg);
        background-repeat:repeat;
        background-position:top center;
        background-attachment:fixed;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*styles*/
#wrap {
	width: 945px;
	margin: 25px auto 25px auto;
	border: 1px solid #fff;
	background: #faf1d7;
}

#content {
	border: 1px solid #f0d6c1;
	background: #fff;
	margin: 9px 10px 10px 10px;
	padding: 10px 25px;
}

#header {
	background: url(templates/Music/resources/header.jpg);
	position: relative;
}

#header div.clear{
    clear:both;height:22px;font-size:0;
}

#header h1 {
	margin: 0;
	font: bold 32px/normal 'trebuchet ms', sans-serif;
	padding: 19px 0 0 25px;
}

#header h1 a {

	color: #34200d;
	text-decoration: none;
}

#sys_banner {
        background:url(resources/isabell%20banner.jpg.cropped945x343o0%2C0s1774x326.jpg) top left no-repeat;
	height: 343px;
}

#header ul {
	list-style: none;
	padding: 10px 0 0 20px;
	margin: 0;
}

#header li {
	float: left;
	margin-right: 30px;
}

#header li a {
	font-weight: bold;
	padding: 0 5px;
	color: #73533b;
	text-decoration: none;
}
#header li.current_page_item a, #header li a:hover {
	color: #000;
}

#header li.current a {
	border-left: 3px solid #5f4830;
}

/*typography*/

h1, h2, h3, h4 {
	line-height: normal;	
	font-weight: bold;
	margin: 8px 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #3d5557;
} 

h3 {
	font-size: 18px;
	color: #040707;
}

h4 {
	font-size: 16px;
}	

a, a:link, a:active, a:visited {
	color: #a54930;
}

p, ul, ol {
	margin: 12px 0;
}

ul, ol {
	padding-left: 20px;
}