﻿/*
Theme Name: SAYAKA
Theme URI: http://www.sayakayamamoto.com
Version: 1.0
Description: based on bcxsy, based on Beautiful day by Viktor Persson 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 2. 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: bcxsy
Author URI: http://www.bcxsy.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #666;
   text-decoration: none;
}
a:hover {color: #CCC;
         text-decoration: underline;
}

body {
	background: white /* url('img/bg.jpg') repeat-x left bottom */;
	color: #333;
	font: normal 62.5% Verdana, Helvetica, sans-serif;
}

p,code,ul {padding-bottom: 10px;}

li {
  list-style: none;
}

h1 {
	font: normal 1.8em Verdana, Helvetica, sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 0.9em Verdana, Helvetica, sans-serif;}

code {
	background: white;
	/* border: 1px solid #1C323A; */
	/* border-left: 6px solid #1C323A; */
	color: #333;
	display: block;
	font: normal 1em Verdana, Helvetica, 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 Verdana, Helvetica, sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {
  padding-top: 6px;
  padding-bottom: 6px;
}


label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: white;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 0px;
	width: 800px;
}

/* header */
.top {
	/* background: url('img/clouds.gif') repeat-x; */
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0
}

/* title */
.header {
	background: white;
	font-size: 1.2em;
	height: 200px;
	margin: 0 auto;
	padding: 0px 10px 0px;
	/* width: 780px; */
        width: 660px;
}
.header .left, .header .right {
	background: white;
	color: #333;
	height: 200px;	
}
.header .left {
	background: white url('img/sayaka_logo_tag_light.jpg') no-repeat right top ;
	text-align: right;	
	width: 600px;
	font: normal 2.8em Verdana, Helvetica, sans-serif;
	line-height: 200px;
} 

/*

}
.header .left {
	background: white url('img/sayaka-banner3.gif') no-repeat;
	text-align: left;	
	width: 400px;
	font: normal 2.8em Verdana, Helvetica, sans-serif;
	line-height: 200px;
} 

*/

/* .header .right {
	background: white url('img/sayaka-banner3.gif') no-repeat;
	text-align: right;	
	width: 200px;
	font: normal 2.8em Verdana, Helvetica, sans-serif;
	line-height: 200px;
} */


.header .right {
        /* overflow: auto; */
	/* width: 100px; */
}

.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em Verdana, Helvetica, sans-serif;}

/* navigation */
.navigation {
	/* border: 1px solid #1C323A; */
	/* border-color: #1C323A; */
        /* float: left; */
	background:white /* url('img/nav.gif') */; 
	/* height: 30px */
        align: left;
        padding-left: 90px;
}
.navigation a {
	/* background: #F7F6D5 url('img/nav.gif') ;*/
	/* border-right: 1px solid #1C323A; */
	color: #666;
	display: block;
	float: left; 
	text-decoration: none;
	font: 1.2em "Times New Roman",Georgia,Serif;
	/* line-height: 30px; */
	padding: 0 10px;
}
.navigation a:hover {background-position: left bottom; background-color: white;
  color: #CCC;}

/* main */
.main {
	/* border-top: 4px solid #1C323A; */
	/* background: url('img/bgmain.gif') repeat-y; */
        padding-top: 15px;
}

/* sub navigation */

.sidenav {
	font: 1.1em "Times New Roman",Georgia,Serif;
	float: right;
	/* float: right; */
	width: 168px;
        text-align: left;
        /* position: fixed; */
}
.sidenav h2 {
	color: #333;
	font: bold 1.2em "Times New Roman",Georgia,Serif;
	line-height: 30px;
	margin: 0;
        /* padding-top: 6px;
        padding-bottom: 3px;
	padding-right: 12px; */
        padding: 6px 12px 3px 3px;
        
}


.sidenav ul {
	padding: 0;
}

.sidenav ul li {
        font-weight: normal;
}


.sidenav li {/*border-bottom: 1px solid #1C323A;*/ font-weight: bold;}
.sidenav li a {
	font-size: 1.1em;
	color: #666;
	display: block;
	padding: 6px 0 6px 5%;
	text-decoration: none;
	width: 95%;
        /* font-weight: bold; */
}
.sidenav li a:hover {
	/* background: #1C323A; */
	color: #CCC;	
}

.sidenav ul li ul li{
        font-weight: normal;
        padding-left: 10px;    
        font-size: 1.1em;
}

.sidenav ul li ul li a {
        font-weight: normal;
        padding-left: 10px;    
        font-size: 1.1em;
} 

 
/* content */
.content {
	float: left;
	/* margin: 10px 0;*/
	padding: 0 10px;
	/* width: 531px; */
        width: 512px;
        margin-left: 90px;
}
.content .descr {
	color: #333;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	/* background: url('img/li.gif') no-repeat 0 30%; */
	padding: 1px 0 1px 16px;
}
.content p {
  font-family: Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
}

a.more-link {
      vertical-align: bottom;
}

/* footer */
.footer {
	/* background: url('img/bgfooter.gif') repeat-x; */
	color: #333;
	font: normal 0.8em Verdana, Helvetica, sans-serif;
	padding: 0 16px;
	line-height: 30px;
	height: 30px;
	text-align: left;
        padding-left: 100px;
}

.footer a {
        color: #666;
	text-decoration: none;
}

.footer a:hover {
        color: #CCC;
	text-decoration: underline;
}

/* posts */

/* Get posts to display horizontally */

.post {
      float: left;
      padding: 25px 50px 25px 0px;
}

.post a {text-decoration:none;}
.post a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	/* border: 1px solid #1C323A; */
	background: white;	
	color: #333;
	margin: 2px 0 4px;
}

.post img {
  margin: 3px 6px 3px 0px;
  vertical-align: middle;
  border: none;
  background: white;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #1C323A;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #EBEBEB;
	/* border: 1px solid #D6D3D3; */
}
.styled:hover {
	background: white;
	/* border: 1px solid #D6D3D3; */
}
.styled:focus {
	background: white;
	/* border: 1px solid #939793; */
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#1C323A;}

/* .sidenav table caption {border-bottom-color:#1C323A;} */

.sidenav table thead tr {
  /* border-bottom-color:#1C323A; */
  color:#333;
}

/* .sidenav table th {border-bottom-color:#1C323A;} */

.sidenav table td#today {
  /* border-color:#1C323A; */
  color:#1C323A;
}

.sidenav table td a {
  /* border-bottom-color:#1C323A;*/
  background-color:white;
}

/* .sidenav table tfoot {border-top-color:#1C323A;} */

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid; */
  letter-spacing: 0.1em;
}

/* .sidenav table thead tr {border-bottom:1px solid;} */

/* .sidenav table th {border-bottom:1px solid;} */

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  /* border: 1px solid; */
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  /* border-bottom: 1px solid; */
  font-weight: bold;
  font-size: 1.15em;
}

/* .sidenav table tfoot {border-top:1px solid;} */
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {
  padding:0px 0px;
}


#searchform input {
  background: #EBEBEB;
  border: none;
  /* line-height: 18px; */
  height: 18px;
  text-align: center;
  padding: 6px;
}

#searchform input:hover {
  background: white;
}

#searchform input:focus {
  background: white;
}

.searchform-navbar {float: right;}

.outerspace, .outerspace a, .outerspace a:hover {color: white;}

/* for under construction page: */
.uncon {float: none; text-align: center; padding-top: 36px;}
.uncon img {
    display: block;
    margin-left: auto;
    margin-right: auto; }


.ddop li {
    display: inline;
    list-style-type: disc!important;
    padding: 0px 6px 6px 0px;
    margin: 0;
}

.ddop li:before {
    content: " _";
}

.post-image-list li {
    display: inline;
    list-style-type: none;
    padding: 0px 0px 6px 0px;
    margin: 0 1px 0 0;
}

.wecomepage a {

    display: inline;
    /* margin-left: 20%; */
}

.welcomepage a img {
   /* align: center; */
    margin-top: 100px;
    /* margin-right: auto; */
}
.welcomepage p {
    color: white;
    font-size: 0.1em;
}

.welcomenav {
    width: 525px;
    display: block;
    align: center!important;
    margin-right: auto;
    margin-left: auto;
}

.entry li {
    display: inline;
    list-style-type: disc!important;
    padding: 0px 6px 6px 0px;
    margin: 0;
}

#post-156 li:after {
    content: " •";
}

/* TRYOUT HORIZONTAL POST LIST

.archlist li {
    display: inline;
    list-style-type: none;
    padding: 0px 0px 6px 0px;
    margin: 0 1px 0 0;
}

.archpost li .archpost p .archpost li{
   width: 130px;
   margin: 6px 0 2px;
   display: inline;
   list-style-type: none;
}

.archpost {
   display: inline;
   list-style-type: none;
}

.archpost a {text-decoration:none;}
.archpost a:hover {text-decoration:underline;} */

div.wpml_widget fieldset { border:none;}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	margin:0px !important;
	float: left;
}

.ngg-gallery-thumbnail {
	/* float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right; */
	margin: 10px 0 0 10px !important;
        line-height:100px;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px !important;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:inline; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
} 

.ngg-clear {
	clear: both;
}