﻿/* Style sheet for agilearchitect.org pages		  	*/
/* Assumes prior inclusion of andrewj3.css 		  	*/
/* This just over-rides key font & colour settings 	*/
/*--------------------------------------------------*/

/* Basic text styles */
/*-------------------*/
p, body {
	Font-Family : 'Book Antiqua', 'Times New Roman', Serif;
	font-size : 1.0em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal
	}

i, em, p a:link {
	color : #808080;
	font-style : italic;
	font-weight : bold;
	}


strong {
	color : black;
	font-weight : bold;
	}


h1, h1 a, h1 a:link, h1 a:visited,
#zone h1, #zone h1.link, #zone h1.visited,
#masthead h1 {
	/* border-bottom:1px solid #000000; */
	border-bottom : 3px solid #008080;
	color : #33CCCC;
	background-color: white;
	Font-Family : 'Graphite Bold', Arial, Sans-Serif;
	font-size: 2.0em; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	padding-top: 0.2em; 
	}


h2, h2 a, h2 a:link, h2 a:visited {
	border-bottom : 1px solid #008080;
	color : #33CCCC;
	Font-Family : 'Graphite Bold', Arial, Sans-Serif;
	font-size : 1.6em;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	}

h3, #masthead h3 {
	color : #008080;
	Font-Family : 'Graphite Bold', Arial, Sans-Serif;
	font-size : 1.2em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	}

h2 a, h2 a:link, h2 a:hover, h2 a:visited,
h3 a, h3 a:link, h3 a:hover, h3 a:visited,
#footer a:hover, p a:hover,
li a:link, li a:hover, li a:visited  {
	color: #008080;
	text-decoration: none;
}

/*----------------------------------------------*/
/* Flexible grid division styles                */
/*----------------------------------------------*/

#sidenav {
	border: solid #33CCCC; /* Aqua */
}

#logo {
	width: 16%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0.5em;
	vertical-align: middle;
}

#logo img {
	max-height: 8em;
	height: auto;
	object-fit: scale-down;
	margin: 0;
}

#topbar {
	max-height: 10em;
	width: 100%;
	border: solid #33CCCC;
	background-image: url("/agile/images/notepaper.gif");
	background: #FFFFFF;
}

#excellence {
	background-color: #33CCCC;
}

#masthead {
	background: #FFFFFF;
	background-image: url("/agile/images/notepaper.gif");
}

#mastimage {
	border-left: solid #008080;
	background-color: #f8f8f8;
}

#masthead h1 {
	background-color: #ffffff;
	background-image: url("/agile/images/notepaper.gif");
	color : #33CCCC;
	font-size: 2.5em;
	padding-top: 0.5em;
}

#masthead h3 {
	font-size: 1.7em;
	font-weight: bold;
}

#footer {				/* Footer div */
	background-color: #CCCCCC;
	border-top: solid #008080;
}

/*-----------------------------------*/
/* Styles for drop-down navigation   */
/*-----------------------------------*/

ul#navigation li {
	border: 1px solid #33CCCC;
}

ul#navigation li a {
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	border-bottom:1px solid #33CCCC;
	background: #f5f5f5;
}

ul#navigation ul, ul#navigation ul li ul {
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
}

ul#navigation ul li a {
	color:#616161;
	text-shadow:1px 1px 0px #fff;
}


/*-----------------------------------*/
/* Font embedding                    */
/*-----------------------------------*/
 @font-face {
    font-family: 'Book Antiqua';
    font-style: normal;
    font-weight: normal;
    src: local('Book Antiqua'), url('/coppertrees/fonts/BKANT.TTF'), format('opentype');
    src: url(/fonts/BOOKANT2.eot);
  } 
  @font-face {
	font-family: 'Black Chancery';
    src: url('/fonts/BLACKCH1.eot');
    src: local('Black Chancery'), url('/fonts/BLACKCH.TTF') format('opentype');
	}
  @font-face {
    font-family: 'Footlight MT Light';
    src: url(fonts/FOOTLIG3.eot);
    src: local('Footlight MT Light'), url('/fonts/FTLTLT.TTF') format('opentype');
    /* src: local('Footlight MT Light'), url('/fonts/LYDIANB0.TTF') format('opentype'); */
	}
  @font-face {
	font-family: 'Lydian BT';
    src: url('/fonts/LYDIANB0.eot');
    src: local('Lydian BT'), url('/fonts/LYDIANB0.TTF') format('opentype');
	}
  @font-face {
	font-family: 'Flexure';
    src: url('/fonts/FLEXURE0.eot');
    src: local('Flexure'), url('/fonts/FLEXURE.TTF') format('opentype');
	}
@font-face {
	font-family: 'Graphite Std';
	src: url('/fonts/GraphiteStd-Bold.otf');
	src: local('Graphite Std'), url('/fonts/GraphiteStd-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'Graphite Bold';
	src: url('/fonts/GraphiteStd-Bold.otf');
	src: local('Graphite Bold'), url('/fonts/GraphiteStd-Bold.otf') format('opentype');
}
/*  @font-face {
    font-family: Footlight MT Light;
	font-style : italic;
	font-weight : bold;
    src: url(fonts/FOOTLIG4.eot);
	}
  @font-face {
    font-family: Footlight MT Light;
    font-style:  normal;
	font-weight : bold;
    src: url(fonts/FOOTLIG5.eot);
	}
*/