#main {
   background-image: url(
'http://tera.school.nz/wp-content/uploads/2014/05/raphael-page-bck-repeat.jpg'
    );
   background-repeat: repeat-x;
   background-attachment:fixed;
}

/*ARK Nav menu updates to colours */
ul.nav-menu li a:hover {
	background-color: #db572f; 
	/*ARK color of Bg for the Nav menu: Burnt orange db572f*/
	
	color:#fff; 
	/*ARK type color: white, in Burnt orange BG */
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #cadee5; 
	/*ARK was 220e10 now light blue cadee5 */
	
	color: #141412; 
	/*ARK type colour: Near Black in light blue BG */
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #cadee5; 
	/*ARK submenu BG: light blue cadee5 */
	
	border: 2px solid #db572f; 
	/*ARK border of submenu: near white f7f5e7*/
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #141412; 
	/*ARK type colour: Near Black in light blue */
}

/*ARK Set font */
h1,
h2,
h3,
h4,
h5,
h6,
html,
button,
input,
select,
textarea {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
/* Hide dates etc on posts*/
.entry-meta .date, 
.entry-meta .categories-links, 
.entry-meta .author, 
.entry-meta .vcard,
.entry-meta .edit-link
{
    visibility: hidden;
} 


/*ARK Hide dots on slideshow on front page (Huge IT slider)*/
.huge_it_slideshow_dots_thumbnails_3 {
    visibility: hidden;  
}

/* Adjust the margins on the main content override padding: 0 376px 0 60px;*/
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, 
.sidebar .entry-meta 
{padding: 0 220px 0 0;}

/* Adjust the width of the Widget was width: 300px;*/
.site-main .widget-area {width: 200px;} 

/* Adjust the margins of the Widget was padding: 20px; */
.widget {padding: 15px;}

/* Hide title area on home page */
.home .entry-header {display: none;}