.blog-entry {
	width: 100%;
	max-width: 500px;
	height: 110px;
	margin: auto;
	overflow: hidden;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	 -ms-hyphens: auto;
 	hyphens: auto;
 	-ms-word-break: break-all;
	background-color:#FFFFFF;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.blog-entry-noimage
{
		max-width: 350px;
}

.devider {
	margin-bottom: 30px;
}

.col-xs-4 {
	width: 33.33333333%;
	float: left;
}

.col-xs-8 {
	width: 66.66666667%;
	float: left;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background-color: transparent;
	color: #444444;
	text-align: left;
}

a {
	color: #4ab648;
}

.photo {
	padding-left: 0px;
	padding-right: 0px;
}

.sicon {
	margin-left: 4px;
	margin-right: 15px;
}

a:hover {
	color: #777777
}

.footer {
	font-size: 8pt;
}

small {
	color: #D8D8D8;
	font-size: 8px;
}

glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.blog-entry .glyphicon-btn {
	padding: 0 5px;
	cursor: pointer;
}

a {
	color: #4ab648;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	background-color: transparent;
	color: #444444;
}

.image {
	height: 111px;
	margin-left: 0;
	margin-top: 0;
	width: 98%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
}

.info-title {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.info-subtitle {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	color: #9B9B9B
}

.info-social {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: #9B9B9B
}

.photo {
	padding-left: 0px;
	padding-right: 0px;
}

.sicon {
	margin-left: 4px;
	margin-right: 15px;
}

a {
	color: #414141;
	text-decoration:none;
}

a:hover {
	color: #777777;
}

.textbox {
	margin: 5px;
	align:left;
}

