/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt;
	font-family: Verdana, Arial, Sans Serif; 
	color: #000000; 
/*	background: #fff url(blossoms.jpg) no-repeat bottom right; */
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: 12pt; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
a:link { 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */
#container { 
	/*background: url(zen-bg.jpg) no-repeat top left;
	padding: 0px 175px 0px 110px;  */
	margin: 20px; 
	}

	#header { 
		margin: 10px; 
		}
	
	/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
	#header h1 { 
	/*	background: transparent url(h1.gif) no-repeat top left; 
		margin-top: 10px; 
		width: 219px; 
		height: 87px; 
		float: left;*/
		}
	
	#comic {
		margin-bottom: 30px;
		}
		
		#cHead {
			
			}
		
		#cComic {
			
			}
		
		#cFoot {
			
			}
		
		#cNav {
			
			}
		
			.comment {
				
				}
			
			.permalink {
				
				}
			
			.first {
				
				}
			
			.previous {
				
				}
			
			.archive {
				
				}
			
			.next {
				
				}
			
			.latest {
				
				}
	
	#links {
		margin-top:40px;
		clear:left;
		}
	
		#lInt {
			width: 120px;
			float: left;
			}
			#support {
				
				}
			
				.faq {
					
					}
				
				.stuff {
					
					}
				
				.support {
					
					}
				
				.forum {
					
					}
			
			#projects {
				
				}
			
				.KF {
					
					}
				
				.GHMC {
					
					}
				
				.CK {
					
					}
				
				.KH {
					
					}
				
				.MatC {
					
					}
				
				.KFt {
					
					}
				
				.T {
					
					}
		
			#lIcon {
				
				}
		
		#lBlog {
			margin-left: 130px;
			}
			
			.blog {
				
				}
		
		#lExt {
			clear:left;
			}
		
	#footer {
		clear:left;
		}
	
		.footer {
			
			}
