
/*
 * CSS av Fredrik Tidemann
 * <fredrik.tid@spambob.net>
 * always a work in progress...
 */

* {
  margin: 0;
  padding: 0;
}

html,body{
  color: #000000;
  background: #e3e3e3;
  font:normal 13px Verdana, Tahoma, Arial, "sans serif";
  line-height: 1.5em;
}

fieldset, legend, form {
  border: none;
}

img, img a {
  border: none;
}

legend {
  display: none;
}

input, select, option, textarea, button {
  background: #EEE;
  border: 1px solid #999;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, option:hover {
  background: #FFF;
  color: #000;
}

a:link, a:visited {
  color: #333399;
  text-decoration: none;
}

a:hover {
  color: #CC0000;
  text-decoration: none;
}

h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-weight: normal;
}

h2 {
  font-size: 2.2em;
  margin-bottom: 5px;
}

h3 {
  font-size: 2.0em;
}

hr {
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

strong {
  color: #000000;
}

#nav {
  padding: 0;
  margin: 0 0 30px 0;
  height: 44px;
  float: left;
}

#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 44px;
  float: left;
}
		
#nav li a {
  display: inline-block;
  padding: 18px 15px 7px 15px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: none; 
  color: #CCCCCC;
  font: normal 19px Georgia, "Times New Roman", Times, serif; 
  text-decoration: none;
  position: relative;
  border-left: 1px solid #666666;
}
		
#nav li > a {
  display: block;
}
		
#nav li a img {
  position: absolute;
  bottom: 1.7em;
  left: 15px;
}

#nav li a:hover,
#nav li.current a {
  text-decoration: none;
  color: #FFFFFF;
}

#navwrap {
  height: 60px;
  background: #262626;
  min-width: 1010px;
  border-bottom: 2px solid #FF0000;
}

#navwrap h1 a {
  float: left;
  width: 200px;
  font: normal 28px Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  background: transparent;
  padding: 12px 0 0 10px;
  color: #CCCCCC;
}

#navwrap span {
  float: left;
  width: 100%;
  text-align: right;
  padding: 5px;  
}

.navright {
 float: right; 
 margin: 15px 10px 0 0;
}

.navright input {
  background: #F0F0F0 url("./images/16x16/magnifying-glass-search-find.png") 1% 50% no-repeat;
  padding: 3px 3px 3px 25px;
  color: #333333;
  width: 180px;
  font-size: 13px;
  margin: 0;
  border: 1px solid #CCCCCC;
}

.navright ul {
 list-style: none;
}

.shadow {
  margin: 0;
  padding: 0 1px 0 1px;
  height: 10px;
  background: url('./images/shadow.png');
}

#container {
  overflow: hidden;
  /*position: relative;
  left: 50%;
  margin-left: -481px; */ 
  margin: 5px auto;
  width: 930px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}  

blockquote, code, pre {
  margin-left: 20px;
  color: #666666;
}

.leftwrap {
  float: left;
  width: 650px;
  background: inherit; 
  padding-bottom: 10px;
  margin: 5px 0 0 5px;
}

.leftpage {
  padding: 10px;
}

.contentbox {
  padding: 10px;
 }

.contentbox input, .contentbox textarea, button {
  background: #F0F0F0;
  border: 1px solid #CCCCCC;
  padding: 2px;
  font-size: 12px;
  margin: 4px 4px 4px 0;
  color: #333333;
  font: normal 13px Verdana, Tahoma, Arial, "sans serif";
}

.contentbox input:hover, .contentbox input:focus, .lefcont textarea:hover, .contentbox textarea:focus {
  background: #FFFFFF;
}

.rightwrap { 
  float: left;
  width: 255px;
  padding: 10px 10px;
  background: inherit;
}

.rightwrap ul {
  list-style: none;
  padding-left: 5px;
  margin-left: 5px;
}

.rightmod {
  margin: 5px 0 15px 0;
}

.rightmod ul {
  padding: 5px 2px;
  margin: 0 0 10px 0;
  font-size: 11px;
}

.clear {
  clear: both;
}

.red {
  color: #CC0000;
  font-weight: bold;
}

.success {
  color: #009900;
  font-weight: bold;
}

.blue {
  color: #0000FF;
  font-weight: bold;
}

.alist1 {
  width: 2200px;
  float: left;
}

.failure {
  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.info {
  width: 100%;
  font-size: 9px;
  border-bottom: 1px solid #e3e3e3;
}

.info, .info a:link, .info a:visited {
  color: #7c7c7c;
}

.info a:hover {
  color: #CC0000;
  text-decoration: none;
}

.ileft {
  width: 50%;
}

.iright {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

.noborder {
  border: none !important;
}

.newssplit {
  float: left;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  margin: 5px 0;
}

.newsitem {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 10px;
}

.newsitem h2 a, .leftpage h2 {
  color: #101010;
}

.newsitem h2 a:hover, .leftpage h2 a:hover {
  color: #CC0000;
}


.leftpage h2 {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.newsdate {
  float: left;
  width: 35px;
}

.newstopic {
  float: left;
}

.newstext {
  padding: 5px 20px 5px 5px;
  color: #333333;
  font-size: 12px;
}

.newscom {
  color: #333333;
  font-size: 12px;
}


.newsinfo, .empty, .newsdato, .newsname {
  font-size: 10px;
  color: #7c7c7c;
}

.newsdato {
  margin-left: 5px;
}

.newsname {
  color: #010101;
  font-weight: bold;
}

span.calendar {
  display: block;
  text-align: center;
  width: 25px;
}

span.calendar span {
  display: block;
  float: left;
  width: 100%;
}

span.calendar span.month {
  background: #CC0000;
  border: 1px solid #CC0000;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  height: 12px;
  font-size: 9px;
}

span.calendar span.day {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: none;
  color: #000000;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: -0.1em;
  font-size: 15px;
  height: 24px;
}

.error, .notfound, .warning {
  color: #CC0000;
  font-weight: bold;
}

.warning {
  margin: 5px 0;
}

.notfound {
  font-size: 14px;
  padding: 10px;
}

li.error {
  list-style: none;
  padding: 0 0 5px 10px;
}

#comments ul {
  padding: 10px;
}

#comments li {
  list-style: square;
  margin: 10px 0 0 20px;
}

#footer {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
