/* Colors
logo -	#8c001a  rgb (140 0 26)
*/

/* 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;
}

/* /Reset -------------------------------------------------------------------------------------- 

/*----General Settings----*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 1em auto;
	max-width: 80em;
	padding: 0 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	word-wrap: break-word;
	font-size: 16px;
	overflow: auto;
}
/* Elements ------------------------------------------------------------------------------------ */

p, h1, h2, h3, h4, h5, h6, li , img{
	/*padding: 2%; from Tio*/
	/*padding: 0px;*/
	margin-top: 0px;
}


article, aside, details, figcaption, figure, footer, header,  hgroup, menu, nav, section {
	display: block;
}
h1{
	width: 68.75; /* 660px/960px = 6875*/
	font-size: 1.625em; /* 26px / 16 = 1.625 */ 
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: .6em;
	  text-shadow: 
                    0px 0px 0px #888,
                    -1px -1px 0px #777, 
                    -2px -2px 1px #666,
                    -3px -3px 1px #555,
                    -4px -4px 2px #444,
                    -5px -5px 3px #333,
                    -6px -6px 5px #000,
                    1px 1px 5px #ccc, 
                    2px 2px 5px #ccc,
                    3px 3px 5px #ccc,
                    4px 4px 5px #ccc,
                    5px 5px 5px #ccc,
                    6px 6px 5px #ccc;
                    
        
                filter: dropshadow(color=#ffff00, offx=1, offy=1);
 
        color:#f0f0f0;
}
h2 {
	width 100%;  /* 960px / 960px = 1 */
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 0.7em;
}
h3 {
		font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: .6em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 1em;
}
h5{
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 0.5em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	text-align: left;
	text-indent: 25px;
	margin-bottom: 6px;
	}

/* /Elements ----------------------------------------------------------------------------------- */


img {
	text-align: center;
	max-width: 93%;
	height: auto;
	width: auto;
}
#wrapper {
	margin: 0 auto;
	max-width: 1024px;
	width: 98%;
	text-align: center;
	background: #fff;
	border: 3px solid #bc001a;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(12, 3, 25, 0.8);	
}
header {
	width: 96%;
	min-height: 125px;
	padding: 5px;
	text-align: center;	
}
/*navigation-------------------------------------------------------------------------------------*/
nav {
	margin-bottom: 50px;
}
nav ul {
	list-style:none;
	margin: 20px 0 0 30px;
}
nav ul li {
	float:left;
	width: 12%;
}
nav ul li a {
	background: #FFF;	
	display: block;
	padding: 0; /*5% 12%*/;
	font-weight: bold;
	font-size: 75%;
	color: #000;
	text-decoration: none;
	text-align: center;
}
nav ul li a:hover, nav ul li.active a {
	background-color: #bc001a;
	color: #fff;	
}
nav li a:link, 
nav li a:visited {
	background-color: rgb(255, 255, 255);
	color: rgb(85, 85, 102);
	display: block;
	padding: 0.08em;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0.1em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	-moz-box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	font-size: 80%;
	-webkit-transition: background-color .75s ease;
	-moz-transition: background-color .75s ease;
	-o-transition: background-color .75s ease;
	transition: background-color .75s ease;
	
}
.nav li a:hover {
  background-color: rgba(69,68,170,1.00);
  color: rgb(255, 255, 255);
}
/*end css *navigation------------------------------------------------------------*/
 
.clearfix {
	clear: both;	
}
.main-col {
	width: 94%;
	margin: 2%;
	padding-left: 1%;
	padding-right: 1%;
}
.main-colBorder {
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
.left-col {
	width: 62%;
	float: left;
	margin: -2% 2%	1% 2%;
	padding-left: 1%;
	padding-right: 1%;
}
.leftColBorder {
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	

aside {
	width: 27%;
	float: right;
	margin: 1%;	
}
.asideBorder  {
	padding-top: 30px;
	margin-top: 35px;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	background-image: url(http://neworldreview.com/vol_8No_57/images/articleHeader_2.gif);
	background-repeat: repeat-y;
}
.section {
	width: 29%;
	float: left;
	margin: 2% 2%;
}
.section-left {
	width: 19%;
	float: left;
	margin: 2% 2%;
}
.section-center {
	width: 49%;
	float: left;
	margin: 2% 2%;
}
.section-right {
	width: 19%;
	float: right;
	margin: 2% 2%;
}
/*----homePage----*/
.articleHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 1px 1px 0px #666;
	text-align: center;
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	background-image: url(../images/articleHeading.gif);
	background-position: center top;
}
#sidebarArticles  {
	float: right;
	width: 150px;
	padding-top: 30px;
	margin-top: 35px;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	background-image: url(http://neworldreview.com/vol_8No_57/images/articleHeader_2.gif);
	background-repeat: repeat-y;
}
/*----Misc CSS----*/
#ad_2 {
	border-bottom: 5px solid #000000;
	}
.authorName {
	color: #666666;
}
footer {
	background: #878E63;
	width: 100%;
	overflow: hidden;
}
footer p, footer h3 {
	color: #F1F0D1;		
}
footer p a {
	color: 	#F1F0D1; /*prevents blue color in link*/
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
li {
	display: inline;
}
ul li img {
	height: 50px; /*they were 3 over four and this makes it 4 across*/	
}
.center {
	text-align: center;
}
.firstLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
.imageLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imageRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageCenter {
	display: block;
	margin: 0 auto;
}
 a.cta {
		text-transform: uppercase;
		font-size: .9em;
		font-weight: bold;
		text-decoration: none;
		margin: 05em 0 0 0 ;
		padding: 0px 12px 0px 0px;
		background: url(http://neworldreview.com/vol_8No_57/images/cta_arrow.png) no-repeat right 0px; 
 }
 a.cta:hover {
	background-position: right -50px;
	color: red;
}
.poem {
	font-family: Georgia, 'Times New Roman', Serif;
	margin: 20px 0;
	padding-left: 100px;
	text-indent: 0;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	}
.poemHome {
	font-family: Georgia, 'Times New Roman', Serif;
	margin: 20px 0;
	padding-left: 50px;
	text-indent: 0;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	}	
.masthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;	
}
.bold {
	font-weight: bold;
}
.highlight {
	color: white;
	background-color: black;	
}
.cycle-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 101;
}

.headline {
	background: black;
	background: rgba(0,0,0,0.6);
	color: white;
	margin: 0 6em;
	/*padding: 1em;*/
}

.headline h2 {
	color: white;
	font-size: 2em;
	line-height: 1.125;  
}

.headline p {
	font-style: italic;
	line-height: 1.5;
	padding: 0;
}
.section-right a img:hover {
	width: 125%;
	height: 125%;	
	margin-left: -45px;
}
.leftCovers a img:hover {
	width: 125%;
	height: 125%;	
	margin: 0;
}
.indent-0 {
	text-indent: 0;
}
.italic {
	font-style: italic;	
}
img.border{
	border: 2px solid #C52326;			
}
/*-----------MEDIA!!!--------------*/
@media screen and (max-width: 478px) {
		body {
			font-size: 13px;	
		}
		nav {
			max-width: 95%;
			margin-bottom: 10px;	
		}
		.left-col {
			max-width: 95%
			margin-right: 2%;
		}
		.bookAdCol {
			display: none;
		}
		#googleAdUnit_3 {
			display: none;	
		}
		#googleAdUnit_4 {
			display: none;	
		}
.section-center {
			width: 96%;
			float: left;
			margin: 1% 1%;;
}		
.section-left {
			width: 96%;
			float: left;
			margin: 1% 1%;
}
.section-right {
			width: 96%;
			float: left;
			margin: 1% 1%;
}
}
@media screen and (max-width: 740px) {
		nav {
			width: 100%;
			margin-bottom: 10px;	
		}
		nav u l {
			list-style: none;
			margin: 0 auto;
			padding-left: 0;	
		}
		nav ul li {
			text-align: center;
			margin-left: 0 auto;
			width: 100%;
			border-top: 1px solid #878E63;	
			border-right: 0px solid #878E63;	
			border-bottom: 1px solid #878E63;	
			border-left: 0px solid #878E63;	
		}
		nav ul li a {
			padding: 8px 0;
			font-size: 16px;
		}
		.left-col {
			width: 100%;
			margin-right: 2%;
		}
		aside {
			float: left;
			width: 94%;
			margin: 2%;
		}
		.section {
			float: left;
			width: 95%;
			margin: 0;
		}
}