/*
Theme Name: DiveRite
Theme URI: http://diverite.com/
Description: Based on Tictac by Ekta Paneri
Version: .00009
Author: Dive Rite
Author URI: http://diverite.com/
*/

/* ---( page defaults )--- */

.blog {
  margin: 0;
  padding: 0;
  }


.blog blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(images/quotes.gif) no-repeat top left;
  }

.blog blockquote p {
  margin-top: 0;
  }

.blog abbr, .blog acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

.blog code {
  color: #996666;
  }

.blog hr {
  display: none;
  }

.blog img {
  border: none;
  }

/* unordered list style */

.blog ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }
.blog ol {
  margin: 0 0 20px 30px;
  padding: 0;
  }
.blog ul li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(images/tictac_blue.gif) no-repeat 0 2px;
  }

/* links */

.blog a:link {
  color: #6699cc;
  }

.blog a:visited {
  color: #666699;
  }

.blog a:hover {
  color: #5B739C;
  }

.blog a:active {
  color: #5B739C;
  text-decoration: none;
  }




/* ---( header and site name )--- */

.blog #blog-header {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Trebuchet MS";
    background: #e0e0e0 url(images/top_div_blue.gif) no-repeat top left;
    }

.blog #blog-header h1 {
    margin: 0;
    padding: 45px 60px 50px 160px;
    font-size: 200%;
    color: #fff;
    text-shadow: #4F73B6 2px 2px 2px;
    background: url(images/top_h1_blue.gif) no-repeat bottom left;
    }

.blog .description { font-weight:normal; font-size:20px; margin:0px;color:#333;}

.blog #blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

.blog #blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

.blog h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  }

.blog h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  letter-spacing: 1px;
  color: #993333;
  border-bottom:1px dotted #6699cc;	
  }

.blog h3.post-title a { text-decoration:none; font-weight:normal;}

.blog .post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
  border-bottom: 1px solid #ddd;
  }

.blog .post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(images/tictac_grey.gif) no-repeat 0 4px;
  }

.blog .post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* comment styles */

.blog #comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #f2f2f2 url(images/comments_curve.gif) no-repeat top left;
  }

#pagebody #main.blog #comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(images/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
.blog #comments ul {
  margin-left: 0;
  }

.blog #comments li {
  background: none;
  padding-left: 0;
  }
  
.blog .comment-body {
  padding: 0 10px 0 25px;
  background: url(images/tictac_blue.gif) no-repeat 10px 5px;
  }

.blog .comment-body p {
  margin-bottom: 0;
  }

.blog .comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(images/comment_arrow_blue.gif) no-repeat 44px 2px;
  }

.blog .deleted-comment {
  font-style:italic;
  color:gray;
  }
  
.blog .commentform {
  padding: 20px;
  }
 
.blog .commentform textarea {
  width: 505px;
  height: 180px;
  }

/* ---( sidebar )--- */

#sidebar {
	font: 12px/15px "trebuchet ms",trebuchet,sans-serif;
	margin-top: -45px;
}

.blog h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 20px 0 0 20px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 90%;
  color: #666;
  height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(images/sidebar_icon.gif) no-repeat 10px 10px;
  }

.blog #sidebar ul, .blog #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  border-bottom: 1px solid #ddd;
  }

.blog #sidebar li {
  background: url(images/tictac_blue.gif) no-repeat 0 5px;
  }

.blog #sidebar form { 
	margin: 0;
	padding: 0 0 0 20px;
	}
.blog #sidebar form input.fielding {
	font: 12px arial,sans-serif;
	width: 74px;
	}
.blog #sidebar form input.buttoning {
	font: 12px arial,sans-serif;
	width: 26px;
	border: 1px solid #333;
	}

/* ---( footer )--- */

.blog .clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }


.blog #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    background: url(images/bottom_sill.gif) no-repeat bottom left;
    }

.blog #footer p {
    margin: 0;
    padding: 20px 320px 20px 95px;
    background: url(images/bottom_sash.gif) no-repeat top left;
    }

.blog #footer a { color:#dedede;}

