/*
* Custom css for josieloves.de
*
*/
body{
  background: #F0F0F2;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  /* color: #BD61B4; */
  color: #59524A;
}


#page{
  background:white;
}



a{
  /* color: #37c0cb; */
  color: #004CFF;
  /* color: #0049AC; */
  /* color: #BC5BAC; */
  /* color: #FF0099; */
  background-color:transparent;
}

a:hover{
  background-color:transparent;
  text-decoration: underline;
}


h2 a{
  /* color: #BD61B4; */
  color: #004CFF;
}


.post {
  text-align: left;
}

.post h2 {
  
}

.post .entry {
  
  line-height: 1.5em;
}

.post{
    background:url('images/border_h.png') repeat-x bottom;
}


.post .entry a {
  text-decoration: underline;
}



#header h1 {
  margin:0;
  padding:0;
}


#hmenu{
  font-size: 1.5em;
  background: none;
}

#hmenu a{

}

#hmenu a:hover{
  
  text-decoration:none;
}

#hmenu form{
  display:inline;
  float:right;
  width:300px;
}
