/* Enter Your Custom CSS Here */
body{
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 16px;
}
h1{
  font-size: 28px;
}
h2{
  font-size:24px;
}
h3{
  font-size:20px;
}


#site-title{
  width: 400px;
}
#site-description{
  font-size: 18px;
  width:350px;
  text-align: right;
}
#main{
  padding-top:10px;
}
#content .entry-title{
  font-size:30px;
}
#content .entry-content h1{
  margin-top:20px;
  margin-bottom:10px;
  border-top: 1px solid #900;
  border-bottom: 1px solid #900;
  background-color: #ccc;
  padding-left:10px;
}
#content .entry-content h2{
  margin-bottom:10px;
  margin-top: 20px;
  border-bottom: 1px solid #900;
}
#content .entry-content h3{
  margin-top: 20px;
  margin-bottom:10px;
}
#content p{
  margin-bottom: 5px;
}
#content .picFullWidth{
  width:100%;
}


.widget-area li{
  margin-bottom: 10px;
}
.widget-area h3{
  margin-bottom: 10px;
  margin-top:20px;
}
.widget-area a{
  font-size:14px;
  color: #900;
}
