/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 70%;
  text-align: center;
  color: #333;
  /*background: #e0e0e0;*/
  }

.hrDot {
  border: 1px solid #ddd;
}

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 5px  0 5px 0;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(/images/tictac_green.gif) no-repeat 0 6px;
  }

/* links */
a
{
  font-family: Arial;
  font-size: 11px;
  color: #999;
  text-decoration:underline;
}

a.crosslink
{
  font: normal 12px arial, sans-serif; 
  color: #003300;
  text-decoration:underline;
}

a.link1
{
  font: normal 11px arial, sans-serif; 
  color: blue;
}

a.post-title-link
{
  font: bold 12px arial, sans-serif; 
  color: blue;
  /*text-decoration:underline;*/
  /*font-style:italic;*/
}

a.post-link
{
  font: bold 12px arial, sans-serif; 
  color: #0000ff;
  text-decoration:underline;
  margin-left:2px;
}

a.comment-link
{
  font: 11px arial, sans-serif; 
  color: #0000ff;
  text-decoration:underline;
  margin-left:2px;
}

/* ---( layout structure )---*/

#wrap {
  width: 846px;
  margin: 0 auto;
  text-align: left;
  background: url(/images/tile.gif) repeat-y;
}

#sidebar {
  margin: 0 41px 0 547px;
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.4em;
  color: #999;
  background: url(/images/sidebar_bg.gif) no-repeat 0 0;
	width:255px;
}

#content {
  font-size: 11px;
  line-height: 1.4em;
	padding: 0 30px 0 30px;
	width:448px;
}

/* ---( header and site name )--- */

#blog-header {
  margin: 10px 0 0 0 ;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  border:3px solid #ccff99;
  background: url(/images/header5.jpg) repeat top right;
  }

#blog-header h2 {
  margin: 0;
  font-size:40px;
  padding: 35px 60px 25px 0px;
  color: white;
  text-align:right;
  background: url(/images/top_h1.gif) no-repeat bottom left;
  }

h3.post-title2 {
  margin: 0 0 0px 0;
  padding: 15px 0 3px 30px;
  width:98%;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 18px;
  font-style:italic;
  font-weight:bold;  
  color: blue;
  height: 32px;
  background: url(/images/sidebar_icon.gif) no-repeat 5px 10px;
  height: 32px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

h3.post-title3 {
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 13px;
  font-style:italic;
  font-weight:bold;  
  color: #666;
  }

.main-post {
  margin: 0px 0px 0px 1px;
	padding: 5px;
	padding-bottom: 5px;
	/*border:1px solid gainsboro;*/
  }
  
.post {
  margin: 5px 0px 14px 1px;
	padding: 5px;
	padding-bottom:10px;
	background-color:#fffaf0;
	border:1px solid gainsboro;
  }

.post-sec {
  margin: 5px 0px 14px 1px;
	padding: 5px;
	padding-bottom:10px;
	background-color:#ffffcc;
	border:1px solid gray;
  }

.post-body {
  font: normal 13px arial, sans-serif; 
  color:#000000;
  margin-top:2px;
  margin-left:0px;
  line-height:18px;
  text-align:justify;
  }

.post-body-sec {
  font: normal 10px arial, sans-serif; 
  color:gray;
  margin-top:2px;
  }

.post-footer {
  margin: 5px 0 0 0;
  font-size: 10px;
  color: #999999;
  }
  
.post-footer img{
	vertical-align:middle;
}

.mainbar-title, .sidebar-title {
  height: 18px;
  margin: 5px 0 5px 0;
  padding: 10px 0 10px 30px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 16px;
  font-style:italic;
  font-weight:bold;  
  color: #333399;
  background: url(/images/sidebar_icon.gif) no-repeat 5px 2px;
  background-color:gainsboro;
}

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(/images/bottom_sill.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(/images/bottom_sash.gif) no-repeat top left;
  }

/* -- Commenting -- */
.comment-footer
{
	font-size:11px;
	color:#999;
	margin-top:15px;
	padding-top:5px;
	border-top:1px solid;
}
 
