body {
  font-family : arial;
  font-size : 12px;
  margin:0;
}

h1 {
  font-size:x-large;
}

h2 {
  font-size:large;
}

h3 {
  font-size:large;
}

img {
  border: none;
}

.hidden {
  display: none;
}

/*
 * Logotype
 */
.logotype {
  text-align: center;
  border-bottom:1px solid silver;
  padding:15px 6px 10px 6px;
}

.logotype a {
  text-decoration: none;
  color: #000000;
}

.logotype h1 {
  font-size: 24px;
  font-weight: bold;
}

/*
 * Newsgroup navigation
 */
.newsgroups-nav {
  list-style: none;
  padding: 0;
  border-top:1px solid silver;
  border-bottom:1px solid silver;
  clear: both;

}

.newsgroups-nav li {
  width: auto;
  margin:10px;
  padding: 0 5px;
  overflow: hidden;
  line-height: 30px;
  font-family: inherit;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color:#4a6c9b;
  background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0, #8ea4c1),
      color-stop(0.5, #5877a2),
      color-stop(0.5, #476999),
      color-stop(1, #4a6c9b));
  background: -moz-linear-gradient(to bottom, #8ea4c1 0%,#5877a2 50%,#476999 51%,#4a6c9b 100%);
  background: -o-linear-gradient(to bottom, #8ea4c1 0%,#5877a2 50%,#476999 51%,#4a6c9b 100%);
  background: linear-gradient(to bottom, #8ea4c1 0%,#5877a2 50%,#476999 51%,#4a6c9b 100%);
  border-radius: 6px;
  border: 1px solid #45505d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25),
                      0 1px 0 rgba(255, 255, 255, 0.25);
}

.newsgroups-nav a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 5px;
  font-size:16px;
}

/*
 * Search
 */
.search-box {
  padding: 0px 10px 10px 10px;
  border-bottom:1px solid silver;
}

.search-box input {
  width: 255px;
  font-size:16px;
  padding-left:30px;
  background-image: url('/se/pics/search.png');
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

.search-info {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid silver;
}

.search-info div {
  display: table-row;
}

.search-info span {
  display: table-cell;
  padding-right: 10px;
}

.search-info p {
  margin-bottom: 0;
}

.paginator {

}
.paginator:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

.paginator .prev {
  margin-left: 10px;
  float: left;
  text-decoration: none;
  color: #0000EE;
}

.paginator .next {
  margin-right: 10px;
  float: right;
  text-decoration: none;
  color: #0000EE;
}

/*
 * Collaborator info
 */
.collaborator-info {
  padding: 10px;
  border-bottom:1px solid silver;
}

.collaborator-info .newspaper-title {
  font-weight: bold;
}

.collaborator-info table {

}

.collaborator-info td {
  padding-right: 10px;
}

.collaborator-info a {
  color: #000000;
  text-decoration: none;
}

.collaborator-info a:hover {
  text-decoration: underline;
}

/*
 * Desktop version link
 */
.desktop-version {
  padding: 10px;
  text-align:center;
}

.desktop-version a {
font-size:16px;
text-decoration:none;
}

/*
 * Newsgroup page
 */
.newsgroup-articles {
  padding:10px;
}

.newsgroup-articles div {
  border-bottom: 1px solid silver;
}

.newsgroup-articles a {
  text-decoration: none;
  color: #000000;
}

.newsgroup-articles .huvudnyhet {
  font-size:16px;
}

.newsgroup-articles .puff {
  font-size:16px;
}
.newsgroup-articles .puff .ingress {
  font-weight:normal;
}
.newsgroup-articles .puff img {
  float:right;
  margin: 0 0 10px 10px;
}

.newsgroup-articles .puff:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

.newsgroup-articles .rubrikpuff {
  font-size:16px;
}

.newsgroup-articles .ingress {
  font-weight: bold;
}

.newsgroup-articles .brodtext {

}

.newsgroup-articles .publication-date {
  margin: 10px 0 -15px 0;
  font-size: 10px;
}

/*
 * Article page
 */
.article {
  padding:10px;
}

.article-block {

}

.article .byline {
  margin-bottom: 10px;
}

.article .byline:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

.article .byline-author {
  float: left;
}

.article .byline-author a {
  color: #000000;
  text-decoration: none;
}

.article .byline-author a:hover {
  text-decoration: underline;
}

.article .byline-date {
  float: right;
}

.article .picture {
  margin-bottom: 10px;
}

.article .ingress {
  font-weight: bold;
  font-size: 16px;
}

.article .brodtext {
  font-size: 16px;
}

.article .photographer {
  font-size: 10px;
}

.article .bildtext {
  font-size: 10px;
}

/* Styling for slideshow on article page */
.picture_slideshow {
  position: relative;
  margin-bottom: 10px;
}

.picture_slideshow .picture {
  text-align: center;
}

.slidesjs-navigation {
  /* IE fallbacks */
  background-color: #000;
  background-image: url('/js/Slides-SlidesJS-3/source/arrows.png');
  background-repeat: no-repeat;

  background: rgba(17,17,17,0.5) url('/js/Slides-SlidesJS-3/source/arrows.png') no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 999;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.slidesjs-previous {
  left: 10px;
}
.slidesjs-next {
  background-position: -30px 0;
  right: 10px;
}

.slidesjs-pagination {
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
  display: table;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url('/js/Slides-SlidesJS-3/source/pagination.png');
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

/*
 * Comments
 */
.comments {
  padding: 10px;
  font-size:14px;
}

.show-comments {
  background-image: url('/se/pics/comment1.png');
  background-repeat: no-repeat;
  background-position:right;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  height: 24px;
  display:block;
  float:right;
  font-size:16px;
  text-decoration:none;
}

.reverse-comments {
  font-size:16px;
  color:black;
  text-decoration:none;
}

.num-comments {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}

.comment {
  border-bottom: 1px solid silver;
  padding: 5px 0;
}

.comment-head {
  font-weight: bold;
}

.comment-author {
  float: left;
}

.comment-date {
  float: right;
}

.comment-text {
  clear: both;
  padding-top: 5px;
}

.add-comment {
  padding-top: 10px;
  text-align:center;
}

.add-comment a {
  text-decoration:none;
  font-size:16px;
  padding-top:6px;
}

.add-comment-form {
  padding: 10px 0;
}

.add-comment-form input {
  width: 270px;
  font-size:16px;
}

.add-comment-form textarea {
  width: 280px;
  font-size:16px;
}

.formelement {
  padding: 3px 0;
}

.comment-enforced-info1 {
  font-weight: bold;
  padding: 10px 0;
}

.comment-success {
  color: green;
  font-weight: bold;
  padding: 10px 0 5px 0;
}

.comment-error {
  color: red;
  font-weight: bold;
  padding: 10px 0 5px 0;
}
