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

/* POSIZIONAMENTO CONTENITORI*/

#live_cont {
	width:980px;
	height:auto;
}

#live_cont h2 {
	font-size:18px;
	color:#333;
	text-shadow:#F4F6EA 1px 1px 1px;
}

#live_cont_blog {
	width:664px;
	margin-top:-15px;
}

#live_cont_blog h2 {
	margin-bottom: 15px;
}

#live_cont_social_stream {
	left:674px;
	width:300px;
	right:0px;
	top:0px;
}

.positionAbsolute{
	position:absolute;
}

.clear_children, .cc_tallest {
	position:relative;
}

/* BLOG */
.blog_cont {
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:24px;
	padding-top:10px;
}
.blog_cont p {
	margin-bottom:12px;
}
.live_cont_blog_box {
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	margin-bottom:10px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding
}
.blog_title_of_article {
	color:#333;
	font-size:24px;
	font-weight:normal;
	float:left;
}
.blog_data {
	font-size:12px;
	text-transform:uppercase;
	color:#DDD;
	text-align:right;
	padding-top:12px;
	padding-right:5px;
	}

.blog_autore {
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
	font-style:italic;
}


.blog_continue_reading{
	/*float:left;*/
	margin-bottom:10px;
}


/* user comment */
.blog_social_comments {
	border-top:1px #ddd solid;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px #ddd solid;
}
.blog_social_commenti_single_comment {
	padding:10px;
}
.blog_social_commenti_single_comment_author{
	color:#666;
	font-size:16px;
}
.blog_social_commenti_single_comment_author span{
	color:#AAA;
	font-style:italic;
	font-size:12px;
}
.blog_social_commenti_single_comment_data{
	color:#999;
	font-size:10px;
	text-transform:uppercase;
}
.blog_social_commenti_single_comment_msg{
	color:#333;
	font-size:14px;
}
/* your comment */
.blog_social_your_comment {
	padding-top:20px;
	padding-bottom:20px;
	color:red;
}
.blog_social_your_comment form {
	margin:0;

	padding: 0;
	border: 0;
	outline: 0;
		vertical-align: baseline;
}
.blog_social_your_comment fieldset {border:none;}
.blog_social_your_comment_input_normal {
	background-color:#f8f8f8;
	border:1px solid #eee;
	padding:10px;
	width:200px;
		color:#999;

}
.blog_social_your_comment fieldset input{
}

.blog_social_your_comment_input_selected {
	color:#FFF;
	background-color:#666;
	border:1px solid #444;
	padding:10px;
	width:200px;
}
.blog_social_your_comment textarea {
	margin-top:5px;
	width:600px;
	height:80px;
	font-size:16px;
	resize: none;
}

.blog_social_your_comment_btn_send {
	display:block;
	width:auto;
	background-color:#f8f8f8;
		border:1px solid:#eee;
	text-align:left;
	padding:10px;
	border:none;
	font-size:12px;
}

.blog_social_quick li{
	/*float:left;*/
}


/* SOCIAL STREAM */
.live_paginator {position:relative;}
#live_title_paginator{left:140px; top:18px; font-weight:normal}

.live_cont {
	display:block;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	margin-bottom:10px;
	padding:20px;
	background-repeat:no-repeat;
	background-position:930px 90%;
}
.live_cont:hover {
	background-color:#f0f0f0;
	border:1px solid #fff;
}
.live_cont a{
	
}
.live_cont span{font-size:16px;  display:block; font-style:italic; margin-top:10px;}
.live_cont_single_text	{font-size:18px; margin-bottom:20px;}
.live_cont_single_data	{text-transform:uppercase;}
.live_cont_single_autore{font-style:italic;}

.live_cont_twitter 	{background-image:url(../img/socialIcon/twitter_32.png);}
.live_cont_blog 	{background-image:url(../img/socialIcon/rss_32.png);}
.live_cont_facebook {background-image:url(../img/socialIcon/facebook_32.png);}

