html {
	height:100%;
}

body {
	background: #deeffe url(images/bgr.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	height:100%;
	overflow-x:hidden;
}

#border {
	background-position:left;
	background:url(images/bg-menu.png) repeat-y;
}

#container {
	background-position:top;
}
	
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

p {
	margin-bottom:1.75em;
}

a {
	text-decoration:none;
	color:#0066cc;
}

a:hover {
	text-decoration:none;
	color:#6CC7DC;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;
	position:relative;
	border-style:solid;
	border-color:#2166ad;
	border-width:1px;
}

#topSpace {
	visibility:hidden;
	height:26px;
}
	
#header {	
	background:url(images/bigHeader.png); 
	height:140px; 
		
	background-position:center; 
	background-repeat:no-repeat; 
}

#frost-left{
	background:url(images/sideFrostLeft.png); 
	height:872px; 
	width:132px;
		
	position:absolute;
	left:50%;
	margin-left:-482px;
		
	background-repeat:no-repeat; 
	background-position:center;
}

#frost-right{
	background:url(images/sideFrostRight.png); 
	height:872px; 
	width:132px;
		
	position:absolute;
	right:50%;
	margin-right:-481px;
		
	background-repeat:no-repeat; 
	background-position:center;
}

#banner {
	height:230px;
	overflow: hidden;
}

#menu {
	height:35px;
	line-height:35px;
	background:url(images/navbar.jpg) repeat-x;
	padding:0 10px;
}

#navbar-link{
	text-shadow: 1px 1px 1px #bbb, -1px -1px 1px #333;
	color: #000000;
}

#sidebar {
	float:right;
	width:180px;
	background:#e3eaec;
	margin-right:10px;
}
#content {
	float:left;
	width:500px;
	background:#ffffff;
	min-height:600px;
}

#footer {
	clear:both;
	background:#ffffff;
}

#logos{
	position: relative; 
	left: 50%; 
	margin-left: -351px; 
	margin-top: 5px;
}

/* Entries */

.entry {
	padding:15px 25px;
	text-align:justify;
	line-height:1.75em;
}

.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
}

.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;
}


/* Menu */

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
}

#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}

/* 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 #d2dadd;
}

#sidebar li a:hover {
	background:#d9e2e4;
	color:#6CC4D8;
}

#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
}
	
#sidebar-banner{
	width:180px;
	background:#FFFFFF;
	margin-right:10px;
}	
	
	
/* Footer */

#footer-valid {
	margin:auto;
	text-align:center;
	height:25px;
	width:680px;
	background:#ffffff;
	padding-top:15px;
	padding-left:20px;
	cursor:default;
	color:#000000;
}

#footer-valid a {
	color:#000000;
	text-decoration:none;
}

#footer-valid a:hover {
	color:#000000;
	text-decoration:underline;
}

/* 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;
}

/* Feed */

#feed {
	height:25px;
	width:126px;
	/*background:url(images/bg-feed.gif) no-repeat;*/
	margin:0 auto;
	padding-left:26px;
}

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;
}


/*Banner*/


.bx-wrapper .bx-viewport{
	box-sizing: border-box!important;
	border: none!important;
	left: 0!important;
	box-shadow: none!important;
	overflow: hidden;
	height: 230px!important;
}
.bx-wrapper .bx-caption{
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	bottom: 10px!important;
	background: rgba(80, 80, 80, 0)!important;
	padding-left: 10px;
}

.bx-wrapper .bx-caption span{
	padding-bottom: 0!important; 
}

img[alt="banner1"]{
	height: 230px;

}

ul.bxslider{
	height: 230px;
}

ul.bxslider li{
	list-style-type: none;
	overflow: hidden;
}

/* message box style */
.messagebox {
	margin: 5px;
	padding: 10px;
	border: 1px solid #adadad;
	font-weight: bold;
}

.error {
	color: #ff0000;
}

.warning {
	color: #ffc000;
}

.success {
	color: #00c000;
}

.notice {
	color: #000000;
}