/*
Theme Name:     TwentyTwelve Child Theme
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");
@import url("/css/jenrefat.css");
@import url("/css/social-icon-font.css");


/* Side Bar */ 
#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary li:before {
  content: "\00b7";
  margin: 0 3px 0 0;
  padding: 0;
}

#archives-2 ul li,
#recent-posts-2 ul li,
#recent-comments-2 ul li,
#categories-2 ul li {
  margin: 0 0 10px 0;
  line-height: 1.2;
}

#archives-2 ul li a,
#recent-posts-2 ul li a,
#recent-comments-2 ul li a,
#categories-2 ul li a {
  font-size: 13px;
}


/* Search Form */
.searchform label {
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #636363;
}

.widget-area #s {
  width: 63.0%;
}

#searchsubmit {
  padding: 6px 12px;
  color: #04B4AA;
  border: 1px solid #04B4AA;
  background: #E6F7F6;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Lato", sans-serif;
}

#searchsubmit:hover {
  border: 1px solid #04B4AA;
  background: #04B4AA;
  color: #FFF;
}

#respond h3#reply-title {
  font-size: 1em;
  color: #636363;
}


/* Headers */
.entry-header .entry-title,
h2.entry-title,
h2.entry-title a {
  color: #04B4AA;
  font: normal 14px 'Lato', sans-serif;
  line-height: 1;
}

h3.comments-title {
  text-transform: none;
}

.widget-area .widget h3 {
  margin-bottom: 0.1rem;
}

h4.site-title {
  margin: 0 0 30px;
  font-size: 16px;
  text-transform: uppercase;
}

h4.site-title a {
  font-family: 'Lato', sans-serif;
  color: #CCC;
}


/* Images */
.entry-header img.wp-post-image {
  margin: 0;
}

.widget-area .widget a:visited {
  color: #757575;
}

.widget-area .widget a:hover {
  color: #FD5B5B;
}


html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }
html { margin-top: 0 !important; }


/* Entry */
.entry-content li {
  margin: 0 0 15px 15px;
  line-height: 1.5;
}