/*
Theme Name:     Defacto Child
Theme URI:      http://example.com/
Description:    Child theme for the Defacto theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       defacto
Version:        0.1.0
*/

@import url("../defacto/style.css");

/*
 * hack to make content full-width on the Russian Federation section
 */
body.category-274 #content
{
    width: 100%;

}

.russian_section_icon
{
    margin-bottom: 8px;
    display: block;
}

body.category-274 .russian_section_icon
{
  margin-bottom: 12px;
}

ul.horizontal_list li
{
	float:left;
	margin-right: 25px;
}


/*
.video-link 
{
width: 120px;
height: 120px;
background-image: url(img/bg-video-overlay2.png) ;
}
*/

.grey
{
    background-color: #eeeeee;
    padding: 5px;
}

/* hack alert*/

.page-id-1751 #sidebar
{
    display:none;
}
.page-id-1751 #content
{
    width: 80%;
}

.alignleft
{
    margin: 0px 5px 0px 5px;
}

table.data
{
    border: 1px solid #000000;
}

table.data td, table.data th
{
    text-align: left;
    vertical-align: top;
    border: 1px solid #000000; 
}

ul.wp_fix1 li
{
    margin-top: 10px;
}

.post-image-credit
{
    float:left;
}
