/*

	CSS for NATM website
	
	-- produced by Minus3 BV, Amsterdam - http://www.minus3.nl/ 

	The stylesheet is divided into 3 parts:

   1. colors, backgrounds, borders, link and emphasis indication
   2. font and text properties, exclusive of link indication, alignment, text-indent
   3. box properties (exclusive of borders), positioning, alignments, list types, text-indent 

*/


/* GENERAL
---------------------------------- */
body {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0 0 0 30px;
	padding: 0;
}
a {
	color: #092869;
	text-decoration: none;
}
hr {
	border-bottom: 1px solid #d8dde2;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #d8dde2;
	height: 1px;
}

/* HEADER
---------------------------------- */
#header {
	width: 900px;
	height: 100px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
h1 {
	float: left;
	width: 162px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
}
h1.home {
	width: 453px;
}
h1 a {
	background: url(../images/natm_logo.gif) top right no-repeat;
	display: block;
	width: 162px;
	height: 67px;
	margin: 15px 0 0 0;
	padding: 0;
}
h1.home a {
	background: url(../images/natm_logo_home.gif) top right no-repeat;
	width: 453px;
	height: 71px;
}
h2 {
	position: absolute;
	left: 240px;
	top: 60px;
	font-family: serif;
	font-size: 16px;
	color: #092869;
	padding: 0;
	margin: 0;
}
h2.home {
	display: none;
}
ul#adminMenu {
	position: absolute;
	left: 830px;
	top: 0;
	text-align: right;
	line-height: 20px;	
	list-style-type: none;
	font-size: 9px;
}
#adminMenu a {
	font-weight: bold;
}
#adminMenu a:hover {
	text-decoration: underline;
	color: #35b1d2;
}

/* BRANDING 
---------------------------------- */
#branding p a {
	text-indent: -1000em;
	display: block;
	height: 198px;
	width: 500px;
}
#branding {
	background: url(../images/branding.png) 0 0 no-repeat;
	width: 900px;
	height: 198px;
}
#branding #wordtlid {
	position: absolute;
	left: 772px;
	top: 261px;
}
#branding #ledengedeelte {
	position: absolute;
	left: 772px;
	top: 226px;
}
#branding #wordtlid img, #branding #ledengedeelte img {
	border: 0;
}


/* CRUMBPATH 
---------------------------------- */
ul#crumbpath {
	width: 900px;
	height: 30px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}
ul#crumbpath li {
	float: left;
	margin-top: 7px;
	padding-right: 8px;
	padding-left: 15px;
	background: url(../images/crumbpath_arrow.gif) center left no-repeat;
}
#crumbpath li.home {
	background: none;
	padding-left: 7px;
}
#crumbpath li.current {
	background: url(../images/crumbpath_arrow_current.gif) center left no-repeat;
	color: #092869;
}
#crumbpath a {
	color: #35b1d2;
	text-decoration: none;
}
#crumbpath a:hover {
	text-decoration: underline;
	color: #092869;
}
#printIcon {
	position: absolute;
	top: 103px;
	left: 624px;
}
#printIcon a {
	background: url(../images/icon_print.gif) center left no-repeat;
	color: #35b0d1;
	padding-left: 20px;
}
#printIcon a:hover {
	background: url(../images/icon_print_over.gif) center left no-repeat;
	text-decoration: underline;
	color: #092869;
}

/* CONTENT
---------------------------------- */
h3 {
	margin: 0;
	font-size: 1.3em;
}
.block h3, #pers h3 {
	margin-bottom: -10px;
}
.subhome .block h3 {
	margin-bottom: 0;
}
h4 {
	color: #092869;
	margin-bottom: 0;
	padding: 0;
	font-size: 1em;
}
#content {
	width: 900px;
	height: 400px;
	margin: 0;
	padding: 20px 0 0 0;
}
#content .block a {
	color: #35b1d2;
	text-decoration: underline;
}

/* MAIN CONTENT */
#mainContent {
	float: left;
	width: 440px;
	margin: 0 20px 0 0;
	padding: 0;
}
#mainContent p {
	margin: 4px 0 0 0;
	line-height: 16px;
}
#mainContent a {
	color: #35b1d2;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #092869;
}
#mainContent ul {
	list-style-type: none;
	padding: 0;
	line-height: 16px;
}
#mainContent ul li {
	padding-left: 1.5em;
}
#mainContent .block {
	float: left;
	width: 210px;
	margin-bottom: 20px;
	margin-right: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8dde2;
}
#mainContent #nieuws.block, #mainContent .right {
	margin-right: 0;
}
#mainContent .block h3, #mainContent #pers h3, #leftContent h3 {
	font-family: serif;
}
#mainContent #pers .more, #mainContent #agenda .more, #mainContent #nieuws .more {
	margin-bottom: 0;
}
#mainContent .more, #leftContent .more, #sideContent .more {
	margin: 10px 0;
}
#mainContent .more a, #leftContent .more a, #sideContent .more a {
	background: url(../images/icon_more.gif) 0 2px no-repeat;
	color: #35b1d2;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	text-decoration: none;
}
#mainContent .block .more a:hover, #leftContent .block .more a:hover, #sideContent .block .more a:hover {
	background: url(../images/icon_more_over.gif) 0 2px no-repeat;
	text-decoration: underline;
	color: #092869;
}
#mainContent #pers {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8dde2;
}
#mainContent h4.datum {
	color: #092869;
	font-size: 11px;
}
#mainContent strong {
	color: #092869;
}
#mainContent a.linkmore {
	background: url(../images/bg_mainmenu_arrow.gif) center left no-repeat;
	color: #35b1d2;
	padding-left: 15px;
	text-decoration: none;
}
#mainContent a.linkmore:hover, a.file:hover {
	text-decoration: underline;
	color: #092869;
}
#mainContent a.linkmore:hover {
	background: url(../images/bg_mainmenu_arrow_over.gif) center left no-repeat;
	text-decoration: underline;
	color: #092869;
}
a.file {
	background: url(../images/icon_file.gif) center left no-repeat;
	color: #35b1d2;
	padding: 2px 0 2px 20px;
	text-decoration: none;
}
a.file:hover {
	background: url(../images/icon_file_over.gif) center left no-repeat;
}
table {
	width: 100%;
}
table td {
	padding: 5px;
}

/* MEMBERS */
form {
	background-color: #eaf7fa;
	border: 1px solid #092869;
	padding: 10px 5px;
	margin: 10px 0;
}
label {
	font-weight: bold;
	color: #092869;
	width: 200px;
	float: left;
}
.selectBox {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #35b1d2;
	padding: 2px;
	width: 200px;
}
.inputfield, .textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #35b1d2;
	padding: 2px;
}
.person {
	border-bottom: 1px solid #d8dde2;
	padding-bottom: 10px;
}

/* LEFT CONTENT */
#leftContent .block {
	margin-bottom: 20px;
	border-bottom: 1px solid #d8dde2;
}
#leftContent .block p {
	line-height: 16px;
}
#leftContent .block ul {
	padding-left: -20px;
	margin-left: -20px;
}

/* RIGHT CONTENT */
#sideContent {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sideContent h3 {
	color: #092869;
	font-family: serif;
}
#sideContent .block {
	margin-bottom: 20px;
}
#sideContent .block ul {
	padding: 0;
	list-style-type: none;
	line-height: 12px;
}
#sideContent a {
	color: #35b1d2;
	text-decoration: none;
}
#sideContent a:hover {
	text-decoration: underline;
	color: #092869;
}
#sideContent .block li {
	background: url(../images/bg_mainmenu_arrow.gif) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


/* MAIN MENU
---------------------------------- */
#mainMenu, #leftContent {
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
	padding: 0;
}
#mainMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #eaf7fa;
}
#mainMenu ul li {
	background: url(../images/bg_mainmenu_arrow_p.gif) 5px 8px no-repeat;
	border-top: 1px solid #fff;
	padding-left: 20px;
}
#mainMenu a {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
}
#content #mainMenu a:hover {
	color: #35b1d2;
}
#mainMenu li.sub a {
	background: url(../images/bg_mainmenu_triangle_p.gif) center right no-repeat;
}
#mainMenu li.sub.active a {
	background: url(../images/bg_mainmenu_triangle_down_p.gif) center right no-repeat;
}
#mainMenu li.sub.active ul a {
	background: none;
}
#mainMenu li li.sub a {
	background: url(../images/bg_mainmenu_triangle_p.gif) center right no-repeat;
}
#mainMenu li li.sub.active a {
	background: url(../images/bg_mainmenu_triangle_down_p.gif) center right no-repeat;
}
#mainMenu li li.sub.active ul a {
	background: none;
}
#mainMenu ul ul a {
	font-weight: normal;
}
#mainMenu ul ul {
	background-color: #d7eff6;
	margin-left: -20px;
}
#mainMenu ul ul li {
	padding-left: 40px;
	background-position: 25px 8px;
}
#mainMenu ul ul ul {
	background-color: #ADDEEA;
	margin-left: -40px;
}
#mainMenu ul ul ul li {
	padding-left: 60px;
	background-position: 45px 8px;
}

/* ------------TWITTER---------------------  */

.tweet ul.tweet_list li {
	background: none !important;
	padding-left: 0px !important; 
}

.tweet ul.tweet_list li.tweet_odd {
	/* background-color: #f1f6fc !important; */
	padding-top: 4px;
	padding-bottom: 6px; 
}

.tweet span.tweet_time a {
	font-weight: bold; 
	font-size: 11px; 
}
