﻿@import url('PPF_layout.css');
body {
	background-attachment: scroll;
	background-color: #369;
	background-image: url("../images/background_tile_trim.jpg");
	background-repeat: repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	background-color: #000;
}
#masthead {
	text-align: right;
	background-color: #dff;
	/*background-image: url('../images/HungerGamesCrowdSaluteWide.jpg');*/
	background-image: url('../images/HungerGamesCrowdSaluteMedium.jpg');
	background-position: 0% 25%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1150px) {
	#masthead {
  		background-image: url('../images/HungerGamesCrowdSaluteMedium.jpg');
	}
}
@media only screen and (max-width: 1000px) {
	#masthead {
  		/*background-image: url('../images/HungerGamesCrowdSaluteNarrow.jpg');*/
  		background-image: url('../images/HungerGamesCrowdSaluteSmall.jpg'); 
	}
}
@media only screen and (max-width: 850px) {
	#masthead {
  		background-image: url('../images/HungerGamesCrowdSaluteSmall.jpg'); 
	}
}
@media only screen and (max-width: 700px) {
	#masthead {
		/*background-image: url('../images/HungerGamesCrowdSaluteTiny.jpg');*/
		background-image: url('../images/HungerGamesCrowdSaluteThin.jpg');
	}
}
@media only screen and (max-width:500px) {
	#masthead {
		background-image: url('../images/HungerGamesCrowdSaluteThin.jpg');
	}
}
/* @media not|only mediatype and (mediafeature and|or|not mediafeature) */
/* and (orientation: portrait|landscape)*/ 



#navigation {
	border-top: 1px solid #008;
	border-bottom: 1px solid #008;
	background-color: #aef;
	overflow: hidden;
}
#column_l1, #column_l2, #column_l3, #column_l4, #column_l5, #column_l6 {
	background-color: #fff;
	border: 2px solid #aef;
	margin: 0px;
	padding: 3px;
}
#column_r1 {
	background-color: #fff;
	border: 2px solid #3af;
	margin: 0px;
	padding: 3px;
	width: 100%;
}
#content {
	background-color: #dff;
}
#footer {
	background-color: #aef;
	border-bottom: 1px solid #008;
	border-top: 1px solid #008;
	padding: 10px 0;
	text-align: center;
}

/* Masthead */
#masthead h1 {
	color: #008;
	margin-bottom: 0;
	margin-right: 0.15em; /* align right */
}
#masthead h3 {
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: 0.3em; /* align right */
	margin-top: 0;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0 10px;
}
#phonetip {
	display: none;
}
@media only screen and (max-width: 500px) and (orientation: portrait) {
  /* For narrow screens: */
  	#masthead {
  		background-image: url(""); /* do not display image*/
	}
	#navigation ul {
		margin: 0;
		padding: 0 10px;
	}
	#phonetip {
		background-color: blue; 
		border: 1px aqua solid;
		color: aqua;
		display: block;
		font-size: medium;
		margin: 1px;
		padding: 1px;
	}
}

#navigation li {
	float: left;
}
#navigation a {
	background-color: #aef;
	border: 1px solid #aef;
	color: #008;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
#navigation a:hover, #navigation a.selected {
	background-color: #008;
	border: 1px solid #008;
	color: #aef;
}

/* tables */
table.two-cols {
	column-span: 2;
}


/* images */
#column_r img {
	border: 1px solid #888;
}
.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
p.caption {
	font-style: italic;
	text-align: center;
}

/* Site typography */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	/* excludes header */
	margin-top: 0em;
	margin-bottom: 0.25em;
}
h1 {
	font-size: xx-large;
	color: #008;
}
h2 {
	font-size: x-large;
	color: #007;
}
h3 {
	font-size: large;
	color: #006;
}
h4 {
	font-size: medium;
	color: #005;
}
h5 {
	font-size: x-small;
	color: #004;
}
h6 {
	font-size: xx-small;
	color: #003;
}
#category {
	color: #669;
	font-size: small;
	margin-bottom: 0;
	text-decoration: none;	
}
#title {
	color: #008;
	font-size: large;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;	
}
#source {
	color: #888;
	font-size: xx-small;
	margin-bottom: 0;
	margin-top: 0;
}
#provider {
	color: #444;
	font-size: x-small;
	margin-bottom: 0;
	margin-top: 0;
}
#location {
	color: #666;
	font-size: x-small;
	margin-top: 0;
}

div.topic { /* by col */
	background-color: #aef;
	border: 1px solid #008;
	padding: 3px;
}
div.topic h4 {
	font-size: medium;
	margin-bottom: 0;
	margin-top: 3px;
}
div.topic p {
	font-size: small;
	margin-bottom: 3px;
	margin-top: 3px;
}

#story_content p {
	margin-bottom: 3px;
	margin-top: 3px;
}

#key_points h4{
	margin-bottom: 0px;
}
#kp-list {
	margin: 0px;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}

/* Links */
a {
	color: #008;
}
a:hover {
	color: #008;
	text-decoration: underline;
}
div.topic a {
	text-decoration: none;
}
#footer a.selected {
	text-decoration: none;
	color: blue;
}

/* Inline */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
