/*------------------------------
=BASIC SETUP
------------------------------*/
/* ±ÜÃâ±»Ò³Í·¹Ì¶¨À¸µ²×¡*/
html{
	scroll-padding-top:140px;
}

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
bodyA, header, footer, section, aside, nav, article {
	display: block;
}

body {
	width: 100%;
	background: #F0F0F0;
}

bodyA {
	margin: 0 auto;
	padding: 22px 0;
	width: 940px;
	font: 16px/22px Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 11px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	padding-bottom: 22px;
}



/*------------------------------
=NAVIGATION
------------------------------*/
.header_top1{
position:fixed;
top:0;
width:100%;
z-index:99999;
}

.header_top1 header {
	position: absolute;
	width: 100%;
	background: #F0F0F0;
}

.header_top2{
position:fixed;
top:65px;
left:0;
width:100%;
z-index:99999;
}

.header_top2 nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: url("images/nav_background.png");
}

	.header_top2 nav ul {
		margin: 0 auto;
		width: 940px;
		list-style: none;
	}

		.header_top2 nav ul li {
			float: left;
		}
		
			.header_top2 nav ul li a {
				display: block;
				margin-right: 20px;
				width: 95px;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #fff;
			}
			
				.header_top2 nav ul li a:hover {
					color: #777;
				}
			
			.header_top2 nav ul li.selected a {
				color: #fff;
			}
			

/*------------------------------
=INTRODUCTION
------------------------------*/

#intro {
	position: relative;
	margin-top: 120px;
	padding: 44px;
	background: #467612 url("images/intro_background.png") repeat-x;
	
	/* Background-size not implemented yet */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	
	/* Border-radius not implemented yet */
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

	#intro h2, #intro p {
		position: relative;
		z-index: 9999;
		width: 336px;
	}
	
	#intro h2 {
		padding: 0 0 22px 0;
		font-weight: normal;
		color: #fff;
	}
	
	#intro p {
		padding: 0;
		color: #d9f499;
	}
	
	#intro img {
		position: absolute;
		top: 0;
		right: 0;
		width: 653px;
		height: 100%;
	
		/* Border-radius not implemented yet */
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
	}



/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
}

	#mainContent {
		display: table-cell;
		width: 620px;
		padding-right: 22px;
	}
	
	aside {
		display: table-cell;
		width: 300px;
		background: url("images/sidebar_background.png") top left;
	}



/*------------------------------
=BLOG POST
------------------------------*/
.blogPost header p, .blogPost header p a {
		font-size: 14px;
		font-style: italic;
		color: #777;
	}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}

.blogPost div {
	line-height: 26px;
}
	
.blogPost img {
	margin: 22px 0;
	-webkit-box-shadow: 3px 3px 7px #777;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


/*------------------------------
=COMMENTS
------------------------------*/

#lists {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	#lists article {
		display: table;
		padding: 22px;
	}
	
	#lists article:nth-child(odd) {
		padding: 21px;
		background: #E3E3E3;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
		#lists article header {
			display: table-cell;
			width: 30px;
			padding-right: 21px;
		}
		
			#lists article header a {
				display: block;
				font-weight: bold;
				color: #000;
			}
			
				#lists article header a:hover {
					text-decoration: none;
				}
		
		#lists article p {
			display: table-cell;
			width: 500px;
			padding-right: 21px;
			padding: 0;
		}
			#lists article p a {
				display: block;
				font-weight: bold;
				color: #000;
			}
			
				#lists article p a:hover {
					text-decoration: none;
				}

		#lists article pp {
			display: table-cell;
			width: 500px;
			padding-right: 21px;
			padding: 0;
		}
			#lists article pp a {
				color: #000;
			}
			
				#lists article pp a:hover {
					text-decoration: none;
				}

/*------------------------------
=COMMENT FORM
------------------------------*/
form {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
		}
	
		form input[type="text"], form input[type="email"], form input[type="url"] {
			display: table-cell;
			width: 300px;
			height: 20px;
			border: 1px solid #d7d7d7;
		}
		
		form textarea {
			width: 300px;
			height: 100px;
			border: 1px solid #d7d7d7;
		}
		

/*------------------------------
=SIDEBAR
------------------------------*/
aside section {
	margin: 22px 0 0 22px;
	padding: 11px 22px;
	background: url("images/sidebar_section_background.png") repeat-x;
	
	/* Border-radius not implemented yet */
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

	aside section ul {
		margin:0 0 0 22px;
		list-style: none;
	}
	
		aside section ul li a {
			margin:5px 0 0 0;
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
			}



/*------------------------------
=FOOTER
------------------------------*/
footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #222;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 22px 0;
		width: 940px;
		color: #777;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
		}
		
		footer div #about, footer div #blogroll{
			padding-right: 20px;
		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer a {
		color: #999;
	}
	
		footer a:hover {
			color: #FFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #565656;
	}
	
	footer ul li a {
			display: block;
		}
