@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	
}
#wrapper {
	width: 100%;
}


#header {
	background-color:#CCC;
	width: 100%;
	margin: 0;
	
}
#topheader {
	font-family: arial;
	font-size: .85em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:0px
}
#middleheader {
	font-family: arial;
	font-size: 2em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bottomheader {
	font-family: arial;
	font-size: .85em;
	font-style: italic;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFF;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:2px;
	
}
#region {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	font-size: 1em;
	text-indent: 1.15em;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
.subline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	font-size: .6em;
	text-indent: 1.15em;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
#title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	color: #000;
	font-size: 1.15em;
	text-indent: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
blockquote {
	quotes: "\201C""\201D""\2018""\2019";
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
}
blockquote:before {
  color: #666;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
	color: #666;
	content: close-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
#columnleft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#commentary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 2em;
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
}
#endnotes {
	font-family: arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 2em;
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
	font-style: normal;
}
#columnright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
figure {
	margin-top: 10px;
	display: block;
	width: 100%;
}
figure img {
	padding: 5px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}

figcaption {
	width: 400px;
	font-size: .75em;
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: .5em;
	font-family: arial;
	font-style: italic;
	color: #999;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
#source {
	margin-top: 10px;
	background-color: #CCC;
	font-family: "Times New Roman";
	font-size: 0.85em;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	border: 1px solid black;
	
	padding: 5px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}
#articleMain {
	margin-top:5px;
	background-color: #FFF;
	font-family: "Times New Roman";
	font-size: 1em;
	letter-spacing: 0.08em;
	line-height: 1.25em;
	border: 1px solid #999;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}
#footer {
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	background-color: #999;
	color: #FFFFFF;
	clear: left;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
.firstcharacter { float: left; color: black; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; 
}
/* Three Column sample code */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
/* nav */
.nav {
	position: relative;
	margin: 20px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}
@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	font-family: arial;
	font-size: 1em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:0px
}
#middleheader {
	font-family: arial;
	font-size: 4em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bottomheader {
	font-family: arial;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFF;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:2px;
}
#region {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	font-size: 1em;
	text-indent: 1.15em;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
#title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
blockquote {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
}
#columnleft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}
#commentary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 2em;
	border: 1px solid black;
	padding: 5px;
}
#columnright {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 61.5384%;
	display: block;
}
figure {
	display: block;
	width: 100%;
}
figure img {
	padding: 5px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}

figcaption {
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	font-family: arial;
	font-size: 1em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:0px
}
#middleheader {
	font-family: arial;
	font-size: 4em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bottomheader {
	font-family: arial;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFF;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:2px;
}
#region {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	font-size: 1em;
	text-indent: 1.15em;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
#title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
blockquote {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
}
#columnleft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}
#commentary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 2em;
	border: 1px solid black;
	padding: 5px;
}
#columnright {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 69.3877%;
	display: block;
}
figure {
	display: block;
	width: 100%;
}
figure img {
	padding: 5px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}

figcaption {
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}


}
