/*
* Custom css for josieloves.de
*
*/
body{
  background: #F0F0F2;
  color:#222;
}

#footer{
  text-align: left;
}

#headerimage{
  color: white;
  background: #FF6D04;
  padding:  20px;
}

#headerimage a{ 
  color:white;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}


#page{
  background:white;
}



a{
  /* color: #37c0cb; */
  color: #0000FF;
  /* color: #0049AC; */
  /* color: #BC5BAC; */
  /* color: #FF0099; */
  background-color:transparent;
}

a:hover{
  background-color:transparent;
  text-decoration: underline;
}


h2 a{
  color: #222; 
  
}


.post {
  text-align: left;
}

.post h2 {
  
}

.post .entry {
  /* font-family: Georgia,"Times New Roman",Times,serif; */
  line-height: 1.5em;
}

.post{
    background:url('images/border_h.png') repeat-x bottom;
}


.post .entry a {
  text-decoration: underline;
}




