/* independence  <style> */

/* general block level tag section */
body {
	background-color: #0f314e;
}

a, a:link,a:visited {
	color: #b22222; 
}
a:active, a:hover {
	color: #ffcc66;
}
/* end general */

/* top level container for all content */
#container {
	border-color: #333;
	background: #fff; 
}

/* banner section */
#banner {
	background-color: #b22222;
	color: #fff;
	border-color: #fff;
}

#banner_content .title {
	color: #ffffff; 
}

#banner div.logo{
	background-image:url(/_cms/templates/summitclub/weblog/theme/roodblauw/logo.gif);
	width:120px;
	height:76px;
}
/* end banner seciotn */

/* blog content column */

#content_content .blog .title {
	border-bottom-color: #999;
	color: #003366;
}
#content_content .blog .posted {
	color: #666; 
}
#content_content .blogbody {
	color: #666;
	width: 565px;
	overflow:hidden;
	border-bottom: 1px #999 solid;
}
#content_content .blogbody .posted {
	color: #003366; 
}
#content_content .blogbody .date {
	color: #666; 
	border-bottom-color: #999; 
}
#content_content .blogbody IMG {
	margin-top:5px;
	margin-bottom:5px;
	border:0px;
	_width: expression( this.offsetWidth > 545 ? "545px" : this.offsetWidth + "px");
	_display: expression( this.offsetWidth > 500 ? "block" : "inline");
}

#description {
	color: #b22222; 
}


/* blog comments */

#comments {
	color: #666; 
}
/* end comments */

/* end blog column */

/* sidebar column */

.calendar {
	color: #666; 
}


.calendar td.lnk_cal_hl {
	color:#b22222;
}

/* end calendar section */

/* end sidebar */

/* column positions */
#content {
	margin-right: 185px;
}

#sidebar {
	right: 0px;
}
