/* Theme adjustments to coordiate with latest release */


/* alter background colour of shape visible through mask by changing hex number. Change the shape mask by replacing the file - sites/all/themes/parlour/i/body-mask.png */
html {
background:#b9d6eb url('../i/body-mask.png') repeat 15% top;
}

/*  alter overlaid texture/shape by replacing file - sites/all/themes/parlour/i/body-texture.png */
body {
background:transparent url('../i/body-texture.png') no-repeat 60% top;
}


/* Default text colour (if not a link or the site name) */
body {
color:#686868
}

/* Change the hex number here to alter the colour for all text links */
a:link, a:visited {
color:#0d78c4
}

/* Change the hex number here to alter the colour for all text links when hovered or active - Or leave as default dark grey */
a:hover, a:active, a.active, li a.active, a.active-trail {
color:#686868
}


/* Change first three values to change RGB value of block background. Last value sets opacity of the block background (default is .5 for 50% opacity) */
.block {
background:rgba(244,244,244,.5);
}


/* Radio pop-out block background 
#block-block-4 {
background:transparent url('../i/body-texture.png') no-repeat 10% top;
}*/