/*
 Theme Name:   Olsen Child
 Theme URI:    http://leeanna.me/olsen-light-child
 Description:  Olsen Light Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:    olsen-light
 Version:      1.0.0
 Text Domain:  olsen-light-child
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

body {
  line-height: 1.625;
  font-size: 16px;
  font-weight: normal;
  background-image:url('http://www.leeanna.me/images/grey.png');
  background-repeat:repeat;
  color: #000;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover, {
color:#0e4f73;
}

.entry-title {
  text-align: left;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 60px;
  font-family: "Dancing Script";
  font-size: 40px;
}

.nav {
 font-size: 14px;
 font-weight: bold;
}

.widget-title {
 font-family: "Dancing Script", cursive;
 font-size: 24px;
 font-weight: bold;
}

.ratings img {
vertical-align:middle;
padding: 2px;
}

.socialFollow {
font-family: "Dancing Script", cursive;
font-size: 30px;
font-weight: bold;
}

.socialFollow img {
vertical-align:middle;
padding:5px;
}

.emphasis {
	color: #0e4f73;
        font-weight: bold;
}

.myHand {
	font-family: "Dancing Script", cursive;
	font-size: 34px;
	color: #624eaf;
}

.reviewSections {
	font-family: "Dancing Script", cursive;
	color: #0e4f73;
	font-size: 30px;
	font-weight:bold;
}