﻿/*Print Style Sheets*/

/* Remove unwanted elements */
.searchcontainer, .channel, .print-page, .sidenav, .backtoprev, .footer, .qcol, .quick-box, .mcol1, .mcol3
{
    display: none;
}

/*Change font, remove background images or colours and remove borders*/

body, .frame, .header
{
    font-family: Times New Roman;
    background: none;
    border:none;
}

/* Improve colour contrast of links */
a:link, a:visited, a:hover
{
color: #781351;
}

/*Switch white title for the black one and re-position */

.scotamb-logo
{
    background-repeat: no-repeat;
    position: relative;
    top: 2em;
}

.scotamb-title-nocss
{
    visibility: visible;
}

/*increase font size for common elements*/
ul, ol
{
    font-size: 1em;
     padding-top: 1em;
      padding-bottom: 1em;
}

p
{
    font-size: 1em;
}

/*Increase font size for header*/
h1
{
    font-size: 1.86em;
}

h2
{
    font-size: 1.60em;
}
h3
{
    font-size: 1.25em;
}

h4
{
    font-size: 1.10em;
}

/**/

.main-body
{
position: relative;
top: 2em;
}

.mcol2-short, .mcol2-wide
{
width: 100%; 
margin: 0em; 
float: none;
}


/*Float Banner left*/
.banner div.pic, .banner div.pic img
{
    /*float: left; */
    display: none;

}

/*Set all positioning to 0*/
.landing h2, .landing h3, .landing h4, .landing p
{
    position: relative;
    top: 0em;   
}