body {
	font-family: sans-serif;
	width: 1020px;
	padding: 0;
	margin: 0 auto;
	wfont-size: 85%;
        background:#222; /*eee;*/
	background:  url(images/backmag.png) no-repeat;
       color: #222;/* #444*/
                 /*color: #444;*/
}

h1 {
	text-align: center;
	margin: 0.5ex 0ex 0ex 0ex;
	padding: 0;
/*	border-top: 1px solid #baa;*/
	border-bottom: 3px double #eee;
               /*   color: #444;
}

a img {
	border: 0;
}

h2, h3, h4, h2 a, h4 a {
	color: #d9001a;
	text-decoration: none;
}

h3, h3 a {
	color: #eee;
}

a:hover {
	text-decoration: underline;
}

h2 a:visited, h3 a:visited, h4 a:visited {
	color: #600;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #f30;
}

h2, h3, h4 {
	padding: 0 0 0.5ex 0;
	margin: 0;
                 color: #444;
}

h3, h4 {
/*	font-weight: normal;*/
	letter-spacing: -0.02ex;
}

h2 {
	letter-spacing: -0.05ex;
	font-family: times, serif;
	padding: 0.3ex 0 0.2ex 0;
	font-size: 200%;
}

h3 {
	margin-top: 0.5ex;
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

p {
	margin: 1ex 0 1em 0;
}

#accessibility {
	text-align: right;
}

.nav a {
	margin: 0 1ex;
	text-decoration: none;
	color: #eee;
}
#marquee {
	padding: 0;
	margin-bottom: 5px;
}
#top .nav {
	clear: both;
	width: 1000px;
	padding: 0;
/*	font-size: 110%;*/
	margin-bottom: 5px; 
	border-top: 1px solid #baa;
/*	border-bottom: 1px solid #baa;
	*/
/*	border: 1px solid #baa;  */
	text-align: center;
	
	/*background: #fcf6d9;*/

}


#top {
    background: #000 url(/images/backmag.png) no-repeat;
}


#top #login, #top #date {
	position: relative;
	bottom: 1.5em;
	margin-bottom: -1em;
}

#top #date {
	float: right;
}

#top .nav a {
	white-space: nowrap;
/*	padding: 0 1ex; 
	color: #d9001a;*/
}

#top .nav a:hover, #side .nav a:hover {
	text-decoration: underline;
}

#side {
	background: #eee;
	border: 1px solid #baa;
	font-size: 80%;
	width: 240px;
	padding: 4px;
                  color: #444;
}

#side h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	padding: 0;
                  color:#444;
}

#side .nav {
	padding: 5px;
}

#side .nav a {
	color: #222;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

#sideright {
                 float: right;
	background: #eee;
	border: 1px solid #baa;
	font-size: 80%;
	width: 150px;
	padding: 4px;
                  color: #444;
}

#content {
                 float: left;
	/*background: #eee;*/
	/*border: 1px solid #baa;*/
	font-size: 80%;
	width: 420px;
	padding: 4px;
                  color: #222;/* #444*/
}

#ads {
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
                  color: #444;
}

.warning {
	border: 1px solid #d00;
	background: #f7d4d4;
	padding: 5px;
	margin: 20px 0;
}

#featured_articles .article {
	clear: both;
	margin: 0 0 0 10px;
	padding: 7px;
}

.icon {
	float:left;
	margin-right:10px;
/*	background-color: #666;*/
}

#featured_articles .icon, #featured_articles .icon img {
	width:32px;
	height:32px;
} 

#featured_articles a {
	color: #eee;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#featured_articles a:hover {
	text-decoration: underline;
	background: #eee;
}

#featured_articles .article .preview {
	display: none;
	border: 1px solid #ccc;
	padding: 1ex;
	background: #e8e8e8;
	width: 320px;
}

#featured_articles .article .preview img {
	float: left;
	margin: 0 5px 5px 0;
}

#columns .icon {
	margin-top: 10px;
}

#columns .icon div {
	width:60px;
	height:60px;
} 

#columns p {
	clear: both;
}

em {
	font-style: normal;
	font-weight: normal;
	color: #555;
}

.show_more {
	float: right;
	border: 1px solid #999;
	padding: 1ex;
	margin: 1ex;
}

td {
	vertical-align: top;
}

#citw h4 {
	margin: 0;
	padding: 0;
}

#citw td {
	width: 50%;
}

#book_reviews h3 {
	color: #d9001a;
}

hr {
	border: 0;
	height: 1px;
	color: #666;
	background-color: #666;
}

form {
	margin: 0;
}

fieldset {
	background-color: #f0f0f3;
	border: 1px outset #666;
	margin: 1em;
	padding: 1ex;
}

label {
	margin: 1ex;
}

.noScreen {
	display: none;
}

       .modal {
            align-items: center;
            display: flex;
            justify-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(254, 254, 254, 0.7); /* 254  126 126*/
            transition: all 0.4s;
            visibility: hidden;
            opacity: 0;
        }
        .modal:target {
            visibility: visible;
            opacity: 1;
        }