body {
    background: none repeat scroll 0 0 #C8DBD5;
    color: #333333;
    font: 14px/1.5 Century Gothic;
}

#header {
    clear: both;
    padding-bottom: 12px;
    position: relative;
    top: 5px;
}

.navigation {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D24A40;
    font-size: 23px;
    padding: 5px;
}

#content {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 7px solid #1E1E1E;
    margin-top: 2em;
    min-height: 550px;
    padding: 0;
}

/* 
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.

Here is a List of Common CSS styles you may want to change: 

*/

#footer .navigation { display:none; }

.footer_widgets .widget div { line-height: 14px; text-transform: none; }


.footer_widgets { float: left; margin-right:auto; margin-left: auto; padding-bottom: 1px; margin: 15px; }
.footer_widgets div { padding-top: 20px; }
.footer_widgets div:first-child { padding-top: 1px; }
.footer_widgets div h3 { color: #333333; }
.footer_widgets_right { margin-right: 12px; }

#footer #credit { float: right; font-size: 12px; }
        #footer #credit a:link, #footer #credit a:visited { font-weight: bold; color: #95A4AC; font-size: 12px }

#commentcount {
    background: url("http://refineus.org/wp-content/uploads/2011/01/commentcount1.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: 'Century Gothic';
    font-size: 25px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
	
#commentform #submit { cursor: pointer; }

#commentcount a:link, #commentcount a:visited { text-decoration: none; color: #fff; overflow: hidden; }
#commentcount a:hover { text-decoration:none; }

#commentcount #submit { cursor: pointer; }


/*
===================================================================================
SOCIAL BAR
===================================================================================
*/

/* The post / entry */
.entry { overflow: hidden; }

/* Twitter */
.twitter-share-button { width: 95px !important; }

/* Facebook */
.fb-share { display: block; }
.fb-like { border: none; height: 21px; overflow: hidden; width: 78px; }

/* Comment */
.leave-comment { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #888888; border: 1px solid #6F6F6F; color: #FFFFFF !important; display: block; font-size: 10px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-weight: bold; padding: 1px 4px 0 4px; text-decoration: none; }

/* The social bar row */
.social-bar { border-top: 1px solid #EEEEEE; margin-top: 30px; padding-top: 18px; }
.social-bar ul { margin-left: 19px; padding: 0 !important; text-align: left; }
.social-bar ul li { float: left; list-style: none !important; margin-right: 20px; padding: 0; }
.social-bar ul li:last-child { margin-right: 0; } 
