body {
background-color:#555555;
margin:5px auto;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:80%;
}

p {
margin-top:0;
margin-bottom:1em;
}

.small {
font-size:.8em;
}

.copyright {
margin-top: 10px;
font-size: 9px;
color:#ccc;
text-align:center;
}

h2 {
font-size:1.2em; 
font-weight:bold;
text-transform:uppercase;
}

.thumbnail-nav {
padding:20px 15px 20px 15px;
}

.thumbnail-nav img {
border:1px solid black;
margin-bottom:0px;
}

.thumbnail-nav a {
text-decoration:none;
}

td.main a {
color:#000;
}


/*FOR TOP NAVIGATION*/
#tabs {
float:right;
background:#555555;
font-size:8pt;
line-height:normal;
}

#tabs ul {
margin:0;
float:right;
list-style:none;
padding:10px 0px 0 0px;
}

#tabs li {
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("http://www.kipmalone.com/images/site/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
font-weight: bold;
}

#tabs a span {
float:left;
display:block;
background:url("http://www.kipmalone.com/images/site/tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#000;
}

#tabs a:hover {
background-position:0% -42px;
color: #000;
}

#tabs a:hover span {
background-position:100% -42px;
color: #000;
}

#home #tabs #home a, #places #tabs #places a, #people #tabs #people a, #else #tabs #else a, #bio #tabs #bio a, #blog #tabs #blog a, #contact #tabs #contact a  {
background-position:0% -42px;
color: #000;
}

#home #tabs #home a span, #places #tabs #places a span, #people #tabs #people a span, #else #tabs #else a span, #bio #tabs #bio a span, #blog #tabs #blog a span, #contact #tabs #contact a span {
background-position:100% -42px;
color: #000;
}

#edit {float:right; border: 1px solid #f90; padding: 4px; margin: 5px;}

.blog {
border:1px solid white;
padding:0 10px 15px 10px;
margin-bottom:5px;
clear:both;
}

.blog img {
display: block;
margin-left: auto;
margin-right: auto;
}

.blogbio { 
color:#666;
margin-top:10px;
margin-bottom:5px;
text-align:right;
}