/* FRIENDLY GLOBAL STYLE RESETTING */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
html, body {
	color: #222;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	}
ol, ul {
	list-style-type: square; 	
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}


/* BODY */

body {
	background: #fff url(http://odyssey.nl/images/bg_top_v2.gif) repeat-x; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;font-size:12px;}
a, a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#f8195d;
	}
img {
	display:none;
	border:none;
	}
#container {
	width:100%;
	position:relative;
	}
#container_content {
	width: 100%;
	min-width: 792px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -135px;
	background: #fff url(../images/bg_top_v2.gif) repeat-x;	
	position: relative;
}


/* HEADER */

div.container_header {
	width: 990px;
	margin: 0 auto;
	}

div#header {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	text-align: right;
	overflow: auto;
}
div#header p {
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	line-height: 1.4em;
}
#header p a:link {
	color: #0063DC;	
	text-decoration: underline;
	}
#header p a:visited {
	color: #0259C4;
	text-decoration: underline;
	}
#header p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
#header p a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #0259C4;
	}
div#header img.logo {
	float: right;
	border: 0;
	}
.pink {color: #ff0084;
	}
#header ul {
		list-style-type: none; 
		float: right;
		padding-top: 6px;
		padding-bottom: 8px;
		
}
#header li {
	float: left;
	color: #0063DC;	
	text-decoration:none;
	margin: 2px 0px 2px 20px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: lowercase;
/*	background: white;*/
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
		
}
#header li a:link, #header li a:active, #header li a:visited{
	color: #0063DC;	
	text-decoration:none;
	margin: 2px 4px 2px 4px;
}
#header li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 2px 4px 2px 4px;
	margin: 1px 0px 0px 0px;
}

.invisible{
	display: none;
}


/* BAND */

div.band {
	background: url(http://odyssey.nl/images/bg_header_start_v2.gif) repeat-y;
	background-position: center; 
	margin: 0;
	text-align: center;
	display: block;
	clear: both;
	}
.logo {
	float: left;
	margin: 0;
	padding:0;
	display: block;
	}
.logo img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	}
.logo a:hover {
	border: 0;
	display: block;
	}	
div.band_text {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	display: block;
	}
div.band_text h1{
	font-weight: bold; 
	color: #ffffff;
	font-size: 1.50em;
	line-height: 1.2em; 
	margin:18px 0px; 
	text-align: left;
	}
div.band_text h1 a {
	color: #ffffff;
	}
div.band_text h1 a:hover {
	background:none;
	}	
div.band_text h2{
	font-weight: normal; 
	color: #888a85;
	font-size: 1em;
	text-align: right;
	margin:25px 0px; 

	}
	
div.band_text h2 a, div.band_text h2 a:link, div.band_text h2 a:active, div.band_text h2 a:visited {
	color: #ffffff;
	border-bottom-width: 2px;  
	padding-bottom: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #ffffff; 
	text-decoration:none; 
	}
div.band_text h2 a:hover {
	color: #0063DC;
	text-decoration: none;
	background: #FFFFFF;
	}


/* LINKS */

#links_container div {
	width:990px;
	margin:0 auto;
	padding-bottom:20px;
	}
#links_container {
	font-size:11px;
	color:#000;
	padding:5px 0;
	margin:0 0 1.5em 0;
	font-family: Andale Mono, Monaco, Courier New, Courier, monospace; 
	line-height:1.5em;
	}
#links_container a, #links_container a:link, #links_container a:active, #links_container a:visited {
	color:#808080;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	}
#links_container a:hover {
	color:#f8195d;
	}

.links {
	float:left;
	margin-right:3em;
	}


/* FEEDS */

.catdivider {
	clear:left;
	width:100%;
	overflow:hidden;
	background: #F3F3F3; 
	margin:0;
	padding:0;
	}
.catdividername {
	display: inline;
	text-transform: lowercase; 
	padding: 2px;
	padding-left:4px;
	margin:0;
	font-weight:normal;
	letter-spacing: 3px; 
	font-size:11px;
	color: #fff;
	background: #81AFFF; 
		}
#headlines {
	width:990px;
	margin:0 auto;
	padding:35px 0px 35px 0px;
}
	h3 {
	font-weight:normal;
	font-size:1em;
	padding:0;
	margin:0;
	}
#headlines ul {
	margin:0em 0px 25px 0px;
	padding:0;
	list-style:none;
	width:330px;
	float:left;
	background: #fff; 
	}
#headlines li {
	font-size:11px;
	line-height:1.2em;
	padding:3px 0 2px 0;
	margin:3px 0;
	border-top:1px solid #ddd;
	color:#444444;
	}
#headlines li.site {
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
	letter-spacing:.05em;
	color:#f8195d;
	border:none;
}
#headlines img{
	}
#headlines fieldset{
	font-size:1em;
	padding:8px;
	border:1px solid #B0BFC2;
	background: #e9eefe; 
	}
#headlines legend{
	font-size:1em;
	}

li.ict a, 
li.ict a:link, 
li.ict a:active, 
li.ict a:visited, 
li.ict a:hover {
	color:#414141;
	}
li.news a, 
li.news a:link, 
li.news a:active, 
li.news a:visited, 
li.news a:hover {
	color:#414141;
	}
li.life a, 
li.life a:link, 
li.life a:active, 
li.life a:visited, 
li.life a:hover {
	color:#414141;
	}
li.image-feed-entry {
		display:inline;
	}
ul.image-feed {
	width:100% !important;
	overflow:hidden;
	height:100px;
	}
#headlines ul.image-feed li.site {
	height:0;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	}
.row-clear {
	clear:left;
	width:100%;
	height:0;
	overflow:hidden;
	}


/* FOOTER */

div.footer {
	font-family: verdana;
	color: #999;
	padding: 50px 0;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
	clear: both;
	}
div.footer img {
	display:inline !important;
	border:none;
	}	
div.footer a:link, div.footer a:visited, div.footer a:active {
	color: #999;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	text-decoration:none;
	padding-bottom: 0px;
	}	
div.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}	
div.footer a img, div.footer img{
	border:0;
	vertical-align: middle; 
	}
	
	
/* MISCELLANEOUS */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */