﻿* { 
	padding: 0; 
	margin: 0; 
}

p { 
	color: #E8E8E8; 
	font-family: 'Open Sans'; 
	font-size: 14px; 
	line-height: 24px; 
	margin-bottom: 22px; 
	text-align: justify;
	-webkit-font-smoothing: antialiased; 
}

a { 
	color: #E8E8E8; 
	/*-- font-family: Arial; --*/
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid rgba(255,255,255,0.3); 
}

a:hover { 
	color: #E8E8E8; 
	border-bottom: 1px solid rgba(255,255,255,0.7); 
}

h1 { 
	color: #E8E8E8; 
	font-family: 'Source Sans Pro', serif;
	font-weight: 500;
	font-size: 35px; 
	margin-bottom: 15px; 
	-webkit-font-smoothing: antialiased;
}

h2 { 
	color: #E8E8E8; 
	font-family: 'Source Sans Pro', serif;
	font-weight: 400;	
	font-size: 20px; 
	font-style: italic;
	margin-bottom: 25px; 
	-webkit-font-smoothing: antialiased;
}

#monogram { 
	width: 70px; 
	padding: 50px 0 0 0; 
	margin: 0 auto 0 50px; 
}

#about { 
	width: 360px; 
	padding: 0 0 0 150px; 
	margin: -35px 50px 0 auto !important; 
}

blockquote {
	color: #B3B3B3;
	font-family: 'Open Sans'; 
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 1px solid #E8E8E8;
} 

#bottombar {
	background-color: #FFFFFF;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

/*-- Twitter feed --*/

#thumbnails {
	font-family: 'Open Sans';
	color: #828282; 
	background-image: url('images/transbk.png');
	font-size: 11px;
	/*-- line-height: 1.7em; --*/
	text-align: center; 
	width: 100%;
	position: fixed;
	bottom: 34px;
	padding-top: 5px;
}

#thumbnails img {
	width: 80px;
	height: 80px;
	padding-right: 10px;
}

#thumbnails a {
	/*-- font-family: Lato Bold, Arial; --*/
	font-size: 12px;
}