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

.blog{
	width:312px;
	float:left;
	color: #000;
	text-align:center;
}

.blog .rss-title, rss_title a {
	display:none;
       margin:0;
       padding:0;
}

.blog .rss-item{
       margin:0;
       padding:0;
}

.blog .rss-item a:link, .blog .rss-item a:visited, .blog .rss-item a:active{
	text-decoration:none;
	color: #333;
	font-size: 16px;
	font-weight:normal;
       margin:0;
       padding:0;
}

.blog .rss-item a:hover{
	text-decoration:none;
	color: #333;
	font-size: 16px;
	font-weight:bold;
}

.blog .rss-items {
       list-style:none;
       margin:0;
       padding:0;
}




.instagram{
	width:312px;
	float:left;
	overflow:hidden;
}

.instagram-placeholder{
	width:90px;
	height:90px;
	float:left;
	margin:6px;
	border: 1px solid #191919;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	overflow:hidden;
	background-position: center center;
}

.large_image{
	float:left;
	width:302px;
	height:302px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-box-shadow: 0px 0px 20px 1px #000000;
	-moz-box-shadow: 0px 0px 20px 1px #000000;
	box-shadow: 0px 0px 20px 1px #000000;
	margin-left:5px;
	margin-bottom:10px;
}


.instagram-placeholder:hover{
	border: 1px solid #FFF;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-box-shadow: 0px 0px 5px 1px #000000;
	-moz-box-shadow: 0px 0px 5px 1px #000000;
	box-shadow: 0px 0px 5px 1px #000000;

}

.instagram-image{
	border: 0px solid #FFF;
}

#instagram_header{
	width:312px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	text-align: center;
}

.insta_text{
	font-size:11px;
	padding-left:3px;
}




.ud_twit{
	width:312px;
	float:left;
	color: #000;
	text-align:center;
}

.ud_twit .rss-title, rss_title a {
	display:none;
}

.ud_twit .rss-item{
	padding-bottom:10px;
	padding-top:10px;
}

.ud_twit .rss-item a:link, .ud_twit .rss-item a:visited, .ud_twit .rss-item a:active{
	text-decoration:none;
	color: #333;
	font-size: 12px;
	font-weight:normal;
}

.ud_twit .rss-item a:hover{
	text-decoration:none;
	color: #333;
	font-size: 12px;
	font-weight:bold;

}

.ud_twit .rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

