﻿/* CSS Layout for KINSONYUNG.COM v.4 */

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
body {
	font: 62.5% Georgia;
	background: #263846;
}

ul { list-style: none inside; }
p {	font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none; }

h1{	
	font: 200% Arial;
	font-weight: 600; 
}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX*/

/* MAIN STRUCTURE and STUFF */
#page-wrap {
	width: 1024px;
	margin: 0 auto;
	}
	#header {
		margin-top: 10px;
		height: 51px;
	}
	#main-content {
		height: 633px;
		padding: 15px 45px 30px 45px;
		background: url('../Images/main_content_bg.png') repeat-x;
	}
	#article-area {
		font-size: 1.4em; line-height: 1.4em;
		width: 425px;
		float: left;
	}
	#gallery-area {
		width: 613px;
		height: 612px;
		float: left;
		position: relative;
	}
	#sidebar {
		font-size: 1.4em; line-height: 1.4em;
		text-align: right;
		width: 447px;
		height: 600px;
		float: right;
	}
	#nav_area {
		height: 42px;
		float: right;
		width: 290px;
		padding-top: 7px;
	}
	#blockedkin
	{
		height: 351px; 
		margin-left: 130px;
		background: url('../Images/deco_blockedkin.png') no-repeat;
}
	#minor
	{
	    height: 600px;
	    margin-top: 120px;
	    margin-left: 0px;
	    background: url('../Images/deco_minor.png') no-repeat;
}
	
/* GALLERY SETUP */
	#image-description-area {
		width: 260px;
		float: right;
	}
	
#gallery-area a {
	display: block;
	text-decoration: none;
	width: 613px;
	height: 612px;
	position: absolute;
	top: 0;
	left: 0;
}

	/* GALLERY - LARGE IMAGE HOVER */
	#image-one { background: url('../Gallery/gallery_dragonblue.png');
}
	#image-two { background: url('../Gallery/gallery_spacewurm.png');
}
	#image-three { background: url('../Gallery/gallery_letsride.png');
}
	#image-four { background: url('../Gallery/gallery_perched.png');
}
	#image-five { background: url('../Gallery/gallery_dragonknightprincess.png');
}
	#image-six { background: url('../Gallery/gallery_beautyandthebeast.png');
}
	#image-seven { background: url('../Gallery/gallery_jack.png');
}
	#image-eight { background: url('../Gallery/gallery_sewstress.png');
}
	#image-nine { background: url('../Gallery/gallery_mmt.png');
}
	#image-default { background: url('../Gallery/gallery_default.png');
}
	/* END GALLERY - LARGE IMAGE HOVER */

	/* GALLERY - LINK SPAN POSITION */
	#gallery-area a span {
		position: absolute;
	}
	/* END GALLERY - LINK SPAN POSITION */

	/* GALLERY - THUMBNAIL SETUP */
	#gallery-area a span img {
		display: block;
		height: 80px; width: 80px;
	}
	/* END GALLERY - THUMBNAIL SETUP*/

	/* GALLERY - THUMBNAIL POSITION */
	#image-one span { right: -110px; bottom: 0; }
	#image-two span { right: -215px; bottom: 0; }
	#image-three span { right: -320px; bottom: 0; }
	#image-four span { right: -320px; bottom: 95px; }
	#image-five span { right: -215px; bottom: 95px; }
	#image-six span { right: -320px; bottom: 190px; }
	#image-seven span { right: -110px; bottom: 95px; }
	#image-eight span { right: -215px; bottom: 190px; }
	#image-nine span { right: -320px; bottom: 285px; }
	/* GALLERY - END THUMBNAIL POSITION */
	
	/* GALLERY - IMAGE DESCRIPTION POSITION */
	span#image-title {
		display: none;
		height: 20px;
		top: 0;	right: -320px;
		color: black;
		font-size: 2.0em; font-weight: bold;
		text-align: right;
		}
		span#image-desc {
			display: none;
			height: 20px;
			top: 35px; right: -320px;
			color: black;
			font-size: 1.4em; line-height: 1.4em;
			text-align: right;
			}		
			span#image-type {
				display: none;
				height: 20px;
				top: 60px; right: -320px;
				color: black;
				font-size: 1.4em; line-height: 1.4em;
				text-align: right;
				}
				span#image-medium {
					display: none;
					height: 20px;
					top: 85px; right: -320px;
					color: black;
					font-size: 1.4em;
					text-align: right;
					}
	/* END GALLERY - IMAGE DESCRIPTION POSITION */

	/* GALLERY - LINK HOVER Z-INDEX SETUP */
	#gallery-area a:hover { z-index: 1; }
	/* END GALLERY - LINK HOVER Z-INDEX SETUP */
	
	/* GALLERY - LINK SPAN DISPLAY SETUP ON HOVER */
	#gallery-area a:hover span{	display: block;	}
	/* END GALLERY - LINK SPAN DISPLAY SETUP ON HOVER */

/* END GALLERY SETUP */

/* TAB MENU SETUP */
ul#menu {
	}
	ul#menu li {
		display: inline;
		float: left;
		}
		ul#menu li a {
			display: block;
			text-decoration: none;
			height: 51px;
		}

	/* TAB MENU IMAGE SETUP */
			ul#menu li.logo a {
				width: 504px;
				background: url('../Images/header_logo.png') no-repeat center top;
}
			ul#menu li.home a {
				width: 130px;
				background: url('../Images/tab_home.png') no-repeat center top;
}
			ul#menu li.portfolio a {
				width: 130px;
				background: url('../Images/tab_portfolio.png') no-repeat center top;
}
			ul#menu li.about a {
				width: 130px;
				background: url('../Images/tab_about.png') no-repeat center top;
}
			ul#menu li.contact a {
				width: 130px;
				background: url('../Images/tab_contact.png') no-repeat center top;
}
	/* END TAB MENU IMAGE SETUP */
	
	/* TAB MENU - LINK SPAN POSITION */
	ul#menu li.home a span#home-message {
		position: relative;
	}
	ul#menu li.portfolio a span#portfolio-message {
		position: relative;
	}
	ul#menu li.about a span#about-message {
		position: relative;
	}
	ul#menu li.contact a span#contact-message {
		position: relative;
	}
	/* END TAB MENU - LINK SPAN POSITION */

	/* TAB MENU - DESCRIPTION POSITION */
		span#home-message {
			display: none;
			width: 500px;
			height: 20px;
			top: 700px; left: -490px;
			color: black;
			font-size: 1.4em; line-height: 1.4em; font-weight: 600;
			text-align: left;
			}
		span#portfolio-message {
			display: none;
			width: 500px;
			height: 20px;
			top: 700px; left: -620px;
			color: black;
			font-size: 1.4em; line-height: 1.4em; font-weight: 600;
			text-align: left;
			}
		span#about-message {
			display: none;
			width: 500px;
			height: 20px;
			top: 700px; left: -750px;
			color: black;
			font-size: 1.4em; line-height: 1.4em; font-weight: 600;
			text-align: left;
			}
		span#contact-message {
			display: none;
			width: 500px;
			height: 20px;
			top: 700px; left: -880px;
			color: black;
			font-size: 1.4em; line-height: 1.4em; font-weight: 600;
			text-align: left;
			}
	/* END TAB MENU - DESCRIPTION POSITION */

	/* TAB MENU - LINK SPAN DISPLAY SETUP ON HOVER */
	ul#menu li.home a:hover span { display: block; }
	ul#menu li.portfolio a:hover span { display: block; }
	ul#menu li.about a:hover span { display: block; }
	ul#menu li.contact a:hover span { display: block; }
	/* END TAB MENU - LINK SPAN DISPLAY SETUP ON HOVER */
	
	/* TAB MENU HOVER and ACTIVE SETUP */	
				ul#menu li.contact a:hover {
					background-position: center center;
				}
				ul#menu li.contact a:hover {
					background-position: center center;
				}
				ul#menu li.about a:active {
					background-position: center center;
				}
				ul#menu li.about a:hover {
					background-position: center center;
				}
				ul#menu li.portfolio a:active {
					background-position: center center;
				}
				ul#menu li.portfolio a:hover {
					background-position: center center;
				}
				ul#menu li.home a:active {
					background-position: center center;
				}
				ul#menu li.home a:hover {
					background-position: center center;
				}
			body#contact ul#menu li.contact a  {
				background-position: bottom center;
			}
	
			body#about ul#menu li.about a  {
				background-position: bottom center;
			}
	
			body#portfolio ul#menu li.portfolio a  {
				background-position: bottom center;
			}
			body#portfolio2 ul#menu li.portfolio a  {
				background-position: bottom center;
			}
			body#home ul#menu li.home a  {
				background-position: bottom center;
			}
	/* END TAB MENU HOVER and ACTIVE SETUP */

/* END TAB MENU SETUP */

/* NAV ARROW SETUP */
ul#nav_arrow {
	}
	ul#nav_arrow li {
		display: inline;
		}
		ul#nav_arrow li a {
			display: block;
			text-decoration: none;
			height: 42px;
		}
/* END NAV ARROW SETUP */

/* NAV ARROW IMAGE SETUP */
			ul#nav_arrow li.arrow_left a {
				width: 39px;
				float: left;
				background: url('../Images/arrow_left.png') no-repeat center top;
}
			ul#nav_arrow li.arrow_right a {
				width: 39px;
				float: right;
				background: url('../Images/arrow_right.png') no-repeat center top;
}
/* END NAV ARROW IMAGE SETUP */

/* NAV_ARROW HOVER and ACTIVE SETUP */	
				ul#nav_arrow li.arrow_left a:active {
					background-position: center center;
				}
				ul#nav_arrow li.arrow_left a:hover {
					background-position: center center;
				}
				ul#nav_arrow li.arrow_right a:active {
					background-position: center center;
				}
				ul#nav_arrow li.arrow_right a:hover {
					background-position: center center;
				}
			body#portfolio2 ul#nav_arrow li.arrow_right a  {
				background-position: bottom center;
			}
			body#portfolio ul#nav_arrow li.arrow_left a  {
				background-position: bottom center;
			}
/* END NAV_ARROW HOVER and ACTIVE SETUP */


/* CONTACT INFO IMAGE POSITION */
#main-content img {
	float: right;
}
/* END CONTACT INFO IMAGE POSITION */
	
/* FOOTER SETUP */
#footer {
	height: 24px;
	background: url('../Images/footer_bg.png') repeat-x;
	color: white;
	padding: 0px 8px 0px 8px;
	}
	#site-version {
		margin-top: 7px;
		font-size: 0.8em;
		line-height: 0.8em;
		width: 13px;
		float: left;
	}
	#copyright {
		margin-top: 7px;
		font-size: 0.8em;
		line-height: 0.8em;
		width: 135px;
		float: right;
	}
/* END FOOTER SETUP */

/* END STRUCTURE */
