body {
  
  margin:0;
  padding:100px 20px;
  font:78%/1.4em Century Gothic,Verdana,Helvetica,Sans Serif;
  color:#591311;
  font-size/* */:/**/small;
  font-size: /**/small;
width: 95%;
background-repeat: no-repeat;


  }

a:link {
  color:#177C70;
    text-decoration:none;
}


a:visited {
  color:#0DA08B;
   text-decoration:none;
  }
a:img {
		 border:0px;
		}

/* overrides decoration from previous rule for hovered links */

h1, h3, h4, h5, h6, h7{
	font-family: Century Gothic,Verdana,Helvetica,Sans Serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #177C70;
}

h2 {
  margin:1.5em 0 .75em;
  font:80% Century Gothic,Verdana,Helvetica,Sans Serif;
  text-transform:uppercase;
  letter-spacing:.10em;
  color:#591311;
     }
	 
	 h7 {
  margin:1.5em 0 .75em;
  font-size: 80%;
     letter-spacing:.10em;
     }

h3{
 font-size: 100%;
 color: #177C70;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #177C70;
}

h5{
 font-size: 100%;
 color: #177C70;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Century Gothic,Verdana,Helvetica,Sans Serif;
 color: #177C70;
}

/* Posts
----------------------------------------------- */


.date-header {
  margin:1.5em 0 .5em;
    font-size:65%;
	 color:#E9AD14;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #E9AD14;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font: Century Gothic,Verdana,Helvetica,Sans Serif;
  font-size:115%;
  font-weight: bold;
  line-height:1.4em;
  color:#E9AD14;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#E9AD14;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#E9AD14;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
font-size:14px;
 text-indent: 20px; 
  }
p.post-footer {
  margin:-.25em 0 0;
   color:#E9AD14;
  }
.post-footer em, .comment-link, .blogger-labels {
  font:65%/1.4em Century Gothic,Verdana,Helvetica,Sans Serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#E9AD14;
  }
.post-footer em {
  font-style:normal;
   color:#E9AD14;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
color:#E9AD14;
  }
.post img {
  padding:4px;
  border:0px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Century Gothic,Verdana,Helvetica,Sans Serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#E9AD14;
  }
#comments h4 strong {
  font-size:95%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.4em;
  }
#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 Century Gothic,Verdana,Helvetica,Sans Serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
 	margin: 0;
	padding: 10px 0px;
	width: 100%;
	}

#navBar{
	margin: 0 0 0 79%;
	padding-left: 5px;
	 line-height:1.2em;
		background-color: #ffffff; }
		
		#content{
  float: left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	
}

#Blogger{
width:75%;
float:right;
background-color: #ffffff;
 padding-left: 15px; 
 padding-right: 15px; 
}

#navtitle{ 
font-variant: small-caps; 
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




