/* begin standard reset/settings */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul, ol {
  margin-left: 1.5em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*
input:focus, select:focus, textarea:focus {
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, ul, ol, dl, blockquote, table, form {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

/* end standard reset/settings */

/* html5 reset/setttings */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* end html5 reset/setttings */

/* begin standard extensions */
.ss {
  text-decoration: line-through;
}

.clear {
  clear: both;
}

.errorlist {
  color: red;
}

a.blocklink {
  text-decoration: none;
  margin-bottom: 1em;
}

a.blocklink img, img.block {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* end standard extensions */

body {
  background-color: white;
  font-size: medium;
  font-family: Arial, sans-serif;
  line-height: 115%;
  padding-top: 4px;
}

#main {
  width: 310px;
}

#select-view{
  text-align: center;
  margin: 10px;
  margin-top: 2em;
  clear: both;
}

#select-view a {
  color: black;
  background-color: white;
  text-decoration: none;
  padding: 10px;
  border: solid 3px silver;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#select-view a:hover {
  color: white;
  background-color: black;
}

p, blockquote, ul {
  margin-bottom: 1em;
}

ul, ol {
  padding-left: 25px;
}

ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}

nav {
  float:left;
}

nav ul {
  padding-left: 0;
  margin-left: 0;
}

nav li {
  background-color:#ca2e2e;
  border:2px solid #ca7575;
  list-style-type:none;
  margin: 5px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

nav li a {
  display:block;
  color:white;
  text-decoration: none;
  background-color:#ca2e2e;
  padding: 5px;
}

nav li a:hover {
  background-color:#821d1d;
}

header a {
  color:black;
  text-decoration:none;
}

header a:hover {
  color:#333;
}

header {
  font-size:24px;
  font-weight:bold;
  margin-bottom: 20px;
}

#content {
 clear:both;
 margin-bottom: 10px;
}

dd {
  margin-left: 25px;
}

dt {
  font-style: italic;
}

h1 {
  font-size: 150%;
}


p, ul, ol, h1, h2 {
  margin-bottom: .5em;
}

.social a {
  margin-left: 1em;
}

footer {
  margin-bottom: 4em;
}

form.lkbp-jump {
  margin-bottom: .5em;
}
form.lkbp-jump select {
  padding: .2em 1em;
}

