﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	min-width: 600px;
}
/* Styles for body */
body {
	background-color: #E4FAFA;
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
}
/* Styles for masthead */
#masthead {
    height: 50px;
	padding-top: 5px;
	background-color: #006400;
}
/* Styles for logo */
#logo {
	height: 100%;
	width: 48%;
	padding-left: 2%;
	float: left;
	font-style: italic;
	font-size: 210%;
	font-weight: bold;
}
/* Styles for login_name_and_status */
#login_name_and_status {
    height: 100%;
    width: 49%;
	float: left;
	text-align: right;
}
/* Styles for top_nav */
#top_nav {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: maroon;
	padding-left: 1%;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* Styles for breadcrumb. */
#breadcrumb {
	padding-left: 4%;
}

/* Styles for ad. */
.ad {
/* Width declaration. Solely because required for AdSense responsive ad. (29-12-16.) */
    width: 100%;
    border-top: thin dashed #82FFFF;
    border-bottom: thin dashed #82FFFF;
    margin-top: 1%;
    margin-bottom: 1%;
}
/* Styles for ad1. */
.ad1 {
    margin-left: 22%;
    margin-right: 18%;
/* Width declaration. Solely because required for AdSense responsive ad. (29-12-16.) */
    width: 60%;
    border-top: thin dashed #82FFFF;
    border-bottom: thin dashed #82FFFF;
    margin-bottom: 1%;
}

/*.ad_bgc {
    border-top: thin dashed #82FFFF;
    border-bottom: thin dashed #82FFFF;
}*/

/* Styles for page_content */
#page_content {
    margin-left: 22%;
    margin-right: 18%;
}
/* Styles for cookie notice */
.announcement {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:130%;
    color: red;
    text-align: center;
    border-style:solid;
    border-width: thin;
    border-color: maroon;
}
.font2 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
    font-size: 100%;
}
.maroon_font2 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
	font-size: 100%;
	color: maroon;
}
h1 {
/* Add padding-right, to centre text on the page rather than inside page_content. (14-1-17.) */
    padding-right: 7%;
    font-size: 160%;
    color: maroon;
    text-align: center;
}
h2 {
    font-size: 130%;
    font-weight: bold;
    color: maroon;
    text-align: left;
}
h3 {
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    color: maroon;
    text-align: left;
}
p {
    font-size: 130%;
    color: black;
    line-height: 115%;
}
ol {
    font-size: 130%;
    color: black;
}
#publication_date {
/* Add padding-right, to centre text on the page rather than inside page_content. (14-1-17.) */
    padding-right: 7%;
    text-align: center;
}
/* Styles for bottom_nav */
#bottom_nav {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: maroon;
	border-bottom-color: maroon;
    padding-left: 1%;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* Styles for copyright */
#copyright {
    color: black;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
}

@media screen and (max-width: 800px) {
    /* Styles for ad1. */
    .ad1 {
        margin-left: 7%;
        margin-right: 3%;
    /* Width declaration. Solely because required for AdSense responsive ad. (29-12-16.) */
        width: 90%;
        border-top: thin dashed #82FFFF;
        border-bottom: thin dashed #82FFFF;
        margin-bottom: 1%;
    }
    /* Styles for page_content */
    #page_content {
        margin-left: 7%;
        margin-right: 3%;
    }
}

@media screen and (min-width: 1624px) {
    /* Styles for ad1. */
    .ad1 {
        margin-left: 25%;
        margin-right: 22%;
    /* Width declaration. Solely because required for AdSense responsive ad. (29-12-16.) */
        width: 53%;
        border-top: thin dashed #82FFFF;
        border-bottom: thin dashed #82FFFF;
        margin-bottom: 1%;
    }
    /* Styles for page_content */
    #page_content {
        margin-left: 25%;
        margin-right: 22%;
    }
}

