@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%;
	margin-right: 10px;
}
/* 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: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	margin-top: 4%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.APMOBILE {
	text-align: center;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color: rgba(204,0,0,1);
	text-shadow: 5px 3px 6px rgba(0,0,0,1);
	display: block;
	margin-bottom: -25px;
}
.BOOKSMOBILE {
	display: none;
	margin-left: 0px;
}
.ACADEMICMOBILE {
	display: none;
}
.APatFLASHMOBILE {
	font-size: 1.7em;
	text-align: center;
	display: block;
	line-height: 1.4em;
	white-space: normal;
	word-break: break-strict;
}
#Navigation {
	clear: both;
	float: left;
	margin-left: -7%;
	width: 99.9%;
	display: block;
	margin-top: 1em;
	padding-right: 7%;
	padding-left: 7%;
}
#Content {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	padding: 1em;
	border: medium solid rgba(153,0,0,1);
	word-spacing: normal;
	text-align: center;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-size: 1.5em;
	border-radius: 10px;
	line-height: normal;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#JournalNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.APTABLET {
	font-size: 2.6em;
	text-align: left;
	display: inline;
}
.BOOKSTABLET {
	font-size: 1.2em;
	display: inline;
	text-align: left;
	margin-left: 1em;
}
.ACADEMICTABLET {
	font-size: 1.5em;
	line-height: 2em;
	font-style: italic;
	display: inline;
}
.APatFLASHTABLET {
	font-size: 1.4em;
	visibility: visible;
	line-height: 2em;
	text-align: left;
	display: inline;
}
#Navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99.9%;
	display: block;
	padding: 0px;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	font-size: 1.4em;
	color: rgba(0,0,0,1);
	line-height: normal;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
	line-height: 2em;
	padding-top: .5em;
	padding-bottom: 1em;
}
#JournalNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	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 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.AP {
	font-size: 3.5em;
	color: rgba(204,0,0,1);
	font-style: italic;
	font-weight: bold;
	text-shadow: 5px 3px 6px rgba(0,0,0,1);
	margin: 0px;
	text-align: left;
	display: inline;
}
.BOOKS {
	font-size: 1.3em;
}
.ACADEMIC {
	font-style: italic;
	/* [disabled]line-height: 1.6em; */
	visibility: visible;
	font-size: 1.5em;
}
.APatFLASH {
	font-size: 1.2em;
	font-style: normal;
	line-height: 2em;
	visibility: visible;
	text-align: left;
	display: inline;
	color: rgba(255,255,255,1);
}
#Navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99.9%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	font-size: 1.2em;
	color: rgba(0,0,0,1);
	line-height: normal;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
	line-height: 2em;
	padding-top: .5em;
	padding-bottom: 1em;
}
#JournalNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
.AUTHORSHIP {
	font-size: 1.2em;
	text-shadow: 5px 3px 5px rgba(0,0,0,1);
	text-align: center;
}
#Content blockquote ul li {
	text-align: justify;
}
#Content blockquote ul  {
	list-style-type: disc;
}
#Content div li {
	list-style-type: none;
	text-align: left;
	margin-left: 30%;
}
#Content blockquote ol  {
	text-align: left;
}
#Content blockquote table{
	text-align: left;
	display: inline-table;
	float: inherit;
}
#Content blockquote table tr td {
	color: rgba(0,0,0,1);
}
#Content a img {
	float: left;
	clear: left;
	margin-top: 4%;
	margin-right: 5px;
	margin-bottom: 1%;
	margin-left: 5px;
	padding-top: 1%;
	width: inherit;
}
#LayoutDiv1 #Content blockquote ul li b a font {
	list-style-type: disc;
	display: list-item;
	list-style-position: outside;
}
