/*
Theme Name: Athle.ch (DW Focus)
Theme URI: http://www.designwall.com/wordpress-theme/dw-focus
Author: the DesignWall team
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.0.9
License: GNU General Public License
License URI: license.txt
*/

/* Hide double-inserted images */
.cantons span.canton-name img.menu-image {
    display: none;
}

.cantons span.canton-shortcut img.menu-image {
    display: none;
}

/* Homepage */

.homeTitle {
	font-size: 23px;
	font-family: "Helvetica Neue", sans-serif;
	margin-bottom: 11px;
	line-height: 105%;
	text-align: center;
	font-weight: bold;
}

.homeBigLink {
	font-family: "Helvetica Neue", sans-serif;
	margin: 10px;
	line-height: 120%;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 16px;
}

a.homeBigLink {
	color: #8a084b;
}

.homeLinks {
	font-family: "Helvetica Neue", sans-serif;	
}

.homeLinks td {
	vertical-align: top;
	border: 1px solid black;
	width: 33%;
	padding: 10px;
}

.homeLinkTitle {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}


