#blog #datepicker {
	font-size: 10px;
}

#blog .ui-datepicker {
	border: none !important;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	background: none;
}

#blog > #blogLeft {
	float:left;
	width: 74%;
	padding-right: 2%;
}

#blog > #blogRight {
	float: right;
	width: 21%;
	border-left: 1px #CCC dotted;
	padding-left: 2%;
}

#blog > #blogFooter {
	clear: both;
}

h5 {
	color: #777;
	padding: 0;
	margin: 0;
	padding-top: 18px;
	/*font-weight: normal;*/
}

#blogRight p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#blogLeft h2 {
	
	font-size: 20px;
	color: #888;
}

#blogLeft h2 b {
	
	font-size: 11px; 
	color: #000;
}

#blogLeft .entriesListItem {
	padding-bottom: 20px;
	text-align: justify;
}

#blogRight p {
	line-height: 16px;
}
#blogRight em {
	color: #888;
}

#blogLeft em {
	font-style: normal;
	text-align: right;
}

.facebookIcon {
	background: url("img/facebook-blog-share.png") left center no-repeat;
	line-height: 20px;
	height: 20px;
	padding: 5px;
	padding-left: 22px;
}



.addBlogEntry {
	background: url("img/big-add.png") right center no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 38px;
	font-size: 12px;
	color: #00801E;
	display: block;
}

#blog input {
	border: 1px #999 solid;
	width: 100%;
}

.myButton {
	font-size: 11px !important;
	font-weight: bold;
}
