/*
Theme Name: DAS Antwoord
Theme URI: http://www.das.nl/
Description: Main theme for DAS <a href="http://www.das.nl/">DAS.nl</a>.
Version: 1.0
Author: Poort80 - Frontend
Author URI: http://www.poort80.nl/
Tags: poort80, das, blue, simple

	DAS 1.0
	 http://www.poort80.nl/

	This theme was designed and built by Poort80	
*/


/* common 
============================================================= */

html {
	padding-bottom: 68px;
}

body {
	margin:0px;
	padding:0px;
	line-height:22px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
th, td, select, textarea {
	font-size:11px;
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table td {
	padding: 0px;
}

object {
	outline:none;
}
a img, img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px 0px 10px 0px;
	padding:0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* for h1 that comes after an p (with image inside, see T07b.shtml) */
p + h1 {
	margin-top: 30px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #999933;
} 

.negatief h3,
.positief h3 {
	margin-top: 0 !important;
}

#container-col1 h3, 
#container-col2 h3 {
	margin-top: 25px;
	clear: both;
}

#container-col1 h3 span {
	display: block;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
} 
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
h6 {
	font-size:12px;
}
p {
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 16px;
}
a {
	text-decoration: none;
	color: #a6237f;	
}

strong, b {
	font-weight: bold;
}

#container a:hover {
	text-decoration: underline;
}

#container h2 a:hover {
	color: #000;
	text-decoration: none;
}

.normal {
	display: inline !important;
	font-weight: normal !important;
}

/* for dev only */
p.note {
	position: fixed;
	top: 0;
	right: 0;
	background: yellow;
	text-align: center;
	display: block;
	width: 200px;
	padding: 10px;
	color: #000;
}

ul {
	list-style: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 15px;
}

ol {
	margin: 0px 0px 25px 22px;
	list-style: decimal;	
}
span.editableContent {
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 16px;
}

/* general question list
============================================================= */

ul.link-list-v1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.link-list-v1 li {
	margin: 5px 0 !important;
	padding: 0;
	list-style: none;
}

ul.link-list-v1 li a {
	color: #000;
	font-weight: bold;
	border-bottom:1px dotted #A9CDCE;
	padding: 0 0 4px 15px;
	display: inline-block;
	line-height: 1.5em;
	background:transparent url(images/arrow4.gif) no-repeat scroll 0 6px;
}

ul.link-list-v1 li a:hover {
	color: #A6237F;
	background-image:url(images/arrow3.gif);
}

/* header
============================================================= */

div#header {
	height: 133px;
	overflow: hidden;
	position: relative;
}

div#header img.logo {
	position: absolute;
	top: 14px;
	left: 5px;
	z-index: 100;
}

div#header .tagline {
	position: absolute;
	left: 100px;
	top: 20px;
}

/* sidebar tagline
============================================================= */

.tagline h5 {
	color: #004487;
	font-weight: bold;
	font-size: 14px;
}

/* sidebar block
============================================================= */

div.block {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	padding-bottom: 0 !important;
}

.phone {
	padding: 10px;
	height: 110px;
	background-color: #93C0C2;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.phone .heading {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom:1px dotted #FFFFFF;
	clear: both;
}

.phone img {
	float: left;
	margin-right: 10px;
}

.phone h5 {
	position: relative;
	top: 20px;
	left: 0px;
	color: #fff;
	font-size: 14px;
}

/* col1 > nav-v1 (navigation list)
============================================================= */

div.nav-v1 {
	padding-bottom: 20px;
}

div.nav-v1 ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #004487;
}

div.nav-v1 ul ul {
	border-bottom: none;
}

div.nav-v1 ul li {
	margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #004487;
	padding-left: 15px;
	background: url(images/arrow1.gif) no-repeat left 12px;		
}

div.nav-v1 ul li ul li {
	border-top: none;	
}

div.nav-v1 ul li ul {
	margin-left: 0px;
}

div.nav-v1 ul li a {
	color: #004487;
	font-size: 10px;
	text-decoration: none;
}

div.nav-v1 ul li.current a {
	font-weight: bold;
}
div.nav-v1 ul li.current ul li a {
	font-weight: normal;
}

/* Last modified by Sander Bogaard, 17-11-2008 10:18 */
div.nav-v1 ul li.current ul li.current a {
    font-weight: bold;
}

div.nav-v1 ul li a:hover {
	color: #a6237f;
	text-decoration: underline;
}

/* 'Particulier' en 'Zakelijke' buttons switch
------------------------------------------------------------- */
div.page-switch {
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 100;
}

div.page-switch a {
	color: #004487;
	font-weight: normal;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:1px;
}

div.page-switch a:hover {
	color: #a6237f;
}

div.page-switch a.current {
	font-weight: bold;
	font-size: 20px !important;
}

/* container
============================================================= */

.block .body {
	margin: 0px;
	padding: 0px 10px 10px 10px; 
}
.block.type3 .body {
	padding: 0px 10px 1px 10px; 
}
.type3	{
	background-color: #fff;
	width: 226px;
	float: right;
	margin: 16px 0 0 0 !important;
	*margin: 26px 0 0 0 !important;
}
.type3 .body {
	border-left: 1px solid #95acda;
	border-right: 1px solid #95acda;
	overflow: hidden;
	_height: 1%;
}
.type3 .top-bar,
.type3 .bottom-bar {
	background: transparent url(images/top_02.gif) no-repeat 0 0;
	height: 3px;
	padding: 0px;
	margin: 0px;
}
.type3 .top-bar {
	background: transparent url(images/top_08.gif) no-repeat 0 0;
}


.type3 .top-bar {
	_overflow: hidden;
}

.type3 .bottom-bar {
	background: transparent url(images/bottom_08.gif) no-repeat 0 0;
}
.type3 .body .input-button {
	float: right;
	margin: 5px 6px 5px 0;
	*margin: 5px 5px 5px 0;
}
.type3 .body .input-text {
	width: 155px;
	float: left;
	/* border: 1px solid #3c60a7; */
	border: 1px solid #95ACDA;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	padding: 2px 2px 2px 4px;
	margin: 5px 5px 5px 6px;
	*margin: 5px 4px 5px 5px;
	line-height: 16px;
}

.type3 .body .activetext{
    color: #000000 !important;
}

/* tag cloud
------------------------------------------------------------- */

.tagCloud {
	background: #DBE9E4;
	border-radius: 4px;
	padding: 10px 10px 30px 10px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.tagCloud .cloud {
	overflow: hidden;
	padding-bottom: 10px;
}

.tagCloud .heading {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #000;
	border-bottom:1px dotted #000;
}

.tagCloud a {
	color: #A6237F;
}

.tagCloud a:hover {
	text-decoration: none !important;
	color: #000;
}

/* post
------------------------------------------------------------- */

.post {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #004487;
	zoom: 1; /* Win/IE6 clearing fix */	
}

.replies ol li {
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}

.replies ol .alt {
	background-color: #DBE9E4;
}

.post .postCol1,
.post .postCol2,
.post .postCol3 {
	overflow: hidden;
	float: left;
}

.post .postCol1 {
	margin-right: 30px;
	width: 70px;
}

.post .postCol2 {
	width: 450px;
}

.post .postCol3 {
	width: 150px;
	float: right;
}

.post .date .month {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

	-webkit-border-top-left: 4px;
	-webkit-border-top-right: 4px;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	display: block;
	background: #004487;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.post .date .day {
	background-color: #fbf7ec;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	display: block;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post .commentBlock {
	padding: 4px;
	background-color: #93C0C2;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	border-radius: 4px;
}

.post .commentBlock,
.post .commentBlock a {
	color: #fff;
}

/* post speaker
------------------------------------------------------------- */

.post .speaker  {
	margin-top: 10px;
	font-size: 10px;
}

/* calendar
------------------------------------------------------------- */

#wp-calendar {
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	border-radius: 4px;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#wp-calendar tbody td {
	border: 1px solid #fff;
	background-color: #DBE9E4;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar thead {
	text-align: center;
	background-color: #93C0C2;
	color: #000;
}

#wp-calendar thead th {
	text-align: center;
}

#wp-calendar tfoot #prev {
	text-align: left;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* foodNote (below a post)
------------------------------------------------------------- */

.footNote {
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.footNote,
.footNote a {
	font-size: 10px;
}

/* main-nav
------------------------------------------------------------- */
div#header ul.main-nav {
	height: 26px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0px;
	background: url(images/nav-bar.gif) no-repeat top left;
}

div#header ul.main-nav li {
	list-style: none;
	display: inline;
	color: #678bb2;
	padding: 2px 0 0 0;
}

div#header ul.main-nav li span.bar {
	padding: 0 2px;
}

div#header ul.main-nav li.about {
	position: absolute;
	right: 20px;
}

div#header ul.main-nav li a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 6px;
	top: -1px;
	background-repeat: repeat-x;
	background-position: top left;	
	/* safari 3 and opera 9 need top: 0; no css hack available */
}

div#header ul.main-nav li.current_page_item a,
div#header ul.main-nav li.current_page_item a:hover {
	background-image: url(images/nav-bar_current.gif);
}

div#header ul.main-nav li.nav-first a {
	padding-left: 10px;
}

div#header ul.main-nav li a:hover {
	background-image: url(images/nav-bar_hover.gif);
}

/* nav items voor de eerste li item (heeft ronde randjes
------------------------------------------------------------- */
div#header ul.main-nav li.current.nav-first a {
	background-image: url(images/nav-bar-first_current.gif);
}

div#header ul.main-nav li.nav-first a:hover,
div#header ul.main-nav li.current.nav-first a:hover {
	background-image: url(images/nav-bar-first_hover.gif);
}

/* container > breadcrumb (is also in footer)
============================================================= */

div.breadcrumb {
	clear: both;
	color: #004487;
	margin: 10px 0 20px 0;
	padding: 0 10px;
	font-size: 10px;
}

div.breadcrumb a {
	font-size: 10px;
	color: #004487; /* Apperantly it must be important to Win/IE6 */
	text-decoration: none; /* Apperantly it must be important to Win/IE6 */
}

div.breadcrumb a:hover {
	color: #a6237f; /* Apperantly it must be important to Win/IE6 */
	text-decoration: underline;
}

/* footer > breadcrumb
============================================================= */

div#footer {
	clear: both;
	margin-top: 20px;
	padding: 8px 0 0 0;
	border-top: 1px dotted #3c60a7;
}

div#footer ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul.list li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

div#footer ul.list li a {
	margin-left: 5px;
}

div#footer a {
	color: #004487;
}

div#footer a:hover {
	color: #A6237F;
}

/* default floats & clearings
============================================================= */
.hide {
	display: none;
}
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatLeft,
.alignleft {
	float: left;
}

.floatRight,
.alignright {
	float: right;
}

.alignleft {
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
	margin-left: 10px;
	margin-bottom: 5px;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.calculated {
    border: 0px;
    background: transparent;
    font-weight: bold;
    text-align: right;
}
.buttonblock .type4 h5 {
	line-height: 18px;
}
.dasJeRecht {
	background-color: #fff;
	padding-left: 20px !important;
	width: 280px !important;
}
.uitzendingText {
	width: 100%;
	background: pink;
	height: 30px;
}

