@import url("../style.css");


/* ============press========== */

/* todo: */
/* rewrite this section to use contextual selectors */
/* div.press_head -> .press div.head */
/* div.press_body -> .press div.body */
/* span.press_xxx -> .press span.xxx */
/* a.press: -> press a:  */

body.press {
/*
  background-color: black;
*/
}
 img {
    background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
/*
	padding: 5px;
*/
}
div.press
{
/*
	width: 400px;
	background-color: #FAEBD7;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	font-size: small;
*/
}

/*
div.press {padding: 5px; background-color: red}
*/

div.press_head { 
	width: 340px; 
	margin: 0px auto 0px auto;
	padding-top: 20px;
	text-align: left;
	}
	
div.press_body { 
	width: 340px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	text-align: justify;
	}
	
	
span.copyright {color: white}
span.press_title {font-weight: bold;}
span.press_subtitle {font-weight: bold;}
span.press_subject { display: none;}
span.press_sectiontitle {font-weight: bold;}
span.press_headline {font-weight: bold; font-size: large}
span.press_subheadline {font-weight: bold; }
span.press_date {}
span.press_byline {}
span.press_ed {font-style: italic}

/* span.press_quote { display: block; margin: 0 2em 0 2em} */
span.press_quote { font-weight: bold }
a.press:link { color: black; text-decoration: underline }
a.press:visited { color: black; text-decoration: underline }
a.press:hover { color: grey; text-decoration: underline; font-weight: normal }

div.press a:link { color: black; text-decoration: underline }
div.press a:visited { color: black; text-decoration: underline }
div.press a:hover { color: grey; text-decoration: underline; font-weight: normal }


