/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.
*/

body {background: navy; font: 14px Verdana, Georgia, Times, Serif; line-height: 1.5; color: #000;}
h1, h2, h3, h4, h5, h6 {margin: 0; font-family: Verdana, Arial, Helvetica, Sans-serif; color: #000;}
h1 {font-size: 30px;} h2 {font-size: 24px;} h3 {font-size: 20px;} h4 {font-size: 18px;} h5 {font-size: 14px;} h6 {font-size: 12px;}
p {margin: 0;}

#topad {background-color:#white;
Padding: 0px; margin: -40px 0 0px 0; float: right; }

#sidebar {
background:#f2f2f2;
Font-color: Blue;
Padding: 8px;}

/* ********************************************** */
/* Widgets */
/* ********************************************** */

.widget {margin: 0 0 30px 0;}
.widget h3 {border-bottom: 1px solid #b0b0b0; margin: 0; padding: 10px 0; text-transform: uppercase; color: #black;}

/* Unordered List */
.widget ul {clear: both;}
.widget ul li { background: url(images/bullet.png) no-repeat 10px center; border-bottom: 1px solid #b0b0b0; display: block; padding: 5px 5px 5px 25px; line-height: 20px; color: #666; }
.widget ul li a:link, .widget ul li a:visited { text-decoration: none;}
.widget ul li a:hover {color: #000000; text-decoration: underline;}
.widget ul ul {padding: 0 0 0 15px; border-top: none;}

/* Recent Comments, Twitter Reset */
.widget_recent_comments li, #twitter li {border-bottom: 1px solid #b0b0b0; padding: 6px 0 6px 10px; line-height: 18px;}
.widget_recent_comments li a, #twitter a {color: #333333!important; display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important;}

/* Twitter Tools Widget */
#twitter-tools .aktt_tweets ul li {background: none; padding: 5px; }
#twitter-tools .aktt_tweets .aktt_more_updates { border: none; }
#comments {position: relative; margin: 0 0 20px 0; padding: 20px 25px 0px; background-color: white; border: 1px solid #b0b0b0;}
.post {position: relative; margin: 0 0 20px 0; padding: 20px 25px 0px; background-color: white; border: 1px solid #b0b0b0;}

/* Post Title */
.post .title {width: 100%; position: relative; margin: 0; padding: 0; color: #000; font-size: 24px; line-height: 28px; background-color: white;}
.post .title a:link, .post .title a:visited {color: #000;}
.post .title a:hover {text-decoration: none; color: #333; }

.breadcrumbheader {
    background: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding:1px 5px 1px 5px;
    position:relative;
}

.commentbox {
    background: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding:1px 20px 20px 20px;
    position:relative;
}
.archivepageheader {
    background: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding:1px 5px 1px 5px;
    position:relative;
}

/* Image */
.entry img  { border: 0px solid #b0b0b0; }
.entry .attachment-post-thumbnail {float: left; width: auto; border: 1px solid #b0b0b0; margin: 0 10px 10px 0;}

