/* ======================================================= */
/* #THEME-TYPOGRAPHY - Font-family, color, and line-height goes here (defaults found in base.css)  */
/* ======================================================= */

@font-face {
    font-family: 'Colaborate-Regular';
    src: url('../fonts/colaborate-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Colaborate-Thin';
    src: url('../fonts/colaborate-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Colaborate-Light';
    src: url('../fonts/colaborate-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Colaborate-Medium';
    src: url('../fonts/colaborate-medium.otf') format('opentype');
}


@font-face {
	font-family: 'Otama';
	src: url('../fonts/otama.ttf') format('truetype');
}
			
/* Headline Text */	 
h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.feature {  
	font-family: Colaborate-Regular, Tahoma, sans-serif;  
	font-weight: normal; 
	color: #222; 
	}	
	
h4{line-height: 25px;}
	 
h5 { 
	font-size: 15px; 
	line-height: 130%;
	margin-top: 10px;
} 

.sidebar h3, .aside h3{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 120%;
}

h3#comments{font-size: 24px; margin-bottom: 25px; margin-top: 36px;}

/* Comment Space Font Rules */

.vcard a{font-size: 16px; font-weight: bold; color: #222}
.says{color: #999;}


/* Specialty classes */

.tabs li a{color: #111;}

.aside-container{margin-right: 20px;}

.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; 
	line-height: 34px; 
	padding-left: 20px; 
}

.supertagline{
	clear: both; 
	margin: 20px 0; 
	font-size: 26px; 
	line-height: 34px; 
	display: block;
	text-align: center;
}
	

/* Tophat and Footer Text */
#section-tophat, #section-tophat a,
#section-footer, #section-footer a, 
#section-sub-footer{ 
	color: #aaa !important; 
	}

#section-footer h5{ 
	color: #eee !important; 
	}

#section-footer a{
	text-decoration: none;
	}


/* ul.square li{ line-height: 14px; } */


h5.no_image{margin-top: 0px; padding-top: 0px;}