
.boldtext{
	font-weight: bold;
}

.BlogXContainer{
	/*background-color: white;*/
}

.RightNavContent{
	/*background-color: #f7f7f7;*/
}

.BlogxDate{
	/*color: #898989;*/
	font-size: 0.8em;
	font-weight: normal;
	/*text-transform:uppercase;*/
}

.BlogEntry{
	width: 100%;
}

.BlogTextBold{
	font-weight: bold;
}

.BlogButtons{
	/*font-size: 0.8em;*/
	/*font-weight: bold;
	text-transform:uppercase;*/
}

.BlogListItem{
	/*padding-right:10px;*/
	width:100%;
}

/*.BlogContent{
	height: 1px;
	border: 1px dashed Gray;
	border-left: 1px solid #d9eaf5;
	margin-top:20px;
}*/

.AdminNav, .AdminNav a {
	/*font-size: 11px;
	text-transform:uppercase;
	background-color:#d9eaf5;
	border: 1px solid #bfdbee;
	width:130px;
	display:block;*/
	/*font-size: 0.9em;
	line-height:1.5em;
	font-weight: bold;
	text-transform:uppercase;*/
}
.AdminNav a {
	margin-bottom:0.2em;
}

/*.cal_month {
	margin-bottom:5px;
}*/
.cal_month td, .cal_dow {
	padding:0.3em;
}

.cal_dates,.calendar_today,.cal_link {
	/*color: #626262;*/
	/*font-weight: normal;*/
	font-size: 0.9em;
}

.calendar_table, .calendar_table a,.calendar_table:hover {
	/*font-size: 10px;
	text-align: center;
	padding: 1px;
	line-height: 15px;*/
	font-size: 0.9em;
	text-align: center;
	padding: 1px;
	line-height:2em;
}

/*
.calendar_today {
	background-color: #000000;
	color:#ffffff;
	font-weight: bold;
}

.cal_link,.cal_link:active,.cal_link:visited,.cal_link:link {
	color: #000000;
	background-color: #dddddd;
	font-weight: bold;
	font-size:0.9em;
	display:block;
}

.cal_link:hover{
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	font-size:0.9em;
}*/

/*.cal_icon {
	background-image:url(blog_icon_calendar.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:10px;
}*/

.menuBody {
	/*padding: 2px;
	height: 135px;*/
	text-align: center;
}

.subscribesubmit{
	/*font-size: 11px;
	background-color: #a54e49;
	border: solid 1px;
	color: White;
	width: 100px;*/
	font-weight: bold;
}

.subscribeemailfound{
	font-weight:bold;
}

.RsrcText{
	/*padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;*/
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:1em;
}
.ywdblogform {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	animation-name: fadeIn;
	animation-duration: 2s;
}
.ywddialogform {
	animation-name: fadeIn;
	animation-duration: 1s;
}
#ywdsavecancelbar {
	width:100%;
	text-align:center;
	margin-bottom:1em;
}
@keyframes fadeIn {
  from {
	opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
