@charset "utf-8";
@import url("common.css");
/*
Theme Name: TORINESIA blog
Description: トリネシアブログ
Author: ARTIFACT
Author URI: http://artifact.jp/
 * Last Up Date: 2009-09-04 00:00
*/

/* ------ body */
body {
	background: #99C000 url(img/background.gif) repeat-x;
	color: #000;
}

/* ------ a */
a:link { 
	color: #CCFF00;
}
a:visited {
	color: #FFFF66;
}
 a:hover {
	background: #BDEC00;
	color: #5E7500;
}
a:active {
	color: #006600;
	background: none;
	font-weight: lighter;
}
#contents h1 a,
#contents h2 a,
#contents h3 a,
#contents p a,
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar p a,
#sidebar ul a,
#footer p a { 
	padding: 1px 4px;
}
#contents .entry p a {
	padding: 0;
}

/* ------ container */
#container {
	margin: 0 auto;
	width: 860px;
	background: #8BAE00;
	text-align: left;
}
#container-inner {
	width: 868px;
	background: url(img/background_bottom.gif) no-repeat bottom;
}

/* ------ header */
#header {
	position: relative;
	width: 860px;
	height: 230px;
	background: #66CCCC;
}
#toriMov {
	position: absolute;
	top: 82px;
	left: 490px;
}

/* wrap
------------------------------ */
#wrap {
	margin: 5px auto 0;
	width: 800px;
}

/* contents
------------------------------ */
#contents {
	float: left;
	width: 550px;
}
#post-contents {
	margin: 20px 0 25px;
	width: 540px;
	background: url(img/postCont_back.jpg) no-repeat top;
}
#date {
	margin-top: 6px;
	float: left;
	width: 57px;
	height: 95px;
}
#date p {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	color: #DCD7AF;
}
#date p.month {
	font-size: 108%;
}
#date p.day {
	font-size: 152%;
}
#contents h2 {
	margin-left: 110px;
	padding-top: 27px;
	font-size: 152%;
	font-weight: bold;
	color: #DCD7AF;
}
#contents h2 a:link { 
	color: #DCD7AF;
}
#contents h2 a:visited {
	color: #DCD7AF;
}
#contents h2 a:hover {
	background: #DCD7AF;
	color: #8BAE00;
}
#contents h2 a:active {
	color: #FFF;
	background: none;
	font-weight: lighter;
}
#post-txt {
	padding: 0px 10px 50px;
	background: url(img/postTxt_back.jpg) no-repeat bottom;
	min-height: 100px;
}
#post-txt .postmetadata {
	margin: 2px 0 10px 4px;
}
#post-txt .entry,
.mceTemp {
	margin: 10px 0;
}
#post-txt .entry p {
	margin: 10px 0;
}
.navigation-top {
	margin: 10px 0 0;
	width: 100%;
}
.navigation-search {
	width: 100%;
}
.navigation {
	clear: both;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
}
p.pagetitle {
	margin-top: 20px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px dotted #C24C00;
	font-size: 116%;
	font-weight: bold;
	color: #C24C00;
}
img.noSearch {
	margin: 70px 0 0 110px;
}
.entry div.wp-caption {
	padding: 0;
	text-align: center;
}
.entry .wp-caption-text {
	font-weight: bold;
	color: #999;
}

/* sidebar
------------------------------ */
#sidebar {
	margin-top: 20px;
	float: right;
	width: 220px;
	color: #66FFFF;
}
#sidebar-inner {

}
#sidebar-inner h2 {
	margin-bottom: 10px;
}
.side {
	margin: 10px 0 20px;
	padding-bottom: 20px;
}
.side-contents {
	margin: 0 auto;
	text-align: center;
}
#search form .inputTxt {
	float: left;
	padding: 3px;
	width: 144px;
	border: 1px solid #718A07;
	background: #A4CA0B;
	font-size: 108%;
}
#search .submit {
	margin-right: 15px;
	float: right;
}
#archive form select {
	width: 205px;
	border: 1px solid #718A07;
	background: #A4CA0B;
	font-size: 108%;
}
#contact {
	margin: 0;
	padding: 0;
	width: 205px;
}

#link .side-contents img {
	margin-bottom: 5px;
	border: 1px solid #FFF;
}
em {
	font-weight: bold;
	color: #999;
}

/* footer
------------------------------ */
#footer {
	margin: 10px auto 0;
	padding-bottom: 27px;
	width: 800px;
	text-align: center;
	font-weight: bold;
	color: #DCD7AF;
}
