* {
	border: 				0;
	margin: 				0;
	padding: 				0;
}

body {
	background: 			#fff;
	font-family: 			Tahoma, Georgia, serif, 'trebuchet MS', Helvetica, Verdana, Arial;
	font-size: 				0.75em;
	color: 					#333;
	line-height: 			1.5em;
}

p {
	margin: 				0 0 15px 0;
}

a {
	color: 					#3F78E3;
	text-decoration: 		underline;
}

a:hover {
	color:					#1751be;
}

.clear {
	clear: 					both;
	font:					0/0 serif;
	height:					0;
}

input, select, button {
	border:					1px solid #DDD;
	margin:					2px;
	padding:				2px 10px;
}

.wrapper {
	width: 					980px;
	margin: 				15px auto 0;
}

.menu-container {
	width: 					980px;
	height: 				78px;
}

.logo {
	float: 					left;
	width: 					325px;
	height: 				70px;
	margin-left: 			10px;
}

.icon {
	background:			transparent no-repeat 0 1px;
	display:			inline-block;
	padding-left:		24px;
	min-height:			20px;
	height:				auto !important;
  	height:				20px;
}

ul.menu {
	float: 						left;
	width: 						605px;
	height: 					26px;
	margin: 					10px 0 0 15px;
	list-style:				none;
	border-bottom:		1px solid #dedede;
	padding:					0 0 0 15px;
}

ul.menu li {
	float:						left;
	display: 					block;
	height:						25px;
	margin-right:			4px;
	font-family: 			'Roboto Slab', Cambria, Georgia, 'Trebuchet MS', Arial, Verdana, serif;
	font-size:				13px;
	font-weight:			bold;
}
ul.menu li.tab {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(213,213,213,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(213,213,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(213,213,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 1em;
}
ul.menu li.tab:hover {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #dedede;
}
ul.menu li.tab.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.menu li a {
	display: 					block;
	height:						27px;
	padding:					7px 20px 0px;
	color:						#333;
	text-decoration:	none;
}
ul.menu li a:hover {
	color:						#666;
}
ul.menu li.tab.active a {
	color:						#3F78E3;
}

ul.menu li.normal {
	padding-top:			4px;
	font-size:				12px;
}

ul.menu li.normal a {
	height:						15px;
	padding:					0 5px 0 5px;
	color:						#333;
	font-weight:			bold;
	text-decoration:	none;
	width:						auto;
	display:					inline;
}

/*
ul.menu li a.btn-informatie				{ 	background-image:url(/inc/img/timeteam/btn-informatie.png); width:118px; }
ul.menu li a.btn-roeiers 				{ 	background-image:url(/inc/img/timeteam/btn-roeiers.png); width:118px; }
ul.menu li a.btn-wedstrijdorganisatie 	{ 	background-image:url(/inc/img/timeteam/btn-wedstrijdorganisatie.png); width:191px; }
ul.menu li a.btn-over 					{ 	background-image:url(/inc/img/timeteam/btn-over.png); width:147px; margin-right:5px; }

ul.menu li a:hover {
	background-position:	0 -54px;
}

ul.menu li a.active {
	background-position:	0 0;
}
*/

ul.submenu {
	float: 					left;
	width: 					605px;
	height: 				26px;
	margin: 				10px 0 0 15px;
	list-style:				none;
	padding:				0 0 0 15px;	
}

ul.submenu li {
	float:					left;
	margin-right:			18px;
	color:					#333;
	background:				url(/inc/img/timeteam/bg-separator.png) no-repeat 0 8px;
	height:					27px;
}

ul.submenu li.first {
	background:				none;
}

ul.submenu li a {
	font-family: 'Roboto Slab', Cambria, Georgia, 'Trebuchet MS', Arial, Verdana, serif;
	color:					#000;
	font-weight:			bold;
	text-decoration:		none;
	display:				inline;
	width:					auto;
	height:					19px;
	padding:				0px 0 0 18px;
}

ul.submenu li a:hover {
	color:					#666;
}

ul.submenu li.separator {
	margin:					0 18px 0 0;
}

.featured-container {
	width: 					970px;
	height: 				238px;
	position:				relative;
	margin:					0 auto 10px;
}

#sub .featured-container {
	height:					69px;
}

.vertical-line {
	width: 					100%;
	height: 				3px;
	background: 			#3f78e3;
}

.featured-container .photo {
	width: 					970px;
	height: 				235px;
	background: 			no-repeat top left;
}

#sub .featured-container .photo {
	height: 				66px;
}

.featured-container .text {
	position: 				absolute;
	/*top: 					32px;*/
	top:					65px;
	/*left: 					42px;*/
	left:					0px;
	/*width: 					465px;*/
	width: 					886px;
	height: 				85px;
	font-size: 				3em;
	font-weight: 			bold;
	line-height: 			1.5em;
	color: 					#fff;
	text-align: 			center;
	text-shadow: 			rgba(0, 0, 0, 0.7) 0px 0px 20px;
}
.featured-container .text a {
	/*color: 					#fff;*/
	color:					#333;
}

.featured-container .box {
	position: 				absolute;
	top: 					6px;
	left: 					580px;
	width: 					339px;
	height: 				187px;
	padding: 				20px 20px;
	background:				url(/inc/img/timeteam/bg-live-box.png) no-repeat;
}

.featured-container .box h2 {
	display:				inline-block;
	float: 					right;
	font-size: 				14px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight: 			bold;
	color:					#131313;
	background:				url(/inc/img/timeteam/img-raquo.png) no-repeat 0 6px;
	padding:				0 0 0 15px;		
}

.featured-container .box span.right {
	display:				block;
	float:					left;
	font-size: 				14px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight: 			bold;
	color:					#131313;
	background:				url(/inc/img/timeteam/img-raquo.png) no-repeat 0 6px;
	padding:				0 0 0 15px;
}

.featured-container .box h3 {
	font-size:				1.17em;
	margin: 				0 0 5px 0;
	font-family:			Tahoma, Verdana, Arial;
	color:					#000;
}

.featured-container .box th {
	text-align: 			left;
	font-weight: 			normal;
	color:					#7e7e7e;
}

.main {
	width: 					980px;
}

.categories-container {
	height: 				264px;
	margin:					0 0 0 1px;
	clear:					both;
}

.category {
	float: 					left;
	width: 					196px;
	min-height:				224px;
	padding: 				20px 21px;
	background:				url(/inc/img/timeteam/bg-category.png) no-repeat 0 0;
	margin:					0 8px 0 0;
}

.category>img {
	margin:					0 0 21px 0;
	width:					200px;
	height:					55px;
}
.category>.logo {
	width:					200px;
	height:					55px;
	margin:					0 0 24px 0;
	text-align: 		center;
}
.category>.logo>img {
	max-width:			200px;
	max-height:			55px;
}

.category h2 {
	color:					#fff;
	font-size:				1.33em;
	font-family:			Georgia, "Times New Roman", Times, serif;
	margin:					0 0 7px 0;
	background:				url(/inc/img/timeteam/img-raquo-white.png) no-repeat 0 6px;
	padding:				0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category p.date {
	color:					#666;
	text-decoration:		none;
	padding:				0 0 2px 15px;
	margin:					0;
}

.category ul {
	list-style:				none;
}

.category ul li {
	background:				url(/inc/img/timeteam/li-arrow.png) no-repeat 0 8px;
	padding:				0 0 0 10px;
}

.category ul li a {
	color:					#333;
	text-decoration:		none;
}

.category ul li a:hover {
	text-decoration:		underline;
}

.regatta-organiser {
	float: 					left;
	display:				block;
	width: 					200px;
	height: 				80px;
	margin:					15px 40px 50px 0;
	text-decoration:	none;
	text-align:			center;
}
.regatta-organiser:nth-child(4n) {
	margin-right: 0;
}
.regatta-organiser h2 {
	background:			none;
	padding:				15px 0 0 0;
	margin:					0;
}
.regatta-organiser p {
	color:					#666;
	text-decoration:		none;
	padding:				0 0 15px 0;
}

.blue {
	background-image:		url(/inc/img/timeteam/bg-category-blue.png);
	width:					199px;
	font-size:				11px;
}

.blue form.search-form {
	margin:					0 0 15px;
}

.blue input.search {
	border:					1px solid #dedede;
	width:					177px;
	height:					20px;
	float:					left;
	margin:					1px 0 0;
}

.blue input.submit {
	width:					26px;
	height:					24px;
	float:					left;
	margin:					0 0 0 -11px;
}

.blue ul {
	margin:					0 0 15px 0;
}

.blue ul li {
	background:				url(/inc/img/timeteam/li-arrow-white.png) no-repeat 0 8px;
}

.blue ul li a {
	color:					#fff;
}

.last {
	margin:					0;
}

.quote {
	font-size:				.8em;
	color:					#666;
}

.weather {
	float: 					left;
	width: 					48px;
	margin: 				-8px 0 7px;
	text-align: 			center;
	color:					#6b6b6b;
	font-size:				0.92em;
}

.weather img {
	margin:0;
}

.footer {
	margin: 				10px 0;
	font-size: 				0.83em;
	color: 					#b1b1b1;
	padding:				0 0 0 16px;
}
.footer a {
	color: #b1b1b1;
}

h1 {
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight:			bold;
	font-size:				1.33em;
	color:					#fff;
	background:				url(/inc/img/timeteam/bg-h1.png) repeat-x 0 0;
	height:					33px;
	padding:				4px 0 0 25px;
}

h2 {
	font-size: 				1.15em;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight: 			bold;
	color:					#131313;
	margin:					0 0 .5em;
	padding:				0 0 0 10px;
	background:				url(/inc/img/timeteam/li-arrow.png) no-repeat 0 8px;	
}
h3 {
	font-size:				1.1em;
	font-weight:			bold;
	color:					#252525;
	margin:					2em 0 0.5em 0;
	padding:				0 0 0 10px;
	background:				url(/inc/img/timeteam/li-arrow.png) no-repeat 0 8px;	
}

h3.date {
	margin-top: 0;
	padding: 0;
	background: none;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size:				1em;
	font-weight:			bold;
	color:					#252525;
	margin:					2em 0 0.5em 0;
}

blockquote {
	font-family:			Consolas, "Courier New", Courier, monospace;
	font-size:				1em;
	margin:					5px 0px 20px 10px;
	white-space:			pre-wrap;
}

ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

figure.table table {
	width:					100%;
}

.content {
	width:					715px;
	float:					left;
	margin:					0 23px 0 1px;
}

.content .text-wrapper-top {
	width:					715px;
	height:					8px;
	background:				url(/inc/img/timeteam/bg-page-top.png) no-repeat 0 0;
}
.content .text-wrapper {
	background:				url(/inc/img/timeteam/bg-page.png) repeat-y 0 0;
	padding:				8px 4px;
}
.content .text-wrapper-bottom {
	width:					715px;
	height:					7px;
	background:				url(/inc/img/timeteam/bg-page-bottom.png) no-repeat 0 0;
}

.content-full {
	width:					978px;
	float:					left;
	margin:					0 0 0 1px;
}

.content-full .text-wrapper-top {
	width:					978px;
	height:					8px;
	background:				url(/inc/img/timeteam/bg-page-full-top.png) no-repeat 0 0;
}
.content-full .text-wrapper {
	background:				url(/inc/img/timeteam/bg-page-full.png) repeat-y 0 0;
	padding:				8px 4px;
}
.content-full .text-wrapper-bottom {
	width:					978px;
	height:					7px;
	background:				url(/inc/img/timeteam/bg-page-full-bottom.png) no-repeat 0 0;
}

.content .text,
.content-full .text {
	padding:				8px 25px;
	text-align:				justify;
}
