﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@viewport {
	width: device-width;
}

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, 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.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************    End of CSS Reset    ******************************/
html,body{
	height: 100%;
}

body{
	font-family: Arial;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 12px;
}

p{
	margin: 0 0 15px 0;
	line-height: 140%;
}

#wrapper {
	width: 75%;
	max-width: 900px;
	margin: 0 auto 0 auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0);
	position: relative;
	padding-top: 20px;
}

#content {
	padding: 40px 85px 10px 85px;
}

a:link {
     /*color: #6372C6;*/
    text-decoration: underline;
}

a:visited {
     /*color: #6372C6;*/
}

a:hover {
     /*color: #6372C6;*/
	 text-decoration:none;
}

a:active {
     /*color: #6372C6;*/
}

.button {
	-moz-box-shadow:inset 0px 0px 15px -2px #0185A2;
	-webkit-box-shadow:inset 0px 0px 15px -2px #0185A2;
	box-shadow:inset 0px 0px 15px -2px #0185A2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0185A2), color-stop(1, #3497AE));
	background:-moz-linear-gradient(top, #0185A2 5%, #3497AE 100%);
	background:-webkit-linear-gradient(top, #0185A2 5%, #3497AE 100%);
	background:-o-linear-gradient(top, #0185A2 5%, #3497AE 100%);
	background:-ms-linear-gradient(top, #0185A2 5%, #3497AE 100%);
	background:linear-gradient(to bottom, #0185A2 5%, #3497AE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0185A2', endColorstr='#3497AE',GradientType=0);
	background-color:#0185A2;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3497AE;
	display:inline-block;
	cursor:pointer;
	color: white;
	font-family:arial;
	font-size:22px;
	padding:10px 34px;
	text-shadow:0px 1px 0px #0185A2;
}
.button:link{
	text-decoration:none;
	color: white;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3497AE), color-stop(1, #0185A2));
	background:-moz-linear-gradient(top, #3497AE 5%, #0185A2 100%);
	background:-webkit-linear-gradient(top, #3497AE 5%, #0185A2 100%);
	background:-o-linear-gradient(top, #3497AE 5%, #0185A2 100%);
	background:-ms-linear-gradient(top, #3497AE 5%, #0185A2 100%);
	background:linear-gradient(to bottom, #3497AE 5%, #0185A2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3497AE', endColorstr='#0185A2',GradientType=0);
	background-color:#3497AE;
	text-decoration:none;
}
.button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}


h1{
line-height: 1.5em;
font-size: 2em;
font-weight: bold;
color: #000;
margin-bottom: 16px;
}

h2{
font-weight: 600;
}

#footer{
text-align: center;
}

p.blue{
color: #0091C9;
}

p.bold{
font-weight: bold;}

.link{
text-align: center;
color: white;
}

strong {
	font-weight: bold;
}

.bold{
font-weight: bold;
font-size: 1.2em;
}


.live {
	font-size: 2em;
	line-height: 1em;
}

ul {
	list-style-position: inside;
}

.info {
	border: 2px solid #000;
	padding: 20px 20px 5px 20px;
}

.important {
	font-size: 1.3em;
}

.italics {
	font-style: italic;
}

img {
	margin: auto;
	display: block;
	width: 50%;
}

@media only screen and (min-width: 320px) {
	#content {
		padding: 10px;
		width: 95%;
	}

	#wrapper {
		padding: 15px;
	}

	img {
		width: 50%;
	}
}

@media only screen and (min-width: 480px) {
	#content {
		padding: 10px;
	}

	img {
		width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	#content {
		padding: 10px;
	}

	img {
		width: 50%;
	}
}
