/* **************************************************************************** social */

div.container_social {
	float:right;
}

div.socialbox {
	clear: both;
	width: 96%;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	height: 70px;
	font-size: 11px;
	border: 1px solid #dddddd;
}
div.socialbox a {
/*	color: #000000;
	text-decoration: none;
*/	
}
div.socialbox:hover {
	border:1px solid #555555;
	background:#ededed;
}

div.social_content {
	overflow: hidden; 
	height: 55px;
}

div.social_actions {
	position: absolute;
	bottom: 3px;
	left: 3px;
	height: 11px;
	font-size: 9px;
	background-color: #F5F5F5;
}
div.social_actions a:hover {
	text-decoration: underline;
}

.social_logo {
  bottom: -8px;
	position: absolute;
  right: -6px;
}

/* Tekst stylen */
div.socialbox h1 {
	font-family: arial;
	font-size: x-large;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
div.socialbox h2 {
	font-family: arial;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
 div.socialbox h3 {
	color: #5b5b5b;
	font-family: arial;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
