/* 
Theme Name: I-C-H-I-G-O
Theme URI: http://www.nippon-ichigo.net
Version: 1.0
Description: Theme for Nippon-Ichigo, a blog about all the sweetest things in Japan.
Author: Jessica Cantlope
Author URI: http://www.jessicacantlope.com
Tags: red, strawberry, fixed-width, stripes, white, two-column, japan
*/

/* Reset Styles */
@import url( 'reset.css' );

/* Overall Styling */
a img {
	border: 0;
}

a,
a:link {
	color: #868E13;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3F0A0A;
	text-decoration: none;
}

a:hover {
	color: #C5D11E;
	text-decoration: none;
	text-shadow: 1px 1px 2px #ccc;
}

a:active {
	color: #FDEDED;
	text-decoration: none;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

blockquote {
	background: url(img/blockquote.gif) #FDEDED no-repeat left top;
	border-radius: 15px;
	box-shadow: 1px 1px 5px #ddd;
	font-size: 13px;
	margin: 15px 30px 10px 10px;
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 5px #ddd;
	padding: 5px 10px 5px 45px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px #ddd;
}

html {
	background: #7D1F1F url(img/bg.png) repeat top left;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #541111;
	font: 12px "Century Gothic", "Trebuchet MS", Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #868E13;
	font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	margin: 6px auto;
	text-shadow: 1px 1px 2px #ccc;
	text-transform: uppercase;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

hr {
	background: #541111;
	border: #541111 1px solid;
	height: 1px;
}

input,
textarea {
	background: #F6EDED url(img/bg.png);
	border: #541111 1px solid;
	border-radius: 15px;
	box-shadow: 1px 1px 5px #888;
	color: #fff;
	font: 13px "Century Gothic", Century, "Trebuchet MS", Geneva, Helvetica, Verdana, sans-serif;
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 5px #888;
	padding: 3px;
	text-shadow: 1px 1px 1px #000;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px #888;
}

input:focus,
textarea:focus {
	-moz-box-shadow: 0 0 12px #FBF9DF;
	-webkit-box-shadow: 0 0 12px #FBF9DF;
	box-shadow: 0 0 12px #FBF9DF;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

/* Posts & Structure! */
.page {
	margin: 25px -5px 0 27px;
}

.page-content {
}

.page-info {
	text-align: center;
}

.page-title {
}

.post,
.page {
	margin: 0 0 30px;
}

.post-content,
.page-content {
	margin: 3px 0;
	padding: 10px 0;
	text-align: left;
}

.post-date {
	background: url(img/date-bg.png) no-repeat center;
	color: #982D2D;
	float: right;
	height: 55px;
	margin: 3px;
	padding: 15px 7px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	width: 60px;
}

.postmeta {
	background: url(img/post_bottom.jpg) repeat-x bottom;
	margin: 10px 0 5px 0;
	padding: 15px 0;
}

.postmeta h2 {
	background: #F6EDED;
	border: 1px solid #E66363;
	border-radius: 15px;
	box-shadow: 1px 1px 5px #ccc;
	font-size: 1.5em;
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	padding: 12px 3px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px #ccc;
}

.post-footer {
	background: url(img/divider.png) no-repeat center;
	height: 100px;
	padding-top: 10px;
}

.post-info,
.page-info {
	color: #541111;
	font: 0.85em Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}

.post-title {
	border-bottom: #E66363 1px solid;
	font-size: 16px;
	padding-bottom: 8px;
	width: 460px;
}

.post-title,
.page-title {
	margin: 0;
}

.post-title,
.post-info {
	text-align: left;
}

.category {
	font-size: 16px;
}

.fleft,
.fright {
	background: #D9E3BF;
	border: 1px solid #A9B783;
	border-radius: 10px;
	box-shadow: 0 1px 5px #999;
	clear: both;
	height: 160px;
	margin: 0 auto 45px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 1px 5px #999;
	padding: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px #999;
	width: 95%;
}

.fleft img {
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
}

.fright img {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
}

/* Header area */
#header {
	background: #fff;
	border-left: #E66363 2px solid;
	border-right: #E66363 2px solid;
	height: 240px;
	text-align: center;
	width: 100%;
	width: 702px;
}

#logo {
	background: url(img/top.jpg) center no-repeat;
	height: 230px;
	width: 700px;
}

#header #desc {
	display: none;
}

/* Top nav */
#menu {
}

#menunav {
	font: 15px "Palatino Linotype", "Book Antiqua", Georgia, serif;
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

#menunav li {
	background: #541111;
	border: #E66363 1px solid;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 1px 5px #999;
	display: inline;
	font-weight: bold;
	list-style: none;
	-moz-border-radius: 0 0 15px 15px;
	-moz-box-shadow: 0 1px 5px #999;
	padding: 4px;
	-webkit-border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 1px 5px #999;
}

#menunav li a:link {
	color: #AF3636;
	padding: 0 5px;
}

#menunav li a:visited {
	color: #7D1F1F;
	padding: 0 5px;
}

#menunav li a:hover, #topnav li a:active {
	color: #E66363;
	padding: 0 5px;
	text-shadow: none;
}

/* Content area */
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 900px;
}

#main {
	background: #fff;
	border-left: #E66363 2px solid;
	border-right: #E66363 2px solid;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	text-shadow: 1px 1px 1px #ddd;
	width: 662px;
}

.wrap-outer {
	background: url(img/leftside.png) repeat-y;
	padding: 0 99px;
}

.wrap-inner {
	background: url(img/rightside.png) right repeat-y;
	margin: 0 -99px 0 0;
	padding: 0 99px 0 0;
}

#pagenav {
	list-style: none;
}

#content {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 500px;
}

#content .page-title a,
.post-title a:link,
.post-title a:visited,
.post-title a:hover,
.post-title a:active {
	color: #868E13;
	text-decoration: none;
}

#content ul {
	/*	list-style-type: none;
	margin-left: 0;
	padding-left: 45px;
	*/
}

#content ul li {
	/*	padding-left: 1.5em;
	*/
}

#footer {
	border-top: #ccc 1px solid;
	clear: both;
	color: #C5D11E;
	font-size: 10px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 92%;
}

/* Pages */
#linkspage ul {
	font-size: 16px;
	list-style: none;
	text-align: left;
}

/* Comments and comment nesting */
/* Comments Nesting */
ol.commentlist {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
}

ol.commentlist li {
	margin: 0 0 10px;
	padding: 5px 7px 5px 64px;
	position: relative;
}

ol.commentlist li.pingback comment-author {
	padding: 0 170px 0 0;
}

ol.commentlist li div.vcard {
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li div.vcard cite.fn a.url {
}

ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	left: -15px;
	-moz-border-radius: 3px;
	padding: 4px;
	position: absolute;
	top: 15px;
	-webkit-border-radius: 3px;
}

ol.commentlist li div.comment-meta {
	font-size: 10px;
	font-weight: bold;
}

ol.commentlist li div.comment-meta a {
	color: #7D1F1F;
}

ol.commentlist li p {
	font-weight: normal;
	margin: 5px 0 12px;
}

ol.commentlist li ul {
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0;
}

ol.commentlist li div.reply {
	background: #541111;
	border: 1px solid #666;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #bbb;
	color: #fff;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #bbb;
	padding: 6px 5px 4px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #bbb;
	width: 36px;
}

ol.commentlist li div.reply:hover {
	background: #E66363;
}

ol.commentlist li div.reply a {
	color: #fff;
	text-transform: uppercase;
}

ol.commentlist li ul.children {
	list-style: none;
	margin: 12px 0 0;
	text-indent: 0;
}

ol.commentlist li ul.children li.depth-2,
ol.commentlist li ul.children li.depth-3,
ol.commentlist li ul.children li.depth-4,
ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 3px;
}

ol.commentlist ul.children li.odd {
	background: #eee;
	border-radius: 20px;
	box-shadow: 1px 1px 5px #ddd;
	-moz-border-radius: 20px;
	-moz-box-shadow: 1px 1px 5px #ddd;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 1px 1px 5px #ddd;
}

ol.commentlist ul.children li.even {
	background: none;
}

ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}

#commentform {
	margin: 0 0 0 40px;
}

#commentform p {
	margin: 0 0 1em;
}

#commentform textarea {
	width: 80%;
}

#comments, #respond {
	margin: 3em 0 1em .5em;
	text-align: left;
}

/* Sidebar */
#sidebar {
	color: #868E13;
	display: inline;
	float: right;
	font-size: 10px;
	margin: 0;
	overflow: hidden;
	padding: 0 5px 10px 5px;
	text-align: left;
	width: 130px;
}

#sidebar a {
	margin: 0 0 5px;
}

#sidebar ul {
	border-radius: 10px;
	list-style: none;
	margin: 0;
	-moz-border-radius: 10px;
	padding: 2px;
	-webkit-border-radius: 10px;
}

#sidebar h1 {
	font-size: 18px;
}

#sidebar ul h2 {
	background: url(img/sidenav_top.jpg) no-repeat top center;
	border: #E66363 1px solid;
	border-radius: 5px;
	box-shadow: 1px 2px 4px #999;
	color: #868E13;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	margin: 10px 0 5px 0;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 2px 4px #999;
	padding: 2px;
	text-align: center;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 2px 4px #999;
}

#sidebar ul ul {
	background: url(img/sidenav_bottom.jpg) #F6EDED no-repeat bottom;
	border: #E66363 1px solid;
	box-shadow: 1px 2px 7px #999;
	list-style-type: none;
	margin: 0;
	-moz-box-shadow: 1px 2px 7px #999;
	padding: 2px 2px 3em 2px;
	-webkit-box-shadow: 1px 2px 7px #999;
}

#sidebar ul ul li {
	margin: 0.1em 0 0 0;
	padding: 0;
}

#sidebar ul ul ul {
	background: none;
	border: 0;
	box-shadow: none;
	list-style-type: none;
	margin: 0;
	-moz-box-shadow: none;
	padding: 5px;
	-webkit-box-shadow: none;
}

#sidebar ul ul ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

/* Calendar */
#calendar {
	margin: 10px 0 0 0;
	position: inherit;
}

#wp-calendar {
	background: url(img/sidenav_bottom.jpg) #F6EDED no-repeat bottom;
	border: #7D1F1F 1px solid;
	border-top: #F6EDED 1px solid;
	empty-cells: show;
	margin: 0;
	padding: 3px;
	padding-bottom: 3em;
	text-align: center;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar .today {
	background: #eee;
	font-weight: bold;
}

#wp-calendar a {
	display: block;
}

#wp-calendar a:hover {
	background: #F6EDED;
	color: #541111;
}

#wp-calendar caption {
	background: #F6EDED url(img/sidenav_top.jpg) no-repeat center;
	border: #541111 1px solid;
	color: #7D1F1F;
	font-weight: bold;
	height: 22px;
	margin: 10px 0 0 0;
	padding: 2px;
	text-align: center;
}

#wp-calendar caption a,
#wp-calendar caption a:hover {
	background: transparent;
	color: #000;
}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #F6EDED;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: uppercase;
}

/* Text and image alignment! */
img.alignleft,
.left {
	float: left;
}

img.alignright,
.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter,
.center {
	display: block;
	margin: 0 0 15px 0;
	text-align: center;
}

.wp-caption {
	border: 0;
	margin: 0 auto;
	padding: 5px 5px 8px;
	text-align: center;
}

.post-content img {
	border: 1px solid #C5D11E;
	margin: 0 auto;
	padding: 1px;
	text-align: center;
}

.post-content span {
	margin: 10px auto 45px;
}

.wp-caption img {
	box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 18px;
	margin: 0 auto;
}

/* Clear Fixes */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}
