@import url("../css/nav.css");
@import url("../css/content.css");

body {
	background: #3c5b9a url(http://weblogs.nos.nl/wp-content/themes/nos/gfx/bck_body_gr.gif) repeat-x;
	font-family: arial;
	font-size: 13px;
	behavior:url("http://weblogs.nos.nl/wp-content/themes/nos/css/csshover.htc");
}

html, body {
	height: 100%;	
}

strong {
	font-weight: bold;
}

small {
	font-size: 10px;
	color: #000;
}

em {
	font-style: italic;
}

div#holder hr {
	color: #88A1C7;
	border-top: none;
	height: 1px;
	width: 100%;
	background: #88A1C7;
	display: block;
	margin: 3px 0 10px 0;
}

div#holder .alignleft {
	float: left;
}

div#holder .alignright {
	float: right;
}

#logo {
	position: absolute;
	background: url(http://weblogs.nos.nl/wp-content/themes/nos/gfx/nos_weblogs.png);
	width: 192px;
	height: 50px;
	top: 32px;
	left: 15px;
	z-index: 9999;
}

#po_logo {
	position: absolute;
	background: url(http://weblogs.nos.nl/wp-content/themes/nos/gfx/po.png);	
	top: 40px;
	right: 10px;	
	width: 40px;
	height: 40px;
	z-index: 9999;	
}

#siteNav {
	position:relative;
	z-index: 999;
}

#bck {
	position: relative;
	background: url(http://weblogs.nos.nl/wp-content/themes/nos/gfx/bck_body.gif) no-repeat center top;
	width: 100%;
	height: 100%;
}

#holder {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0px;
}

#centreer {
	position: relative;
	/*background: url(../gfx/bck_body.gif) no-repeat center top;*/
	margin: auto;
	width: 977px;
	height: 100%;
}

#artwork_holder {
	position: relative;
	top: 31px;
	margin: auto;
	width: 1377px;
	border:1px solid;
	overflow: hidden;
}

#artwork {
	position: relative;
	left: 500px;
	background: url(http://weblogs.nos.nl/wp-content/themes/nos/gfx/bck_artwork.gif) left no-repeat;	
	height: 387px;	
}

#bck_holder {
	position: absolute;
	top: 25px;
	width: 100%;
}

#bck_left, #bck_right {
	position:relative;
	top: 20px;
	float:left;
	width:50%;
	height: 387px;
}

#bck_mainnav {
	position:absolute;
	/* background: #F2F2F2; */
	top: 198px;
	float:left;
	width:50%;
	height: 23px;
}

#bck_subnav {
	position:absolute;
	background: #1F3D64;
	top: 227px;
	float:left;
	width:50%;
	height: 25px;
}

#container {
	position: relative;
	margin-top: 53px;
	float: left;
	width: 100%;
	background: url(../gfx/bck_wit.png);
	top: 31px;
	z-index: 100;
}

#pagtitel {
	position: relative;
	margin: 64px 0 0 0;
	clear:both;
	height: 50px;
}

#datum {
	position: absolute;
	left: 12px;
	top: 10px;
	width: 184px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #d0d5dd;
	z-index: 9999;
}

#columns {
	position: relative;
	height: 100%;
	margin-bottom: 10px;
}

#colA , #colB {
	position: relative;
	width: 625px;
	float: left;
	left: 9px;
	margin: 10px 0 0 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.colBorder {
	border: 1px solid #fff;
}

#colB {
	border: 1px solid #fff;
	width: 329px;
	left: 15px;
	padding: 0;
	border: none;
}	

#colB .kader {
	border: 1px solid #fff;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-bottom: 2px;		
}

/* fonts */

div#holder h1,  div#holder h2, div#holder  h3 {
	position: relative;
	font-size: 44px;
	font-weight: bold;
	margin:0 0 0 12px;
	float: left;
	color: #fff;
}

#pagtitel h2 {
		margin-left: 0;
	}
	
#colB h2 {
	color: #1C3F69;
	margin: 10px 0 0 0;
	
}

#colA h3 {
	color: #D1221D;
	font-size: 14px;	
	margin: 0 0 10px 12px;
	clear: left;
	font-family: verdana;
}

#colA h3 a {
	text-decoration: none;
}

#colA h3 a:hover {
	text-decoration: underline;
}

#colB h3 {
	font-size: 14px;
	color: #fff;
	margin: 2px 0 0 0;
}

/* form */

input, textarea {
	border:  1px solid #8FA4CF;
	height: 16px;
	color: #000;
	background: #fff;
}

.verstuur {
	background: #D0221C;
	color: #fff;
	border: none;
	font-weight: bold;
}

/* buttons */

#commentform input {
	margin: 0 0 0 8px;
}

/***** Classes *****/

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* widgets */

.widget_flickrRSS ul li img {
	margin: auto;
}

/* plugins */


.subscribe-to-comments {
	margin-top: 5px;
	height: 30px;
}

.subscribe-to-comments input {
	border: none;
	margin-top: 10px;
} 

.subscribe-to-comments label {
	display: block;
	margin: -20px 0 0 35px;
}



