@font-face {
	font-family: "League";
	src: url("/fonts/League Gothic.otf");
}

@font-face {
	font-family: "Junction";
	src: url("/fonts/Junction 02.ttf");
}

@font-face {
	font-family: "Graublau";
	src: url("/fonts/GraublauWeb.otf");
}

@font-face {
	font-family: "Graublau Bold";
	src: url("/fonts/GraublauWebBold.otf");
}

@font-face {
	font-family: Cali;
	src: url("/fonts/calibri.ttf");
}

@font-face {
	font-family: Cali;
	src: url("/fonts/calibrib.ttf");
	font-weight: bold;
}

@font-face {
	font-family: Cali;
	src: url("/fonts/calibrii.ttf");
	font-style: italic;
}

@font-face {
	font-family: Cali;
	src: url("/fonts/calibriz.ttf");
	font-style: italic;
	font-weight: bold;
}



h1 {
	text-align: left;
	font-family: League, Candara, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100px;
	text-shadow: 2px 2px 3px #666;
	text-transform: uppercase;
	color: #550000;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	margin-bottom: +2px;
}

h2 {
	text-align: left;
	font-family: "Graublau", "Yanone Kaffeesatz Regular", Cambria, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-bottom: 2px solid #A8B8AE ;
	border-top: none;
	border-left: none;
	color: #00305D;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 20px;
#	letter-spacing: +0px;
#	text-transform: uppercase;

}


h3 {
	text-align: left;
	font-family: "Graublau", "Yanone Kaffeesatz Bold", Cambria, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
#	text-transform: uppercase;
}

h4 {
	font-family: "Graublau", "Yanone Kaffeesatz Bold", Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
#	text-transform: uppercase;
}

html {
	background-color: #A8B8AE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-image: none;
	margin: 0px 80px 20px 60px;
	border: 2px solid #00305D;
	border-top: none;
	padding: 20px 40px 10px 60px;
	font-family: Ubuntu, Calibri, Cali, Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
	background-color: white;
	max-width: 800px;
	-moz-border-radius: 0px 0px 30px 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

a:link { color: #550000; background: transparent; text-decoration: none; 
	font-weight: bold;
}
a:visited { color: #400100; background: transparent; text-decoration: none;
	font-weight: bold; }
a:active { color: #550000; background: transparent } 
a:hover { text-decoration: underline; }

h3 a:link { font-weight: normal; }
h3 a:visited { font-weight: normal; }

.small {
	font-size: 80%;
}

th,td { 
     text-align: left;
     padding: 4px;
}

.subhead {
	margin-top: -20px;
	font-size: 130%;
	text-shadow: 1px 1px 2px #999;
	font-family:  "Graublau", Candara, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: +20px;
	margin-left: 30px;
	text-transform: uppercase;
	text-align: left;
	color: black;
}


.star {
	color: #550000;
}

.footer {
	text-align: left;
	border-top: 2px solid #A8B8AE;
	padding-top: 8px;
	font-size: 80%;
	font-style: normal;
	margin-left: 0px;
}

div.entry blockquote {
	border: 2px solid #ddd;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	 -moz-box-shadow: #aaa 5px 5px 5px;
	-webkit-box-shadow: #aaa 5px 5px 5px;
	box-shadow: #aaa 5px 5px 5px;



}

.navigation  a {
	display: block;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 2px 12px 2px 2px;
	font-weight: normal;
}

.navigation  a:hover {
	text-decoration: none;
        background-color: #A8B8AE;
        border-top: 1px solid #00305D;
        border-bottom: 1px solid #00305D;
	padding: 1px 12px 1px 2px;
}

body > div.navigation {
	position: fixed;
}

.navigation {

	border: 2px solid #00305D;
	text-align: right;
	font-size: 18px;
	position: absolute;
	top: 100px;
	left: -2px;
	letter-spacing: 1px;
	background: white;
	text-transform: uppercase;
	font-family:  League, Graublau, "Junction", Candara, "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	text-shadow: 2px 2px 4px #777;
	padding: 21px 0px 21px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 100px;

}

div > p { 
	margin-left: +0px;
	margin-right: +0px;
}

h2 + p:first-line { text-transform: none; }

div.entry {
	border-right: none;
	border-bottom: none;
	margin-bottom: 10px;
}

div.entry > p {
	margin-left: 10px;
}

.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

.letterList li {
	display: inline;
}

.letterList a {
        padding-left: 4px;
        padding-right: 4px;
        border-left: 2px solid #A8B8AE;
}

.letterList li:first-child a {
   border-left: none;
}

div.comment {
  border: 2px solid #666666;
  background: #eeeeee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

