@charset "utf-8";
body {
	background-color: #9EC848;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394B16;
	min-width: 770px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

* {
	margin:0;
	padding:0;
	}

p {
	margin-bottom:1.75em;
	}
a {
	text-decoration:underline;
	color:#842742;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
#wrapper/* Structure */

 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
   }
#header {
	height:140px;
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	background-repeat: no-repeat;
	background-image: url(images/bg-menu.jpg);
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#842742;
	margin-right:2px;
	text-decoration: none;
	}
#menu li a:hover {
	background-image: url(images/bg-menu-hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
#sidebar {
	float:right;
	width:195px;
	margin-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	margin-bottom: 16px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sidebar-top/* Feed */

 {
	height:25px;
	width:126px;
	margin:0 auto;
	padding-left:26px;
	background-image: url(images/bg-sidebar-top.jpg);
	background-repeat: no-repeat;
	}
#sidebar-entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394B16;
}
#sidebar  img {
	border: 2px solid #8E701D;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.boxed    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #658427;
	border: 1px dashed #8E701D;
	padding: 5px;
	margin-top: 15px;
}
#content {
	float:left;
	width:500px;
	min-height:400px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8E701D;
	}
#footer {
	clear:both;
	height:150px;
	background:url(images/bg-footer.jpg) no-repeat;
	}
#footer-tig/* Footer */

 {
	float:right;
	padding-top:110px;
	padding-left:5px;
	cursor:default;
	color:#ffffff;
	padding-right: 30px;
	}
#footer-tig  a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-tig  a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
#footer a:link {
	text-decoration: underline;

}
#footer a:visited {
	text-decoration: underline;
}
#footer active {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #D55E84;
}
#footer-copyright {
	float:left;
	padding-top:110px;
	padding-left:30px;
	cursor:default;
	color:#ffffff;
	padding-right: 5px;
}



/* Entries */

.entry {
	text-align:left;
	line-height:1.75em;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	}
.entry-title {
	font-size:18px;
	font-weight:normal;
	padding-top: 30px;
	color: #394B16;
	text-align: left;
	letter-spacing: -1px;
	}



.entry-subtitle {
	font-size:12px;
	color:#8E701D;
	cursor:default;
	letter-spacing:1px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666633;
	margin-bottom: 10px;
}
.entry img {
	text-align:left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px solid #8E701D;
}

.leftColumn {
	width: 200px;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8E701D;
}
#list-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #394B16;
	text-align: left;
}

.centerColumn {
	width: 200px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}
#rightColumn {
	float:right;
	width:190px;
	margin-right:30px;
	padding-top: 20px;
	padding-left: 10px;
}
#rightColumn  ul {
	list-style-type: square;
}
#rightColumn  li {
	margin-left: 11px;
	line-height: 30px;
}
.entry ul {
	list-style-type: square;
}

.entry li {
	margin-left: 15px;
	line-height: 25px;

}

.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
a.feed-button {
	display:block;
	width:100px;
	height:25px;
	background:url(images/button-feed.png) 0 0 no-repeat;
	text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
.entry-sandwich {
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	color: #272F84;
}
.hoursPad {
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-float-left      {
	text-align:left;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	float: left;
}
img {
	text-align:left;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.no-brdr      {
	text-align:left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hoverplate {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
