/* 
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: 

*/



.post {
    -moz-box-shadow: 5px 5px 10px;
    box-shadow: 5px 5px 10px;
    -webkit-box-shadow:5px 5px 10px #ccc;
 }

.entry { overflow: hidden; }

//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 14px Helvetica, Times, Serif; line-height: 1.5; color: #000000;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #000000; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited {font: Helvetica; color:#000000; font-size:36px;}




// POST BACKGROUND COLOR //




.post { background: #ffffff;  }



.entry img {border: none !important;
  
 } 

.entry
{
font-family: Helvetica; font-size: 15px; color: #000000
margin: 0 0 35px 0;
}



.nav a:link, .nav a:visited { color: #000000; }


.navigation { background-color: #eeeeee; }



/* Post Meta */
.post-meta { font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 12px; width: 100%; position: relative; margin: 0 0 15px 0; padding: 8px 0 8px 0; color: #f90505; border-bottom:1px solid #25333e; border-top:1px solid #25333e;}
.post-meta .the_author {font-style: italic;}
.post-meta .the_time {}
.post-meta .the_category {}
.post-meta .the_comment_link {}



.the_comment_link {
    background: url('images/comment_bubble.png') no-repeat scroll left center transparent; 
    float: right; 
    display: inline-block;
    font-size: 1.1em;
    height: 24px;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
    padding: 3px 0;
    text-align: center; 
    width: 32px; 
} 
.the_comment_link a, .the_comment_link a:hover { text-decoration: none; }
.post-meta { padding-bottom: 15px; } 

