/* 
WOO CUSTOM STYLESHEET FOR QUALITY CENTRE
---------------------------------------------------------------------------
Instructions: Add your custom styles here instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking.
---------------------------------------------------------------------------
AANGEPAST DOOR JOS BERKERS (NAJAAR 2012)
---------------------------------------------------------------------------
*/

BODY {
	background: url(images/bgr.gif) repeat fixed;
	margin-top: 30px;
	margin-bottom: 150px;
	color: #333333;
	background-color: #FFFFFF;
}

/* H4 = om de introtekst te definieren */
H4 {
	color: #004A99;
	padding-bottom: 18px;
	line-height: 18px;
	text-align: justify;
}

.col1 {
	float: left;
	width: 500px;
}

.col2 {
	float: right;
	width: 350px;
}

#page {
	width: 960px;
}

/* Witte achtergrond samen met afgeronde hoeken */
#pageWHITE {
	background-color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 1px;
}

#header {
	height: 150px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background: #FFFFFF;
}

#header h1 a{
	display: block;
	height: auto;
	width: auto;
}

#search {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #5BB04E;
	width: 300px;
}

#search input {
	width: 265px;
}

#archivebox {
	padding: 0 0 10px 0;
	width: 480px;
	margin-bottom: 5px;
	background: transparent;
	border: 1px none;
}

#nav {
	background: #5BB04E;
	height: 40px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#nav-left {
	width: 620px;
}

#nav-right {
	width: 337px;
}

#nav ul li a {
	color: #FFFFFF;
	top: 6px;
}

#nav ul li.back {
	color: #FFFFFF;
    background-color: #BBDA43;
	height: 28px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav2 {
	border-bottom: 3px solid #F68500;
	background-color: #CCCCCC;
}

.nav2 a {
	color: #666666;
    padding-left: 12px;
    padding-right: 12px;
}

.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus,
.nav2 a:hover,
.nav2 a:active {
	color: #FFFFFF;
	background: #F68500;
}

ul.nav2 li:hover ul {
	background: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;		
}

.navbox{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #F68500;
}

.sf-sub-indicator {
	color: #F68500;
}

.sf-sub-indicator a:hover {
	color: #FFFFFF;
}

#page {
	background: transparent;
	padding-top: 1px;
	margin-top: 1px;
}

#columns {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 50px;
	background: #FFFFFF;
}

.entry p {
	font-size:13px;
}

.entry ul li {
	list-style: disc inside url(images/li_disc.gif);
	margin-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0;
	font-size:13px;
	list-style-position: outside;
}

.entry ul, .entry ol {
	font-size:13px;
	}

.sideTabs .idTabs li {
	font-size: 12px;
}

.sideTabs .idTabs li a{
	padding: 0 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	letter-spacing: 0px;
	color: #A5A5A5;
	background-color: #E9E9E9;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-top-color: #DDDDDD;
}

.hl3{
	border-top: 3px solid #5BB04E;
}

.catlist{
	border-bottom: 3px solid #5BB04E;
}

.list1 li,.list3 li,.list4 li{
	border-bottom:1px dashed #F68500;
}

.subcol h2 {
	padding-top: 25px;
	padding-bottom: 7px;
}

.post-alt {
	padding-bottom: 30px;
}

.post-alt p {
	padding-bottom: 10px;
}

.post-alt p.posted {
	color: #999999;
	font-style: italic;
	padding-top: 7px;
}

ol.commentlist li.alt {
	background-color: #DDDDDD;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.widget ul {
	padding-bottom: 5px;
}

.arclist {
    border-bottom-color: #5BB04E;
    border-bottom-width: 2px;
    border-top-color: #5BB04E;
    border-top-width: 2px;
	padding-bottom: 20px;
    margin-bottom: 50px;
}

.arclist h2 {
    color: #333333;
	font-size: 14px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.arclist ul li {
	color: #999999;
    font-size: 12px;
    list-style-image: url("images/li_disc_green.gif");
    list-style-position: inside;
    list-style-type: disc;
    font-weight: normal;
}

.textwidget {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url("images/hl-dot.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.quote {
	font-size: 11px;
	text-align: justify;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
}

.author {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	text-align: right;
	background-image: url("images/hl-dot.gif") !important;
	background-repeat: repeat-x;
	background-position: bottom;
}

.gdlb-widget-badge {
	padding-top: 20px;
	padding-bottom: 5px;
}

.bbp-login-form {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("images/hl-dot.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.user-submit {
	background-color: #A5A5A5;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts-2 li {
	font-size: 11px;
	list-style: inside url("images/li_disc_small.gif") !important;
	margin-left: 15px;
	list-style-position: outside !important;
}

#linkcat-17 ul li {
	font-size: 11px;
	list-style: inside url("images/li_disc_small.gif") !important;
	margin-left: 15px;
	list-style-position: outside !important;
}

a.footerbanner {
	padding-right: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

#footerbanner {
	background: url(images/banner_qc.jpg);
	height: 100px;
	text-align: right;
}

#footer {
	color: #666666;
	background: #CCCCCC;
	height: 60px;
	line-height: 60px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#footer a {
	color: #666666;
}

/* PLUGINS */

div.tb_tweet {
	font-size: 11px;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

div.tb_tweetlist {
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tb_tweet-info a {
	color: #ff6600 !important;
}

#recent-tweets {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 0 0 7px;
}

#twitter_update_list li {
	font-size: 11px;
}

a.twitter_update_list {
	font-size: 11px;
}

ul.rfb_posts {
	font-size: 11px;
}

#tweetblender-2-mc {
	/* background: url(images/hl-dot.gif) repeat-x bottom; */
	margin: 0 0 15px;
	padding: 10px 0 7px;
	font-size: 11px;
}

#LikeboxPluginPagelet {
	padding-left: 0px;
	margin-left: 0px;
}

.fbConnectWidgetFooter .fbFooterBorder {
	display: none;
}

#ngg-slideshow-1-5-1 {
	background-image: url("images/hl-dot.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.ngg_slideshow widget {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
