/*
Theme Name: Platform-Child
Theme URI:      
Description:    Child theme form Platform
Author:         William
Author URI:     
Template:      platform 
Version:        
*/

@import url("../platform/style.css");

/* nav menu */

#primary-nav #nav_row {
background-color:gold;
}


#primary-nav ul.sf-menu a, .sf-menu a:visited {
    background-color: gold;
    color: red;
}

/* Main Column */

#column-main{
 background-color:#FAFAFA;

}

/* search box */

.searchform .searchfield {
background-color:gold;
border-color:brass;
padding-top: 12px;
}

/* sidebar */

.ngg-widget, .ngg-widget-slideshow {
 
  text-align: right;
}


.widget-title {

    border-bottom-width: 0;
}

#list_sidebar_primary a {
   color:gold;
}

#list_sidebar_primary a:hover {
  color:white;
}


/* post title style 


.cp-num {
     font-family:'Alice', serif;
     color:red;
}

/* hide post info */

.post-nav, .current_posts_info {
display:none;
}



/* hide leaf */

#cred {
display:none;
}
/* post footer */
.post-footer {
background-color: inherit;
border:none;

}



/* correct style on events listing */



.gigs{

   font-family: sans-serif; 
   font-size: 0.9em;
   line-height: 2em;

}

div.attribution{
    font-size: 50%;

}

/* correct style on twitter feed */


.widget-pad{

   font-family: sans-serif; 
   font-size: 0.9em;
   line-height: 2em;

}


.playpause {
    color:black;
}

