/* Hyungs CSS - Designed by CrazyDave */
/* Stylesheet for Crazy Kimchi */


/* basic elements */
body { 
	font-size: 12pt;
	font-family: Verdana, Arial, Sans Serif; 
	background: #E6CCAC;
	color: #000000; 
/*	background: #fff url(blossoms.jpg) no-repeat bottom right; */
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font-size: 24pt; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
a:link { 
	text-decoration: none; 
	color: #660000;
	}
a:visited { 
	text-decoration: none; 
	color: #440000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #AA3333;
	}


/* 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 {
			list-style: none;
			text-align: center;
			}
			
			#cNav li {
				width: 50px;
				height: 30px;
				}
			
			#cNav li {
				display: inline;
				}
				
			.comment {
				
				}
			
			.permalink {
				
				}
			
			.first {
				background: transparent url(images/first.gif) no-repeat top left;
				}
			
			.previous {
				
				}
			
			.archive {
				
				}
			
			.next {
				
				}
			
			.latest {
				
				}
	
	#links {
		margin-top:40px;
		clear:left;
		}
	
			
		#sidebar {
			float: right;
			width: 200px;
			}
		
			#icon {
				
				}
			
			#ext {
				font-size: 9pt; 
				}
	
		#support {
			list-style: none;
			}
		
			.faq {
				
				}
			
			.stuff {
				
				}
			
			.support {
				
				}
			
			.forum {
				
				}
		
		#projects {
			list-style: none;
			}
			
			#projects li {
				display: inline;
				}
		
			.KF {
				
				}
			
			.GHMC {
				
				}
			
			.CK {
				
				}
			
			.KH {
				
				}
			
			.MatC {
				
				}
			
			.KFt {
				
				}
			
			.T {
				
				}
		
		#blog {
			margin-right: 220px;
			}
			
			.blog {
				
				}
		
	#footer {
		clear: right;
		}
	
		#footer * {
			text-align: center;
			}

