/* All links in all widgets. The font color is grey otherwise. */
.widget a {
	color: black;
}

/* The li blocks of each event preview in the widget */
.widget .iceEventPreview {
	padding-bottom: 20px;
}

.widget .widget-title {
	text-decoration: underline;
	font-size: 1.1em;
}

/* for better visibility on curacao */
#header .nav li a {
	font-weight: bold;
	color: rgba(255,255,255,.8);
}

/* font color for news */
.entry.excerpt {
	color: #000;
}

.entry .entry-inner {
	color: #000;
}

@media only screen and (min-width: 1201px) {
	.col-3cm .main {
		background-size: 2px;
		background-position: right 258px center;
	}
}

@media only screen and (min-width: 961px) {
	.col-3cm .main-inner {
		background-size: 2px;
		background-position: left 338px center;
	}
}

/* table with links (right Sidebar) */
.linksTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 20px;
}

.linksTable tr {
	height: 182px !important;
}

.linksTable td {
	height: 180px !important;
	width: 100%;
	border: 1px black solid;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
	background-color: white;
	margin: 0;
}

.linksTable td a {
	height: inherit;
	width: 100%;
}

/* make frozen menu curacao */
#nav-topbar .nav-wrap {
	background-color: #00abd9;
}

#nav-topbar .nav ul {
	background-color: #00abd9;
}

/* hide search button */
#header .toggle-search {
	display: none;
}

/* freeze one menu */
@media only screen and (min-width: 720px) {
	#nav-topbar.nav-container {
		position: fixed;
		z-index: 400;
		width: 100%;
		max-width: 1380px;
	}
	
	/* hide frozen menu behind image */
	#header #header-image-wrap {
		z-index: 500;
		position: relative;
	}
}

@media only screen and (max-width: 719px) {
	#nav-topbar.nav-container {
		display: none;
	}
}

/* subheading in new line */
.content h2 span {
	display: block;
}

/* content text justify */
.content {
	text-align: justify;
}

/* player tables background color */
.player-table-odd {
	background-color: #FFFFFF !important;
}

.player-table-even {
	background-color: #F1F1F1 !important;
}

.player-table td {
	border-bottom: 0 !important;
}

/* persons table width */
.persons-table {
	width: 100%;
}

.persons-table tr td:first-child {
	min-width: 150px !important;
	white-space: nowrap;
}

.persons-table tr td:last-child {
	width: 100%;
}