/* Print stylesheet
----------------------------------------------
    Name: Firstname Lastname
    Date: Day Month Year
*/

/* Index
----------------------------------------------
    1. Typography
    2. Hidden Elements
*/

/* 1. Typography
----------------------------------------------*/

body {
    margin: 20pt;
    padding: 20px;
    color: #464b4f;
    font: normal 18px/27px "ff-dagny-web-pro", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* --- images */

img {
    border: 0;
}

img.imageRight {
    float: right;
    display: inline;
    margin: 0 0 10px 15px;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageLeft {
    float: left;
    margin: 0 15px 10px 0;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageCentre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --- links */

a {
    color: #155073;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- paragraph */

p {
    padding: 0 0 15px;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    padding: 3px 0 0 5px;
}

ol li {
    padding: 3px 0;
}

/* --- headings */

h1 {
    margin: 0 0 16px;
    font-family: Century Gothic, Arial, sans-serif;
    font-weight: bold;
    font-size: 75px;
    line-height: 75px;
    color: #155073;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    font-family: Century Gothic, Arial, sans-serif;
    font-weight: bold;
    color: #155073;
}

h2 {
    font-size: 25px;
    line-height: 33px;
    margin: 5px 0 25px;
}

h3 {
    font-size: 21px;
    line-height: 29px;
}

h4 {
    font-size: 17px;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    color: #258278;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    color: #258278;
    font-weight: bold;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #091c27;
}

#mainBar h2 a {
    color: #155073;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #258278;
    text-decoration: none;
}

.sbFieldGroupHeading {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 10px;
    font-weight: normal;
    color: #556282;
}

/* --- tables */

.contentTable, #read_only_order_list {
    border: 0;
    margin: 15px 0 30px;
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.timeRemaining {
    margin: 0 0 20px;
}

th, td {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.contentTable th, #read_only_order_list th {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    color: #006193;
    font-weight: 200;
    border: 0;
}

.contentTable td, #read_only_order_list td {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    border: 0;
    font-weight: 200;
}

.contentTable tr, #read_only_order_list tr {
    text-align: left;
    background: url('images/eianz-insep2.png') no-repeat 50% bottom;
    background-size: 100% 1px;
    border: 0;
}

.contentTable tr:nth-child(even), #read_only_order_list tr:nth-child(even) {
    background-color: #fcfcfc;
}

.contentTable tr:last-child, #read_only_order_list tr:last-child {
    background-image: none;
}

/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form, #headercontent, #mobilemenubutt, #headright, #mainNav, #mainNavbg,
#widebannerbg, #eventsbg, #homenews, #followeianz, #logosliderbg, #footbg,
#sideBar, .button {
    display: none !important;
}

#logolink img {
    width: 200px !important;
}
