/*
Theme Name: Trident
Theme URI: http://www.tridentmicro.com/
Description: Theme for Trident Microsytems
Version: 1.0
Author: Floris P. Lof
Author URI: http:/www.TriMM.nl
*/

/* 1. General */ 

* {
	margin					: 0;
	padding					: 0;
	border					: 0;
}

html, body {
	height					: 100%;
}

body {
	font-size				: 11px;
	font-family				: Arial;
	background				: #eaece8;
	color					: #797b7c;
	margin-top				: 20px;
	line-height				: 150%;
}

p {
	font-weight				: bold;
	padding					: 10px;	
}	

a {
	text-decoration			: none;
	color					: #797b7c;
}
h1 {
	color					: #004B8D;
	font-weight				: bold;	
	font-size				: 11px;
}
	

/* Structure */

#wrapper {
	position				: relative;
	margin					: 0 auto;
	width					: 900px;
	background				: #fff;
}

#sitecontainer {
	position				: relative;
	width					: auto;
}
#header {
	width					: 100%;
	height					: 100px;
}
	.all {
		background			: url('../images/header_1.jpg') top right no-repeat;
	}
	.homelogo {
		position			: relative;
		top					: 10px;
		left				: 30px;	
	}
	
	#header #searchform {
		position			: absolute;
		top					: 60px;
		right				: 25px;
	}
	#main #searchform {
		position			: absolute;
		top					: 150px;
		right				: 25px;
	}	
	
#navigation {
	width					: 100%;
	height					: 34px;
	background				: #004b8d;
		
}
#main {
	margin					: 25px 25px 0px 25px;	
}
#infobar {
	margin-bottom			: 25px;	
}
#sidebar {
	float					: left;
	width					: 200px;
	margin					: 0px 25px 25px 0px;
}
#content {
	float					: left;
	margin-bottom			: 25px;
}
.widecolumn {
	width					: 625px;	
}
#footer {
	clear					: both;
	margin					: 0px 25px 0px 25px;
	padding-bottom			: 25px;
}

/* Header Navigation */
#navigation ul {
	margin-left				: 10px;
	height					: 100%;
}
#navigation ul li {
	display					: inline;
	float					: left;
	padding					: 10px 15px 0;  /*10px 5px 0px 5px;*/
	height					: 24px;
}

#navigation ul li.current_page_item {
	background				: #6693bb;	
}
#navigation ul li a {
	text-transform			: uppercase;
	text-decoration			: none;	
	color					: #fff;
	font-size				: 14px;
	font-weight				: bold;
}
/* Submenu navigation */
.submenu ul li {
	height					: 22px;
	padding-top				: 8px;
	width					: 100%;
	background				: #f1f1f2;
	margin-bottom			: 5px; 	
}
.submenu ul li a {
	margin-left				: 13px;
	color					: #004B8D;
	font-weight				: bold;	
	font-size				: 11px;	 
}

/* Footer Navigation*/
#footer ul li {
	display					: inline;
	margin-right			: 3px;
	font-weight				: bold;
}
#footer ul li a {
	text-decoration			: none;
	color					: #797b7c;
}
.footer {
	clear					: both;	
}
/* Components */

.searchbox {
	background				: url('../images/bg_searchbox.png') no-repeat;
	width					: 190px;
	height					: 16px;
	padding					: 8px;
}
#home_animation {
	width					: 100%;
	height					: 336px;
}
.noflash {
	background				: url('../images/home_flash_alt.jpg') no-repeat;
}
#news_ticker {
	width					: 100%;
	height					: 20px;
	border-bottom			: dotted #004b8d 2px;
}
#ticker {
	width					: 500px;
	overflow				: hidden;	
}
.sectionhead {
	background				: #004b8d;
	padding					: 3px 15px 4px 15px;
	margin-top				: 0px;
	font-weight				: bold;
	color					: #fff;
	font-size				: 14px;
	top						: 2px;
	position				: relative;
}

.narrowcolumn .sectionhead { 
	top						: -1px;	
	left					: -2px;
}
.narrowcolumn {
	width					: 264px;
	height					: 335px;
	margin					: 25px 25px 25px 0px;
	float					: left;
	border-left				: dotted #004b8d 2px;
}

.narrow_head {
	width					: 75%;
	border-bottom			: dotted #004b8d 2px;
}

.lastcolumn {
	margin					: 25px 0px 0px 0px;
	height					: 210px;
}

.alignright {
	float					: right;	
}
.alignleft {
	float					: left;	
}
.padded {
	padding					: 0px 10px 0px 0px;	
}
.clear {
	clear					: both;	
}

.menu {
	margin-left				: 20px;
}
.more_link {
	font-weight				: bold;
	color					: #e37a00;	
	text-decoration			: none;
	padding					: 10px;
}
dl {
	margin					: 10px 0px 0px 10px;	
}
dl dt {
	color					: #004b8d;
	font-weight				: bold;
}
dl dt:before {
	content					: "> ";
}
ul li {
	list-style				: none;	
}

.promo_home {
	background				: url('../images/promo_home.jpg') no-repeat;
	width					: 264px;
	height					: 83px;
	position				: relative;
	left					: 587px;
	top						: 277px;
}
.promo_all {
	background				: url('../images/promo_all.jpg') no-repeat;
	width					: 196px;
	height					: 197px;
	margin-top				: 25px;
	margin-bottom			: 25px;
}

.footer {
	padding					: 0px;
}

#ico_navigation {
	display					: inline;
	position				: relative;
	top						: 2px;
	padding					: 0px 5px 0px 5px;
}
.inline {
	display					: inline;
}
.post_archive {
	margin					: 5px 0px 5px 0px;
}
p.nopad {
	padding					: 0px;
}