/*
Theme Name: micahflee
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
@import url("font-awesome/css/font-awesome.min.css");

body {
  background-color: #FFFFFF;
  background-image: url('images/background.png');
  background-position: top center;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
body .site {
  margin: 0 auto 1em auto;
  padding: 0 1.5em;
}

/* header */
#site-navigation {
  display: none;
}
.site-header {
  padding: 0;
  border-bottom: 2px solid #666666;
}
.site-header h1 {
  text-align: left;
  font-family: sans-serif;
  font-size: 2.2em;
  text-transform: uppercase;
}
.site-header h1 a:link, .site-header h1 a:visited, .site-header h1 a:hover, .site-header h1 a:active {
  color: #000;
}

/* sidebar */
#secondary a:link, #secondary a:visited {
  text-decoration: none;
  color: #666666;
}
#secondary a:active, #secondary a:hover {
  color: #21759b;
}

#secondary #sidebar-links a:link, #secondary #siebar-links a:visited {
  font-weight: bold;
}
ul#sidebar-links {
  list-style: none;
}
ul#sidebar-links li {
  margin: 0 0 12px 0;
}
ul#sidebar-links i {
  font-size: 25px;
  margin-right: 10px;
  color: #000000;
  text-align: center;
  width: 25px;
}

#recent-posts-2 li {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 3px;
}

.entry-header .comments-link {
  float: right;
  margin: 0 0 10px 10px;
  font-size: 16px;
}
.entry-header .comments-link a {
  text-decoration: none;
}
