body { 
	margin:0 0 0 0;
	font:normal 13px arial;
              color:#000;
	}
	
a {
	color:#000; 
	text-decoration:none;
	}

a:hover {color:#cc3300;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	pre.code {
	background:#f9f9f9;
	padding:15px 20px 25px 20px;
	margin:0 0 15px 0;
	border-left:10px solid #ddd;
	}

	code {
	margin:0;
	padding:0;
	}

.clearfix {display: inline-block;}


h2 {
	font:normal 18px arial;
	margin:0 0 30px 0;
	}
	
 p {
	font:normal 13px/20px arial;
	}
	
#page { 
	margin:0 auto 0 auto;
	width:920px;
	}


#header {
	margin:0 0 0px 0;
	}

#logo {float:left; margin-right: 50px; position:relative; top: 13px;}

#logo img{
  border: none;
  }
  
#logo a{
    background-color: black;
    display: block;
}  
  
#logo a:hover{
  background-color: #cc6600;
  }


#blurb {
	border-top: 1px dotted #ccc;
	//border-bottom: 1px dotted #ccc;
	padding:35px 0 40px 0;
  font-family: Baskerville, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 41px;
	text-align:center;
	}
	


/* ### Navigation ### */					

.navigation {
	float:left;
	padding:0;
	margin:28px 0 0 0;
	font:normal 18px arial;
	color:#666;
	}

.navigation li {
	display:inline;
	}

.navigation li a {
	color:#666;
	text-decoration:none;
	}

.navigation li a.selected {
	color:#000;
	border-bottom:1px dotted #ccc;
	}

.navigation li a:hover {color:#cc3300}


/* ### Content ### */

#content {
	width:880px;
	float:left;
	padding: 0;
	min-height:400px;
	padding-bottom: 100px;
	text-align: center;
	}

.wrapper {
      position: relative;
      height: 420px;
      width: 440px;
      top: 100px;
      float:left;
  }

.highlight{
  border-color: black;
  border-bottom: solid 15px black;  
  background-color: blue;
  color: red;
  -webkit-box-shadow: 0 0 10px rgba(204,104,0,.5);
  -moz-box-shadow: 0 0 10px rgba(204,104,0,.5);
  
}


#gallery img {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    width: 75px;
    height: 75px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    border: solid 2px #FFFAF2;
    border-bottom: solid 15px #FFFAF2;
    -webkit-transition: -webkit-transform 0.20s ease-in-out;
    -moz-transition: -moz-transform 0.20s ease-in-out;
}

.wrapper h1{
  position: relative;
}

#content h2 {
	font:normal 24px georgia;
	margin:40px 0 13px 0;
	padding:0;
	}

#content h2 a {
	color:#c30;
	}

#content h2 a:hover {
	color:#000;
	}
	
#about{ display: none;}

#about > div { margin-top: 13px;}

.me{
  display:inline-block;
  vertical-align:top;
  font-size: 17pt;
  width:460px;text-align:left;margin-left:10px
}
	
#about-jenn a{
  background-color: black;
  color: white;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}	

#about-jenn a:hover;{
  color:#cc3300;
}

	
/* ### Footer ### */

#footer {
	color:#000;
	border-top:1px dotted #ccc;
	margin:0 0 30px 0;
	padding:5px 0 5px 0;
	clear:both;
	font:normal 12px arial;
	}
	
#footer p {
	margin: 0;
	
}
	
#footer a {
	font-weight:bold;
	color:#000;
	}

#footer a:hover {
	color:#c30;
	}
	
a.feed {
	height:16px;
	background:url(images/feedicon.gif) no-repeat 0 100% ;
	padding:1px 0 0 21px;
		}
a:hover.feed {
	background:url(images/feedicon.gif) no-repeat ;
	}
	
a.dellink {
	height:16px;
	background:url(images/delicon.gif) no-repeat 0 100% ;
	padding:1px 0 0 21px;
			}
a:hover.dellink  {
	background:url(images/delicon.gif) no-repeat ;
	}

/* ### Footer ### */
	
.recentlist {
	margin: 0;
	padding:0;
	border-bottom:1px dotted #ccc;
	margin-bottom: 8px;
	}

.recentlist li {
	list-style:none;
	padding: 6px 0;
	color:#666;
	font:normal 12px arial;
	margin-bottom: 8px;
	}

.recentlist li:hover {
	background:#f9f9f9;
	}


/* ### Comments ### */

#comments {
	margin:20px 0 40px 0;}

	.commentlist {
	margin:0 0 20px 0;
	padding:0;
	}
	
.commentlist li {
	border-left: 10px solid #000;
	margin:0;
	padding:0 0 5px 0 ;
	list-style:none;
	}

.commentlist li.author {
	border-left: 10px solid #c30;
	}	
	
.commentlist li.author h3.comment_hdr {
	background:#c30;
	}

.commentlist p { 
	margin:18px 35px ; 
	font:normal 13px/19px arial;
	}
	
.commentlist p a {font-weight:bold;}

h3.comment_hdr {
 	background:#000; 
	margin:0; 
	color:#fff; 
	padding:6px 15px; 
	font:normal 12px arial;
	}

h3.comment_hdr a {color:#fff;}

h3.comment_hdr a:hover {text-decoration:underline;}

#comment_txt { padding:5px; font:normal 14px arial; width:569px;}
