/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
	background-color: #eee;
	background-image:url(bilder/erikbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	/*
	background-image:url(bilder/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	*/
	color: #333;
}

#main {
	padding-top: 10px;
}

.whitebg {
	background-image:url(bilder/vitbg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:10px;
	padding-botton:10px;
}

#content {
	padding-right:20px;
}


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: .8em; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
   line-height:1.6em;
}

h1,h2,h3,h4,h5,h6 { 
  color: #333; 
}

/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

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

.commentlist li {
	list-style-type:none;
	border-bottom:1px;
}

.commentlist ul {
	margin-left:0;
}


/********************************************************************************
               Text Elements and Lists
********************************************************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, nolink {border-bottom: none;}

h1 {
	line-height:1.8em;
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
	font-size:30px;
	color:#333;
	font-weight:bold;
	line-height:1em;
}

h2 a {
	color:#333;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: underline;
}

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


li { list-style: square inside url(images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}

p {
	clear:both;
}

.linkbg {
	background-image:url(bilder/metabg.png);
	background-repeat:repeat-x;
	background-color:#993366;
	color:#FFFFFF;
}

.linkbg a {
	color:#FFFFFF;
}

.meta {
	font-size:.7em;
	line-height:2em;
	margin-top:-2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainarea {
	margin-top:20px;
}

.aboutmetext li {
	margin-bottom:10px;
}

.recentcomments li {
	margin-bottom:10px;
}

.floatright {
	float:right;
}

/********************************************************************************                                            
                            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: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


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

.thin{
  height: 1px;
  margin: 0 0 0 0;
}

.contactinfo li {
	font-size:10px;
	padding:0 5px;
}

.contactinfo li:hover {
	background-color:#CCCCCC;
}


/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   padding: 5px 10px 5px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   background-color: #ddd;
}

.current_page_item a {
   background-color: #ddd;
   color: #000;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar {
	padding-left:10px;
	float:left;
}

#sidebar h2 {
	font-size:24px;
}


#sidebar a {border-bottom: none;}

#sidebar li {
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#sidebar ul {
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.pola {
	margin-top:-120px;
	margin-left:-50px;
}

.pola-start {
	float: right;
}

.welcomebild {
	float:left;
}

/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
}

div#commentform {
	margin-left:-1em;
	background-color:#0099FF;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #eee;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #eee;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
p.comment-link {
	margin: 0;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div#commentform {
	margin-left:-1em;
	background-color:#0099FF;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}

/* social icons */

.social {
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#eee;*/
	padding:5px 10px;
	background-image:url(bilder/vitbg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-bottom:solid 1px #eee;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.social a {
	text-decoration: none;
}

.twitter {
	background-image:url(bilder/icons/twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}
	
.facebook {
	background-image:url(bilder/icons/facebook.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}
	
.delicious {
	background-image:url(bilder/icons/delicious.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}

.digg {
	background-image:url(bilder/icons/digg.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}

.myspace {
	background-image:url(bilder/icons/myspace.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}

.tumblr {
	background-image:url(bilder/icons/tumblr.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:5px;
	}
	
.phoneicon {
	background-image:url(bilder/icons/telephone.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:10px;
	}

.houseicon {
	background-image:url(bilder/icons/house.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:-10px;
	font-size:10px;
	}

.mailicon {
	background-image:url(bilder/icons/email.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:-10px;
	font-size:10px;
	}


/* welcome */

.welcome {
	margin-top:20px;
	/*background-image:url(bilder/polaroid/start-pol.png);
	background-position: top right;
	background-repeat: no-repeat;*/
}
/*
.welcome p {
	margin-right: 370px;
}
*(
.floatleft {
	float:left;
	margin-left:20px;
}

/* forms */

.noleft {
	margin-left: 0;
}


input {
	border: 1px solid #ccc;
	height: 2em;
	background-image:url(bilder/vitbg.png);
	background-repeat:repeat-x;
	line-height: 2em;
}

textarea {
	border: 1px solid #ccc;
	background-image:url(bilder/vitbg.png);
	background-repeat:repeat-x;
}

.btc-summary {
	display: none;
}