/**
 * @version $Id: template.css$
 * @author Jobertus
 * @package Joomla
 * @subpackage Jobertus Template
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/*BEGIN FONTS*/
/*IE*/
@font-face {
	font-family: 'ActionManItalic';
	src: url('../fonts/Action_Man_Italic.eot');
}

@font-face {
	font-family: 'ActionManBoldItalic';
	src: url('../fonts/Action_Man_Bold_Italic.eot');
}

@font-face {
	font-family: 'ActionManExtendedBoldItalic';
	src: url('../fonts/Action_Man_Extended_Bold_Italic.eot');
}
/**/

@font-face {
	font-family: 'ActionManItalic';
	src: url('../fonts/Action_Man_Italic.woff') format('woff'), url('../fonts/Action_Man_Italic.ttf') format('truetype'), url('../fonts/Action_Man_Italic.svg#ActionMan-Italic') format('svg');
}

@font-face {
	font-family: 'ActionManBoldItalic';
	src: url('../fonts/Action_Man_Bold_Italic.woff') format('woff'), url('../fonts/Action_Man_Bold_Italic.ttf') format('truetype'), url('../fonts/Action_Man_Bold_Italic.svg#ActionMan-BoldItalic') format('svg');
}

@font-face {
	font-family: 'ActionManExtendedBoldItalic';
	src: url('../fonts/Action_Man_Extended_Bold_Italic.woff') format('woff'), url('../fonts/Action_Man_Extended_Bold_Italic.ttf') format('truetype'), url('../fonts/Action_Man_Extended_Bold_Italic.svg#ActionManExtended-BoldItalic') format('svg');
}

.fonts { font-family: 'ActionManItalic', 'ActionManBoldItalic', 'ActionManExtendedBoldItalic'; }

/*END FONTS*/
 
body
{
	background: #FCF9A5;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI",Verdana,Helvetica,Arial,sans-serif;
}

/*begin headings*/

.frontpageblog {
	margin: 0;
	padding: 0;
}

.contentheading_l, .componentheading_l {
	background: url("../images/groen_ll.png") repeat-y center left;
	padding-left: 150px;
	height: 30px;
}

.contentheading_r, .componentheading_r {
	background: url("../images/groen_rr.png") no-repeat center right;
	padding-right: 15px;
	height: 30px;
}

.contentheading_m, .componentheading_m {
	background: #379c00;
	height: 30px;
	padding-right: 35px;
}

.contentheading, .componentheading {
	position:relative;
	top: 3px;
	text-align: center;
  margin-left: -100px;
  
}

.subheading_div {
	width: 90%;
}

.subheading_l {
	background: url("../images/bruin_l.png") repeat-y center left;
	padding-left: 150px;
	height: 24px;
}

.subheading_l_today {
	background: url("../images/groen2_l.png") repeat-y center left;
}

.subheading_r {
	background: url("../images/bruin_rr.png") no-repeat center right;
	padding-right: 12px;
	height: 24px;
}

.subheading_l_today .subheading_r {
	background: url("../images/groen2_r.png") no-repeat center right;
}

.subheading_m {
	background: #a66400;
	height: 24px;
}

.subheading_l_today .subheading_m {
	background: #205a00;
}

.subheading {
	position:relative;
	top: 3px;
	text-align: center;
}

.contentpaneopen_edit {
	position: relative;
	top: -26px;
	right: 15px;
	float: right;
}

.contentpaneopen_edit a, .contentpaneopen_edit2 a {
	color: transparent !important;
}

.contentpaneopen_edit2 {
	position: relative;
	top: -29px;
	right: 12px;
	float: right;
}

/*end headings*/

/*begin article*/

.articlecontent {
	margin: 0;
	padding-left: 30px;
}

.contentpane {
	padding: 15px 15px 30px 30px;
}

/*end article*/

/*begin blog*/

.blog {
	margin: 0;
	padding: 0;
	width: 90%;
}

.blog .contentdescription, .blog .blogcontent {
	padding-left: 30px;
}

.blog .blog-pagenav {
	margin: 10px 0 40px;
	text-align: center;
}

.iteminfo {
	margin: 0;
	height: 0;
	text-align: right;
	color: #a66400;
}

/*end blog*/

/*begin login*/

#form-login img
{
	border: 2px solid green;
}

#form-login ul
{
	font-family: "Segoe UI",Verdana,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	list-style: none;
	padding-left: 0;
}

#form-login li
{
	margin: 5px 0;
}

/*end login*/

/*begin module*/

.moduletable
{
	margin: 0;
	padding: 0;
}

.moduleheader
{
	background-image: url("../images/groen.png");
	background-position: center right;
	background-repeat: repeat-y;
	height: 30px;
	padding-left: 20px;
}

.moduleheader_l
{
	background-image: url("../images/groen_l.png");
	background-position: center left;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
}

.moduleheader_r
{
	background-image: url("../images/groen_r.png");
	background-position: center right;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 30px;
}

.moduleheader_m
{
	background-image: url("../images/groen_verticaal.png");
	background-position: center left;
	background-repeat: repeat-x;
	height: 30px;
	padding: 0;
}

.moduletitle_r
{
	color: black;
	position: relative;
	text-align: center;
	top: 3px;
}

.moduletitle
{
	color: black;
	position: relative;
	top: 3px;
}

.menu .active a
{
	color: #a66400;
}

.menu a
{
	padding: 4px 0 4px 30px;
	display: block;
}

.menu li li a
{
	padding-left: 50px;
}

.menu .active
{
	background-image: url("../images/groen2.png");
}

.menu #current {
	font-family: "ActionManBoldItalic";
}

.menu > .active {
	width: 85%;
}

.menu ul
{
	list-style: none;
	padding: 5px 20px 0 0;
	margin: 0;
	display: none;
	background-color: #FCF9A5;
}

.menu li:hover ul, .menu li.active ul
{
	display: block;
}

.menu > li:hover
{
	background-image: url("../images/groen2.png");
	width: 85%;
}

.menu ul li:hover, .menu ul li.active
{
	padding-left: 10px;
}

.menu li:hover a, .menu .active a
{
	color: #a66400;
	padding-left: 40px;
}

.menu .parent.active > a {
	padding-left: 30px;
}

.menu .parent.active > a:hover {
	padding-left: 40px;
}

.menu > li a
{
	color: #205a00;
	padding-left: 30px;
}

.menu li
{
	background-image: url("../images/bruin.png");
	background-position: center right;
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	width: 75%;
}

.menu ul li
{
	background-image: url("../images/groen2.png");
	margin-bottom: 5px;
	width: 100%;
}

ul.menu
{
	padding: 0;
	margin: 10px 0 0 0;
}

#left .moduletable_menu .modulecontent
{
	background: none;
	padding: 0;
	width: 100%;
}

#left .modulecontent
{
	background-image: url("../images/bruin.png");
	background-position: center right;
	background-repeat: repeat-y;
	width: 80%;
	padding: 10px 0 10px 20px;
	font-family: "ActionManItalic"
}

#right .modulecontent
{
	background-image: url("../images/bruin_verticaal.png");
	background-position: bottom left;
	background-repeat: repeat-x;
  background-color: #a66400;
	padding: 10px 20px 65px;
	font-size: 0.8em;
}

/*end module*/

/*begin mod_programma*/

.mod_programma {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mod_programma .programmadatum {
  font-family: 'ActionManItalic';
  font-size: large;
  display: block;
  text-align: center;
}

.mod_programma .programmadaglijst {
  list-style: none;
  padding: 0;
  margin: 5px 0 15px;
}

.mod_programma .vergaderingtak {
  font-size: large;
  color: #205A00;
}

.mod_programma .vergaderingtak:hover, .mod_programma .vergaderingtak:focus, .mod_programma .vergaderingtak:active {
  color: #fcf9a5;
}

/*end mod_programma*/

/*begin header*/

#header
{
	background-image: url("../images/header.png");
	background-repeat: repeat-x;
	background-position: center left;
}

#logo
{
	float: left;
}

#sgv
{
	float: right;
	padding: 0;
	margin: 53px 50px 0 0;
}

#image
{
	float: right;
	height: 200px;
	margin-right: 50px;
	padding-top: 5px;
}

#image table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#image td {
	height: 200px;
}

#image img {
	border: 8px solid #379c00;
	border-radius: 8px;
	behavior:url(border-radius.htc);
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 0 8px #379c00;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 0 8px #379c00;
	-khtml-border-radius: 8px;
	-khtml-box-shadow: 0 0 8px #379c00;
}

#topmenu a:hover
{
	padding-left: 2px;
}

#topmenu a {
	display: block;
	padding: 0;
	margin: 12px 0 14px;
}

#topmenu img
{
	border: none;
}

#topmenu
{
	float: left;
	padding-top: 50px;
}

#banner {
	float: right;
	height: 100px;
	width: 500px;
	padding: 0;
	margin: 47px 50px 0 0;
}
/*end header*/

/*begin positions*/

#all
{
	min-width: 1250px;
}

#header
{
	margin-top: -6px;
	padding-top: 6px;
}

#contentarea,#contentarea2
{
	overflow: hidden;
}

#left
{
	float: left;
	width: 15%;
	color: #205a00;
	list-style: none;
}

#main
{
	padding-left: 20px;
	float: left;
	width: 80%;
}

#main2
{
	width: 60%;
	padding-left: 20px;
	float: left;
	min-height: 520px;
}

#right
{
	float: right;
	width: 18%;
	margin-right: 25px;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	width: 0;
}

/*end positions*/

/*BEGIN JOOMLA*/
/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
	padding: 5px 5px 5px 0;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images_general/j_button2_left.png) no-repeat;
	float: left;
	margin-right: 5px;
}

.button2-right {
	background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images_general/j_button2_blank.png) 100% 0 no-repeat;
}

/* Contentform */

div.contentform_editor_desc {
	margin: -10px 0 15px;
}

span.contentform_desc {
	color: #a66400;
	font-size: 0.9em;
	margin-left: 10px;
}

/* Tooltips */
div.tool-tip {
	float: left;
	background: #fdfcbd;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tool-tip .tool-title {
	padding: 0;
	margin: 0;
	font-family: ActionManItalic;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.tool-tip .tool-text {
	font-size: 0.8em;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images_general/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* System Messages */

#system-message dt {
	font-family: "ActionManExtendedBoldItalic";
	text-align: center;
}

#system-message dt .message_title {
	position: relative;
	top: 10px;
}

#system-message dt .messagedt_l { padding-left: 150px; height: 30px; background: url("../images/message_l.png") repeat-y center left; }
#system-message dt .messagedt_r { padding-right: 30px; height: 30px; background: url("../images/message_r1.png") no-repeat top right; }
#system-message dt .messagedt_m { height: 30px; padding-right: 120px; background: #0008b1; }
#system-message dd .messagedd_l { padding-left: 150px; min-height: 30px; background: url("../images/message_l.png") repeat-y center left; }
#system-message dd .messagedd_r { padding-right: 30px; min-height: 30px; background: url("../images/message_r2.png") no-repeat bottom right; }
#system-message dd .messagedd_m { min-height: 30px; background: #0008b1; }
#system-message dd {	margin: 0 0 10px 0; text-align: center; }
#system-message dd * { margin: 0 0 10px 0; text-align: center; }
#system-message dd ul { list-style: none; padding: 0 0 10px 0; margin-left: -120px; }

/* System Error Messages */
#system-message dt.error .messagedt_l { background: url("../images/error_l.png") repeat-y center left; }
#system-message dt.error .messagedt_r { background: url("../images/error_r1.png") no-repeat top right; }
#system-message dt.error .messagedt_m { background: #f40000; }
#system-message dd.error .messagedd_l { background: url("../images/error_l.png") repeat-y center left; }
#system-message dd.error .messagedd_r { background: url("../images/error_r2.png") no-repeat bottom right; }
#system-message dd.error .messagedd_m { background: #f40000; }

/*BEGIN STYLE*/

/*Attachments*/

.uploadAttachmentsPage h1 {
	font-family: "Segoe UI",Verdana,Helvetica,Arial,sans-serif;
}

/*END attachments*/

img {
	border: 0;
}

a:link,a:visited
{
	color: #297400;
	text-decoration: none;
}

a:hover,a:focus,a:active
{
	color:#ca2600;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: green;
}

input[type=text], input[type=password], textarea {
	color: #205a00;
	border: 2px solid #a66400;
	background: #fdfcbd;
}

select {
	padding: 1px;
	color: #205A00;
	border: 2px solid #a66400;
	background-color: #FDFCBD;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	cursor: pointer;
	vertical-align: middle;
}

select:focus {
	border-color: green;
}

.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

h1, h2 {
	font-family: "ActionManExtendedBoldItalic";
}

h3, h4 {
	font-family: "ActionManBoldItalic";
}

/* Error Message contact form */
p.error {
color:red;
background:#fcf9a5;
border-top:3px solid red;
border-bottom:3px solid red;
padding:10px;
}

/* editor */

form.editor legend {
font-size:1.2em;
padding:2px;
font-family: ActionManBoldItalic;
}

form.editor fieldset {
border:solid 1px #a0d02d;
padding:20px;
margin:20px;
}

form.editor .editor label {
float:left;
margin-right: 10px;
font-weight:bold;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
float:right;
text-align:right;
padding:0 0 10px 0;
}

/*END STYLE*/
