@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

@font-face {
font-family: Korean_Calligraphy;
src: url('Korean_Calligraphy.ttf'),
     url('Korean_Calligraphy.eot'); /* IE9+ */
}

body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-image:url('background.jpg');
	background-repeat: repeat;
}

h1 {
	font-family: Korean_Calligraphy, "Century Gothic", Arial, sans-serif;
	font-size: 63px;
}

h2 {
	font-family: Korean_Calligraphy, "Century Gothic", Arial, sans-serif;
	font-size: 27px;
	padding-left: 220px;
}

h3 {
	font-family: Korean_Calligraphy, "Century Gothic", Arial, sans-serif;
	font-size: 27px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}

h3.homepage {
	padding-bottom: 10px;
}

h4 {
	font-size: 16px;
	padding: 5px 5px 5px 0px;
}

h4.top_5 {
	text-align: center;
	font-size: 20px;
	padding-top:10px;
}

p {
	padding: 10px;
}

p.song_description {
	font-size: 14px;
	padding-bottom: 10px;
}

p.by {
	font-size: 12px;
	padding: 15px 5px 0px 0px;
}

a {
	text-decoration: none;
	color: #ff9900;
}

a.top_nav {
	color: #000000;
}

a.current {
	color: #ff9900;
	border-bottom: 3px solid;
}

a.songs_list {
	font-weight: bold;
	font-size: 18px;
}
	
li {
	list-style: none;
}

ul.top_nav {
	font-family: Korean_Calligraphy, "Century Gothic", Arial, sans-serif;
	font-size: 31px;
	padding: 10px 15px 10px 10px;
}

li.top_nav {
	display: inline;
	list-style: none;
	padding: 10px;
}

ul.bottom_nav {
	padding-top: 10px;
	padding-bottom: 10px;
}

li.bottom_nav {
	display: inline;
	list-style: none;
	padding: 5px;
}

ul.top_5 {
	padding: 10px;
	font-size: 10px;
}

li.top_5 {
	padding: 5px;
}

ul.result {
	padding: 60px 5px 15px 5px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	margin-top: 25px;
	background-color: #FFFFFF;
}

#logo {
	padding: 15px 20px 10px 20px;
}

#top_navigation {
	text-align: right;
	padding-bottom: 10px;
}

#content {
	width: 800px;
	/*background:url('background_photo.jpg');
	background-size: 800px 378px;
	background-attachment:fixed;
	background-position: center 200px;*/
	background-color: #FFF;
}

#in_content_main {
	background:url('background_photo.jpg');
	background-size: 800px 378px;
	background-position: center 219px 100px;
	height: 378px;
}



#content1 {
	width: 300px;
	float: left;
	margin: 30px;
	text-align: center;
}

#content2 {
	width: 300px;
	float: right;
	background-color: white;
	margin: 50px;
	text-align: center;
	padding: 30px 0 20px 0;
}

#in_content {
	padding: 30px;
	text-align: center;
}

#result_in_content {
	text-align: center;
}

#video {
	float: right;
	padding: 15px 15px 25px 5px;
}

#comments {
	clear: both;
	padding: 20px;
}

#comment_box {
	display: block;
}

#recaptcha {
	padding-left: 220px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width: 800px;
	background-color: #FFF;
}

#bottom_navigation {
	width: 490px;
	float: left;
	padding-left: 5px;
}

#credits {
	width: 300px;
	float: right;
	text-align: right;
	padding: 5px 0 5px 0;
}

#clear {
	clear: both;
}