/* Print stylesheet
----------------------------------------------
	Name: Firstname Lastname
	Date: Day Month Year
*/

/* Index
----------------------------------------------
	1. Typography
	2. Hidden Elements
*/

/* 1. Typography
----------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    padding: 0;
}

/* --- links */

a {
    color: #1b447c;
    text-decoration: none;
}

a:hover {
    color: #00abf5;
    text-decoration: underline;
}

.more a {
    color: #68CDF9;
}

/* --- paragraph */

p {
    margin: 0 0 15px;
}

/* --- lists */

h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    margin: 5px 0 10px;
    color: #1b437c;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    font-weight: normal;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #1b437c;
}

h3 {
    font-size: 17px;
    line-height: 23px;
    color: #AFB900;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    color: #AFB900;
}

h5 {
    font-size: 12px;
    line-height: 18px;
    color: #AFB900;
}

h6 {
    font-size: 11px;
    line-height: 16px;
    color: #AFB900;
}

/* --- images */

img {
    border: 0;
}

/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form, #topbar, #head, #banner, .homecontent .button, .eventshome, .newshome,
.bloghome, .ourworkhome, .connectwithus, .addthis_toolbox, #sideBar, .rhcol,
#footbg {
    display: none !important;
}
