/*/  
	Theme Name: Vrienden KSNT
	Description: Wordpress theme voor voor website Vrienden KSNT
	Version: 1.0
	CSS author: Gerben Kuipers
	Author URI: http://www.gerbenk.nl
/*/

/*/ Page and background settings /*/

body {
	background: url('images/pagebackground.jpg');
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

:-moz-any-link:focus {
  outline: none;
}

a img, a img:hover {
	border: 0px;
}

object, p img {
	text-align: left;
	padding: 5px;
	display: inline;
	float: left;
}

/*/ Main parts for the lay-out /*/

#container {
	width: 930px;
	height: auto;
	margin: 0px auto;
}

#header {
	width: 930px;
	height: 180px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#header_left {
	background: #e2001a;
	width: 180px;
	height: 180px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#header_right {
	background: #ccc;
	width: 740px;
	height: 180px;
	float: left;
}

.sidebar_left {
	background: #fff;
	width: 170px;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#frontcontent {
	width: 500px;
	margin: 0px 10px 10px 0px;
	float: left;
	position: relative;
}

#content {
	background: #fff;
	width: 490px;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	float: left;
	position: relative;
}

#agendablock {
	background: #000;
	width: 229px;
	height: 22px;
	line-height: 22px;
	float: left;
	position: relative;
}

.sidebar_right {
	background: #fff;
	width: 229px;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	height: 400px;
	clear: none;
}

.sidebar_right h2 {
	margin: 4px;
}

#footer {
	height: 5px;
	width: 930px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}

/*/ Navigation + left sidebar /*/

ul.navigation {
	width: 165px;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: right;
}

ul.navigation li {
	margin: 0px;
	padding: 0px;
}

ul.navigation li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

ul.navigation li a:hover {
	color: #ea2326;
}

.active {
	color: #ea2326 !important;
}

/*/ News frontpage /*/

.frontnewspost {
	background: #fff;
	width: 490px;
	float: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.frontnewscontent {
	width: 490px;
	float: left;
	position: relative;
}

img.alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.a {
	border: none;
}

.more-link, .pager {
	color: #000;
	font-size: 10px;
	float: left;
	width: 100%;
	margin: 5px;
	text-decoration: none;
}

/*/ News full view /*/

.fullnewspost {
	background: #fff;
	width: 490px;
	float: left;
}

.fullnewscontent {
	width: 490px;
	float: left;
	position: relative;
}

/*/ Page full view /*/

.pagepost {
	background: #fff;
	width: 490px;
	float: left;
}

.pagecontent {
	width: 490px;
	float: left;
	position: relative;
}

.pagecontent p {
	float: left;
	clear: both;
}

/*/ Agenda /*/

.agendaitem {
	float: left;
	width: 200px;
	border-bottom: 1px dotted #aaa;
	margin: 0px 5px 10px 5px;
}
	
/*/ Typograph /*/

p, ul, ol {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

p.readmoreagenda {
	font-size: 10px;
}

h1.pagetitle {
	color: #ea2326;
	font-size: 20px;
	margin: 0px;
}

h2 {
	color: #ea2326;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

h2 a {
	color: #ea2326;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

h3.agendatitle {
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 0px 5px;
}

.red {
	color: #ea2326;
	font-weight: bold;
	margin: 0px 0px 5px 0px !important;
}

.fmradio {
	text-align: left !important;
	width: 27% !important;
}

.pager a, p a {
	color: #000;
	font-weight: 700;
}

li.activepage a {
	color: #ea2326 !important;
}

ul.commentlist {
	list-style-type: none;
	float: left;
	padding-left: 5px;
	width: 100%;
}

h2#respond {
	margin-bottom: 10px !important;
	margin-left: 5px;
	float: left;
	clear: both;
}

.commentmetadata {
	font-size: 80%;
}

.commentlist li {
	border-bottom: 1px dotted #AAA;
	width: 100%;
	margin-top: 15px;
}

#commentform {
	float: left;
	clear: both;
	margin: 0px 5px;
}


#commentwrapper {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #AAA;
	float: left;
	clear: both;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.ddfm .fieldwrap small {
	display: block;
	padding-left: 120px;
}