
/*		security-affairs.org		-	site.css		
		Version 0.9		-	3/18/2005		*/

/*		Basic Elements						*/

body
{
	margin: 10px 2% 10px 2%;
	background-color: #EDEDED;
	color: black;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	quotes: '&ldquo;' '&rdquo;' '&lsquo;' '&rsquo;';
	text-align: left;
	text-transform: inherit;
}

a:link {
	text-decoration: none;
	color: #00C;
}

a:visited
{
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #00C;
	text-decoration: underline;
}

a:active
{
	color: #900;
	text-decoration: underline;
}

a[href$="pdf"]:before
{
	content: url("../images/icons/pdf_icon.gif");
	padding-right: 4px;
	bottom: 0px;
}

img 
{
	behavior: url(/site/scripts/pngHack.htc);
}


p.first
{
	font-size: 20px;
	line-height: 1.2em;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain, "Times New Roman", Times, serif;
	padding-top: 0;
	padding-bottom: 6px;
	text-indent: none;
}



p.block
{
	padding: .7em 0 .7em 3.0em;
	color: #091C57;
	font-size: 1.1em;
	line-height: 1.2em;
}

#masthead 
{
	background-color: #003e7e;
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	display: block;	
}

#page_info
{
	border-color: white;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0px 10px 0px 10px;
}
.page_title
{
	color: white;
	font-family: georgia, agaramond, garamond, 'times new roman', timesNR, times, serif;
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding: 5px 5px 7px 12px;
	text-align: left;
}

.issue
{
	color: white;
	font-family: georgia, agaramond, garamond, 'times new roman', timesNR, times, serif;
	font-size: 18px;
	font-weight: normal;
	float: right;
	text-transform: none;
	padding: 5px 12px 7px 5px;
	font-style: italic;
	text-align: right;
}

p#announcement
{
	color: black;
	font-size: 18px;
}

p#warning
{
	color: #C00;
	font-family: timesNR, times, courier, serif;
	font-size: 3.0em;
	font-weight: bold;
}

p.toc-heading
{
	background-image: url(../images/lines/gray-2.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top:	20px;
	margin-bottom: -2px;
	font-family: "Century Old Style Std","Times New Roman",Times,serif;
}

span.toc-heading
{
	color: #B1B1B1;
	font-size: 30px;
	background-color: white;
	margin: 0 0 0 15px;
	padding: 3px 10px 0 10px;
	font-variant: small-caps;
}


/*		Content Cells		*/

td.header
{
	width: 610px;
	height: 180px;
	background-color: #003e7e;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}

td.content
{
	width: 610px;
	border-color: #CCC;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-color: white;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

td.footer
{
	width: 610px;
	height: auto;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	padding: 2px;
}

td.spacer
{
	width: 20px;
	height: auto;
}


/* navigation elements */


div#nav
{
	width: 160px;
	height: auto;
	display: block;
	background-color: #FFF;
	border-color: #CCC;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	border-style: solid;
	text-align: left;
}

div#nav p
{
	width: 160px;
	height: 10px;
	display: block;
	background-color: #FFF;
	color: black;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	font-size: 15px;
	padding: 2px 6px 2px 4px;
	margin: 15px -5px 2px -5px;
	vertical-align: baseline;
	text-indent: 10px;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: .4px;
}

div#nav a
{
	width: auto;
	height: 1.5em;
	display: block;
	background-color: #003e7e ;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	vertical-align: baseline;
	text-indent: 3px;
	text-decoration: none;
	line-height: 1.5em;
}

div#nav a:link
{
	width: auto;
	height: 1.5em;
	display: block;
	background-color: #003e7e ;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	vertical-align: baseline;
	text-indent: 3px;
	text-decoration: none;
	line-height: 1.5em;
}

div#nav a:visited
{
	background-color: #003e7e;
	color: white;
}

div#nav a:hover
{
	height: 13px;
	border-color: #003e7e;
	border-width: 1px;
	background-color: #039;
	color: #FFF;
	padding: 2px 1px 2px 1px;
	text-indent: 3px;
	text-decoration: underline;
	border-style: solid;
	line-height: 13px;
}

div#nav a:active
{
	background-color: #900;
	color: #FFF;
}



/*  footer  */

div#copyright
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
	float: left;
	display: block;
}

div#footer
{
	float: right;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 .5em 0 .5em;
}

div#footer a
{
	color: red;
	display: inline;
	font-weight: bold;
	border-left: #999;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 0 0 .5em;
	text-decoration: none;
}

div#footer a:link
{
	color: #900;
	display: inline;
	font-weight: bold;
	border-left: #999;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 0 0 .5em;
}

div#footer a:visited { color: #900; }

div#footer a:hover { text-decoration: underline; }

div#footer a:active
{
	color: black;
	text-decoration: underline;
}



/* Journal Elements */


/*	Footnotes		*/

#footnotes
{
	border-color: navy;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	margin: 20px -5px 0 -5px;
	text-align: left;
}

#footnotes ol
{
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-left: 30px;
}

#footnotes li
{
	padding: 0 0 4px 0;
	list-style-type: decimal;
	list-style-position: outside;
}

#footnotes a[href^="http:"]:after 
{ 
	content: url("../images/icons/ext_link.gif");
	padding-left: 4px;
}


/* 	Articles & Reviews		*/

div#article
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-indent: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

div#article div.book-info
{
	background-color: #EDEDED;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	display: block;
	width: 580px;
	padding: 10px 5px 10px 5px;
	margin: 0 0 10px 0;
	color: #091C57;
	font-size: 16px;
	font-weight: 400;
}

div#article p
{
	text-indent: 12px;
	line-height: 1.2em;
}

div#article p.first
{
	font-size: 20px;
	line-height: 1.2em;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain, "Times New Roman", Times, serif;
	padding-top: 0;
	padding-bottom: 6px;
	text-indent: 0px;
}

div#article p.title
{
	font-size: 48px;
	color: black;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;
	line-height: 1.0em;
}

div#article p.review-title
{
	font-size: 48px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;	
	background-image: url(../images/icons/book.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0px 0px 0px;
	
}

div#article p.document-title
{
	font-size: 48px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;	
	background-image: url(../images/icons/DOCUMENT.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0px 0px 0px;
	
}

div#article p.response-title
{
	font-size: 60px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;	
	background-image: url(../images/icons/response.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0px 0px 0px;
	
}

div#article p.perspective-title
{
	font-size: 48px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;	
	background-image: url(../images/icons/perspective.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0px 0px 0px;
}

div#article p.dispatches-title
{
	font-size: 60px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 10px 0 0px 0;
	text-indent: 0px;	
	background-image: url(../images/icons/stamp.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0px 0px 0px;
}


div#article p.subtitle 
{
	font-size: 36px;
	font-style: italic;
	text-align: center;
	margin: -5px 0 0px 0;
	text-indent: 0px;	

}

div#article p.author
{
	background-image: url(../images/lines/gray-4.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-indent: 0px;	

}

div#article span.author-name
{
	color: #A9A9A9;
	font-size: 30px;
	background-color: white;
	margin: 0 0 0 85px;
	padding: 0 10px 0 10px;
}

div#article p.heading
{
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.1em 0 -.5em 0;
	font-style: italic;
	border-bottom: #666;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	text-indent: 0;
}

div#article p.subheading
{
	color: #999;
	font-size: 1.0em;
	font-weight: bold;
	margin: 1.1em 0 -.5em 0;
	font-style: italic;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-indent: 0;
}

div#article li
{	
	font-size: .95em;
	padding-right: 3.0em;
	margin-left: .8em;
	padding-left: .2em;
	font-weight: normal;
	text-transform: none;
	padding-bottom: .6em;
}

div#article blockquote
{
	font-size: .95em;
	padding-right: 3.0em;
	padding-left: 1.5em;
	line-height: 1.1 em;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
	text-transform: none;
}

div#article blockquote i
{
	font-style: normal;
}


div.article a[href^="http:"]:after
{
	content: url("../images/icons/ext_link.gif");
	padding: 0 0 0 3px;
}

div#article a[href$="footnotes"]
{
	vertical-align: super;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .6em;
	line-height: 0;
	font-weight: normal;
	font-style: normal;
}

div#article a[href$="footnotes"]:before
{
	content: "[";
}

div#article a[href$="footnotes"]:after
{
	content: "]";
}

div#article div#end
{
	background-image: url(../images/icons/end.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	background-position: center center;
	margin-top: -10px;
}


/* 	Article Bio */

div#article p.bio
{
	background-color: #EDEDED;
	background-image: url(../images/icons/quill.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	padding: 10px 10px 10px 100px;
	color: #091C57;
	font-size: 16px;
	font-weight: 400;
	border-color: #CCC;
	border-width: 1pt;
	border-style: solid;
	text-indent: 0;
}

div#article p.bio span#name
{
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}

/*	Table of Contents & Lists	*/

div#list
{
	font-style: normal;
	font-variant: normal;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-indent: 0px;	
	margin-bottom:20px;
}

div#list a.title
{
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 0 0px 0 60px;
	margin-top: 12px;
	text-decoration: none;
	color: #444;
}

div#list a.title:link {	color: #038;}

div#list a.title:visited {	color: #038;}

div#list a.title:link:hover 
{
	text-decoration: underline;
	color: #038;
}

div#list a.title:link:active
{
	text-decoration: underline;
	color: #900;
}

div#list a.title:visited:hover 
{
	text-decoration: underline;
	color: #038;
}

div#list a.title:visited:active
{
	text-decoration: underline;
	color: #900;
}

div#list a.title[href^="review"]:after
{
	content: " [r]";
}

div#list a.sample
{
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 0 0px 0 60px;
	margin-top: 12px;
	text-decoration: none;
	/*background-color: #C99;*/
}

div#list a.sample:link {	color: #900;}

div#list a.sample:visited {	color: #900;}

div#list a.sample:hover 
{
	text-decoration: underline;
	color: #900;
}

div#list a.sample:active
{
	text-decoration: underline;
	color: #038;
}

div#list a.sample:before
{
	content: url('../images/icons/preview_red.png');
	display: block;
}

div#list p.author
{
	color: #091C57;
	font-size: 16px;
	display: block;
	padding: 0 0px 0 80px;
	margin: 0px;
}

div#list p.blurb
{
	color: #555;
	font-size: 13px;
	font-style: italic;
	padding: 0 0px 0 80px;
	margin: 1px 0px 5px 0px;
}

div#list p.title
{
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 0 0px 0 60px;
	margin-bottom: 0px;
	margin-top: 12px;
	color: #444;
}

div#main
{
	text-indent: 0px;
	line-height: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: left;

}
div#main b
{
	font-weight: bold;
	text-transform: inherit;
	white-space: normal;
}

div#main p.front
{
	color: black;
	font-family: "Century Old Style Std", "Century Old Style", "Century Old Style Standard", Century, CenturySW-Plain,  "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}



/* **** DEPRECATED CSS **** */







/*

p.first:first-letter
{
	font-size: 600%;
	padding-top: 32px;
	font-weight: bold;
	color: #aaa;
	float: left;
	clear: right;
} */