/********************************************************************************
	         Body
********************************************************************************/

body {
	/*background-image:url(bilder/bakgrund-rinn.png);
	background-position:center top;
	background-repeat:no-repeat;*/
	background-color:#000;
	margin:0;
}
#main {
	padding-top: 0;
}


/*myspace rollover */
a.rollover_myspace {
	display: block;
	width: 230px;
	height: 194px;
	background: url("bilder/add_myspace.png") no-repeat;
	margin-bottom:1em;
	border-bottom:0;
	}

/*facebook rollover */

a.rollover_facebook {
	display: block;
	width: 230px;
	height: 194px;
	background: url("bilder/add_facebook.png") no-repeat;	
        margin-bottom:1em;
	border-bottom:0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	
.logga {
	margin:-190px 0 0 -80px;
}
/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
}

h1, h2, h3, h4, h5, h6 {
	color: #FCFFAD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

.white h3  {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-style:normal;
	font-size:1em;
}

.white h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	font-size:1.7em;
}

.tour {
	padding:0; !important
	margin: 0; !important
}

.roundcorner {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background:#000000;
}

.meta {
	padding:10px;
	background-image:url(bilder/meta.jpg);
	color:#FFFFFF;
	font-size:0.8em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.meta a {
	color:#FFFFFF;
}

.hometext {
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
	}

.title {
	font-size:3em;
	display:none;
}
	
.title a {
	color:#FCFFAD;
}	
.slogan {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFFFFF;
	margin-top:-1em;
	}
/* SlipFire created typography classes
***************************************/

.medium {
	font-size: 1em;
	line-height: 2.1875em;
}
.center {
	text-align:center;
}
.right {
	float:right;
}

.right img {
	margin-top:10px;
	margin-bottom:10px;
}

.byline {
	font-size: .8em;
	line-height: 1em;
}
.timestamp {
	font-size: .8em;
	line-height: 1.2em;
}
.commentnum {
	font-size: .8em;
	line-height: 1.2em;
}
.incategory {
	font-size: 1em;
	line-height: 1.2em;
}

.citat-left {
	margin-left:-.7em;
}

.citat-right {
	margin-left:-.7em;
}


/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a {
	color: #993366;
	text-decoration: none;
}
/* Removes unwanted link decoration
***************************************/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, nolink {
	border-bottom: none;
}
a:focus, a:hover {
	background: none;
}
li {
	list-style: none;
}
.fancybullet li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
}
/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/


/********************************************************************************
                Borders
********************************************************************************/

.border-left {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #ddd;
}
.border-right {
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #ddd;
}
.border-top {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ddd;
}
.border-bottom {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
}
/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 {
	padding:20px;
}
.white {
	background-color:#FFFFFF;
	margin-bottom:2em;
	background-image:url(bilder/whitebg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.white p {
	line-height:2em;
}

.whitetext a {
	color:#FFFFFF;
}

.whitetext {
	color:#FFFFFF;
}

.white h2,h3 {
	color:#000000;
}

/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {
	padding-top:10px;
}
.pushdown-2 {
	padding-top:20px;
}
.pushdown-3 {
	padding-top:30px;
}
.pushdown-4 {
	padding-top:40px;
}
.pushdown-5 {
	padding-top:50px;
}


/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
	height: 3px;
	margin: 0 0 1.4em 0;
	margin-top:2em;
}
.thin {
	height: 1px;
	margin: 0 0 0 0;
}
/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
	margin: 0 0 1em 0;
	padding: 10px 0px 10px 0px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li a {
	color: #fff;
	padding: 0px 10px 0px 20px;
	margin: 0px;
	text-decoration: none;
	border-bottom: none;
}
#navbar ul li a:hover, a:active {
	text-decoration: underline;
}
#current_page_item a {
	text-decoration: underline;
}
/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .2em;
	color:#000;
}
#sidebar a {
	/* border-bottom: none; */
}
/********************************************************************************
                Footer
********************************************************************************/

#twitter_update_list li a {
	color:#FCFFAD;
}

#twitter_update_list li {
	list-style-type:none;
	margin-bottom:0;
	font-size:1em;
}

.social {
	padding:5px;
	background-color:#F3F3F3;
	color:#666666;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.twittheader {
	font-size:.5em;
	margin-top:-2em;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.twittheader a {
	color:#FCFFAD;
}

#headerid {
	height:300px;
/*
	background-image:url(bilder/serengeti-fri.png);v
	background-image:url(bilder/header2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:300px;
*/
}

.header {
	background-color:#000000;
}

.header a {
	color:#2CAAE2;
}
#footer {
	text-align: left;
	font-weight: normal;
}

#search-form {
	margin-top:5px;
	margin-left:48px;
	}

a img {
        border-bottom: 0; !important
        text-decoration: none;
}

input#s{
     border:1px solid #ccc;
     padding:5px;
	 background-color:#000000;
	 color:#CCCCCC;
}

input#s:focus{
     border:1px solid #fff;
}

#searchsubmit {
	color:#fff;
	background-color:#000;
	border:0;
} 