html{
	background: #ffffff; /*url("fall_leaves2.jpg") top left repeat-x;*/
	/*background-position:top left;
	background-repeat:repeat-x;*/
	font-family: "Trebuchet MS",Trebuchet,verdana,arial, helvetica, sans-serif;
	font-size:13px;
	margin: 0px 0px 0px 0px;
}

body {
	margin: 0px 0px 0px 0px;

}
blockquote {
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}

a:active,a:hover {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
}

/* header text */
#headerDiv {
		font-family:verdana, arial, sans-serif;
		color:#FFF;
		border-bottom:1px dashed #000000;
		border-top:3px solid #006600;
  		background:#669966;
  		padding:5px; 
}

#headerDivLeft {
	float: left;
}
#headerDivRight {
	float: right;
	margin-top: 20px;
	font-weight: bold;
}

/* small (regular text) in header; fully extended */
.headerSmall {
	color: #f1f1f1;
}
a.headerSmall:visited,
a.headerSmall:link {
	color: #f1f1f1;
}
a.headerSmall:active,
a.headerSmall:hover {
	color: #000000;
	background-color: #ffffff;
}


.header {
	font-family: "Trebuchet MS",Trebuchet,verdana,arial, helvetica, sans-serif;
	font-size : 35px;
	font-weight : bolder;
	color: #ffffff;
	text-decoration:none;
	font-variant:small-caps;
}

/* fully extended class for page title */
a.header:link, a.header:active, a.header:visited {
	font-family: "Trebuchet MS",Trebuchet,verdana,arial, helvetica, sans-serif;
	font-size : 35px;
	font-weight : bolder;
	color: #ffffff;
	font-variant:small-caps;
	text-decoration: none;
}

a.header:hover {
	color: #000000;
	background-color: #ffffff;
}

/* text that's in the masthead, that's in header-div*/


	
/*
MAIN POSITIONING IDs
*/	
#blogParent {
	width: 100%;
	background: white;
	/*border-top: 0px solid #000000;
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;	
	border-bottom: 1px solid #000000;*/	
}


#blogLeft {
	background: #ffffff;
	width: 27%;
	float: left;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000;
	text-align: center;
	padding: 20px 0px 10px 0px;
}

#blogRight {
	background: #ffffff;	
	float: right;
	width: 70%;
	padding: 0px 10px 10px 3px;
	margin: 1px;
}	

/* FOOTER classes - fully extended */
.blogFooter {
	color:#000000;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}
A.blogFooter:link {
	color:#000000;	
}
A.blogFooter:visited {
	color:#000000;	
}
A.blogFooter:hover {
	background-color:#ffcc00;
	color:#000000;	
}
A.blogFooter:active {
	color:#000000;	
}


/*FULL CLEAR (= <br clear="all">) */
#fullClear {
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear : both;
}	

/* Date for each entry */
.blogDate {
	background: #ffffff; /*url("fall_leaves2.jpg") top left;*/
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;	
}

/* Byline on date */
.blogByline {
	font-size:12px;
	color:#666666;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

	
/* LINK column items */

/* Misc rail text */

.railText,
a.railText:link,
a.railText:visited {
	color: #000000;
	font-size: 12px;
}
a.railText:active,
a.railText:hover {
	color: #f1f1f1;
	background-color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.section-head {
	background: #f1f1f1;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
	/*border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;*/
}

.section-body {
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 150%;
}
a.section-body:link,
a.section-body:visited,
a.section-body:active,
a.section-body:hover {
	line-height: 175%;
}


/* Small text LIGHT - fully extended */

.smallTextLight,
a.smallTextLight:link,
a.smallTextLight:visited {
	color: #ffffff;
	font-size: 13px;
}
a.smallTextLight:active,
a.smallTextLight:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

/* Small text DARK - fully extended */

.smallTextDark,
a.smallTextDark:link,
a.smallTextDark:visited {
	color: #000000;
	font-size: 13px;
}
a.smallTextDark:active,
a.smallTextDark:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-size: 13px;
}

/* Preformatted text; but smaller */
.smallPre {
	background-color: #eeeeee;
	font-family: courier, times, serif;
	font-size: 11px;
	padding: 5px;
	width:auto; 
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:50px;
}

/* box for quotes and so on */
/* caption is left over from first cut; will be different background */
.box-gray {
	background-color: #eeeeee;
	padding:10px;
	border:1px dotted #333333;
	width:auto; 
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:50px;
}

/* picture box (aligned right) */
#box-picture {
	float: right;
	position: relative;
	margin: 0px 0px 10px 10px;
	background-color: #cccccc;
	padding: 10px 10px 10px 10px;
	border: 1px solid #999999;
	width: auto;
	font-size: 10px;
}

#divider {
	width:auto; 
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:20px;
	border-top: 1px solid #000000;
}