body {
  background:#ffffff;
  margin:0;
  color:#4c4c4c;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
a:link {
  color:#2b87ac;
  text-decoration:none;
  font-weight:bold;
  }
a:visited {
  color:#2b87ac;
  text-decoration:none;
  font-weight:bold;
  }
a:hover {
  color:#2b87ac;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
#Feed1 {
background: #E5E8E1;
border:1px solid #939598;
  padding:0 20px 15px;
}

#Feed1 a:link {
color:#2b87ac;
}

#Feed1 a:visited {
color:#99C9FF;
}

#Feed1 a:hover {
color:#c81908;
background: #E3E4FA;
}

.promotion h5{
background: #0d3f69;
  clear:both;
  margin:0 auto;
  padding-top:3px;
padding-left:3px;
padding-bottom:3px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
color:#FBFBC1;
font: bold 11px/16px arial, helvetica, sans-serif;
}

/* Header Begins  _______________ */

#header-wrapper {
  width:850px;
  margin:0 auto 10;
  border:0px solid #939598;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 0px;
  border: 0px solid #939598;
  text-align: center;
  color: #c81908;
}

#header h1 {
  margin:1.5em 0 1.5em;
  font: normal bold 83% Verdana, sans-serif;
  line-height: 1.4em;
  text-transform:uppercase;
  color: #c81908;
  display: none;
}

#header a {
  color:#c81908;
  text-decoration:none;
  }

#header a:hover {
  color:#c81908;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 5px 5px;
  max-width:850px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: normal bold 102% Verdana, sans-serif;
  color: #000000;
 }

#header img {
  margin-left: auto;
  margin-right: auto;
}


/* Outer-Wrapper  _______________ */

#outer-wrapper {
  width: 850px;
  margin:0 auto;
  padding:7px 7px 7px 7px;
  border: 0px solid #939598;
  text-align:left;
  font: normal normal 88% Verdana, sans-serif;
  }

#main-wrapper {
  width: 650px;
  padding:2px 0px 0px 0px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper {
  width: 170px;
  float: right;
  border: 0px solid #939598;
  padding:2px 0px 0px 0px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/* Headings  _______________ */


h2 {
  margin:1.5em 0 1.5em;
  font:normal bold 83% Verdana, sans-serif;
  line-height: 1.4em;
  color:#2b87ac;
}


/* Posts  _______________ */

h2.date-header {
  margin:1em 0 .5em;
  }

.post {
  margin:.3em 0 1.5em;
  border-bottom:0px dotted #939598;
  padding-bottom:3px;
  }
.post h2 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:100%;
  font-weight:bold;
  line-height:1.4em;
  color:#2b87ac;
}

.post h2 a, .post h2 a:visited, .post h2 strong {
  display:block;
  text-decoration:none;
  color:#2b87ac;
  font-weight:bold;
}

.post h2 strong, .post h2 a:hover {
  color:#2b87ac;
}

.post p {
  margin:0 0 .75em;
  line-height:1.6em;
}

.post-footer {
  margin: .75em 0;
  color:#333333;
  background-color:#e5e8e1; 
  text-transform:uppercase;
  letter-spacing:.1em;
  padding:1px 5px 1px 5px;
  font: normal bold 67% Verdana, sans-serif;
  line-height: 1.4em;
}


.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:0px solid #939598;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments  _______________ */

#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: #333333;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }

#blog-pager { 
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 2.5em;
}


/* TOP Headings  _______________ */

#topheader ul
{
float:left;
width:100%;
padding:0;
margin:0;
background-color:#0d3f69;
list-style-type:none;
}
#topheader a
{
float:left;
width:10em;
text-decoration:none;
color:white;


font-weight:bold;
text-transform: uppercase;
padding:.6em .6em;
border-right:1px solid white;
}
#topheader a:hover {background-color:#ff6c04;}
#topheader li {display:inline}


/* RIGHT MENU  _______________ */

.containerBlack {
	background-color:#e5e8e1; 
	border-style: solid;
	border-width:1px;
	border-color:#000000;
	padding:0px;
	margin-bottom:0px; 
}

.container {
	background-color:#e5e8e1; 
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:5px;
}



/* Profile  _______________ */

.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
  padding: 4px;
  border: 1px solid #939598;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: normal bold 67% Verdana, sans-serif;
  color: #333333;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: normal bold 67% Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Footer  _______________ */
#footer {
  width:800px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}



.menu {
border:0;
text-align:left
}

.menu ul {
list-style: none;
margin: 0;
padding: 0;
}

.menu li {
list-style: none;
margin: 0;
padding: 0;
}

.menu a, .menu h3 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
height: auto;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 3px 10px;
}

.menu h3 {
color: #fff;
background: #0d3f69;
text-transform: uppercase;
}

.menu a {
color: #0d3f69;
background: #e5e8e1;
text-decoration: none;
border-bottom:1px dotted #CA1717; 
}

.menu a:hover {
color: #a00;
background: #fff;
}


/* Sidebar Content  _______________ */

.sidebar { 
  color: #333333;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}

.sidebar li {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;

  }

.sidebar .widget, .main .widget { 
  border-bottom:0px dotted #939598;
  margin:0 0 1em;
  padding:0 0 0em;
 }

.main .Blog { 
  border-bottom-width: 0;
}






<!--Related Posts Scripts and Styles Start-->
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
background-color:#e5e5e5;

}

#related-posts .widget{
padding-left:6px;
margin-bottom:10px;
background-color:#e5e5e5;

}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: #c81908;
font-family: Georgia;
margin-bottom: 0.75em;
margin-top: 1em;
padding-top: 2em;
}

#related-posts a{
color: #4c4c4c;
font-weight: normal;
text-transform: capitalize;
}

#related-posts a:hover{
color:#2b87ac;
}

#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:12px;
text-color:#000000
}

#related-posts ul li{
background:transparent url(http://cheapdanny.com/images/relatedposts-arrow.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 11px;
padding-left: 20px;
padding-top:0px;}


<!--Related Posts Scripts and Styles End-->

