	body {
		margin:0px 0px 10px 0px;
		padding:0px;
		background:#57670b;	
	                background-image: url('http://www.craftaholic.net/applinks/images/greenbg2.gif');
		}

	a 	{ color: #999966; text-decoration: none; font-weight:bold; } 
	a:link	{ color: #f0eddd; text-decoration: none; } 
	a:visited	{ color: #829810; text-decoration: none; } 
	a:active	{ color: #cac6af;  } 
	a:hover	{ color: #cac6af;  }
	
	h1, h2, h3, h5 {
		margin: 0px;
		padding: 0px;
	}
                
               img { border-style:none; border-width:0px;} 

               .hr { border-bottom:3px double #ada16c;
		font-size:1px;
	}

	#banner {
		font-family:verdana, arial, sans-serif;
		color:#e7e7d6;
		font-size:x-large;
		font-weight:normal;
		background: transparent;	
		border-top:3px solid #617300;
		border-bottom:1px dotted #617300;
  		padding:15px; 
  		text-transform:uppercase;
		letter-spacing: .2em;
	/* For IE5/Win's benefit height = [correct height] + [padding] + [top and bottom border widths] */
	height:48px; /* 14px + 30px + 4px = 48px */
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* be nice to Opera 5*/
body>#Header {height:14px;}

	
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:verdana, arial, sans-serif;
		font-size: x-large;
		color: #e7e7d6;
		text-decoration: none;
		}

	.description {
		font-family:verdana, arial, sans-serif;
		color:#e7e7d6;
		font-size:x-small;
		font-weight:bold;
  		background:#54630a;	
  		text-transform:none;	
		letter-spacing: none; 		
		}	

	.descript {
		font-family:verdana, arial, sans-serif;
		color:#ada16c;
		font-size:x-small;
  		text-transform:none;	
		letter-spacing: none; 		
		}	

	.subcat {
		margin-left:15px;
  		text-transform:capitalize;	
		}	
	.code {
                                font-family:Courier;
		margin:10px;
		padding:10px;
		border: 1px solid #ada16c;
		background:#57670b;	
		}	

	.mkup {
                                font-family:Courier;
		font-weight:bold;
		color:#ada16c;
		}	

	.imp {
                                font-style:italic;
		font-weight:bold;
		color:#ada16c;
		}	

	.pseudocode{
                                text-align:center;
		}	

	.insertTop, .insertBot{
		height:3px;
/*		font-size:1px;*/
		border:1px solid #ada16c;
		}	

	.insertTop{
		border-bottom:1px solid #57670b;
		}	

	.insertBot{
		border-top:1px solid #57670b;
		}	

	.parentCat, .standalone {
		margin-left:0px;
		}	

                .url {
                                font-family:verdana, arial, sans-serif;
                                color:#617300;
                                font-size:x-small;
  		text-transform:none;	
		letter-spacing: none; 		
                                }
				
	#content, #dircontent {
		float:left;
		width:72%;
		background:#52610a;
		margin:0px;
		padding-bottom:15px;
		padding-left:5px;
		}

	#dircontent {
		width:62%;
		}

	#links {
		float:right;
		width:20%;
		position:top;
		background:transparent;
		align:right;
		padding-right:5px;	
		}
		
	.blog {
		color: #ada16c;
  		padding-left:15px;
  		padding-top:15px;
  		padding-right:15px;			
  		background:#52610a;
		}	
	
	.col2 {
		position: top;
		float: left;
  		background:#52610A;
  		padding-left:10px;	
  		padding-right:10px;
  		padding-bottom:15px;	
  		text-transform:capitalize;	
                                }

	.catlist {
		margin-left:20px;
		background:transparent;
  		text-transform:capitalize;	
		}
		
	.blogbody, .articlesbody{
		font-family:georgia, verdana, arial, sans-serif;
		color:#ada16c;
		color:#C2BA93;
		font-size:small;
		font-weight:normal;
		border-bottom:1px dotted #b1a66e;		
  		background:#52610A;
  		line-height:140%;
  		padding-left:10px;	
  		padding-right:10px;
  		padding-top:15px;			
                               }

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	                color: #829810;  
	}
	
               A.offsite:link {color: #829810; text-decoration: none; }
               A.offsite:visited {color: #829810; text-decoration: none; }

	.articlesbody{
		font-family: verdana, arial, sans-serif;
		border-bottom:1px dotted #52610A;		
                               }

/*
	.articlesbody a,
	.articlesbody a:link,
	.articlesbody a:visited,
	.articlesbody a:active,
	.articlesbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	                color: #829810;  
	}
*/

	.title, .sectitle	{ 
		font-family: verdana, arial; 
		font-size: small; 
		color: #f0eddd; 
		text-transform: uppercase;
		font-weight:bold;	
		}			
		
	.sectitle	{ 
		display: block;	
		float: right;	
		text-align: right;	
		text-transform: capitalize;
		border-bottom:1px dotted #b1a66e;		
		border-left:1px dotted #b1a66e;		
		padding:0px 5px; 
		}			
		
	.heading	{ 
		font-family: verdana, arial; 
		font-size: small; 
		color: #f0eddd; 
		text-transform: uppercase;
		font-weight:bold;	
		}			
		
	#menu {
  		margin-bottom:15px;
		background:#FFF;  							
		}	
		
	.date	{ 
		font-family:arial, sans-serif; 
		font-size: 90%; 
		padding:5px;
		margin-bottom:10px;
		font-weight:normal;
		color: #72860e;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #cac6af;
		padding-bottom:25px; 
		}
		
		
	.calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;
  		text-align:center;	
		}
	
	.calendarhead {	
		font-family:verdana, arial, sans-serif;
		color:#003366;
		font-size:x-small;
		font-weight:bold;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;				
		}	
	
	.side {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:transparent;
  		line-height:140%;
  		padding:2px;				
		}	
		
	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:bold;
  		background:#EEE;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.syndicate {
		font-family:verdana, arial, sans-serif;
		font-size:xx-small;
		font-weight:bold;		
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#EEE;  		
 		}	
		
	.powered {
		font-family:verdana, arial, sans-serif;
		color:#003366;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;		
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em  					
		}	
		
	
	.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;			
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}	

	.trackback-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;			
		}		

	.trackback-url {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;
  		border:1px dashed #CCC;			
		}

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}

		
	.comments-head	{ 
		font-family: georgia, verdana, arial, sans-serif; 
		font-size: small; 
		color: #666; 
		border:1px solid #999;
		padding:5px;
		font-weight:normal;
		margin-top:10px;		
		}		

	#banner-commentspop {
		font-family:georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
  		padding:15px; 
		}


