

	

	* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 200;
	font-size: 62.5%;

}




h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb;
}

	h2{
		color: #000000;
		font-weight: normal;
		font-family: "Palatino Linotype", Baskerville, serif;
		font-size: 1.6em;
		border-bottom: 2px black solid;

		padding: 0 0 2px 80px;
		margin: 0;
	}

	h3{
		color: #000000;
		font-weight: normal;
		font-family: "Palatino Linotype", Baskerville, serif;
		font-size: 1.2em;
		border-bottom: 2px black solid;
		margin: 0;
	}
	

	
hrt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
	clear: both;

}
	
hrb {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
	clear: both;
}
	
	
	
	p{
		font-family: "Palatino Linotype", Baskerville, serif;
		color: #616161;
		line-height: 150%;
		margin-top: 10px;
		margin-left: 80px;
	}
	

	

	
	footer{
		color: #6a94cc;
		font-family: Helvetica, san-serif;
		font-size: .8em;
		margin-top: 0;
		margin-bottom: 25px;

		padding: 0 0 60px 200px;
	}
	
	#banner{
		background: #cc0099;

		
	}
	
	.intro{
		color: #6a94cc;
		font-family: Arial, Helvetica, san-serif;
		font-size: 1.2em;
		margin: 0;
		margin-left: auto;
		margin-top: 100px;
		margin-bottom: 25px; 
	  background-color: #ffffff;
		border-right: 1px black solid;
	}
	
	
	
	
		.talking {
		color: #000000;
		font-weight: normal;
		font-family: "Palatino Linotype", Baskerville, serif;
		font-size: .8em;
		border-left: 1px grey solid;
		margin: 0;
	}
		.talking p{
		color: #000000;
		font-weight: normal;
		font-family: "Palatino Linotype", Baskerville, serif;
		font-size: .8em;
		border-bottom: 0;
		margin-bottom: 4px;
	}	
	
	
	
	
	
	
	
	
	
	
.centered {
	text-align: center;
}
.centered p{
	text-align: left;
}
	
	
	
.wrapper {
	width: 700px;
	padding: 30px 0;
	margin: 0 auto;
}
.container {
	width: 700px;
	margin: 0 auto;

}


ul.grid-nav {
	border-style: solid;
  border-width: 5px;
	border-color: #ffffff;
	list-style: none;
	font-size: 1.4em;
	font-weight: 100;
	text-align: left;
	border-right:  1px black solid;

}
ul.grid-nav li {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
	overflow: hidden;

}
ul.grid-nav li a {
	border: #ffffff;
	display: inline-block;
	width: 100%;
	background: #999;
	color: #fff;
	padding: 4px 4px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.grid-nav li img {
	border: #ffffff;
	display: inline-block;
	width: 100%;
	background: #003300;
	color: #fff;
	padding: 2px 2px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: images/talkingcode.jpg;	
}

ul.grid-nav li a:hover {
	background: #7b0;

}
ul.grid-nav li a.active {
	background: #333;
}
ul.grid-nav li a.library {
	background: #D3F3F4;
}








ul.grid-nav-sub {
	list-style: none;
	font-size: 1.2em;
	font-weight: 100;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;


	
}
ul.grid-nav-sub li {
	display: inline-block;

}

ul.grid-nav-sub li a {
	display: inline-block;
	width: 90%;
	background: #9B9C76;
	color: #ffffff;

	text-decoration: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;

}
ul.grid-nav-sub li a:hover {
	background: #c6c4c6;

}
ul.grid-nav-sub li a.active {
	background: #E4E6B2;
}



.grid-container {
	display: none;
	
}



 /* Dropdown Button */
.dropbtn {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	
}

ul.dropbtn li {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
	overflow: hidden;
}

ul.dropbtn li a {
	display: inline-block;
	width: 100%;
	background: #9B9C76;
	color: #ffffff;
	text-decoration: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

ul.dropbtn li img {
	border: #ffffff;
	display: inline-block;
	width: 90%;
	background: #003300;
	color: #fff;
	padding: 2px 2px;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
	display: inline-block;
	width: 90%;
	background: #000000;
	color: #ffffff;

	text-decoration: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;

	
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1
	}

	
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}







/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}

ul.rig li {
	display: inline-block;
	padding: 2px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;

	font-size: 14px;
	font-size: 1rem;
	vertical-align: top;

}



ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 4px;

	}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #878788;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 100%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 10.83%; /* this value + 2.5 should = 33% */
}

/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

/* class for 2 columns */
ul.rig.columns-main li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}

/* class for 3 columns */
ul.rig.columns-sidebar li {
	width: 10.83%; /* this value + 2.5 should = 33% */
}

/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}


@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}






#siteTools {
	list-style: none;
	text-align: left;
	margin-top: 5px;
}
#siteTools li {
	margin-bottom: 2px;
}
#siteTools li a {
	font: .8em Helvetica, san-serif;
	color: #342111;
	text-transform: none;
	text-decoration:none;
	border-style: none;
	line-height: 140%;
}
#siteTools li a:hover {
  color: #F93;
}

#technical_header {

	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */

	border:1px dashed #333;
	background-color:#eee;
	}


.ch_bgal { color: #ffffff; background-color: #667788; font-size: 10px; font-family: verdana,arial,helvetica; text-align: left; padding: 2px;}
.ch_bgar { color: #ffffff; background-color: #667788; font-size: 10px; font-family: verdana,arial,helvetica; text-align: right; padding: 2px;}


.cd_bgal { color: #000000; background-color: #ffffff; font-size: 9px; font-family: verdana,arial,helvetica; text-align: left; padding: 2px;}

.cd_bgar { color: #000000; background-color: #ffffff; font-size: 9px; font-family: verdana,arial,helvetica; text-align: right; padding: 2px;}

.fsect_bgal {width: 700; color: #ffffff; background-color: #FF9900; font-size: 10px; font-family: verdana,arial,helvetica; text-align: left; padding: 2px;}

.hsect_bgal {width: 350; color: #ffffff; background-color: #667788; font-size: 10px; font-family: verdana,arial,helvetica; text-align: left; padding: 2px;}
















