/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://none.com
Description:    Child theme for the Twenty Eleven theme created for ecce14
Author:         BK
Author URI:     http://none.com
Template:       twentyeleven                             
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");
.entry-content h1 { font-size: 20px }
img#site-logo { width: 100px; }
/*
#branding {
	#background:url(http://ecce14.ce.jku.at/wp-content/themes/twentyeleven/images/sigchi.gif) no-repeat;
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img.logo-image{
	height: auto;
	display: block;
	width: 100%;
img.logo-image { float: left; clear: none; margin-top:20px; }
}

/* Search Form */
#branding #searchform {
	display: none;
	width: 1px;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

/*
#add branding image
#branding img.logo-image { width: 150px; }
img.logo-image { float: left; clear: none; margin-top:20px; }
#site-title { float: left; clear: none; margin-left: 2%; padding-top: 73px; margin-right: 0; width: 70%; }
#site-description { float: left; clear: none; margin-left: 2%; padding-top: 4px; margin-right: 0; width: 70%; } */



/* Custom Table */
    .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

/* Custom Table */
    .Publication
    {
        display: table;
    }
    .Publication .Title
    {
        display: table-caption;
        text-align: left;
        font-weight: bold;
        font-size: larger;
    }
    .Publication .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Publication .Row
    {
        display: table-row;
        font-weight: normal;
	margin: 10 0 10 0;
    }
    .Publication .Row .RowTitle
    {
        display: table-cell;
        text-align: right;
		font-style: italic;
        padding-left: 10px;
        padding-right: 10px;
    }
    .Publication .Row .RowText
    {
        display: table-cell;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }


