/* Home Page
------------------------------------------------------------------*/
.whatsit {background:#78b5d4;
border:1px solid #fff;
color:#fff;
padding:10px;
font-size:0.8em;}

.whatsit h3{
margin:0 0 5px 0; padding:0 0 4px 0;
border-bottom:1px solid #ddd;
color:#fff; font-size:1.2em;
}

.whatsit p {margin-bottom:7px;line-height:1.3em;}
.whatsit a, .whatsit a:visited{color:#fff;}

.archive-h {font-size:0.8em; margin:20px 0 0 0;}
.archive-h ul {list-style:none outside; margin:0px 0 0 0; padding:0;}
.archive-h li { background:#fff; margin:10px 0px; padding:7px 10px 0px 10px; border:1px solid #eee; cursor:pointer;}
.archive-h h3 { font-size:1.6em; padding:0; margin:0 0 0; text-decoration:none; font-family: 'CenturyGothicbold'; overflow:hidden; white-space:nowrap;}
.archive-h h3 a{ text-decoration:none;}
 
.archive-h #date-stamp{margin:0px 0px 4px 2px;}

.archive-h .comment-link {
margin-right:-11px;
margin-top:5px!important;
-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1) ;
-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 0px  #d4dddd ; 
}

#intro {
background:url("../images/intro2.png") top left no-repeat;
height:76px;
text-indent:-9999px; 
margin:20px 0 0 10px;
width:760px;}

.totheblog {float:right; font-family: 'CenturyGothicbold'; margin:10px 0 10px 0;  overflow:auto;}

.totheblog a {
background: url("../images/more-link.png") 94% center no-repeat rgba(256,256,256, 0.8);
padding:2px 33px 2px 10px;
margin:0; white-space:no-wrap; display:block;
text-decoration:none;  color:rgba(0,146,204, 0.5);}

.totheblog a:hover{background: url("../images/more-link.png") 93% center no-repeat #fff;}


.blog-post {margin-top:20px!important;}





#countdown { float:left; display:block; position:relative; top:5px; left:11px; color:#fff; font-size:0.9em; 
font-family: 'CenturyGothicRegular'; text-shadow: 1px 1px 1px rgb(120,181,196); }




#countdown span {border:1px solid red; display:inline-block; font-size:1em;
font-family: 'CenturyGothicBold';
text-shadow: 1px 1px 1px #999; padding:0 8px 1px 8px; 
background:rgb(127,191,207);
border:1px solid rgb(162,213,226);
border-top:1px solid rgb(120,181,196);
border-left:1px solid rgb(120,181,196);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }


