/*   
Theme Name: TwentyTwelveChildTheme
Description: Dies ist ein Childtheme vom Twentytwelve Theme.
Author: Stefanie Riewe
Author URI: http://www.wolling.de
Template: twentytwelve
Version: 1.0
*/

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

/* MY CUSTOM STYLES
--------------------------------------------- */
body{
	font-family: Helvetica, Arial, sans-serif;
}

/*MENU*/

hgroup h1.site-title{
	text-align:center;
}
hgroup h2.site-description{
	text-align:center;
}
ul#menu-topmenu.nav-menu{
	text-align:center;
}

/*VITA*/
table#curri{
	line-height:1.5;
}
td{
	vertical-align:middle;
}
.kreis{
 	width: 80px;
	height: 80px;
	text-align:center;
	border-radius: 40px;
 	background-color: #5298d9;
	color:#fff;
	font-size:150%;
	line-height:1.4;
}
.kreistext{
	padding:25% 0;
	line-height:0.8!important;
}
/*WIDGETS*/
.widget-area .widget{
	padding:20px;
	border-left:4px solid #007fc2;
	-webkit-box-shadow: 3px 2px 9px -1px rgba(102,101,102,1);
	-moz-box-shadow: 3px 2px 9px -1px rgba(102,101,102,1);
	box-shadow: 3px 2px 9px -1px rgba(102,101,102,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*FOOTER*/
/* ===[ Footer Widget Areas ]=== */
.site-info { clear: both; }
#footer-widgets {
    width: 100%;
    border: none;
}
#footer-widgets .widget li { list-style-type: none; }

.template-front-page #footer-widgets { padding-top: 0; }

@media screen and (min-width: 600px) { 
#footer-widgets.three .widget + .widget + .widget {
    margin-right: 1.71429rem;
}

#footer-widgets.three .widget {
    clear: none;
    float: left;
    margin-right: 1.71429rem;
    max-width: 30.85%;
    width: 30.85%;
	border:none;
	box-shadow:none;
	}
}
/* for IE8 and IE7 */
.ie #footer-widgets.three .widget {
    float: left;
    margin-right: 3.1%;
    width: 29.85%;
    clear: none;
}
.ie #footer-widgets.three .widget + .widget + .widget { margin-right: 3.1%; }

/*BEITRAGSTEXT*/
.entry-content table, .comment-content table{
	font-size:0.9em;
}