@charset "UTF-8";
/* CSS Document */

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

/*
font-family:'Univers LT W02_55 Roman';
font-family:'Univers LT W02_65 Bold';
font-family:'Univers LT W02_75 Black';
font-family:'UniversLTW02-85ExtraBla';
font-family:'Univers LT W02_45 Light';
*/




.ttpbutton{
	display:inline-table;
	height:18px;
	font-family:'Univers LT W02_55 Roman';
	font-size:14px;
	margin:20px 0 0 0;
	clear:both;
}
.ttpbutton a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background-color:#0cf !important;
	/*border:1px dotted #fff;*/
	padding:8px 30px 8px 15px;
	color:#fff; 
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-image:url(../img/buttonArrow.png);
	background-size:18px 12px;
	background-repeat:no-repeat;
	background-position:right center;
}

.ttpbutton a:hover{
	opacity:0.8;
}




.catTitle{
	float:left; display:inline-block; 
	padding:5px; margin:0 10px 0 -5px;
}

.addthis_button_compact{
	font-size:12px;
}
a.addthis_button_compact  {
	color:#fff;
}

a.addthis_button_compact img{
	margin-right:3px;
}

a.addthis_button_compact {
	display:inline-block;
	margin-bottom:10px;
}

ul.social{
	float:right;
	padding:40px;
}
ul.social li{
	display:inline-block;
	margin-left:10px;
}
ul.social li a{
	color:#000;
	font-size:22px;
}
ul.social li a:hover{
	color:#0cf !important;
	opacity:1;
}

body.black ul.social li a{
	color:#fff;
}