/*
Theme Name:     Graphene Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */

#content {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
padding-bottom: 20px;
padding-top: 21px;
}

.previous, .previous a, .previous a:visited, .next-post, .next-post a, .next-post a:visited, .parent-return {
    color: black;
    font: 12px tahoma;
    text-decoration: none;
font-weight:bold;
}
.previous {
    float: left;
}
.next-post {
    float: right;
    text-align: right;
}

.homepage_pane .post-excerpt {
    color: #000000;
    font: 12px/18px arial;
}

.homepage_pane {
    background-color: white;
    padding: 5px;
}

.container_16 .grid_8 {
    width: 445px !important;
}

.post-title, .post-title a, .post-title a:hover, .post-title a:visited {
   font-weight: bold;
color :yellow;
}

.slider-content-wrap {
display : none;
}

#facebook-like-box h3 {
display : none;
}

#post-188 {
margin-top:4px;
}

#facebook-like-box.sidebar-wrap{
padding-top:0;
padding-bottom:0;
}

