/* ======================================================= */
/* #THEME-TYPOGRAPHY - Font-family, color, and line-height goes here (defaults found in base.css)  */
/* ======================================================= */

body{ 
  font: 14px/21px "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #444;
  }

a:hover {opacity: 0.8;}
a:hover img {opacity: 0.5; transition: all 0.2s ease-in-out 0s;}

      
/* Headline Text */   
h1, h2, h3, h4, h5, h6 {  
  font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
  color: #9a8879; 
  font-weight: normal; 
}  
   

.sidebar h3, .aside h3{
  font-size: 11px;
  text-transform: uppercase;
}



/* Comment Space Font Rules */
.commentlist .comment-body .commentmetadata {
    font-size: 12px;
    font-style: italic;
   }

.says{color: #999;}

 
 
/* Small Text Classes */
.tags a, #section-tophat, #section-footer span, #section-sub-footer, .date{
  font-size: 11px
}

#section-footer {
  font-size: 12px
}

.portfolio-filters span, .portfolio-view span{
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
   }

label, legend {
    display: block;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 6px;
}


/* Specialty classes */

.tabs li a{color: #111;}
.aside{
  background: url("../images/theme/backgrounds/pattern_diagonal_white.png") repeat scroll 0px 2px transparent;
    border-right: 4px solid rgba(155, 155, 155, 0.2);
    font-size: 11px;
    padding: 10px 15px 10px 10px;
    display: block;
}

.superquote{
  clear: both; 
  margin: 40px 0; 
  font-size: 26px; 
  font-style: italic; 
  font-family: Georgia; 
  line-height: 34px; 
  padding-left: 20px; 
}

.supertagline{
  clear: both; 
  margin: 20px 0; 
  font-size: 26px; 
  font-style: italic; 
  font-family: Georgia; 
  line-height: 34px; 
  display: block;
  text-align: center;
}


/* Featured Space (for downloads and stuff) */
.feature {
  background: url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat scroll 0 0 transparent;
  display: block;
  padding: 30px 20px; 
  font-size: 24px;
  font-style: italic;
  font-family: Georgia; 
  line-height: 34px;
}  

.feature span{
  background: white;
  padding: 10px;
  }

.feature .button{
  float: right;
}

/* Tags Text */
.tags a{ 
  background: none repeat scroll 0 0 #333333;
  color: #EFEFEF; 
  }
.tags a:hover{  
  background: #444444;  
  color: #ffffff;
  }



/* Tophat and Footer Text */
#section-tophat, #section-tophat a,
#section-footer, #section-footer a, 
#section-sub-footer{ 

  }

#section-footer h5{ 
  color: #9a8879;
  font-size: 20px;
  line-height: 34px;
  font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif !important;
}

#section-footer a{
  text-decoration: none;
  }
  

/* ul.square li{ line-height: 14px; } */
