
body {
  background:#000 url("../images/bg_minidots_lt.gif") 50% 0;
  color:#333;
  }

.banner {
	color: #353;
}

.banner p {
	margin-left:160px;
	color: #353;
}

.banner p a {
	color: #d71;
}

.banner p a:link {
	color: #d71;
}

.banner p a:visited {
  	color:#d71;
  }

.banner p a:hover {
	border-bottom: solid #d51 1px;
	color: #f71;
}

/* Page Structure
----------------------------------------------- */
@media all {
  #content {
    background:url("../images/bg_3dots_lt2.gif") no-repeat 0px 25px;
    }
  #main2 {
    background:#fff -100px -100px;
    }
  #sidebar2 {
    background:#fff 150px -50px;
    }
  }

/* Title & Description
----------------------------------------------- */
@media all {
  #blog-title {
	margin-left:160px;
    color:#353;
    }
  #blog-title a {
    color:#353;
    }
  #description {
    color:#353;
    }
  }
@media handheld {
  #blog-mobile-title {
    color:#353;
    }
  #blog-mobile-title a {
    color:#353;
    }
  #description-mobile {
    color:#353;
    }
  }

/* Links
----------------------------------------------- */
a:link {
  color:#595;
  }
a:visited {
  color:#479;
  }
a:hover {
  color:#000;
  }

/* Posts
----------------------------------------------- */
.date-header {
  border-bottom:1px dotted #cca;
  color:#663;
  }
.post-title {
  color:#333;
  }
  
.post-title a, .post-title strong {
  color:#333;
  }
.post-title a:hover {
  color:#000;
  }
.post-title a:visited {
  color:#333;
  }

p.post-footer em {
  color:#353;
  }
a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  background/* */:/**/url('../images/icon_comment_lt2.gif') no-repeat 0 .25em;
  padding-left:15px
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  background:url('../images/icon_comment_lt2.gif') no-repeat 0 .25em;
  padding-left:15px
  }
.post-body img {
  border:1px solid #cca;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  border-top:1px dotted #9b9;
  color:#333;
  }
.comment-poster {
  background:url('../images/icon_comment_lt2.gif') no-repeat 2px .35em;
  color:#9ab;
  }
.comment-timestamp {
  color:#353;
  }
.comment-timestamp a:link {
  color:#353;
  }
.deleted-comment {
  color:gray;
  }

/* More Sidebar Content
----------------------------------------------- */
.sidebar-title {
  border-bottom:1px dotted #cca;
  color:#663;
  }
#sidebar ul li {
  background:url('../images/bullet_lt2.gif') no-repeat 3px .45em;
  }

/* Profile
----------------------------------------------- */
.profile-img img {
  border:4px solid #345;
  }
  
.rightarrow{
  background:url('../images/right.gif') no-repeat 0 .3em;
  padding-left:12px;
  }
  
.downarrow{
  background:url('../images/down.gif') no-repeat 0 .3em;
  padding-left:12px;
  }