
        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; }

a {
color: #A12573;
}

a:hover {
color: #E879BF;
}

body {
font: 15px/1.5em Taffy;
}

h1,h3,h4,h5,h6, div.navheader, div.default {
font-family: Taffy;
color: #222;
}
div#side h3 div.navheader {
color: #666;
}

body {
background: #bdbcbc url() fixed;
}
background-repeat: no-repeat; 
background-position: center center; 
background-attachment: fixed;


div#wrapper {
margin-left: 20px;
width: 1000px;
float: left;
}

div#header {
float: left;
display: inline;
padding: 0 0 40px 20px;
width: 1000px;
height: 1000px;
margin: -100px 0px -100px -20px;
background: url(http://felinia.blogg.se/images/2010/2010_03_14_96320314.jpg) no-repeat center center;}


div#content {
background: #fff;
float: left;
display: inline;
padding: 0 18px 20px 20px;
margin: 0 20px 20px 0;
width: 550px;
border-bottom: 2px solid #bdbcbc;
border-right: 200px solid #FFFFFF;
}



div#side div.navheader, div#side h4, div.default {
padding-top: 20px;
font-size: 15px;
font-weight: bold;
}

/* hide calender - doesn't work anyway */
div#side div#calendar {
display: none;
}

div#header h1 {
font-size: 45px;
letter-spacing: -2px;
font-weight: normal;
margin: 50px 0 10px 0;
}

div#header h1 a {
text-decoration: none;
color: #222;
cursor: default;
}

div#header h2 {
margin-left: 10px;
font-size: 15px;
color: #666;
}

div#content h3 {
font-size: 30px;
font-weight: normal;
margin: 20px 0 10px 0;
}

div#content div.entrybody {
margin: 0 15px 0 15px;
}

div#content div.entrybody ul {
margin: 10px 0 10px 15px;
}

div#content div.entrybody li {
font-size: 15px;
color: #222;
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: 15px;
}

div.entrymeta {
font-size: 15px;
margin: 0 0 0 15px;
padding: 10px 0 10px 0;
color: #666;
line-height: 7px;
}

div.commentheader, p.commenttext {
margin: 0 0 0 15px;
font-weight: bold;
color: #222;
}

p.commenttext {
font-weight: normal;
}

div.commentmeta {
color: #666;
margin: 5px 0 20px 15px;
font-size: 15px;
}

form.commentform {
font-size: 15px;
}

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 15px Taffy;
color: #FFF;
background: #F60;
text-decoration: none;
margin:0;
}

div#ad1 {
width: 160px;
overflow: hidden;
padding-top: 20px;
}

div#ad2 {
width: 250px;
float: left;
margin-left: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 70%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 15px Taffy;
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: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #000000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #B0C4DE; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; } /* Ändra till right om du vill ha menyn till höger istället*/
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #cccccc; /*Ändra färgen på menyflikarna här*/
	color: #fff; /*Ändra färgen på texten här*/
	text-decoration: none;
        font-family: Taffy; /*Ändra typsnittet här*/
        font-size: 15px; } /*Ändra storleken på texten här*/
#navbar li ul {
	display: none; 
	width: 10em; /* Ändra bredden på undermenyn här */
	background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
        z-index: 1; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #889988; /*Ändra färgen på undermenyn*/
	border-bottom: 1px solid #fff;
	color: #ffffff; } /*ändra textfärgen på undermenyn här*/
#navbar li li a:hover {
	background-color: #000000; } /*Ändra färgen när man håller musen över undermenyn*/