/*
Theme Name: EurActiv Base
Theme URI: http://www.blogactiv.eu
Author: VGMH
Author URI: http://www.euractiv.com
Description: This base theme sets up some common elements used for all BlogActiv themes.  You can use it directly, but you probably won't like the results.
Version: 1.0
License: All Rights Reserved
License URI: http://www.euractiv.com/terms
Tags: three-columns, featured-images, responsive-layout
Text Domain: euractivbase
*/

/* =WordPress Core
-------------------------------------------------------------- */


.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

.alignleft,
.alignnone,
a img.alignleft,
a img.alignnone {
    float: left;
    margin: 5px 15px 15px 0;
}

.aligncenter,
div.aligncenter,
a img.aligncenter {
    margin: 5px auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0 0 5px;
    text-align: center;
}


.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 5px 4px;
}

.gallery-caption {

}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sticky {

}

.bypostauthor {

}
