/* Hyungs CSS - Designed by CrazyDave */
/* Stylesheet for Crazy Kimchi */


/* basic elements */
body { 
	font-size: 12pt;
	font-family: Verdana, Arial, Sans Serif; 
	background: #000000 url(images/GHMC_logo.gif) no-repeat fixed top left;
	color: #CCCCCC;
	}
p { 
	text-align: justify;
	}
h1 { 
	font-family:Komika, Comic Sans MS, Sans Serif;
	font-size: 24pt; 
	letter-spacing: 1px; 
	}
h3 { 
	font-size: 14pt; 
	background: #333333;
	border: 1px solid #DDDDDD;
	color: #FF0000; 
	margin:  0px;
	}
a:link { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
span {
	display: none;
	}


/* specific divs */
#container { 
	margin: 20px; 
	}

	#header { 
		margin: 10px; 
		}
	
	#comic {
		margin-bottom: 30px;
		border: 1px solid #DDDDDD;
		background: #666666;
		}
		
		#cHead {
			margin-bottom: 10px;
			}
		
		#cComic {
			
			}
		
		#cFoot {
			margin-top: 10px;
			}
		
		/* I discovered this, did some googling. Looks like I'm not alone*/
		/* http://www.quirksmode.org/css/clearing.html */
		#cNav {
			text-align: center;
			overflow: auto;
			width: 100%;
			}
			
			/* http://wellstyled.com/css-replace-text-by-image.html */
			#cNav a {
				float: left;
				display: block;
				width: 100px;
				height: 30px;
				text-align:center;
				line-height: 2em;
				}
			
			.comment {
				
				}
			
			.permalink {
				
				}
			
			.first {
				background: transparent url(images/first.gif) no-repeat top center;
				}
			
			.previous {
				background: transparent url(images/previous.gif) no-repeat top center;
				}
			
			.archive {
				
				}
			
			.next {
				background: transparent url(images/next.gif) no-repeat top center;
				}
			
			.latest {
				background: transparent url(images/latest.gif) no-repeat top center;
				}
	
	#links {
		margin-top:40px;
		clear:left;
		}
		
		#projects {
			height: auto;
			margin-bottom: 40px;
			overflow: auto;
			width: 100%;
			}
			
			#projects a {
				display: block;
				float: left;
				margin: 10px;
				}
		
			.KF {
				
				}
			
			.GHMC {
				
				}
			
			.CK {
				
				}
			
			.KH {
				clear:left;
				}
			
			.MatC {
				
				}
			
			.KFt {
				
				}
			
			.T {
				
				}
			
		#sidebar {
			float: right;
			width: 200px;
			margin-top: 0px;
			border: 1px solid #DDDDDD;
			background: #666666;
			}
		
			#support {
			overflow: auto;
			width: 100%;
				
				}
				
				#support a {
					display: block;
					}
				
				.faq {
					
					}
				
				.stuff {
					
					}
				
				.support {
					
					}
				
				.forum {
					
					}
			
			#icon {
				
				}
			
			#ext {
				font-size: 9pt; 
				}
		
		#blog {
			clear: left;
			margin-right: 230px;
			margin-top: 40px;
			border: 1px solid #DDDDDD;
			background: #666666;
			}
			
		#misc {
			clear: left;
			margin-right: 230px;
			margin-top: 0px;
			border: 1px solid #DDDDDD;
			background: #666666;
			}
		
	#footer {
		clear: both;
		}
	
		#footer * {
			text-align: center;
			}
