
/*
Theme Name: AqCom Pressman
Description: Aquarionics child theme for Pressman
Author: Nicholas Avenell <nicholas@istic.net>
Template: pressman
*/

#wrapper { background: transparent;}

body { 
    background-repeat: no-repeat; 
    background-size: cover;
  background-attachment: fixed; 
  background-position:  center;
}

.wrpr-bg-ovrly {display: block; }
.logo-text a { color: #eeee22; }

.logo-text a { color:#ffffff; font-family:Raleway; font-size:48px; }
.main-nav li a { color:#bbbbbb; font-family:Raleway; font-size:15px; }
.entry-title, .entry-title a { color:; font-family:Raleway; font-size:46px; }
.post-content p { color:#777777; font-family:Muli; font-size:18px; }


.logo-text span, .logo-img span {
    font-family: Raleway, serif;
}

.post-wrap {
  background: transparent;
}

.post, .comments , .next-prev{
  background: rgba(255,255,255,.7);
  color: #000;
  border-radius: 1.5em;
}

.next-prev {
  margin-top: .5em;
}

.next-prev a.next-desc, .next-prev a.prev-desc {
  color: #333;
}

.title-meta a, .brt-author:after, .brt-date:after {
  color: rgba(0, 0, 0, 1);
}

.featured-image img {
  border-radius: 1.5em;
  z-index: auto;
}

.post-content p {
	color: #2f2f2f;
}

.post a {
	text-decoration: underline;
}
