/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* --- standard --- */
body {
	background: #27bcee url(../img/bg-body.gif) repeat-x;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	}
a {	
	color: #27bcee;
	text-decoration: none;
	}
a:hover {
	color: #27bcee;
	text-decoration: underline;
	}
h2 {
	font: 18px;
	font-weight: normal;
	color: #666;
	}
p, ol, ul {
	line-height: 14px;
	}
hr {
	display: none;
	}

fieldset {
	border: none;
	}

/* --- header --- */
#header {
	width: 778px;
	height: 177px;
	background: url(../img/bg-header.gif) no-repeat;
	margin: 0px auto;
	}

/* --- logo --- */
#logo {
	float: left;
	padding: 125px 0 0 25px;
	}
	#logo a.logo {
		display: block;
		width: 300px;
		height: 33px;
		background: url(../img/logo.gif) no-repeat;
		text-decoration: none;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		}

/* --- menu --- */
#menu {
	float: right;
	}
	#menu ul {
		list-style: none;
		margin: 0 25px 0 0;
		padding: 50px 0px 0px 0px;
		}
	#menu li {
		display: inline;
		}
	#menu a {
		float: left;
		display: block;
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 10px;
		padding: 6px 10px;
		}
	#menu a:hover,
	#menu a.active {
		background: #000 url(../img/bg-menu.gif) no-repeat left top;
		color: #fff;
		padding: 6px 10px;
		}

/* --- page --- */
#wrapper {
	background: #fff url(../img/bg-bottom.gif) repeat-x left bottom;
	}
#page {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0;
	}

/* --- content --- */
#content {
	float: left;
	width: 510px;
	}

/* --- post --- */
.post .date {
	float: right;
	width: 76px;
	height: 58px;
	background: url(../img/bg-date.gif);
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-top: 2px;
	}
	.post .date strong {
		display: block;
		font-size: 40px;
		margin-top: -5px;
		}
.post .title {
	background: url(../img/hor-line.gif) repeat-x;
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 20px 0 0 0;
	}
.post .meta {
	font-size: 12px;
	color: #999;
	line-height:normal;
	margin: 0 0 30px 0;
	padding: 0;
	}
	.post .meta a {
		color: #999;
		}
	.post .meta a:hover {
		color: #27bcee;
		}
.post .entry {
	padding-bottom: 30px;
	}
	
.post .entry .list {
	padding-left:16px;
	background-image: url(../img/list01.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	margin-bottom:-6px;
}

.post .entry .list2 {
	padding-left:32px;
	background-image: url(../img/list02.jpg);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	margin-bottom:-6px;
}

/* --- sidebar --- */
#sidebar {
	float: right;
	width: 240px;
	}
	#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#sidebar li {
		margin-bottom: 30px;
		}
		#sidebar li li {
			background: url(../img/hor-line.gif) repeat-x left bottom;
			margin: 0;
			padding: 5px 0;
			}
			#sidebar li li a {
				background: url(../img/bullet.gif) no-repeat 6px 4px;
				padding-left: 20px;
				}
			#sidebar li li strong {
				background: url(../img/bullet.gif) no-repeat 6px 4px;
				color: #666;
				padding-left: 20px;
				}
	#sidebar h2 {
		border-left: 5px solid #27bcee;
		font: 14px Tahoma, Arial, Verdana, sans-serif;
		color: #333;
		text-transform: uppercase;
		padding-left: 10px;
		}
	#sidebar a {
		text-decoration: none;
		}
	#sidebar a:hover {
		text-decoration: underline;
		}

/* --- table --- */
table {
	width: 200px;
	border-collapse: collapse;
	margin-left: 15px;
	}
tbody tr:hover {
	background: #f9f9f9;
	}
tbody tr.nohover:hover {
	background: none;
	}
td, th {
	padding: 5px;
	}
thead th {
	background: #efefef;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	}
tbody th, 
tbody td {
	border-bottom: 1px solid #e5e5e5;
	line-height: 15px;
	text-align: center;
	}
tfoot th {
	font-size: 0.9em;
	line-height: 20px;
	text-align: center;
	}

/* --- calendar --- */
#today {
	font-weight: bold;
	color: #27bcee;
	}
#prev {
	text-align: left;
	}
#next {
	text-align: right;
	}

/* --- footer --- */
#wrapper-footer {
	background: #27bcee;
	}
#footer {
	width: 778px;
	color: #fff;
	margin: 0 auto;
	padding-top: 10px;
	}
	#footer a {
		color: #fff;
		}

/* --- form --- */
.line-frm form {
	width: 95%;
	font: 12px/15px Arial, Verdana, sans-serif;
	color: #333;
	}
	.line-frm form fieldset {
		border: none;
		margin: 0 0 0 -10px;
		padding: 0;
		}
	.line-frm form label {
		display: inline-block;
		width: 75px;
		font: 12px/20px Arial, Verdana, sans-serif;
		color: #666;
		vertical-align: top;
		}
	.line-frm form label.small {
		display: inline-block;
		width: 75px;
		font: 11px Arial, Verdana, sans-serif;
		color: #666;
		text-transform: uppercase;
		}
	.line-frm form em {
		color: #c00;
		}
	.line-frm form fieldset ol {
		margin: 0;
		padding: 0;
		}	
		.line-frm form fieldset ol li {
			list-style: none;
			width: 100%;
			margin: 0;
			padding: 5px 10px;
			}
	.line-frm form .inputtxt {
		width: 200px;
		background: #fff url(../img/bg-form.gif) repeat-x left top;
		border: 1px solid #ccc;
		font: 12px/15px Arial, Verdana, sans-serif;
		color: #333;
		}
	.line-frm form .txtarea {
		width: 200px;
		height: 100px;
		background: #fff url(../img/bg-form.gif) repeat-x left top;
		border: 1px solid #ccc;
		font: 12px/15px Arial, Verdana, sans-serif;
		color: #333;
		}

/* --- form --- */
fieldset.search {
	float: left;
	outline: none;
	margin: 9px 0 0 10px;
	padding: 0;
	}
	fieldset.search input.txt {
		float: left;
		outline: none;
		width: 125px;
		height: 18px;
		background: #fff;
		border: 1px solid #fff;
		font: 11px Arial, Tahoma, Verdana, sans-serif;
		color: #666;
		margin: 0;
		padding: 0;
		}
div#formset form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
div#formset form fieldset div {
	line-height: 20px;
	margin: 10px 0;
	padding: 0;
	}
div#formset label {
	display: block;
	float: left;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #0092d9;
	text-align: left;
	margin-right: 10px;
	padding: 0 0 2px 0;
	}
div#formset label strong {
	color: #c00;
	}
div#formset input {
	outline: none;
	background: #efefef;
	border: 1px solid #ccc;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 3px;
	}
div#formset textarea {
	outline: none;
	background: #efefef;
	border: 1px solid #ccc;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 3px;
	}
div#formset select {
	height: 20px;
	border: 1px solid #ccc;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 3px;
	}
div.knop a {
	background: url(../../img/dot-arrow.gif) no-repeat 0 3px;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #0092d9;
	text-transform: uppercase;
	margin: 0 0 0 165px;
	padding: 0 0 0 10px;
	}
div#error_box {
	color: red;
	margin: 0 0 0 165px;
	padding: 5px 0;
	}
