@charset "utf-8";

body   { font-size: 18px; }
@media only screen and (max-device-width: 480px)  { 
	body { font-size: 17px; }
}

blockquote {
	margin: 0 1em 0 0.25em;
	padding: 0 .75em 0 1em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	color: #ddd;
	font-size: 1em;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	}

body {
	-webkit-text-size-adjust: none;
	margin-top: 0;
	padding: 0;
	/*font-family: Verdana, "Bitstream Vera Sans", sans-serif;*/
	font-family: 'EB Garamond', serif;
	line-height: 1.8em;
	color: #fff;
	text-align: left;
	min-width: 760px;
	background-color: #18425a;
	}


a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #68d1de;
	border-color: #68d1de;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:visited {
	color: #d634b5;
	border-color: #d634b5;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #606870;
	border-color: #606870;
	}


a em {
	padding-bottom: 2px; /* Hack for WebKit; otherwise the underscore padding is 0 */
	}


p {
 	margin: 0 0 1.6em 0;
	padding: 0;
	}

ul {
	padding-left: 1.5em;
	list-style-type: square;
	}

/*
h1 {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .4em 0;
	letter-spacing: normal;
	text-transform: none;
	}
*/
h1 {
	margin-bottom: 1em;
	margin-top: 4em;
	font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
	}

h2 {

	font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.1em; /* was 1.46em for Georgia */
	line-height: 1.5em;
	letter-spacing: 0.8px;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
	}

h3 {
	font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.05em; /* 1 */
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 4em 0 1em 0;
	text-transform: uppercase;
	}


#Box {
	border: 0;
	width: 720px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}


#Banner {
	width: 300px;
	height: auto;
	border: 0px dotted #606870;
	padding: 0;
	margin: 59px 12px 69px 41px;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
	}


#Main {
	padding: 0px;
	border: 0px dotted gray;
	margin-left: 222px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 500px;
	}


#Sidebar {
	position: fixed; 
	top: 5.2em;

	width: 160px;
	height: auto;
	border: 0px dotted gray;
	padding: 5px 0 0 0;
	background-color: transparent;
	color: #eee;
	text-align: right;
	font-size: 0.75em;
	line-height: 1em;
	font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana, "Bitstream Vera Sans", sans-serif;
	}


#Sidebar ul {
	margin: 0 0 5em -4em;
	}

#Sidebar li {
	list-style: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	}

#Sidebar p {
	padding: 0;
	letter-spacing: 2px;
	margin: 0 0 5em -3em;
	}

#Sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .25em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#Sidebar a {
	color: #eee;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
#Sidebar a:link {
	color: #eee;
	border: 0;
	}
#Sidebar a:visited {
	color: #eee;
	border: 0;
	}
#Sidebar a:hover {
	color: #fff;
	}