/* Custom CSS */

/*
 * Please add all your custom CSS here. You can also modify this file directly by
 * editing custom.css, which is located in the theme's admin folder.
 * 
 * Make sure permissions for custom.css are set to 0666.
 * 
 * NOTE: Avoid modifying core theme files or upgrading the theme will overwrite 
 * your changes.
 * 
 * If you are new to styles and CSS, check out http://www.w3schools.com/css/.
 * 
 * If you encounter any issues visit http://support.bavotasan.com/.
 * 
 * Below is a sample style. It will change the color of your site's blog title to 
 * blue.
 * 
 * Delete the slashes and asterix before and after the style to see it in action.
 */

/*
#title a { color: #4893cc; }
*/

#body {
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.main-navigation {
width: 980px;
margin-left: -10px;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 3px solid #d90f4c;
}

#menu-main {
margin-left: 10px;
}

#menu-main li {
padding: 0 15px 0 15px;
}

#related-posts {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-top: 20px;
padding-top: 5px;
}

#related-posts ul {
margin: -10px 0 -10px 0;
}

#gravatar-3, #footer, .tb_tweetlist {
line-height: 140%;
}

#bottombar li {
padding: 5px 0 5px 0;
}

#delicious-1 a.delicious_title_link {
color: #D90F4C;
}

.entry ul li ul {
padding: 8px 20px 8px 20px;
}

ol.tumblr_posts li {
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding-bottom:10px;
}

.simple_acat {
padding: 0 0 10px 10px;
}

.simple_alink {
padding-left: 10px;
}

.fbLikeContainer {
margin-top: 20px;
}

.storycontent h2 {
padding: 10px 0 0 0;
margin: 0 0 -10px 0;
font-weight: bold;
}

#disqus_thread h3 {
font-size:24px;
font-weight:bold;
padding-bottom:15px;
}

.fundraiser-plea {
background-image: url(http://www.kimwerker.com/wp-content/uploads/2010/07/plea-bkgd.png);
background-repeat: no-repeat;
height:90px;
padding: 10px 20px 10px 20px;
margin-top:45px;
font-weight: bold;
font-style:italic;
text-align:center;
}