/* ----- BEGIN CSS RESET ----- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----- END CSS RESET ----- */



body
{
  font-family: "Crimson Text";
  font-size: 18px; /*base of modular scale - ratio 1.618*/
  background-color: #355e3b;
  background-color: #669;
  background-color: gainsboro;
}

header
{
	background-color: teal;
	width: 960px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/header-background_960x120.jpg");
}

header h1
{
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 48px; 
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

header p
{
  font-weight: normal;
  color: #ddd;
  font-family: "PT Sans Narrow";
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}

header #date
{
  float:right;
  position: relative;
  left: -25px;
  top: -30px;
  color: black;
  font-family: "PT Sans Narrow";
  font-size: 24px;
}



/* Generic Menu Styling */

nav
{
  background-color: #333;
  width: 960px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT Sans Narrow";
  box-shadow: 0 0 100px rgba(0,0,0,0.33);
  
}

.menu li
{
  color: #fff;
  xdisplay: inline;
  padding-left: 15px;
  padding-right: 19px;
  border-right: 1px solid #fff;
}

.menu li.last
{
  border-right: 0;
}




nav li a, nav li a:active, nav li a:hover, .menu li a:visited
{
  color: white;
  text-decoration: none;
}

.menu li a:hover
{
  color: #0cc;
}

.submenu li a:hover
{
  color: black;
}

.menu
{
  padding-left: 150px;
  padding-top: 15px;
}

/* END OF Basic Menu Styling*/


/* Dropdown Menu */
.menu li
{
  float: left; /*puts li's in a single line */
}

.submenu
{
  display: none; /* hides sub-ul until needed */
}

.submenu li
{
  float: none; /* returns sub-li's in vertical list */
  background-color: #999; /* covers content below so sub is readable */
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  position: relative;
  left: -15px;
  top: 17px;
}

.menu li:hover ul
{
	display: block; /* displays sub when main is hovered */
	position: absolute; /* prevents sub from pushing rest of menu over */
}

nav li.last
{
  border-right: 0;
}

article
{
	float: right; /* returns elements after menu to normal position */
}

/* END DROPDOWN MENU */


#content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efffff;
	box-shadow: 0 0 100px rgba(0,0,0,0.33);

}

article
{
  float: left;
  width: 500px;/* 2 alphabets + 'n' */
  background-color: #fff;
  padding: 25px;
}

article.full-width
{
  width: 910px;
}

article h2
{
  font-size: 36px;
  padding-top: 12px;;
  padding-bottom: 12px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  text-align: center;
  line-height: 1.54;
  color: teal;
}

article h3
{
  font-size: 24px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  color: black;
  padding-top: 25px;

}

article h4
{
  font-weight: bold;
  font-style: italic;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  padding-top: 25px;
  color: teal;
}

article .author-bio
{
	font-style: italic;
}

article p
{
  font-family "Crimson Text";
  margin: 1em 0;
  line-height: 1.54em;
}

article p.first
{
  font-size: 20px;
  font-family: "PT Sans Narrow", sans-serif;
}

article ul
{
  padding-top: .5em;
  padding-bottom: 1em;
  padding-left: 1em;
  line-height: 1.25em;
}

article a
{
  color: teal;
  text-decoration: none;
}

.aside
{
	float: left;
	background-color: #efffff;
	width: 350px;
	padding: 25px;

}

.aside p
{
  line-height: 1.54em;
}
.aside h3
{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 18px;
	line-height: 1.54em;
	  font-family: "PT Sans Narrow", sans-serif;
}

.aside img
{
  margin-top: 25px;
}

footer
{
	background-color: #222;
	color: white;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear:left;

}

footer
{
  background-color: #222;
  color: #ccc;
  width: 960px;
  padding-top: 15px;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  
}

footer li
{
  display: inline;
  padding-left: 5px;
  padding-right: 9px;
  border-right: 1px solid #fff;
  font-family: "PT Sans Narrow";
}

footer li.last
{
  border-right: 0;
}

footer a
{
  color: white;
  text-decoration: none;
}



em
{
	font-style: italic;

}

strong
{
	font-weight: bold;
}

.center
{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.right
{
  text-align: right;
}

article .video-player
{
  margin-left: 7px;
  display: block;
  width: 896px;
}