/* general block level tag section */
body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
div, b, strong, i,em,u, a, td, p, span {
	font-size:11px;
	text-align:left;
}
a, a:link,a:visited {
	text-decoration: none;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding:0px;
    margin:0px;
}

A DIV {
	cursor: hand;
	cursor:pointer;
}
/* end general */

/* top level container for all content */
#container {
	width: 760px;
	margin:auto;
	border: #000 1px solid;
}

/* banner section */
#banner {
	position:relative;
	font-family: verdana, arial, sans-serif;
	height: 100px;
	border: #000 1px solid;
}
#banner_content {
	padding: 15px 15px 15px 15px;
	margin-right: 140px;

}
#banner_content .title {
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}
#banner div.logo{
	position:absolute;
	top:10px;
	right:20px;
	background-image:url(/_cms/templates/summitclub/weblog/theme/rusty/logo_nkbv_rood.gif);
	background-repeat: no-repeat;
	width:120px;
	height:76px;
}
/* end banner seciotn */

/* main weblog body */
#mainbody {
	position:relative;
	vertical-align:top;
	min-height:400px;
}


/* blog content column */

#content_content {
	padding: 15px;
}
#content_content .blog {
	padding-top: 10px
}
#content_content .blog .title {
	position:relative; /* explorer bug */
	border-bottom: 1px #000 solid;
	font-size: 120%;
}
#content_content .blog .posted {
	font-size: xx-small;
}
#content_content .blogbody {
	font-size: small;
}
#content_content .blogbody .posted {
	clear:both;
	margin-top:3px;
	text-align:right;
	font-size: x-small;
}
#content_content .blogbody .date {
	font-weight: bold;
	font-size: small;
	border-bottom: #000 1px solid;
}

#description {
	position:relative; /* explorer bug */
	font-weight: bold;
	font-size: x-small;
}


/* blog comments */

#comments {
	font-weight: normal;
	font-size: small;
	padding-bottom: 10px;
	padding-top: 10px;

}
#comments .posted  {
	margin-top:6px;
	margin-bottom:4px;
	text-align:right;
}
/* end comments */

/* end blog column */

/* sidebar column */

#sidebar_content {
	padding: 15px;
}

.calendar {
	padding: 2px;
	font-weight: normal;
	font-size: x-small;
	border-collapse:separate;
	border-spacing:3px;
}
.calendar TR.calendarmonth {
	text-align:center;
}
.calendar TR.calendardays {
	text-align:right;
}

.calendarhead {
	padding: 2px;
	font-weight: bold;
}

.calendar TR {
	text-align:right;
}
.calendar td.lnk_cal_hl {
	cursor:hand;
	cursor:pointer;
	text-align:right:
}
/* end sidebar */


/* columms section */
#sidebar {
	width: 180px;
	position:absolute;
	top:0px;
}
/* end columns */

.wysiwyg_container {
	border: 1px solid #999999;
	width: 532px;
	
}

.wysiwyg_container IFRAME,.wysiwyg_container .htmlarea .toolbar {
	border: 0px;
}
