/*  
Theme Name: _jinsung.v_02
Theme URI: http://ujinsung.com
Description: theme for jinsung and heejung's homepage.
Version: 0.2
Author: Jin Sung Yoo
Author URI: http://ujinsung.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #333;
    font-family: tahoma,verdana,arial,helvetica;
	}

	#wrapper {
		width: 850px;
		margin: 0 auto;
		background: #fff
		}
		
		a {	color: #444;	text-decoration: none; }			
			a:hover { color: #003366; text-decoration: underline; }
			

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
	height: 40px;
	margin: 0 auto;
	background: #f6f6f6;
	text-align: left;
	padding: 5px 5px 0 0;
	}
	
	#title {
		margin: 3px 0px 0px 8px;
		font-size: 1.1em;
		font-weight: normal;
		}
		
		h1 a, h1:visited { color: #333; text-decoration: none; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	float: right;
	margin: 0 auto;
	}
	
	#topbar ul {
		list-style: none;
		margin: -3px 5px 0 5px;
		padding: 0;
		}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;
			font-size: 0.8em;
			padding: 0 8px 0 8px;
			}
			
				#topbar ul li a:hover { 
					color: #111; 
					text-decoration: underline;
					}
					
 				#topbar ul li.current-cat, #topbar ul li.current-cat a, #topbar ul li.current_page_item, #topbar ul li.current_page_item a {
					color: #ee0000;
					text-decoration: underline;
					}
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CATEGORY TITLE
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#categorytitle {
	height: 43px;
	font-size: 0.9em;
	font-weight: normal;
	background: #666;
	color: #EEE;
	}

	#categorytitle #title {
		font-size: 0.9em;
		padding: 3px 0px 0px 8px;
		float: left;
		}
	#categorytitle a {
		padding: 0 5px 0 0px;
		color: #EEE;
	}
		#categorytitle #title #categorychild li, #categorytitle #title #categorychild li a {
			display: block;
			float: left;
			list-style: none;
			padding: 0 5px 0 0px;
			color: #bbb;
		}
	#categorytitle #search {
		float: right;
		text-align: left;
		margin: 9px 12px 0 10px;
		}
		
		#categorytitle #search input {
			width: 80px;
			height: 12px;
			font-size: 0.8em;
		}
		
		input#s {
			margin: 0px auto 0 auto;
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px 0 4px 4px;
			color: #aaa;
			}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	text-align: right;
	float: right;
	width: 230px;
	font-size: 0.8em;
	margin: 8px 0 0 0;
	padding: 0 0px 0px 0px;
	}
	
	#sidebar .categoryTitle {
		text-align: bold;
		font-size: 0.9em;
		padding: 0px 15px 0px 0px;
	}
	#wrapper>#sidebar { padding: 15px 0 0px 0; } /* FF Specific */
				
	#sidebar #sidebar_wrapper li {
		margin: 0;
		padding: 0;
		list-style: none;
		padding: 0px 15px 0px 10px;
		}
		#sidebar #sidebar_wrapper #meta li a{
			color: #888;
		}
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	margin: 0 0 0 0;
	text-align: left;
	padding: 0px 0 0 0;
	}
	
	#content .divider {
		width : 600px;
		height: 30px;
		margin-left: 20px;
		background: #fff url("./images/post-divider.gif") repeat-x;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 28px 0 0px 0;
	}
		
	.post h2 a {
		font-size: 1em;
		font-weight: normal;
		color: #222;
		margin: 0px 0px 0 0px;
		}
		
		.post h2.single { margin: -10px 20px 0px 20px; }
			
	.post .data {
		font-size: .9em;
		font-weight: normal;
		margin: 0 20px 15px 0px;
		}
		
		.post h3 {
			font-size: 1.3em;
			font-weight: normal;
			margin: 10px 20px -10px 0;
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */

	.entry {
		margin: 0 20px 20px 20px;
		font-size: 0.8em;
		}
		.entry img {
		border: 0;
			}	
		.postmetadata {
			margin: 10px auto 15px auto;
			border-top: 1px solid #bbb;
			border-bottom: 1px solid #bbb;
		
			text-align: center;
			font-size: 0.9em;
			padding: 8px 10px;
			}
			
			.postmetadata#single { margin: 0 auto 30px auto; }
			
			.postmetadata small { font-size: 0.8em; }			
			
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
.navigation {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 20px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 8px 22px;
	}
.navigation-top {
	border-bottom: 1px solid #ddd;
	height: 14px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 4px 15px;		
}	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		float: right;
		text-align: right;
		}
	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.3em;
		font-weight: normal;
		color: #888;
		margin: 10px 0 15px 20px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #bbb;
			background: #fff;
			padding: 3px;
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 600px; }
			
			#commentform input#submit {
				font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
				width: 130px;
				color: #888;
				}
				
		h4 {
			margin: 25px 0 20px 0;
			text-align: center;
			font-weight: normal;
			color: #888;
			}
	
	ol.commentlist {
		width: 600px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.9em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #BBB;
			}
		
			ol.commentlist p.await_mod {
				color: #f00;
				margin: 0 0 8px 0;
				}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 35px 0 0 0;
	text-align: center;
	}
	
	.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
	.sanda h3 { margin: 0 40px 15px 40px; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 20px;
	height: 20px;
	}


	#topbar .feedicon {
		background: url("./images/feedicon_blue_bg.png") no-repeat;
		display: block;
		display: inline; /* IE */
		float: right;
		margin: 2px 10px 0 0;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	margin: 8px auto 0 auto;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 0;
	text-align: center;	
	}
	
	#footer p {
		margin: 0 0 15px 0;
		padding: 15px 0 0 0;
		font-size: 0.7em;
		color: #888;
		}
		
		#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */
		
		#footer p a {
			color: #4796E9;
			text-decoration: underline;
			}
			
			#footer p a:hover { color: #4796E9; text-decoration: none; }
			
			
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
		Thanks very much for downloading Day Dream. Jim Whimpey, fightingfriends.com
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		