@charset "utf-8";

/*
Theme Name: Curly Music Themes
Theme URI: http://curlymusic.jp/
Description: Curly Music original themes
Version: 1.0
Author: hasegawahiroshi
Author URI: http://hasegawahiroshi.jp/
Tags: white, fixed width, two column, Japanese
*/

/*
html
*/

body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	/* letter-spacing: 1px; */
	color: #333;
	background:#fff url("images/back.gif") repeat-x center top;
	}

p,ul,ol,li,form,input,textarea,select,dl,dt,dd,blockquote {
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}

br {
	letter-spacing: 0;
	}

img {
	border: 0;
	}
	
a,
a:visited {
	color: #F1281A;
	text-decoration: none;
	}

a:hover {
	color: #f00;
	}

/*
layout
*/

#mainwrap {
	margin: 0 auto;
	padding: 0 30px;
	width:850px;
	text-align:left;
	}

/*
header
*/

#header:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#header {
	margin: 0 0 25px;
	padding: 0 0 30px;
	width: 850px;
	/* background: url("images/line_header.gif") repeat-x left bottom; */
	}

#header h1 {
	width: 420px;
	float: left;
	margin: 40px 0 0;
	padding: 0;
	height: 54px;
	font-size: 100%;
	line-height: 1em;
	}

#header-sub:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#header-sub {
	width: 322px;
	float: right;
	background: url("images/back_header.gif") no-repeat 0 0;
	margin: 0;
	padding: 11px 0 9px;
	height: 24px;
	}

#header-sub img {
	vertical-align: bottom;
	line-height: 1em;
	}

#header-sub p.rss {
	float: left;
	width: 100px;
	margin: 0;
	line-height: 1em;
	padding: 0 8px 0 15px;
	background: url("images/line_v_header.gif") no-repeat right center;
	}

#header-sub form {
	float: left;
	width: 195px;
	line-height: 1em;
	}

#header-sub form input.text {
 	width:138px;
	font-size:100%;
	margin: 0 0 0 12px;
	padding:3px 5px 2px;
	color: #fff;
	letter-spacing:1px;
	background: #D42B2B;
	border:1px #CD1317 solid; 
	line-height:1em;
	font-size: 90%;
	vertical-align: bottom;
	}

#header-sub form input.text:focus {
	background: #fff;
	color: #D42B2B;
	}

#header-sub form input.submit {
	margin: 0 0 0 5px;
	vertical-align: bottom;
	width: 24px;
	height: 24px;
	}

#header ul {
	width: 322px;
	float: right;
	margin-top: 20px;
	list-style: none;
	text-align: right;
	}

#header ul li {
	display: inline-block;
	float:left;
	}

#header ul li img {
	vertical-align: bottom;
	}

#header ul li form input {
 	width:120px;
	font-size:100%;
	margin-left: 5px;
	padding:3px 5px 2px;
	color: #fff;
	letter-spacing:1px;
	background: #D42B2B;
	border:1px #CD1317 solid; 
	line-height:1em;
	font-size: 90%;
	vertical-align: baseline;
	}

#mainimage {
	margin: -30px 0 30px;
	}

#jacketimage:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#jacketimage {
	background: #222;
	margin: -30px 0 20px;
	width: 850px;
	height: 340px;
	position: relative;
	overflow: hidden;
	}

#jacketimage .theme {
	position: absolute;
	background: #222;
	color: #fff;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 5px 15px;
	z-index: 100;
	font-size: 80%;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	opacity: 0.8;
	}

#jacketimage .theme a,
#jacketimage .theme a:visited {
	color: #fff;
	}

#jacketimage span {
	display: block;
	float: left;
	width: 170px;
	}

#jacketimage img {
	width: 0;
	height: 170px;
	margin-left: 85px;
	}


/*
content
*/

#content:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#content {
	width: 850px;
	}

#article:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#article {
	float:left;
	width:500px;
	overflow: hidden;
	}

#article ul.pathlink:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#article ul.pathlink {
	list-style: none;
	margin: 0 0 20px;
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	}

#article ul.pathlink li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 20px;
	background: url("images/arr_r.gif") no-repeat left center;
	color: #A59F91;
	}

#article ul.pathlink li.home {
	padding-left: 0;
	background: none;
	}

#article ul.pathlink li a,
#article ul.pathlink li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	color: #A59F91;
	font-style: italic;
	}

#article ul.pathlink li a:hover {
	color: #D42B2B;
	}

/* sidebar */

#nav {
	float:right;
	width:320px;
	overflow: hidden;
	}

#nav h2 {
	background: #F1281A url("images/back_navheader.gif") repeat-x left bottom;
	font-size: 75%;
	padding: 3px 10px 4px;
	margin: 0;
	color: #fff;
	}

#nav h2 a,
#nav h2 a:visited,
#nav h2 a:hover {
	color: #fff;
	}

#nav h2 span.en {
	letter-spacing: 1px;
	font-weight: normal;
	float:right;
	line-height: 1.6em;
	}

#theme-side {
	margin: 0 0 20px;
	}

#nav #theme-side h2 {
	background: #F1281A;
	padding: 3px 10px 2px;
	margin: 0;
	width: 300px;
	}

#theme-side:after,
#jacketimage-side:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

#jacketimage-side {
	display: block;
	width: 320px;
	background: #222;
	margin: 0;
	}

#jacketimage-side a {
	display: block;
	width: 320px;
	}

#jacketimage-side span {
	display: block;
	float: left;
	width: 64px;
	}

#jacketimage-side img {
	width: 0;
	height: 64px;
	margin-left: 32px;
	}

#nav-aboutus {
	margin: 0 0 20px;
	border: 1px #E1E0DA solid;
	}

#nav-aboutus p {
	margin: 10px;
	line-height: 1.6em;
	font-size: 75%;
	color: #704542;
	}

#nav-aboutus ul {
	list-style: none;
	margin: 10px;
	line-height: 1.4em;
	font-size: 75%;
	color: #704542;
	}

#nav-aboutus ul li {
	margin: 0;
	padding: 3px 0 2px 10px;
	border-bottom: 1px #EDEAE5 solid;
	background: url("images/arr_red_s.gif") no-repeat left center;
	}

#nav-aboutus ul li a,
#nav-aboutus ul li a:visited {
	color: #704542;
	}

#nav-aboutus ul li a:hover {
	color: #F1281A;
	}



#nav-information {
	margin: 0 0 20px;
	border: 1px #E1E0DA solid;
	}

#nav-information ul {
	list-style: none;
	margin: 10px;
	}

#nav-information ul li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#nav-information ul li {
	margin: 0 0 3px;
	padding: 0 0 3px;
	width: 298px;
	border-bottom: 1px #EBE6DB solid;
	font-size: 75%;
	line-height: 1.6em;
	}

#nav-information ul li .date {
	display: block;
	width: 60px;
	float: left;
	clear: left;
	color: #704542;
	margin-right: 20px;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	}

#nav-information ul li .title {
	display: block;
	width: 200px;
	float: left;
	color: #704542;
	}

#nav-information ul li a:hover .date,
#nav-information ul li a:hover .title {
	color: #F1281A;
	}


#nav p.nav-morelink {
	margin: 0;
	padding: 3px 10px;
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	background: #EAE9E5 url("images/back_line.gif") repeat center center;
	border-top: 1px #E1E0DA solid;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	line-height: 1em;
	}

#nav .nav-morelink a,
#nav .nav-morelink a:visited {
	padding-left: 10px;
	background: url("images/arr_red_s.gif") no-repeat left center;
	color: #704542;
	}

#nav .nav-morelink a:hover {
	color: #F1281A;
	}

#nav-tagcloud {
	margin: 0 0 20px;
	border: 1px #E1E0DA solid;
	}

#nav-tagcloud p {
	margin: 10px;
	line-height: 1.8em;
	text-align: center;
	}

#nav-tagcloud p a,
#nav-tagcloud p a:visited {
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 2px;
	background: #C0B8A7;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#nav-tagcloud p a:hover {
	color: #fff;
	background: #F1281A;
	}

#nav p.theme {
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	}

#nav p.ad {
	margin: 0 0 20px;
	padding: 8px 0;
	text-align: center;
	border: 1px #E1E0DA solid;
	background: #F7F7F2;
	}

#nav p.ad a img,
#nav p.ad a:visited img {
	border: 1px #F7F7F2 solid;
	}

#nav p.ad a:hover img {
	border: 1px #F1281A solid;
	}

#nav ul.ad:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#nav ul.ad {
	margin: 0 0 15px;
	padding: 0;
	width: 320px;
	list-style: none;
	}

#nav ul.ad li.ad-left {
	width: 165px;
	float: left;
	margin: 0;
	text-align: center;
	}

#nav ul.ad li.ad-right {
	width: 150px;
	float: right;
	text-align: center;
	margin: 0;
	}

#nav ul.ad li.ad-right img {
	margin-bottom: 5px;
	}

#nav p.ituneswidgets {
	font-size: 100%;
	line-height: normal;
	}

	
#nav-download {
	background: #EAE9E5;
	background: #EAE9E5 url("images/back_line.gif") repeat center center;
	border: 1px #E1E0DA solid;
	padding: 10px 0 7px;
	text-align: center;
	font-size: 70%;	
	}

#nav-download img {
	margin-bottom: 5px;
	}

#nav-download a,
#nav-download a:visited {
	color: #666;
	}

#nav-download a:hover {
	color: #111;
	}


#footer-menu:after,
#footer:after,
.footerwrap:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#footer-menu {
	margin: 30px 0 0;
	padding: 0 0 40px;
	background: #F7F7F2 url("images/back_footermenu.gif") repeat-x center top;
	color: #704542;
	}
#footer {
	margin: 0;
	padding: 20px 0;
	background: #F1281A url("images/back_footer.gif") repeat-x center top;
	}
.footerwrap {
	width: 850px;
	margin: 0 auto;
	}

#footer-menu .pageup {
	float: right;
	width: 100px;
	}

#footer-menu .box-playlist {
	width: 280px;
	float: left;
	margin-right: 30px;
	}

#footer-menu .box-information {
	width: 320px;
	float: left;
	margin-right: 30px;
	}

#footer-menu .box-playlist h2,
#footer-menu .box-information h2,
#footer-menu .box-banner h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	letter-spacing: 0;
	font-size: 100%;
	margin: 45px 0 20px;
	padding: 0;
	}

#footer-menu .box-banner h2 {
	margin: 15px 0 20px;
	}

#footer-menu h2 a {
	padding-right: 15px;
	background: url("images/arr_red_2.gif") no-repeat right center;
	}


#footer-menu .box-playlist ul,
#footer-menu .box-information ul {
	list-style: none;
	}

#footer-menu .box-playlist ul li:after,
#footer-menu .box-information ul li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#footer-menu .box-playlist ul li {
	margin: 0 0 3px;
	padding: 0 0 3px;
	width: 280px;
	border-bottom: 1px #EBE6DB solid;
	font-size: 75%;
	line-height: 1.6em;
	}	
#footer-menu .box-information ul li {
	margin: 0 0 3px;
	padding: 0 0 3px;
	width: 320px;
	border-bottom: 1px #EBE6DB solid;
	font-size: 75%;
	line-height: 1.6em;
	}

#footer-menu .box-information ul li .date {
	display: block;
	width: 60px;
	float: left;
	clear: left;
	color: #704542;
	margin-right: 20px;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	}

#footer-menu .box-information ul li .title {
	display: block;
	width: 240px;
	float: left;
	}

#footer-menu .box-information ul li a:hover .date,
#footer-menu .box-information ul li a:hover .title {
	color: #F1281A;
	}

#footer-menu .box-banner {
	width: 190px;
	float: left;
	}

#footer-menu .box-banner ul {
	list-style: none;
	}

#footer-menu .box-banner ul li {
	margin: 0 0 5px;
	padding: 5px;
	line-height: 1em;
	background: #ECE8DF;
	}

#footer-menu .box-banner ul li img {
	vertical-align: bottom;
	}

#footer-menu ul li a,
#footer-menu ul li a:visited {
	color: #704542;
	}

#footer-menu ul li a:hover {
	color: #f00;
	}


#footer ul {
	list-style:none;
	padding:0;
	margin: 10px 0 0;
	width: 380px;
	float: left;
	}

#footer li {
	display:inline;
	margin-left: 5px;
	padding-left: 8px;
	border-left: 1px #F45348 solid;
	font-size: 80%;
	line-height: 1em;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	}

#footer li.home {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;	
	}

#footer li a {
	position: relative;
	padding: 3px 5px;
	border: 1px #F1281A solid;
	background: #F1281A;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#footer li a:hover {
	border: 1px #BC0000 solid;
	background: #c00;
	}

#footer p {
	width: 450px;
	float: right;
	margin:8px 0;
	text-align: right;
	font-size: 70%;
	line-height: 1.6em;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	}

#footer p .logo {
	float: right;
	margin: -2px 0 0 20px;
	}

* html #footer p .logo {
	position: relative;
	}

#footer a,
#footer a:visited {
	color: #fff;
	}

#footer a:hover {
	color: #fff;
	}

/*
top, page
*/

.post:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.post {
	margin:0 0 30px;
	padding: 0;
	width: 500px;
	}

.post-header:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.post-header {
	margin: 0 0 20px;
	padding: 3px 0;
	min-height: 54px;
	}

#article .post-header h2 {
	margin: 0 0 10px;
	padding: 25px 2px 10px;
	background: none;
	background: url("images/back_headline.gif") repeat-x center top;
	font-size: 110%;
	line-height: 1.4em;
	border-bottom: 1px #E8E5DC solid;
	}

.post-header h2 a,
.post-header h2 a:visited {
	background:none;
	color: #111;
	text-decoration: none;
	}

.post-header h2 a:hover {
	color: #F1281A;
	}

.post-header p.tags {
	margin: 0;
	padding: 5px 0 4px 60px;
	font-size: 70%;
	line-height: 2.2em;
	background: url("images/mark_tags.gif") no-repeat left center;
	color: #999;
	}

.post-header p.tags a,
.post-header p.tags a:visited {
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 2px;
	background: #C0B8A7;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.post-header p.tags a:hover {
	color: #fff;
	background: #F1281A;
	}

.post p {
	margin:10px 0;
	line-height:1.8em;
	font-size: 75%;
	}

.post a,
.post a:visited {
	}

.post a:hover {
	}

a.more-link,
a.more-link:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 130%;
	}

.post object {
	margin:10px 0;
	}

.post h3 {
	clear:both;
	margin: 20px 0 15px;
	padding: 15px 0 14px 45px;
	font-size: 90%;
	background: url("images/mark_head.gif") no-repeat left center;
	border-bottom: 2px #DCD8C8 solid;
	}

.post h4,
.post h5 {
	margin: 20px 0 10px;
	font-size: 80%;
	}

.post ul,
.post ol {
	clear: left;
	margin: 10px 0 5px 15px;
	padding-left: 25px;
	}

.post li {
	margin:0 0 5px;
	padding: 0;
	font-size: 75%;
	line-height: 1.6em;
	}

.post .playlist li {
	margin:0 10px 0 0;
	padding: 3px 5px;
	font-size: 75%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

.post blockquote {
	border-left: 2px #ccc solid;
	padding:0 20px;
	margin: 0 0 20px 3px;
	}

.post blockquote p {
	margin:10px 0;
	color: #444;
	width: auto;
	}

.post dl:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.post dl {
	margin:0;
	width:500px;
	}
.post dt {
	clear:left;
	float:left;
	width:80px;
	margin:0;
	padding:5px 20px 5px 0;
	font-weight:bold;
	font-size: 75%;
	line-height:1.6em;
	text-align: right;
	}
.post dd {
	float:left;
	width:400px;
	margin:0;
	padding:5px 0;
	font-size: 75%;
	line-height:1.6em;
	}

.post dl.postmetadata {
	clear: both;
	margin: 30px 0;
	padding: 10px 15px 5px;
	border-top: 1px #D2CFC3 solid;
	background: #EFEDE6;
	width:470px;
	}

.post dl.postmetadata dt {
	padding-top:0;
	padding-bottom:5px;
	font-size:85%;
	width: 110px;
	}

.post dl.postmetadata dd {
	padding-top:0;
	padding-bottom:5px;
	font-size:85%;
	width: 340px;
	}

.post dl.postmetadata dd a,
.post dl.postmetadata dd a:visited {
	background: none;
	border-bottom: 1px #ccc solid;
	}

.post dl.postmetadata dd a:hover {
	background: #ff0;
	}

.post p input {
	margin: 5px 0;
	}

.post-footer-share:after,
.post-footer:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.post-footer-share {
	/* background: #EEEDE4; */
	border-top: 1px #DCD8C8 solid;
	border-bottom: 0;
	margin: 25px 0 0;
	padding: 15px 0;
	width: 500px;
	}

.post-footer-share p,
.post-footer p {
	margin: 0;
	}

.post-footer-share p.download {
	width: 200px;
	float: left;
	line-height: 1em;
	}

.post-footer-share p.sbm {
	width: 175px;
	float: right;
	font-size: 70%;
	padding-left: 70px;
	background: url("images/mark_share.gif") no-repeat left center;
	}

.post-footer-share p.sbm img {
	margin: 0 0 0 4px;
	float: left;
	}

.post-footer {
	margin: 0;
	padding: 0 3px;
	width: 494px;
	border-top: 0;
	/* background: #EEEDE4;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px; */
	}

.post-footer p {
	float: left;
	width: 360px;
	font-size: 70%;
	line-height: 1em;
	color: #9C9680;
	}

.post-footer p.date {
	float: right;
	width: 100px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	text-align: right;
	letter-spacing: 0;
	}

#article h2 {
	font-size: 110%;
	margin: 0 0 10px;
	padding: 25px 0 15px;
	background: url("images/back_headline.gif") repeat-x center top;
	border-bottom: 1px #E8E5DC solid;
	}

#article h2.image {
	font-size: 100%;
	line-height: 1em;
	margin: 0 0 25px;
	padding: 0;
	border: 0;
	background: none;
	}

#article p.ad {
	padding: 0 0 35px;
	margin: 0 0 20px;
	background: url("images/line.gif") no-repeat center bottom;
	text-align: center;
	}

#article p.head {
	margin: -10px auto;
	line-height: 1em;
	float: right;
	}

#article .imix {
	margin: 20px 0;
	}

.navigation:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.navigation {
	margin:0 0 20px;
	font-size: 100%;
	width: 500px;
	clear: both;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	}

.navigation .next {
	float:right;
	}

.navigation .next a {
	padding-right: 18px;
	background: url("images/arr_r.gif") no-repeat right center;
	}

.navigation .prev {
	float:left;
	}

.navigation .prev a {
	padding-left: 18px;
	background: url("images/arr_l.gif") no-repeat left center;
	}

#article .navigation .pageup {
	float:right;
	}

#article .navigation .pageup a,
#article .navigation .pageup a:visited {
	padding-left: 18px;
	background: url("images/arr_up.gif") no-repeat left center;
	color: #F1281A;
	}

#article .navigation .pageup a:hover {
	color: #f00;
	}

#article .navigation a,
#article .navigation a:visited {
	color: #A59F91;
	}

#article .navigation a:hover {
	color: #F1281A;
	}

ul#entrylist {
	list-style: none;
	margin: 0 0 20px;
	}

ul#entrylist li {
	margin: 0 0 15px;
	padding: 0 0 15px 50px;
	background: url("images/mark_list.gif") no-repeat 0 3px;
	min-height: 37px;
	border-bottom: 1px #E1E0DA solid;
	}

ul#entrylist li h3 {
	margin-left: -1px;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 100%;
	}

ul#entrylist li h3 a,
ul#entrylist li h3 a:visited {
	color: #111;
	}

ul#entrylist li h3 a:hover {
	color: #F1281A;
	}

ul#entrylist li .date {
	margin: 0;
	line-height: 1.4em;
	font-size: 75%;
	font-family: "Trebuchet MS", sans-serif;
	margin-right: 10px;
	color: #ABA693;
	}

ul#entrylist li .tags {
	line-height: 2em;
	font-size: 70%;
	color: #999;
	}

ul#entrylist li .tags a,
ul#entrylist li .tags a:visited {
	color: #fff;
	font-weight: bold;
	padding: 2px 4px 1px;
	background: #C0B8A7;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

ul#entrylist li .tags a:hover {
	color: #fff;
	background: #F1281A;
	}

#en {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px #EDEAE5 solid;
	}

/*
etc
*/

.clearboth {
	clear: both;
	}

.separate:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.separate {
	clear:both;
	}

.separate hr {
	display:none;
	}

.floatright,
.alignright {
	float: right;
	padding: 0;
	margin: 2px 0 10px 20px;
	}

.floatleft,
.alignleft {
	float: left;
	padding: 0;
	margin: 2px 20px 10px 0;
	}

.post div.wp-caption {
	border: 1px solid #D2CFC3;
	text-align: center;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.post div.wp-caption p.wp-caption-text {
	font-size: 75%;
	line-height:1.6em;
	text-align: right;
	margin: 8px 5px 5px;
	padding:0;
	color: #333;
	width: auto;
	}

.en {
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0;
	}

/* tooltip - jquery.qtip.js */
.qtip-contentWrapper {
	font-size: 75%;
	line-height: 1em;
	font-weight: bold;
	}

/* tipsy */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url("images/tipsy.gif"); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #F1281A; color: #fff; max-width: 200px; text-align: center; font-weight: bold; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


