/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Site Styling */
	#container {
		font-family: Arial, Helvetica, Univers, sans-serif;
		font-size:10pt;
		width:50em;
		margin:auto; margin-top:0.5em;
		line-height:1.25em;
	}
	p {
		line-height:1.25em;
		margin-bottom:1.25em;
	}
	strong {
		font-weight:bold;
	}
	a {
		font-weight:bold;
		color:rgb(72,72,72)
	}
	a:visited {
		color:rgb(100,100,100);
	}	
	#header {
		width:42em;
		text-align:right;
		background-image:url(/photo.gif);
		background-repeat:no-repeat;
		min-height:250px;
	}
		#banner{
			background-image:url(header.gif);
			background-position:75% right;
			background-repeat:no-repeat;
			padding-top:1em;
			width:302px; height:70px;
			margin-right:0; margin-left:auto;
		}
		#header h1 {
			font-size:15pt;
			margin-bottom:1.25em;
			position:absolute; top:-1000px;
		}
		#header p {
			text-transform:uppercase;
			font-weight:bold; font-size:12pt;
			line-height:1.25em; margin-bottom:1.25em;
		}
			#header p a {
				text-transform:lowercase;
			}
	#content {
		padding-top:5em; padding-bottom:5em;
	}
	
	#top_link {
		font-size:12pt;
		text-decoration:none;
	}
		#top_link:before { content:" [";}
		#top_link:after { content:"] ";}
		
		
/* Small-screen Styling */
	@media screen and (max-width: 800px) {
		#container {
			margin:0;
			padding:0.5em;
			font-size:12pt;
			width:auto;
		}
		#header {
			width:100%;
		}
	}
	
	@media screen and (max-width: 480px) and (orientation: landscape) {
		#container {
			margin:0;
			padding:0.5em; padding-left:0.25em;
			font-size:12pt;
			width:auto;
		}
		#header p {
			text-transform:uppercase;
			font-weight:bold; font-size:12pt;
			line-height:1.25em; margin-bottom:1.25em;
		}
		#banner {
			background-position: 50% right;
			background-size:75%;
		}
	}
	
	@media screen and (orientation: portrait) {  
		#header {
			padding-top:220px;
			width:100%;
			text-align:left;
		}
		#banner {
			width:100%;
			background-position:75% left;
			background-size:90%;
		}
		#content {
			padding-top:0;
		}
	}     
