/*
Theme Name: Beautiful DayT
Theme URI: http://templates.arcsin.se/
Version: 2.0
Description: Previously released by Kaushal Sheth, includes several fixes and improvements. Based on the <a href="http://templates.arcsin.se/">free website template</a> Beautiful Day. Also available as <a href="http://templates.arcsin.se/beautiful-day-joomla-template/">Joomla template</a> and <a href="http://templates.arcsin.se/beautiful-day-blogger-template/">Blogger template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:#963; text-decoration:none;}
a:hover {color:#C60; text-decoration:underline;}


body {
	color: #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

/*h1 {margin-bottom: 4px;}*/
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h2, h3 {padding-top: 6px;}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FAFAFA;
	font-size: 1.2em;
	margin: 0 auto 10px;
	padding: 0 10px 10px;
	width: 700px;
}

/* header */
.top {
	padding-left:10px; padding-right:10px; padding-top:30px; padding-bottom:0
}

/* title */
.header {
	background: #FAFAFA;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 700px;
}
.header .title{
	color: #999;
	padding:10px;
	margin-bottom:8px;
}
.header h1{font-size: 25px;}
.header h1 a {color:#999;}
.header h1 a:hover {color:#CCC}
.header .url{display:block;text-align:right;}

.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	padding:10px;
	height: 250px;	
}
.header .left {
	background: url('photo/top_photo01.jpg') no-repeat;
	width: 460px;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
}
.header .right {
	background: url('img/extrabar.jpg') repeat-x;
	overflow: auto;
	width: 194px;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-right: 3px solid #CCC;
}
#hutari_title {
	font-size:20px;
	font-weight:bold;
	display:block;
	margin:3px 0;
}

.header h2 {font-size:12px;}



/* main */
.main {
/*	border-top: 4px solid #FFF;*/
/*	background: url('img/bgmain.gif') repeat-y;*/
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	background:#f7f7f2;
	border:4px solid #DDD;
	margin:20px 0;
}
.sidenav h3 {
	color: #5A5A43;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	border-top: 1px solid #EAEADA;
}
.sidenav ul {
	padding: 0;
}
.sidenav li {
/*	border-bottom: 1px solid #EAEADA;*/
}
.sidenav li a {
	font-size: 0.9em;
	color: #1F5BFF;
	display: block;
	padding: 7px 0 7px 10%;
	width: 90%;
}
.sidenav li a:hover {
	color: #19B1CF;	
	padding: 7px 0 7px 11%;
	width: 89%;
}

.sidenav .menu {
}
.sidenav .menu ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav .menu li {
	border-bottom: 1px solid #EAEADA;
}
.sidenav .menu li a {
	font-size: 1.0em;
	color: #666;
	display: block;
	padding: 7px 0 7px 10%;
	width: 90%;
}
.sidenav .menu li a:hover {
	background: #DFF1FF;
	color: #654;	
	text-decoration: none;
	padding: 7px 0 7px 11%;
	width: 89%;
}

/*
.sidenav li ul li a {
	padding: 7px 0 8px 15%;
	width: 85%;
}
*/

/* content */
.content {
	float: left;
	margin: 20px 0;
/*	padding: 0 10px;*/
	width: 480px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	padding:6px 20px 6px;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}


/* footer */
.footer {
	background: url('img/bgfooter.gif') repeat-x;
	color: #FFF;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer a, .footer a:hover {color: #FFF;}

/* posts */
.post h2 {
	padding:6px 0 6px 20px;
	font-size:17px;
	font-weight:bold;
	background:#F3F3F3;
	border-bottom:1px solid #E3E4E4;
}
.post h2 a {text-decoration:none;}
.post h2 a:hover {text-decoration:underline;}

.post {
	border: 4px solid #DDD;
	background:#FAFAFA;
	margin-bottom:20px;
}
.post .info{
	padding: 5px 10px;
	border-top: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	text-align:right;
}
.post img {border: 4px solid #DDD; margin: 10px 0;}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.entry{
	padding:25px 20px;
	line-height:180%;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */

.content ol li {list-style: none; background: none;}
.comment_area{
	border:4px solid #DDD;
	background: #FAFAFA;
	margin-bottom: 10px;
}
.comment_area h3{
	padding:6px 0 6px 20px;
	background:#F3F3F3;
	border-bottom:1px solid #E3E4E4;
}
.comment_area label {
	display: block;
	font-size: 0.9em;
}
.commentlist{
	list-style: none;
	padding:25px 20px;
}
.commentlist li {
	margin-bottom:25px;
	padding: 0;
	border-bottom: 1px dashed #DDD;
	list-style: none;
}
.commentmetadata {
	padding-bottom: 0;
	text-align:right;
}
.commentmetadata a {color: #664;}

#commentform {
	padding:25px 20px;
}
textarea.styled  {width: 240px;}
input.styled {width: 130px;}
.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* archive */
.category {
	border:4px solid #DDD;
	background: #FAFAFA;
	margin-bottom: 10px;
}
.category h2{
	padding:6px 0 6px 20px;
	font-size:17px;
	font-weight:bold;
	background:#F3F3F3;
	border-bottom:1px solid #E3E4E4;
}

#searchform {padding:10px;}


/* contact form */

.contact_form {
	margin-bottom:30px;
}
.f_name, .f_mail{
	width:180px;
}
.contact_form textarea{
	width:360px;
	height:120px;
}

/* ticket form */

.ticket_form {
	margin-bottom:30px;
}
.ticket_form p{
	padding-top:5px;
	padding-bottom:0;
}
.ticket_form .f_txt{
	width:180px;
}
.ticket_form .f_rdo{
	width:30px;
}
.ticket_form textarea{
	width:360px;
	height:120px;
}

/* infomation */
.infomation{
	
}
.infomation h3{
	font-size:20px;
}

.infomation dl dt{
	
}
.infomation dl dd{
	font-weight:bold;
	margin-left:10px;
	margin-bottom:10px;
}
.infomation dl dd small{
	font-weight:normal;
}
.infomation dl dd a{
	font-weight:normal;
}

.infomation .cast{
	font-weight:normal;
}
.infomation .cast a{
	font-weight:bold;
}
.infomation .staff{
	font-weight:normal;
}

