/*

body styles

*/

body {
  background-color: #ccc;
}

/*

anchor styles

*/

a {
  color: #333;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #405980;
}

a code {
  display: inline-block;
  text-decoration: none;
}

a code:hover, a code:focus {
  display: inline-block;
  color:#405980;
}

/*

blockquote styles

*/

blockquote {
  color: #818a91;
  font-style: italic;
}

/*

selection styles

*/

::selection {
  background: #80b3ff;
  color: #fff;
  text-shadow: none;
}

/*

hr styles

*/

hr {
  margin: 1.5rem 0;
}

/*

container styles

*/

.container {
  width: 100%;
  max-width: 960px;
}

/*

header styles

*/

.header body {
  color: white;
}

.header a {
  color: white;
}

.header a:focus,
.header a:hover {
  color: #ff0000;
}

.header {
  height: 125px;
}

.header img {
  margin-bottom: 1rem;
}

.header .title {
  font-weight: bold;
  margin: 0rem 1rem 0rem 1rem;
  display: inline-block;
  float: left;
}

.header ul,
.header li {
  margin-bottom: .5rem;
}

/*

hn styles

*/

.page-header {

  color: #a20000;
  padding: 25px 0;
  margin: 0;

}

h4 .title {
  text-align:
}


/*

main styles

*/

.main {
  background: #ccc;
  width: 100%;
  min-height: 800px;
}

.main-content {
  background: #fafafa;
  width: 100%;
  min-height: 800px;
}

/*

footer styles

*/

.footer {
  padding: 1.5rem 0 .5rem;
  border-top: 1px solid rgba(0,0,0,.1);
  background: #ccc;
}

p.acknowledgement {
  float:right;
}

p.acknowledgement a{
  color: #a25555;
}

/*

top-bar styles

*/

.top-bar {

  height: 100%;
  width: 100%;
  max-width: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: #a20000;
  color: white;
}

.top-bar .bubble {
  background: rgba(64,89,128,.8);
  padding: 10px 25px 10px 25px;
  min-width: 350px;
  max-width: 500px;
}

.top-bar a:hover {
  text-decoration: none;

}

.site-title {

  height: 90px;
  width: 100%;
  padding: .5rem 0 .5rem .5rem;

}

.site-links {
  background: url(../img/bar.png);
  height: 35px;
  width: 100%;
  border-bottom: solid 1px rgba(128,128,128,.5);
  padding: 0 15px;

}

.site-links a {
  color: #a20000;
  display:inline-block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid rgba(128,128,128,.3);
  margin: 0;
}

.site-links a:hover {
  background: url(../img/redbar.png);
  /*background-size: 10px 100%;
  background-repeat: repeat-x;*/
  color: white;
}

.site-links .list-inline-item {
  margin: 0 0 0 -5px;
}

/*

left-content styles

*/

.left-content {
  background-color: #fff;
  width: auto;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1.5rem 2.5rem 2.5rem 1.5rem;
  clear: none;
}

/*

about-blurb styles

*/

.about-block {
  margin-bottom: 50px;
  width: 100%;
  /*text-align:center;*/
}

.about-blub {
  padding: 15px 25px 15px 25px;
  border-top: 1px solid rgba(128,128,128,.3);
  border-bottom: 1px solid rgba(128,128,128,.3);
  width: 70%;
  float: center;
  text-align: left;
  /*margin: auto;*/
}

.about-blub .content {
  font-size: small;
}

/*

article styles

*/


article .content h1 {
  color: #a20000;
}

article .content h2 {
  width: 80%;
  margin-bottom: 25px;
  margin-top: 10px;
}

article .content h3 {
  color: #a25555;
}


/*

bubble styles

*/

.bubble {
  border: 1px solid rgba(64,89,128,.2);
  border-radius: 5px;
  padding-top: 10px;
  padding-left: none;
}

.bubble p {
  color: #bbb;
  padding: 5px 5px 5px 10px;
  width: 100%;
  float: center;
}

/*

search results

*/

.search-results-panel {
  text-align: left;
  border: 1px solid rgba(64,89,128,.2);
  background-color: white;
  border-radius: 5px;
  padding: 50px;
  min-height: 250px;
  margin-top: 50px;
}

.search-results-panel .tipue_search_content_title {
  margin-left: -20px;
}

/*

misc styles

*/

.centered {
  text-align: center;
}

/*

paclet styles

*/


.paclet {
  text-align: left;
  background: #fff;
  padding: 0;
  margin: 25px auto 25px auto;
  width: 80%;
  min-width: 250px;
  min-height: 250px;
  border: 1px solid rgba(64,89,128,.2);
  border-radius: 5px;
}

.paclet h4 {
  position: relative;
  background: #333;
  display:inline-block;
  color: white;
  width: 100%;
  height: 100px;
  padding: 15px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: 0;
}

.paclet h4 a {
  color: white;
}

.paclet-summary {
  padding: 35px 25px;
  border-radius: 0px 0px 5px 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/*

floating styles

*/

.floating {
  box-shadow: 1px 1px 1px rgba(128,128,128,.5);
}

/*

inset styles

*/

.inset {
  box-shadow: inset 1px 1px 1px rgba(200,200,200,.5);
}

/*

highlight styles

*/

.highlight pre {
  border: 1px solid rgba(0,0,0,.1);
  padding: 1rem;
}

/*

pagination styles

*/

.pagination .page-link {
  color: #333;
}

/*

teaser styles

*/

.teaser header ul {
  list-style: none;
  padding-left: 0;
}

.teaser header li {
  margin-bottom: .5rem;
}

.teaser .content p {
  margin-bottom: 0;
}

/*

right-bar styles

*/

.right-bar {
  width: 200;

}

/*

article styles

*/

.article header ul,
.article header li {
  margin-bottom: .5rem;
}

.article header li:not(:last-child) {
  margin-right: 10px;
}

.article .content {
  text-align: left;
  background: white;
  width: 80%;
  height: 100%;
  border-radius: 5px;
  padding: 15px 25px;
  margin: 15px auto;
  border: 1px solid rgba(64,89,128,.2);
  border-radius: 5px;
}

.article .content a {
  text-decoration: underline;
  color: #a25555;
}

/*

media specifications

*/


@media (min-width: 576px) {
  .header .title {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {

  .right-bar {
    width: 0px;
    min-width: 0px;
  }

  .header,
  .footer {
    text-align: center;
  }

  .teaser header li {
    display: inline-block;
  }

  .teaser header li:not(:last-child) {
    margin-right: 10px;
  }
}
