/* 
Theme Name: Skinny
Theme URI: pivotx.net
Description: PivotX default theme
Version: 1.1
Date:	2009-03-02
Author: PivotX Team
Author URI: pivotx.net
License: GPL 2.0 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
Required PivotX version: PivotX 2.0
Used Extensions: Lifestream widget, Delicious widget
*/ 

/** 
 * Used colors:
 * green #5C7F07 (links)
 * black: #000000	(text color)
 * dark grey: #333333 (headers)
 * off white: #f8f8f8 (background color)
 */

/* some reset stuff */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font:normal 12px Arial, Verdana, sans-serif;
	text-align :left;
	vertical-align: top;
}

input, select, textarea, button {
	font: normal 100% Arial, Verdana, sans-serif;
}

table, td, th {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

/* end reset */

body {
	background: #FFFFFF url(/images/2009-04/background.jpg) fixed top center no-repeat;
	font-family: Arial, Verdana, sans-serif;
	margin: 0; }

/* general styling */

p, li {
	line-height: 140%;
}

pre, 
code,
tt {
	font-family: consolas, 'courier new', courier, sans-serif;
	line-height: 140%;
}

code {
	display: block;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 17px;
}

ul {
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
}

a {
	color: #ff8f0b;
	text-decoration: none;
}

a:hover {
	color: #ff8f0b;
	text-decoration: underline;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold; 
}

h3 {
	font-size: 14px;
	color: #333;
}

h4 {
	font-size: 13px;
}

h1 a, h2 a, h3 a, h4 a {
	color: #ff8f0b;
	text-decoration: none;
}


/* Exceptions */

#siteinfo h1,
#siteinfo h2 {
	text-align: center;
}

#siteinfo h1 a,
#siteinfo h2 a {
	color: #fff;
	text-decoration: none;
}

#siteinfo h1 a:hover,
#siteinfo h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	color: #999;
	text-align: center;
}

#footer p a {
	color: #999;
}

/* used in entries */

.entry {
	padding: 20px;
}

.widget-lg ul {
	padding: 0;
}

.meta {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 2px;
	background-color: #ccc;
}

.meta a,
#footer p a {
	text-decoration: none;
}

.meta a:hover,
#footer p a:hover {
	text-decoration: underline;
}

.pagenav {
	clear: both;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
	padding: 18px 0 0 25px;
}

/* layout */

#wrapper {
	margin: 20px auto 25px auto;
	width: 960px;
	background-color: #fce9d4;
	border: 13px solid #a8a8a7;
}

#contentleft {
	width: 770px;
	float: left;
} 

#header {
	height: 290px;
	background-color: #FFF;
}

#main {
	background-color: #FFF;
	float: left;
	width: 520px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow-x: hidden;
}

#sidebar {
	float: left;
	width: 248px;	
	color: #FFF;
}

#contentright {
	background: #FFF url(/images/2009-04/back_right.png) no-repeat top;
	float: left;
	width: 190px;
	background-color: #fce9d4;
}

.block310 {
	height: 280px;
}

.rightbar-block {
	background-color: #fce9d4;
	margin: 10px;
}

.center-block  {
	margin: 20px; }

 .center-block li {
	background: #f5f5f5; 
	color: #000;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 5px; }

.center-block a {
	font-size: 14px; }

.space {
	padding: 0px;
}

.leftmenu li {
	background: #1b1718; 
	margin: 10px;
	padding: 5px 0 5px 10px;
	font-size: 13px;
}

.leftmenu li a {
	color: #FFF;
	text-decoration: none; }

.leftmenu li a:hover {
	text-decoration: underline; }

 .rightbar-block li {
	background: #2a2927; 
	color: #FFF;
	text-decoration: none;
	text-align :left; 
	margin-bottom: 5px; }

.sidebar-block {
	background: #2a2927;
	margin: 10px; }

.sidebar-kaart {
	margin: 10px; }

.sidebar-block2 {
	background: #2a2927;
	padding: 10px;
	margin: 20px; }

.rightbar-block ul, .rightbar-block ol, .bedrijven ul, .bedrijven ol, .leftmenu ul, .center-block ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebar-block ul, .sidebar-block ol {
	margin: 0px;
	padding: 0 0 3px 0;
	list-style-type: none;
}

 .sidebar-block li {
	padding-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	margin: 5px 10px 7px 15px;
	border-bottom: 1px solid  #4d4d4d;
}

.sidebar-block li a {
	color: #FFF;
	text-decoration: none;
}

.rightbar-block li a {
 	padding: 5px;
	color: #FFF;
	text-decoration: none;
}

.sidebar-block li a:hover, .rightbar-block li a:hover {
	color: #ff8f0b;
	text-decoration: none; }

.bedrijven li {
	background: #d6d6d5; 
	color: #000;
	text-decoration: none;
	text-align :left; 
	padding: 3px;
	margin-bottom: 5px;
}

.bedrijven li a {
	color: #000;
	text-decoration: none;
}

.bedrijven li a:hover {
	padding: 3px;
	background: #000; 
	color: #FFF;
	text-decoration: none;
}

#footer {
	background: #e1e0e0; 
	clear: both;
	border-top: 1px solid #c2c1c1;
	padding: 10px 0;
}

/* Search bar */

.pivot-search {
	padding: 25px;
}

#search-results-list {
	padding: 25px;
}

#active {
	font-weight: bold;
}

/* Override for #pages in pivotx_essentials.ccs */
#pages {
	margin-left: 100px;
}

#pages li a {
	background-color: #f4f4f4;
	border: 1px solid #5C7F07 !important;
}

#pages li a:hover {
	color: #5C7F07;
}

#pages li.current {
	background-color: #5C7F07;
}
