/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet -  Use this file to style your content
 */
 
/* Logo */
#logo .custom-logo {
	width: 250px;
	height: 60px;
}

/* Content */
.teaser-box { margin-top: 15px; }
.teaser-box:first-child { margin-top: 0; }
.teaser-box > h3 { margin-top: 5px; }

/* Custom date icons for home page */

.date {
	width: 40px;
	height: 61px;
	background #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.date p {
	font-family: Helvetica, sans-serif; 
	font-size: 30px; 
	text-align: center; 
	color: #505050; 
	margin: 10px 0px;
}

.date p span {
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #a13838;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 0 0 4px 0;
	margin-top: 8px;
}

.wk-twitter-bubbles time {
	margin-top: 0px;
}