body  { color: #2c3e35; background-color: #ece4cb; 
        font-family: Georgia, serif; 
        font-size: 16px;
        }
h1  {   font-family: "Gill Sans", Verdana, sans-serif;
		font-size: 60px;
        font-style: normal;
        font-weight: normal;
        }

a:link, a:visited { text-decoration:none; color: #08448b; }
a:hover, a:active { text-decoration: underline; }
a img { border-width: 0;  }

#teaser { margin-left: 50px; font-family: Gill Sans, Verdana, sans-serif; line-height: 150%; width: 350px; 
		  margin-top: 50px; font-size: 16px; }

/* Dojo Fisheye Widget Layout
----------------------------------------------- */

.dojoxFisheyeListBar {
	margin: 0 auto;
	text-align: center;
	}

.dojoxFisheyeListItemLabel {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #eee;
	border: 2px solid #666;
	padding: 2px;
	text-align: center;
	position: absolute;
	display: none;
	white-space:pre; 
}

.dojoxFisheyeListItemLabel.dojoxFishSelected {
	display: block;
}

.dojoxFisheyeListItemImage {
	border: 0px;
	position: absolute;
}

.dojoxFisheyeListItem {
	position: absolute;
	z-index: 2;
}

.dojoxFisheyeListBar {
	position: relative;
}

#outerbar {
	background-color: #666;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
}

#page {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 85px;
}


/* Outerbar Layout
----------------------------------------------- */
#outerbar h3  {
   	font-style: normal;
   	letter-spacing: 2px;
   	margin-bottom: 6px; margin-top: 12px; margin-left: 40px;
   	text-transform: uppercase; color: white; text-align: left; 
   	font-family: "Gill Sans", Verdana, sans-serif;
	font-size: 24px;
    font-weight: normal;
}

#outerbar h4  {
   	letter-spacing: 2px;
   	margin-bottom: 6px; margin-top: 12px; margin-left: 40px;
   	color: white; text-align: left;
   	font-family: "Gill Sans", Verdana, sans-serif;
	font-size: 24px;
    font-weight: normal;
}


/* Page Layout
----------------------------------------------- */
#page ul {
	line-height: 150%;  }
	
#page li {
  }



/* Blog Layout
----------------------------------------------- */

  #content {
    margin-left: auto;
    margin-right: auto;
    width:770px;
    text-align:left;
    }
  #main {
    width:512px;
    float:left;
    }
  #sidebar {
    margin-top: 86px;
    width:150px;
    float:right;
    }
    
  #about {
  	line-height: 130%;
  	width: 400px;
	}

  #contact {
  	padding-left: 75px;
  	margin-bottom: 100px;
  	line-height: 130%;
  	width: 300px;
    float:right;
	}

/* Headings
----------------------------------------------- */
h2 {
  margin-left: 0;
  margin-bottom: 1em;
  margin-right: 0;
  margin-top: 1em;
  letter-spacing: 2px;
  font:78%/1.4em "Gill Sans",Verdana,Sans-serif;
  text-transform:uppercase;
  color:#666;
  }


/* Posts
----------------------------------------------- */
.post {
    margin-bottom: 60px;
    margin-top: 55px;
    border-bottom:1px dotted #aaa;
    padding-bottom: 14px;
    }
.post-title {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-bottom: 12px;
  padding-right: 0;
  padding-top: 0;
  font-size:26px;
  font-weight:normal;
  line-height:120%;
  font-family: Gill Sans, Verdana, sans-serif;
  }

.post div {
  margin-left: 0;
  margin-bottom: 0em;
  margin-right: 0;
  margin-top: 0;
  line-height: 135%;
  }
p {
  margin-top: 0em;
  margin-bottom: 1em;
  }
p.blogger-labels {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 12px;
  margin-bottom: -8px;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 120%;
  color: #999;
  }  
p.post-footer {
  text-align: right;
  margin-top: -6px;
  margin-right: 25px;
  }
.post img {
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-top: 3px;
  float:left;
  padding:0px;
  border:6px solid #fff;
  }
.post blockquote {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 120%;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #aaa;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:120%;
  font-size: 14px;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

