/* CSS Document */

/***********************************************/
/* css_chwnec.css  author:Rick Hodge                            */
/***********************************************/

/***********************************************/
/* HTML tag styles for top level of site                           */
/***********************************************/ 
*{margin:0px;
 padding:0px;
 }

/*Layout*/
		body {
		min-width:652px; text-align:center; background-color:#8285ba;font-size:80%;	font-family: Geneva, Arial, Helvetica, sans-serif;margin-top:0pt;/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}
		#page{
	position:relative;
	width:952px;
	margin:0pt auto;
	background-color:#fff;
	padding:0pt 12px;

}
		#masthead{background-color:#FFF; padding: 0pt;margin:0pt;text-align:left; }
		
		.column {
			position: relative;
			float: left;
			background-color:#fff;
		}
		
		#content {
			margin: 15px -215px 8px 10px;
			width:100%;
			text-align:left;
		}
		
		#menu {
		width: 185px;             /* RC width */
		padding-right:10px;       /* RC padding */
		float:right;
		position:relative;
		min-height:400px;
		text-align:left;
		}
		
		#menu .logo{
		margin-top:10px;}
		
		#footer {
			clear: both;
			/*height:2.5em;*/
		}
		#footer{color:#23254A;margin:0px -12px;padding:0px;}
		
		#container {
			overflow: hidden;
		}

		#footer p{
		text-align:center;
		padding:7px 0px;
}
.footerHeader{
	background-color: #23254A;color:#eee;font-size:.9em;font-weight:normal;
}
.footerHeader a:link{color:#eee;}

		
		/*** IE Fix ***/
		*html #navbar {
			/*left: 215px;*/ 	           /* RC fullwidth */
	}  
		*:first-child+html #navbar {
			/*left: 235px;*/              /*RC fullwidth */
		 } 


/***********************************************/
/* #Content style                                 */
/***********************************************/
#content p{
	margin-right:225px;
	margin-bottom:10px;
	line-height:1.15em;
	}
#content div{
	line-height:1.15em;
	}
#content ul{margin-left:3.5em;
	margin-right:225px;
	list-style:none;}
#content ol{margin-left:3.5em;
	margin-right:225px;}
#content li{line-height:1.4em;}

/***********************************************/
/* Components                                  */
/***********************************************/


A 			{ color: #23254A; font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold; } 
A:link		{ color: #23254A; text-decoration: none; } 
A:visited	{ color: #23254A; text-decoration: none; } 
A:active	{ color: #18188F;  } 
A:hover		{ color: #A9ACEB; text-decoration: underline; } 


h1 {
	font-family: Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

ul{list-style-type:none;}
ul li{padding:2px 0px;}
ul ul{margin-left:10px;/*font-size:.9em;*/}	

#navcontainer{
	position:relative;
	font-size:1.0em;
	background-image: url(../../images/navbkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:10px 0px;
	height:32px;
}

.navlist{
	list-style-type: none;
	cursor: default;
	width: auto;
 }
 
.navlist li{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	border-right:thin groove #cccccc;
}

.navlist li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
}

.navlist li a:hover{
	color:#000;
	background-color:#8285ba;
}

.navlist a, .navlist a:hover,.navlist a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
}

.list{color:#000; padding:3px 0px;}
.list li{line-height:.9em;}

.body {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	color: #000000; 
	margin-left: 0px;
}

.body p{padding:2px 0px;}

.byline, .entryfooter, .trackbackfooter {
	font-size: .8em;
	line-height: 135%;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #000;
}

.byline{
	clear:both;
}

.commentBody {
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
	
}

.commentByLine {
	font-weight: bold;
	clear: left;
	
}

#banner, #banner a {
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	background-color: #18188F;	
	padding:5px;
}

input, select, textarea {
	font-size: 1em; 
	color: #000000; 
}

.menuTitle {
	font-family: Tahoma, Arial;
	font-size: .8em;
	background-image: url(../../images/navbkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
	color:white;
}

.header, .header a {
	/*font-size: .8em;*/
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: #8285ba;
}

.menuBody {
	font-size: .75em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-size: 1em;
}

.date {
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-size: .7em; 
	color: #000; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}



.rightMenu {
	border:1px solid #999;
	margin:8px;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #d9daff;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #d9daff;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
	margin-right:215px;
}
a img{
	border: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionlinks{margin:10px 0px;padding:10px 2px;}
#sectionLinks h4{padding:3px;
	line-height:1.5em;}

#sectionlinks ul{
	/*border-right: thin groove #CCCCCC;*/
}

/*#sectionLinks a {
	line-height:1.5em;
	text-decoration:none;
	color:#23254A;
	font-size:.6em;
	font-family: tahoma;
	font-weight: 600;
	padding-right:3px;
	
}*/

#sectionlinks li{
	height:25px;
	width:100%;
	color:#23254A;
	
	/*background-image:url(../images/linkbkg.gif);
	background-repeat: repeat-x;*/
	}
/*#sectionlinks li:hover{
	list-style-image:url(../images/bullet.gif);
	list-style-position: outside;
}*/

#trackbacks,#comments{
	margin-top:8px;
	margin-right:225px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}

/**************misc classes **************/
/*.list {font-size:.75em;}*/
.hover{background-color:#FF3;}
.selected{background-color:#ccc;}

.clear{clear:both;
	}