html {

}
body {
  background: #FFF;
  font-family: georgia, 'Lucida Grande', arial, helvetica, sans-serif;
}
#wrapper {
  text-align: left;
}

#main {
  min-height: 550px;
}

a {
  color: #369;
}

a.more {
  color: #369;
  font-size: 10px;
  text-decoration: underline;
}
a.more:hover {
  text-decoration: none;
  background-color: #F4DDA6;
}


#wiki_footnote {
  font-size: 11px;
  text-align: center;
  font-style: italic;
  margin: 0 0 15px;
}

.center {

  margin: 0 auto;
  position: relative;
}

.edit_link {
  position: absolute;
  right: 88px;
  top: 62px;
}

.back_link {
  position: absolute;
  right: 15px;
  top: 62px;
}
.back_link a, .edit_link a {
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 3px 7px;
  background: #60aef2;
}
.back_link a:hover {
  background: #98caf7;
}
#wrapper {
}

#header {
  background: #FFF url('/themes/new/pattern2.jpg') repeat scroll bottom left;
  /*height: 100px;*/
  position: relative;
  border-bottom: 1px solid #000;
}
#logo_c {
  display: block;
  text-align: center;
  width: 849px;
  margin: 0 auto;
  position: relative;
}
#logo_c {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border: 5px solid rgb(255,255,255);
  border-top: none;
  -moz-box-shadow: #333 3px 3px 5px;
  -webkit-box-shadow: #333 3px 3px 5px;
}
#textbg {
  text-align: left;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 25px;
  background: #333;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
  -webkit-box-shadow: rgba(0, 0, 0, 1) -5px 5px 5px;
}
#headlines {
  margin-right: 4;
  width: 408px !important;
}
#headlines h1 {
  font-size: 18px;
  margin: 5px 0 0 0;
  padding-left: 8px;
}
#headlines h2 {
  font-size: 14px;
  margin: 0 0 0 8px;
}
#headlines h1 a, #headlines h2 {
  color: #333;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#header h1 {
  font-size: 20px;
  margin: 0;
  padding: 5px 0;

}
#header h1 a {
  text-decoration: none;  
  color: #FFF;
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
  -moz-user-select: none;
  -webkit-user-select: none;
}
#header h2 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

#main {
  background: #FFF;
}

#content {
  padding: 0 0 0;
  margin: 0 auto;
  width: 880px;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  border-style: none solid;
}

#content h3 {
  margin: 0 0 10px;
  color: #900;
  text-shadow: 2px 2px 4px #666;
}

/* search */
#search {
  position: relative;
  top: -1px;
  padding: 0px 9px 7px;
  width: 433px;
  background: #FFF url('/themes/new/pattern2.jpg') repeat scroll bottom left;
  
  border: 1px solid #000;
  border-top: none;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
#s {
  width: 358px;
  position: relative;
  top: 1px;
  -moz-appearance: textfield;
  -webkit-appearance: searchfield;
}
#search input[type=submit] {
  -webkit-appearance: square-button;
}
#navi {
  margin: 17px auto 7px;
  position: relative;
}
#navi ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#navi ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#navi ul li.space {
  display: none;
}

#navi ul li.navi_left {
  display: none;
}

#navi ul li.navi_right {
  display: none;
}

#navi ul li a {
  color: #369;
  text-shadow: #666 2px 2px 2px;
  font-size: 19px;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 0 4px;
  margin: 0;
  text-align: center;
  font-family: verdana,"Lucida Grande",arial,helvetica,sans-serif;
  text-decoration: none;  
  -webkit-transition-property: text-shadow, color;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -webkit-transition-duration: 0.15s, 0.22s;
  -moz-transition-property: text-shadow, color;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-duration: 0.15s, 0.22s;
  
}

#navi ul li a:hover {
  text-shadow: #666 5px 5px 6px;
  color: #1a66b4;
  text-decoration: none;
}

#footer {
  background: #FFF url('/themes/new/pattern2.jpg') repeat scroll bottom left;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #000;
}

#footer ul {
  list-style: none;
  margin: 0;
}
#footer ul li {
  display: inline;
  margin: 0 5px;
  position: relative;
  top: -5px;
}
#footer a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

#articles {
  margin-top: 0px;
}

#article {
  min-height: 150px;
  padding: 0 10px;
  margin: 0 15px;
  width: 465px;
}

#a_title {
  font-weight: normal !important;
  padding: 0 0 10px 185px;
/*  margin-bottom: 0;*/
  border-bottom: 1px dashed #333;
  color: #900;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 2px 2px 4px #666;
}

.article {
  position: relative;
  left: 7px;
  margin-top: 10px;
}

.article h4 {
  height: auto;
  margin: 0 0 5px;
  color: #990000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.article h4 a {
  color: #990000;  
}
.article h4 a:hover {
  text-decoration: underline;
}
.article h4 span a {
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 10px;
  font-weight: normal;
}
.article p {
  line-height: 1;
  margin: 7px 0 16px;
  padding-right: 5px;
  font-size: 14px;
}
#article p {
  font-size: 14px;
  margin: 0 0 13px;
}
#page_heading {
  margin-top: 20px;
}
#article_links {
  margin: 0.5em 0;
}
#article_links a {
  float: left;
  display: block;
  margin-right: 2px;
  padding: 5px;
}


/* Side Navi */
#categories {
  width: 200px;
  padding: 0;
  margin: 0;
}
#categories h3 {
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;  
}
#categories ul {
  /*list-style-type: circle;*/
}


/* Ads */ 
#skyscraper {
  width: 160px;
}


/* Kommentar posten */
#new_comment_wrapper {
  margin: 15px 0 15px;
  background: #EEE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #333;
  padding: 10px 30px 0;
}
#new_comment_wrapper input {
  font-size: 18px;
  -webkit-appearance: square-button;
}
#new_comment_wrapper textarea {}
#new_comment_wrapper h4 {
  margin-bottom: 2px;
}
/* Comments */
#comments {
  
}
  
#comments .odd {
  /*background: #F5F5F5;*/
}
.comment {
  background: #FEFEFE;
  border: 1px solid #333;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 13px;
  -moz-box-shadow: 2px 2px 4px #333;
  -webkit-box-shadow: 2px 2px 4px #333;
}

.comment .datetime {
  float: right;
  font-size: 10px;
  margin: 0 0 4px 7px;
}


#language {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 10px;
}