﻿/* About link */
#about_call {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	line-height:1.6;
	padding-bottom:0.1em;
	text-transform:uppercase;
	color: #999;
	letter-spacing:2px;
	font-weight:strong;
}

div#about_call {
	text-align:center;
}
div#about_call:hover {
	color:#000;
	cursor:hand;
	cursor:pointer;
}
div#about_more {
	display:none;
	overflow:hidden;
}

#show_less {
	line-height:1.6;
	padding-bottom:0.1em;
	text-transform:uppercase;
	color: #999;
	letter-spacing:2px;
	font-weight:strong;
}

div#show_less {
	text-align:center;
}
div#show_less:hover {
	color:#000;
	cursor:hand;
	cursor:pointer;
}
/* Social Links */

.social_links ul {margin-left:auto;margin-right:auto;}


.social_links {
	float:left; 	
	width:310px;
}

.social_links li {
	list-style-image:none;
	list-style-type:none;
	text-indent: -5000px;
	padding:10px 4px;
	width:64px;
}

.social_icons {float:right; width:28%; }
.social_links a, .box .social_icons a:hover {border:none;}
.social_links img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }
.social_links img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}





li.follow_rss {float:left;}

li.follow_rss a {
	background: url(images/feed-1.png) no-repeat 0 0;
	height: 64px;
	text-decoration:none;
	display:block;
}

li.follow_twitter {float:left;}

li.follow_twitter a {
	background: url(images/follow_twitter.png) no-repeat 0 0;
	height: 64px;
	text-decoration:none;
	display:block;
}

li.follow_brazen {float:left;}

li.follow_brazen a {
	background: url(images/follow_brazen.png) no-repeat 0 0;
	height: 64px;
	text-decoration:none;
	display:block;
}

li.follow_linkedin {float:left;}

li.follow_linkedin a {
	background: url(images/follow_linkedin.png) no-repeat 0 0;
	height: 64px;
	text-decoration:none;
	display:block;
}

/* Small Icons */


.social_links_small {
	float:right; 	
	width:270px;
}

.social_links_small li {
	list-style-image:none;
	list-style-type:none;
	text-indent: -5000px;
	padding:10px 4px;
	width:35px;
	position:relative;
	
}

li.follow_rss_small {float:left;}

li.follow_rss_small a {
	background: url(images/feed-1_small.png) no-repeat 0 0;
	height: 35px;
	text-decoration:none;
	display:block;
}

li.follow_twitter_small {float:left;}

li.follow_twitter_small a {
	background: url(images/follow_twitter_small.png) no-repeat 0 0;
	height: 35px;
	text-decoration:none;
	display:block;
}

li.follow_brazen_small {float:left;}

li.follow_brazen_small a {
	background: url(images/follow_brazen_small.png) no-repeat 0 0;
	height: 35px;
	text-decoration:none;
	display:block;
}

li.follow_linkedin_small {float:left;}

li.follow_linkedin_small a {
	background: url(images/follow_linkedin_small.png) no-repeat 0 0;
	height: 35px;
	text-decoration:none;
	display:block;
}