body {
    font-size: 62.5%;
    font-family: "Lucida Grande", Arial;
    background-image: url(images/head.gif);
    background-repeat: repeat-x;
    background-color: #222f37;
    margin: 0;
    padding: 0;
}

a {
    color:#222F87;
}

a:hover {
    color: green;
}

a:hover {
    text-decoration:underline;
}

h1 {
    color: #f93d00;
    font-size: 2.4em;
    margin: 0px;
    font-family: Cambera, Georgia;
}

#wrap {
    width: 1000px;
    background-image: url(images/hero.gif);
    background-repeat: no-repeat;
    min-height: 300px;
    margin: auto;
}

#wrap a:hover {
    text-decoration:underline;
}

a.logo {
     margin: 20px 0px 20px 10px;
     display: block;
    border: 0;
}

a.logo img {
    border: 0;
}

.content-top {
    background-image: url(images/content-top.png);
    background-repeat: no-repeat;
    height: 46px;
}

.content-middle {
    background-image: url(images/content-middle.png);
    background-repeat: repeat-y;
    overflow: auto;
    padding: 0px 30px 0px 30px;
    color: #192228;
}

.content-bottom {
    background-image: url(images/content-bottom.png);
    background-repeat: no-repeat;
    height: 46px;
}

.middle {
    width:630px;
    float:left;
}

ul.head {
     width: 1000px;
     height: 24px;
    margin: auto;
    padding: 0;
}

ul.head li {
    list-style-type:none;
    display:inline;
    margin-right: 0.8em;
    margin-left: 1em;
}

ul.head li.right {
    float: right;
}

ul.head li a {
     line-height: 1.8em;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

ul.head li a:hover {
    text-decoration: underline;
}

.sub-head {
    font-size: 1.4em;
    color: #192228;
    margin: 0px 0px 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #9d9e9e
}

.post  {
    font-size: 1.3em;
    line-height:1.8em;
}

.about-author {
    font-size: 1.2em;
    overflow: auto;
    clear:both;
}

.about-author strong {
    font-size: 1.1em;
}

.about-author  p.header{
    background-color: #e1e1e1;
    -moz-border-radius: 4px;
    padding: 4px;
    font-size: 1.1em;
    margin: 10px 0px;
    font-weight: bold;
}

.about-author p.description {
    margin: 0px 0 0 0 ;
    line-height: 1.6em;
}

img.avatar {
    border:1px solid silver;
    float:left;
    margin:0 6px 6px;
    padding: 2px;
}

#sidebar {
    width:260px;
    float: left;
    margin-left: 50px;
}

#sidebar ul {
    margin: 0;
    padding: 0;

}

#sidebar ul li {
    list-style-type: none;

}

#sidebar ul li h2 {
    border-bottom:2px solid silver;
    margin-bottom:2px;
    padding:4px 4px 0;
}

#sidebar ul li ul li {
    font-size: 1.3em;
    margin-bottom:6px;
padding: 0 0 0 6px;
}

#sidebar ul li ul li a {
    margin: 0px 0px 4px 0px;
    text-decoration: none;
}

.wrap-post {
    margin-bottom: 20px;
}

.hot-link {
    padding: 4px;
    border: 1px solid white;
    margin-bottom: 4px;
}

.hot-link:hover {
    border: 1px solid silver;
    background-color: whitesmoke;
}

.hot-link a {
    text-decoration: none;
    font-size: 1.2em;
    color: #192228;
}

.hot-link a:hover {
    text-decoration: none !important;
}

.hot-link a img {
    border: 0;
    float: left;
    padding-right: 5px;
}

.hot-link a span {
    font-size: 1.3em;
    font-weight: bold;
    clear: both;

}





#searchform {
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

#searchform .hidden {
    display:none;
}

#s {
    -moz-border-radius:6px;
    border:1px solid silver;
    color:silver;
    padding:4px;
}

ol.commentlist {
    padding: 0;
    font-size: 1.3em;
}

ol.commentlist li {
    list-style-type: none;
    border-bottom: 2px solid silver;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.commentmetadata {
    float: right;
    margin-top: -1.3em;
}

.comment-author {

}

li.comment p {
    margin: 10px 0px 0px 50px;
    font-size: 0.9em;
    line-height: 1.6em;
}

cite.fn {
    font-style: normal;
    font-weight: bold;
}

.single-comments h3 {
    margin: 30px 0px 10px 8px;
    clear:both;
    font-size: 1.4em;
}

.alignleft {
    float:left;
    margin-right: 10px;
}
