/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.dragon-ball.in/apps/mt/mt-static/themes/base-weblog.css);
@import url(http://www.dragon-ball.in/apps/mt/mt-static/themes/theme-travel/theme-travel.css);

/* Custom CSS */
strong {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #FF3300;
}

.entry-body p,
.entry-more p {
	font-size: 120%;
	border-top: 1px dotted #D0D0D0;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0.5em 0;
	
}

.entry-tags:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.entry-tags {
	display: inline-table;
}
/* \*/
* html .entry-tags { height: 1%; }
.entry-tags { display: block; }
/* */

.entry-tags h4 {
  float: left;
  width: 8%;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.entry-tags .entry-tags-list {
  float: right;
  width: 92%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-tags .entry-tags-list li {
  float: left;
  margin: 0 10px 0 0;
}

/* end StyleCatcher imports */