/* weblog-styles.css */

body {
	FONT-FAMILY: verdana, arial, sans-serif;
font-size: medium;
}
	A 			{ color: #003366; font-family: verdana, arial, sans-serif; text-decoration: none; font-weight:bold; } 
/*	A:link		{ color: #003366; text-decoration: none; } 
	A:visited	{ color: #FF3366; text-decoration: none; }  */
	A:active	{ color: #FFCC66;  } 
	A:hover		{ color: #FFCC66;  } 


	.banner {
		font-size: 150%;
		font-family: Verdana, "Courier New", Courier, Arial, monospace;
                font-weight: bold;
	}

	.description {
                font-size: 180%;
                font-weight: bold;
	}	
			
	#content {
		float:left;
		postion:relative;
		width:60%;
		background:#FFF;
		margin-right:15px;
		margin-bottom:20px;
		border:1px solid #FFF;	
	}

	#container {
		background:#FFF;
		border:1px solid #FFF;		
	}

	#links {
		background:#999;
		padding:15px;				
		border:1px solid #FFF;			
	}
		
	.blog {
  		padding:15px;
		background:#FFF;  							
	}	

	
	.blogbody {
		font-size: small;
		font-weight:normal;
 		background:#FFF;
		line-height: 128%;			
	}	
	
	.entrytitle	{ 
		font-size: large;
font-weight: bold;
		color: #000000; 	
		}			

	#menu {
  		margin-bottom:15px;
		background:#FFF;
		text-align:center;  							
		}		

	.date	{ 
		FONT-FAMILY: verdana, arial, sans-serif;
		font-size: 11px; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-size: 100%; 
		color: #000000; 
		margin-bottom:25px;
		}
		
		
	.calendar {
		color:#FFF;
		font-size:100%;
		font-weight:normal;
  		background:#999;
  		line-height:14px;
  		padding:2px;
  		text-align:center;	
		}
	
	.calendarhead {	
		color:#FFF;
		font-size:11px;
		font-weight:bold;
  		background:#999;
  		line-height:14px;
  		padding:2px;					
		}	
	
	.side {
		color:#333;
		font-size:11px;
		font-weight:normal;
  		background:#999;
  		line-height:14px;
  		padding:2px;				
		}	
		
	.sidetitle {
		color:#FFF;
		font-size:11px;
		font-weight:normal;
  		line-height:14px;
  		padding:2px;
  		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px dotted #FFF;
		text-align:center;		  					
  		background:#999;		
		}		
	
	.syndicate {
		font-size:9px;
		font-weight:bold;		
  		line-height:14px;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#CCC;  		
 		}	
		
	.powered {
		color:#666;
		font-size:9px;
		font-weight:bold;
  		border:1px dotted #999;			
		line-height:14px;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em;					
  		background:#FFF;		
		}	
		
	
	.comments-body {
		color:#666;
		font-size:11px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		color:#666;
		font-size:9px;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	
	.trackback-url {
		color:#666;
		font-size:11px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
 		padding:5px;		
 		border:1px dotted #999; 					
		}


	.trackback-body {
		color:#666;
		font-size:11px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		color:#666;
		font-size:9px;
		font-weight:normal;
  		background:#FFF;		
		}	

		
	.comments-head	{ 
		font-size: 11px; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

	#banner-commentspop {
		color:#FFF;
		font-size:18px;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#003366;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}


/*/*/

body .date {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body .date {
  font-size: small;
}

/* */

.crispinput { border:1px dashed red; }

/* the text in the footer at the bottom */
.footer {
        font-size: 100%;
}

/* dimensions of our logo */
.sjflogo {
        height: 60px;
        width:  56px;
}

/* dimensions of the little red bricks */
.redbrick {
        height: 14px;
        width:  6px;
}

/* the left side of the nav links on main page */
.leftside {
        font-size: 80%;
        background:#CCFFCC;
}