body {
	background-image: url(Craigsirk/back2.jpg);
	background-repeat:no-repeat;
	}
i {
        color:#CC0033;
}
.bottom{
	position:relative;
	margin:40px;	
	}
	
A { color: #003366; text-decoration: none; font-weight:bold; }
A:link	{ color: #003366; text-decoration: none; }
A:visited	{ color: #003366; text-decoration: none; }
A:active	{ color: #FFCC66;  }
A:hover	{ color: #FFCC66;  }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}
.pict{
	background-image:url(Craigsirk/patterns.Tokyo-signs.jpg);
	position:absolute;
	width:25%;
	padding:5px;	
	
}
	/* main entry colum of the blog */
#header{
	position:relative;
	height:100px;
	background-image: url(background.gif);
	background-repeat:no-repeat;
	background-position:center top;
	
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-15px;
	
	font-family: Brushstroke Plain;
	font-size: 60px;
}
#main-colum{
	position:relative;
	margin-left:28%;
	padding:20px;
	
	width:500px;
	padding-right:16px;
	
	border-top-width:1px;
	border-top-color:#999999;
	border-top-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	
	}
/* link colum of the blog */

#link-colum {
	
	margin-left:50%;
	width:50%;
	background-color:#EDF2FA;

         margin-top:-5px;
         margin-bottom:30px;
	padding:5px;	
	border:1px solid #999;
	}
	
/*Start the CSS of the blog entries */
.blog {
  		padding:15px;
		}

.blogbody {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:small;
	font-weight:normal;
  	line-height:150%;
	}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
	}

.title	{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #000000;
	text-transform:uppercase;
	}			
	
.date	{ 
	font-family:georgia, verdana, arial, sans-serif; 
	font-size: small; 
	color: #666; 
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
	}		
	
.posted	{ 
	font-family:verdana, arial, sans-serif; 
	font-size: x-small; 
	color: #000000; 
	margin-bottom:25px;
	}	

/*Start the CSS of the link colume items */
		
.side {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
  	line-height:140%;
  	padding:2px;				
	}	
		
.sidetitle {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:small;
	font-weight:normal;
  	padding:2px;
  	margin-top:10px;
	letter-spacing: .1em;
	border-bottom:1px dotted #666;
	text-align:center;
	}		
	
.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:#CCC;  		
 	}	
		
.powered {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:xx-small;
	font-weight:bold;
  	border:1px dotted #999;			
	line-height:140%;
	text-transform:uppercase; 
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: .2em;					
  	background:#FFF;		
	}
	
	
