/* MASTER LAYOUT */

div,ul,li,a,fieldset,label,legend,span,h1,h2,h3,h4,h5,h6,strong,input,b, fieldset dl {
	padding: 0;
	margin: 0;
}
body, html {
	padding: 0;
	margin: 0;
	background: url("../images/bg.gif") #FFFFFF repeat-x;
	font: 12px "Trebuchet MS", arial, tahoma, verdana, sans-serif;
}
input {
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
#container1 {
	width: 919PX;
	margin: 0 auto;
	padding: 0;
}
#container2, #container3, #container4 {
}

#wrap {
	text-align: left;
	width: 640px;
	float: left;

}
#site-name {
	width: 300px;
	margin: 0;
	padding: 0 0 0 19px;
	text-indent: -999px;
	height: 114px;
	background: url('../images/logo.png') no-repeat;
	margin-top:0px;
}
#header {
	padding: 0 0 0 19px;
	margin: 0;
	float: none;
}
#header #site-name a {
	display: block;
	height: 114px;
	color: #FFF;
	text-decoration: none;
	font-size: 36px;
	padding-top: 0px;
}
#header #site-name a {
	display: block;
	height: 114px; 
}

/* MAIN NAVIGATION STYLE */
#nav {
	text-transform: capitalize;
	font-family: arial;
	font-weight: bold;
	height: 0px;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	padding: 12px 12px 22px 12px;
}
#nav a:hover {
	color: #FFF;
	background: url("../images/bg_nav.gif") #FFFFFF repeat-x;
}
#nav li {
	float: left;
	width: 650px;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* CONTENT AREA STYLING */
#contentbox {
	clear: both;
}
#contentbox2 {
	margin: 0;
	background: url('../images/content_bg.png') repeat-y;
}

#contentbox3 {
	margin: 0;
	background: url('../images/content_top.png') no-repeat;
	padding:10px 30px 10px 40px;
}
#contentbox h2 {
	text-transform: capitalize;
}

#contentbottom {
	width: 640px;
	background: url('../images/content_bottom.png') no-repeat top;
	height: 20px;
	line-height: 0px;
}

/* BUTTON CSS BEGIN */
.news-shakeit {
	width: 81px;
	text-align: center;
	font-size: 85%;
	padding: 0 0 0 0;
	list-style: none;
	float: right;
	height: 112px;
	background: url('../images/button_unselect.gif') no-repeat top;
}
.news-shakeit2 {
	width: 81px;
	text-align: center;
	font-size: 85%;
	padding: 0 0 0 0;
	list-style: none;
	float: right;
	height: 112px;
	background: url('../images/button_select.gif') no-repeat top;
}
.top {
	margin: 0 85px 15px 0;
}
.mnm-published a {
	font-size: 26px;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	padding: 27px 0 20px 0;
	color: #000000;
	margin: 0;
}
.menealo {
	color: #000000;
	margin: 0;
	padding: 0;
	
}
.menealo a:link,.menealo a:visited, .menealo span {
	display: block;
	text-decoration: none;
	padding: 3px;
	color: #000000;
	font-size: 12px;
	margin: 0;
	
}
.menealo a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* BUTTON CSS END */
/* STORY BEGIN */
.top h4 {
	margin: 0;
	padding-left: 4px;
	font-size: 20px;
	font-weight: normal;
}

.top h4 a:link, .top h4 a:visited {
	color: #663300;
	text-decoration: none;
}

.top h4 a:hover {
	color: #993300;
	text-decoration: underline;
}

.news-submitted {
	font-size: 10px;
	margin: 0;
	padding-left: 4px;
}

.news-submitted img {
	border: 1px solid;
	float: left;
	margin-right: 4px;
	vertical-align: bottom;
}

a.screen b {
	position: absolute;
	visibility:hidden; /* hide the image */
}
a.screen:hover {
	text-decoration:none;  
	z-index:1000;
}
a.screen:hover b {
	visibility:visible; /* make the image visible */
	z-index:500;
}
a.screen:hover b img {
	margin:0px;
}

.news-details {
	padding: 4px;
	background: #EEE;
	border:1px solid #DDD;
	margin: 5px 0 0 0;
	font-size: 85%;
	display: block;
	width:98%;
}

.news-details .comments_no {
	padding-left: 37px;
	border-left: none;
}

.news-details .tool {
	display: block;
	float: left;
	padding: 0 4px 0 4px;
}

.news-details .tool-right {
	display: block;
	float: left;
	padding: 0 4px 0 4px;
}

.news-details a:link, .news-details a:visited {
	color: #333;
	text-decoration: none;
}

.news-details a:hover, .news-details a:active {
	color: #000;
	text-decoration: underline;
}

.news-details b {
	color: #000000;
}

.news-details select {
	border: none;
}
/* STORY END */

/* PAGINATION BEGIN */
.pagination {
	background: #f2f2f2;
	color:#666;
	padding: 4px 2px 4px 7px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
}
.pagination p {
	position:relative;
	text-align:center;
	}

.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	text-decoration:none;
	background:#fff;
	padding:2px 5px;
	border: 1px solid #ccc
	}
	
.pagination p a:hover {
	background:#eee;color:#000
}

.pagination p span {
	text-decoration:none;
	background:#fff;
	padding:2px 5px;
	border: 1px solid #ccc;
	color:#ccc
	}
	
.pagination * {
	margin:0
}

.pagination h4 {
	margin-top:-1.45em;
	padding:0;border:none
}
/* Pagination End */

/* SIDEBAR BEGIN */
#sidebar {
	width: 270px;
	float: right;
	padding: 40px 0 0 0;
	margin: 0 0 0 5px;
	background: url(../images/sidebar.png) no-repeat top;
}

#blocknav {    
	color: #333333;
	padding: 20px;
	margin: 0 0 5px 0;
	font-size:16px;
}
#blocknav a:link, #blocknav a:visited {
	text-decoration: none;
	border-bottom: 1px solid #D92400;
	padding: 3px 0 3px 25px;
	color: #D92400;
	display: block;
}

#blocknav a:hover, #blocknav a:active {
	color: #FF4000;
	font-weight: bold;
}

#blocknav img {
padding-top:8px;
}

.featurebox {
	color: #333333;
	padding: 2px 19px 19px 19px;
	margin: 0 0 5px 0;
}
.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #444444;
}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 0;
	font-size: 16px;
	border-bottom:solid 1px #eee;
	padding-bottom:5px;
}

.featurebox li a {
	margin-left: 10px;
	padding-left: 20px;
	line-height: 2.4em;
	font-weight: normal;
	background: transparent url("../pl-indoxyl_images/icon_page_and_reflection.gif") no-repeat ;
}

/* LOGIN BOX */
#loginHeader {
	background: transparent url("../images/login_bg.gif") no-repeat ;
	height: 31px;
	padding-left: 10px;
	padding-top: 4px;
	color: #ffffff;
}
#loginHeaderWelcome {
	margin: 0;
	text-indent: -999px;
	width: 74px;
	height: 17px;
	background: url('../images/login_welcome.gif') no-repeat;
	margin-top: 3px;
	float: left;
}	

/* CATEGORIES SIDE NAV */
#categories {
	padding: 0 20px 0 19px;
}
#categories li {
	line-height: 1.6em;
	font-weight: normal;
	background: transparent url("../pl-indoxyl_images/icon_page_and_reflection.gif") no-repeat ;
	list-style: none;
}
#categories a:link, #categories a:visited {
	font-size:16px;
	display: block;
	padding: 3px 0 3px 20px;
	color: #663300;
	text-decoration: none;
}
#categories li#catTopSelect {
	margin: 0;
	position: relative;
	left: -19px;
	width: 266px;
	height: 32px;
	background: transparent url("../images/catSelect.gif") no-repeat ;
}
#categories li#catTop {
	margin: 0;
	position: relative;
	left: -15px;
	width: 266px;
	height: 32px;
	padding: 2px 0 0 20px;
	background: transparent url("../images/catAll.gif") no-repeat ;
}
#categories li#catTop a, #categories li#catTopSelect a {
	color: #ffffff;
}
#categories li.cat1, #categories li.cat2, #categories li.cat3, #categories li.cat4, #categories li.cat5, #categories li.cat6 {
	border-bottom: 1px solid #D92400;
}

#categories li#huidig {
	margin: 3px 0 0 0;
	position: relative;
	left: -19px;
	width: 266px;
	height: 36px;
	padding: 2px 0 0 0;
	background: transparent url("../images/catSelect.gif") no-repeat ;
	border-bottom: none;
}
