html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,ul,li,img,table,caption,tr,th,td,tt,span,fieldset,legend, form { margin: 0; padding: 0; border: 0; }
input, select, textarea { margin: 0; padding: 0; }

/*
 * play around with these to change settings on your blog!
 */

/* link colors */
a {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

/* font & border */
body {
  font: 11px/14px 'arial', verdana, Sans-serif;
  border-top: 0px solid #000;
}

h1,h3,h4,h5,h6, div.navheader, div.default {
  font-family: 'franklin gothic demi cond', verdana, Serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #1a1a1a;
}

div#side h3 div.navheader {
  color: #666;
}

/*
 * do not alter these if you don't know what you're doing
 */

body {
  background: #fff;
}

div#wrapper {
  margin: 50px auto 20px auto;
  width: 1100px;
}

div#header {
  background: url() no-repeat;
  float: right;
  clear: left;
  display: inline;
  padding: 166px 0 0 0;
  border-bottom: 0px solid #000;
  width: 1000px;
}

div#content {
  background: #fff;
  float: left;
  clear: left;
  display: inline;
  padding: 0 0 0 0;
  width: 900px; 
}


div#contest {
  background: #;
  position: fixed;
  left:0px;
  top:0px;
} 


div#side {
  width: 180px;
  padding: 0 0 0 0;
  float: right;
  display: inline;
  text-align: right;
  padding: 0px 0px 0px 0px;
  background: #fff;

}


div#side div.navheader, div#side h4, div.default {
  margin-top: 20px;
  padding: 2px 0 2px 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-background: #1a1a1a;
}


div.nav a {
  background: #; color: #1a1a1a;
}
div.nav a:hover {
  background: #; color: #FFFFFF;
}


/* hide calender - doesn't work anyway */
div#side div#calendar {
  display: none;
}

div#header h1 {
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: bold;
  margin: 50px 0 15px 0;
}

div#header h1 a {
  text-decoration: none;
  color: #222;
  cursor: default;
}

div#header h2 {
  font-size: 10px;
  margin-left: 15px;
  color: #666;
}

div#content h3 {
  font-color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 2px 0;
  text-align: left;
  padding: 2px 0 2px 0;
  border-bottom: 1px solid #1a1a1a;
}

div#content div.entrybody {
  margin: 0 0px 0 0px;
  text-align: justify;
}

div#content div.entrybody ul {
  margin: 10px 0 10px 15px;
}

div#content div.entrybody li {
  font-size: 12px;
  color: #000;
  list-style-type: square;
}

div.default {
  margin: 0 0 15px 0;
}

div.nav input {
  margin-right: 5px;
}

div.nav li {
  list-style: none;
  padding: 2px 0;
}

div.nav ul li strong {
  line-height: 37px;
  font-size: 11px;
}

div.entrymeta {
  font-size: 12px;
  margin: 0 0 0 0px;
  padding: 20px 0 10px 0;
  color: #000;
  line-height: 7px;
}

div.commentheader, p.commenttext {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}

p.commenttext {
  font-weight: normal;
  font-size: 11px;
  margin-bottom: -5px;
  text-decoration: none;
}

div.commentmeta {
  color: #666;
  margin: 5px 0 20px 0px;
  font-size: 11px;
}

form.commentform {
  font-size: 11px;
}

form.commentform input, form.commentform textarea {
 margin: 0 5px 10px 0;
 vertical-align: middle;
}

input.formbutton {
 margin-top: 10px;
}

.separator {
  display:none;
}

.subside {}

.image {
  border: 0;
  margin: 0 6px 6px 0;
}

.thumbnail {
  margin: 0 6px 6px 0;
}

.video {
  padding: 0;
}

.xmlButton {
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0 3px;
  font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
  color: #FFF;
  background: #F60;
  text-decoration: none;
  margin:0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: 100%;
height: 18px;
overflow: hidden;
margin-bottom: -1px;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}
.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: 18px franklin gothic demi cond;
list-style-type: none;
}
.mattblacktabs li{
display: inline;
margin: 0;
}
.mattblacktabs li a{
float: left; /*Ändra till right om du vill ha flikarna till höger*/
display: block;
text-decoration: none;
margin: 0;
padding: 0 0 0 0; /*padding inside each tab*/
border-right: 20px solid white; /*right divider between tabs*/
color: #1a1a1a;
background: #fff; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
color: #000;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #fff;
background: #ffffff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


