    /*
    Theme Name: Catch-box Child
    Description: This is a custom child theme I have created.
    Author: Davide Careglio
    Author URI: http: //people.ac.upc.edu/careglio
    Template: catch-box
    Version: 0.1
    */

    @import url("../catch-box/style.css");

/*.page .entry-title { display: none; }*/

#site-title {
	padding: 0;
	font-size: 30px;
	line-height: 36px;
}

#comments .nocomments { display: none; }

#site-description {
	color: #7a7a7a;
	font-size: 18px;
}

.archive .featured-image { display: none; }

.hentry h5 {
    font-size: 14px;
}

.hentry h1 {
    font-size: 22px;
}


.hentry,
.no-results,
#author-info,
#disqus_thread,
#content .error404 {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    -moz-border-radius: 5px;
	border-radius: 5px;
    margin: 0 0 1em;
    padding: 0.5em 5% 2em;
    position: relative;
	width: auto;
}

.site-content article { margin-bottom: 10px; }

#site-logo {
float: none;
text-align: center;
}

.singular.page .hentry{
padding: 0.5em 5% 1em;
}

/* Margin Below the Slider */
#slider { margin-bottom: 2em; }
/* Margin below the Homepage posts */
.home .hentry { margin-bottom: 2em; }

<div style="padding-bottom:10px; padding-top:10px;"></div>

article.format-status .entry-content {
	padding: 0px 0 0;
}

#branding {
background-color : rgb(70, 122, 167);
}
/*
#main {
    background-color: #EEEEEE;
    clear: both;
    padding: 2em 0 0;
}*/
/*
#branding #access,
#colophon #access-footer,
#branding ul.menu ul a {
background: linear-gradient(#255A8C, #1B4266) repeat scroll 0 0 transparent;
}*/


/*
#site-title {
	background-image: url(/wp-content/uploads/2013/08/index1.jpeg);
	background-repeat: right no-repeat;
	background-size: 56px; 
	padding-left: 60px; 
	line-height: 56px;
} */
/*
#site-description { padding-left: 60px; }
*/

#branding {
	background-image: url(https://personals.ac.upc.edu/perello/);
background-repeat: no-repeat;
background-size: 80px;
background-position: right 60px center; 
background-position-x: 95%;
background-position-y: 50%;
	} 
	

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
