/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (blogger.css)

Site: CarolynMackler.com
Company:  AuthorsOnTheWeb.com
Version:  15 August 2007
File Path: ../css/blogger.css
----------------------------------------------- */

/* = Blogger
------------------------------------------*/

@media all {
  #blogger_content {
    width:650px;
    margin:0 auto;
    padding:0;
    text-align:left;
	color: #535378;
	font-size: 12px;
	font-family: arial, san-serif; /*Georgia, "lucida console", sans-serif;*/
    }
  #blogger_main {
    width:425px;
    float:left;
    }
	
  #sidebar {
    width:205px;
    float:right;
	padding-left: 14px;
	color: #535378;
	font-size: 12px;
	font-family: arial, san-serif; /*Georgia, "lucida console", sans-serif;*/
	/*border-left-color: #606060;
	border-left-style: dotted;
	border-left-width: 1px;*/
    }

	#sidebar a:link { 
	color: #D873BD;
	font-weight: normal;
	text-decoration: none;
	}
	
    #sidebar a:visited { 
	color: #D873BD;
	font-weight: normal;
	text-decoration: none;
	}
	
    #sidebar a:hover { 
	color: #D873BD;
	font-weight: normal;
	text-decoration: underline;
	}
  }
@media handheld {
  #blogger_content {
    width:90%;
    }
  #blogger_main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }
  
  /* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    /*border-bottom:1px solid #606060;*/
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:16px;
  font-weight:bold;
  line-height:1.4em;
  color:#535378;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color: #535378;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color: #606060;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Blogger Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/*  Blogger Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #606060
;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
  
.sidebar-title {
	color: #535378;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, san-serif; /*Georgia, "lucida console", sans-serif;*/
	}