﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #FFFFFF;
}
#wrapper {
	width: 88.888%;
	max-width: 1200px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	width: 100%;
}
#headercontent {
	width: 100%;
	text-align: center;
}
#header h2 {
	font-size: 2.5em;
	font-style: italic;
	padding-bottom: 5px;
}
h1 {
	font-size: 2.8125em;
	padding-bottom: 2px;
}
#date {
	font-size: 1.125em;
	padding-top: 3px;
}
#keyline {
	font-size: 1.125em;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 5px;
}
#rose {
	float: left;
	margin-right: 1.25%;
}
#rose2 {
	float: right;
}
#topnav {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: black;
}
#topnav li {
	display: inline;
}
#topnav li a {
	padding: 5px 10px;
	text-decoration: none;
	color: black;
}
#topnav a:link {
	background-color: #FFFFFF;
}
#topnav a:visited {
	background-color: #FFFFFF;
}
#topnav a:hover {
	background-color: #DAF2FE;
}
#topnav a:active {
	background-color: #DAF2FE;
}
#content {
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: black;
}

#content img{
	width:100%
}

#frontback {
	width:50%
}
	
#footer {
	padding: 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 1.25em;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: black;
	width: 100%;
}
#bottomnav {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: black;
}
#bottomnav li {
	display: inline;
}
#bottomnav li a {
	margin: 10px 10px;
	text-decoration: none;
	color: black;
}
#bottomnav a:link {
	background-color: #FFFFFF;
}
#bottomnav a:visited {
	background-color: #FFFFFF;
}
#bottomnav a:hover {
	background-color: #DAF2FE;
}
#bottomnav a:active {
	background-color: #DAF2FE;
}


@media only screen and (max-width: 700px) {
#header {
	font-size: 75%;
}



@media only screen and (max-width: 480px) {
#header {
	font-size: 62.5%;
}
/*body=10px and h1=25px*/
#rose2 {
	display: none;
}
#rose {
	float:none
}
}
