/****************************************
* Jorendewit.nl - PHP Scripts en Tuts	*
*           CSS Docuement				*
****************************************/

/* Top Elements */
* { 
	margin: 0; 
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #e6e6e6;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}
a:active, a:focus {
	outline: 0;
}

a.snippets:link {
	padding: 1px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
	padding: 0 10px;		
	margin: 0;	
}
h1 {
	font-size: 160%;
	font-family: Tahoma, Verdana, Arial;
	color: #88ac0b;
}
h2 {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7B259C;
}
h3 {
	font-size: 110%;
	color: #666666;
}
h3.top10 {
	margin-top: 10px;
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
p {
	margin: 10px;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 15px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #333;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border : 1px solid #f2f2f2;
	background-color : #fafafa;
}
label {
	cursor: pointer;
}
label.field {
	cursor: auto;
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color : #666;
}
input, select, button {
	border : 1px solid #eee;
	padding : 4px;
	margin-right: 2px;
	font : normal 1em Verdana, sans-serif;
	color : #666;
	width : 313px;
}
input[type=checkbox], input[type=radio] {
	width: auto;
}
input.small, select.small {
	width: 150px;
}
input.none, textarea.none, select.none {
	width: auto;
	height: auto;
}
input.error, textarea.error {
	border: 2px solid #FF0000;
}
p.none {
	padding: 0;
}
form #submit, select {
	width : 323px;
}
textarea {
	width : 600px;
	padding : 4px;
	font : normal 1em/1.5em Verdana, sans-serif;
	border : 1px solid #eee;
	height : 300px;
	display : block;
	color : #666;
}
div.stats, table.stats {
	border: 2px solid #EEF7D4;
	font-size: 10px;
	margin: 5px;
	padding: 4px;
}
table.stats tr.title {
	font-weight: bold;
}
table.stats td {
	padding: 0px 4px;
}
pre {
	font-family: "Courier New", Courier, monospace;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	background: #FFF;
	margin: 0px auto;
	padding: 7px 7px 60px 7px;
	text-align: left;
	border: 1px solid #CCC;
	min-height: 92%;
	height: auto;
	overflow: hidden;
}
#content-wrap {
	clear: both;
	width: 949px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 950px;
	position: relative;
	height: 80px;
	background: #CCC url(../images/header.png) no-repeat center bottom;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1 {
	padding: 5px 0px 0px 20px;
	font: bolder 2.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
}
#header h2 {
	padding: 0px 0px 0px 20px;
	font: bolder 1.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #eee;
}
#info {
	border: 1px solid #ccc;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	width: 300px;
	display: block;
}
#info p {
	padding: 0;
	margin: 0;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; 
	padding: 0 10px 0 0;
	background: url(../images/menu.png) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.active {
	background-color: #FFF;
	color: #333;	
}
/* Main Column */
#main {
	float: right;
	width: 70%;
	padding: 0; 
	margin-right: 20px;
	text-align: justify;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.png) no-repeat 3px 50%;	
}
#main h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	color: #555;
	border-bottom: 1px dotted #EFF0F1;
}
#main h2.stats {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main h2.more {
	background: #FFF url(../images/arrow_right.png) no-repeat 3px 50%;
	cursor: pointer;
	padding: 4px 0px 5px 25px;
	margin-bottom: 0px;
}
#main h2.less {
	background: #FFF url(../images/arrow_down.png) no-repeat 3px 50%;
	cursor: pointer;
	padding: 4px 0px 5px 25px;
	margin-bottom: 0px;
}
#main h3 {
	margin-top: 10px;
	background: #FFF url(../images/header3bg.png) repeat-x left bottom;
}
#main p.subh3 {
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #E4E4E4;
}
#main ul li{
	line-height: 15px;
}
#main ol li {
	line-height: 15px;
}
#source {
	padding-top: 20px;
}
#reacties p {
	padding-left: 6px;
}
#reacties p.titel {
	background-color: #EEF7D4;
	font-weight: bold;
	padding: 1px 0px 1px 4px;
}
#reacties p.reactie {
	background-color: #f9f9f9;
	margin-top: -5px;
}	
#reacties textarea {
	width: 400px;
	height: 150px;
}
#output {
	margin: 10px;
	padding: 10px;
	width: 400px;
	border: 1px solid #fc0;
	background-color: #ffc;
}
.hr {
	margin: 10px;
	border-bottom: 1px solid #f2f2f2;
}

/* Gastenboek */
.gb_message {
	border: 2px solid #88ac0b;
	margin: 10px;
}
.gb_message p {
	margin: 5px;
}
.gb_datum {
	float: right;
}
.gb_datum p {
	margin: 0px 10px 0px 0px;
}
.gb_title {
	border-bottom: 1px dotted #88ac0b;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.png) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar h1 a {
	color: #555;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	background: url(../images/go.png) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #FFF;
	width: 950px;
	height: 40px;
	text-align: center;	
	font-size: 92%;
	border-top: 1px solid #ccc;
	margin: 0px auto;
	position: relative;
	margin-top: -55px;
}
#footer a { text-decoration: none; }

/* Snippets */
ul.snippets {
	float: left;
	width: 29%;
	height: 150px;
	overflow: auto;
	list-style:none;
	border: 1px solid #EFF0F1;
	padding: 2px 0px 2px 5px;
}
ul.snippets li {
	padding: 3px 0px;	
}
ul.snippets li a:link, 
ul.snippets li a:visited {
	border: 1px solid #fff;
}
ul.snippets li a:hover,
ul.snippets li a:active {
	text-decoration: underline;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.small { font-size: 9px; line-height: 0px; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

/* display and additional classes */
.clear { clear: both; }
.hidden { display: none; }
.shown { display: block; }
.gray { color: #CCC; }
.img_lijnuit { margin-left: 10px }
.loading { height: 30px; width: 313px; background:url(../images/loading.gif) no-repeat center;}

/* AJAX sorting table */
table.ajax_sort { margin: 10px; }
table.ajax_sort td { padding: 0px 15px 0px 4px; }
table.ajax_sort td.asc { background:url(../images/sort_arrow_asc.png) no-repeat right; }
table.ajax_sort td.desc { background:url(../images/sort_arrow_desc.png) no-repeat right; }
table.ajax_sort td.sort_link { cursor: pointer; }
table.ajax_sort tr.title { font-weight: bold; }

