
/*------------------------------------------BEGIN blog---------------------------------------------*/

em {
  font-style: italic;
}

.container .blogA {
	color: #F7AF05;
	text-decoration: none;
}
.container .blogA:hover {
	color: #F7AF05;
	text-decoration: underline;
}
.blogLine{
	border-top: 10px solid #F7AF05;
}
.navblog a:hover {
	display: block;
	background: #722020;
	height: 45px;
	padding: 9px 15px 0 15px;
}
#navblogOn a{
	display: block;
	background: #F7AF05;
	height: 45px;
	padding: 9px 15px 0 15px;
}
.navblog {
	background: #F7AF05 !important;
}
.blogEvents h3{
	text-indent: -99999px;
	background: transparent url('/public/images/hdrblogEvents.png') no-repeat top left;
	width: 410px;
	height: 59px;
}
#blogDateListing li{
	list-style: square;
	margin-left: 18px;
}
.blogHeadlineSmall {
	font-size: 20px;
	font-weight:bold;
}
#blogSearchMore a {
	display: block;
	width: 179px;
	height: 21px;
	margin: 0 0 0 30px;
	text-indent: -99999px;
	background: transparent url('/public/images/btnShowRecommended.gif') no-repeat top left;
}
#blogNameWrapper{
	background:#f0f5fc; 
	padding: 0 10px 10px 10px; 
	line-height: 135%;
	border-top: 10px solid #1977ff;
}
.blogBaseWrapper{
	margin-top: -15px;
	background: #f0f5fc; 
	padding: 5px; 
	line-height: 135%;
	border-bottom: 3px solid #96a1b1;
	white-space:nowrap;
}
.blogBaseWrapper li{
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
	white-space:nowrap;
}
.blogBaseWrapper li a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	white-space:nowrap;
}

#blogDesc {
	font-size: 14px;
	line-height: 135%;
}
.blogImageFull{
	margin-bottom: 10px;
	float: right;
	/*width: 413px;
	overflow-x:hidden;*/
}
.blogImageFull img {
	border: 1px solid #CCC;
}
.blogImagePartial{
	margin: 4px 0 10px 15px; 
	float:right;
	overflow-x:hidden;
}
#blogSocial li {
	display:inline;
	vertical-align:middle;
}
#blogSocial li a{
	display: block;
	float:left;
}

.userIconsBlog{
	font-size: 10px;
}
.userIconsBlog a{
	display:block;
	margin-left: 295px;
	height: 16px;
	width: 100px;
	padding-left: 20px;
	background: transparent url('/public/images/icons/comments_add.png') no-repeat center left;
}
#blogFollow{
	display: block;
	float:left;
	margin-right: 5px;
}

#blogIconFacebook a{
	text-indent: -99999px;
	width: 64px;
	height: 64px;
	background: transparent url('/public/images/iconFacebook.png') no-repeat center left;
}
#blogIconTwitter a{
	text-indent: -99999px;
	width: 64px;
	height: 64px;
	background: transparent url('/public/images/iconTwitter.png') no-repeat center left;
}
#blogIconRSS a{
	text-indent: -99999px;
	width: 64px;
	height: 64px;
	background: transparent url('/public/images/iconRSSnew.png') no-repeat center left;
}

.inputAcc {
  width: 95px !important;
}
.selectAcc {
	width: 110px !important;
}
.hasGoButton {
  width: 62px !important;
}

.cloud {
  overflow: hidden;
}
.cloud .tag {
  color: #0070FF;
}

#blogRightColumn .articleBody a {
  color: #1977ff;
}

.articleBody ul {
  list-style: square;
	margin-left: 30px;
}
.articleBody ul li {
	list-style: square;
	margin: 5px 0px; 
}

#blogNameWrapper a {
	color: #1977ff;
}

.blog_image {
	
}
.blog_credit {
	text-align: right;
	font-size: 10px;
}
.blog_caption {
	font-size: 10px;
}
.blog_caption p {
  margin: 5px 0px;
}
/*------------------------------------------END blog---------------------------------------------*/

