/*  Theme Name: Mike's Theme
 Theme URI: 
Description: MikeMeyer.net customizations
 Version: 0.0.1
 Author: Mike Meyer
 Author URI: http://www.mikemeyer.net/  
 */
#footer {
    min-height:300px;
}
#header h1 a{
    display:block;
    width:100%; /*width of logo*/
    height:90px; /*height of logo*/
    text-indent: -99999% !important; /*hide text of logo*/
}

#header h1 { /*title*/
    text-indent: -9999% !important;
}

/* change entry title underline to small black line */
.hentry .title a, .hentry .title span {
    border-bottom:1px solid #000000 !important;
}

.entry a {
    font-weight: bold;
    color: #2F608A;
    border-bottom: 1px dotted #2F608A;
}



.delicious-timestamp {
	font-size: smaller;
	font-style: italic;
	color: #2F608A
}

.delicious_title_link {
	color: #2F608A;
}

.hentry .entry p{
     padding-top: 6px  !important;
     padding-bottom: 6px !important;
}

.hentry .entry ol {
 margin: 2px 30px !important;
 background-color: #F7F7F7 !important;
border: thin dotted #CCC !important;

}

.hentry .entry ul {
margin: 2px 30px !important;
background-color: #F7F7F7 !important;
border: thin dotted #CCC !important;

}



