/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: Encio
Template: twentyten
*/

@import url("../twentyten/style.css");

#header {
	padding: 10px 0 0 0;
}
/* This is the custom header image */
#branding img {
	border-top: 0;
	border-bottom: 0;
	display: block;
	float: left;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.navigation {
	color: #888;
	font-size: 22px;
}
  .container {
    display: table;
    }
    
   .container h4 {
   	text-align:center;
   } 

  .row  {
    display: table-row;
    }

  .left, .right, .middle {
    display: table-cell;
    }