/*
Theme Name: Treasure
Theme URI: http://randaclay.com/themes/
Description: SEOの最適化ができ、ウィジェットにも対応した2カラムテーマです。
Version: 1.1
Author: Randa Clay
Tags: white, gray, two-columns, right-sidebar, threaded-comments, microformats, sticky-post, fixed-width
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
Changelog:
	v1.1 - 02.25.09
		WordPress 2.7 に対応
*/



html>body #content {
	height: auto;
	min-height: 580px;
}

body {
	padding: 0px;
	margin: 0px;
        background: url(images/bodybg.png) repeat-x #fafbf9;
	font: 62.5%  Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
}

#wrap {
        width: 900px;
        text-align:left;
        margin:0px auto;
}


/************************************************
*	Navigation								*
************************************************/

#nav {
        margin: 0;
        padding: 0;
	background-image: url(images/menubg.png);
        border: 1px solid #397774;
        background-repeat: no repeat;
        height: 31px;
        width: 900px;
        padding: 0px;
        margin: 0px;
}


#navleft {
	width: 620px;
	float: left;
	margin: 0px;
}

ul.menu {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 620px;
        font-size: 14px;
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu,
ul.menu li a {
	padding: 5px 14px 10px;
}

ul.menu li a {
        color: #1e504e;
	margin:0px;
}

ul.menu li a:hover {
	color: #bf120e!important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #bf120e!important;
	text-decoration: none;
}


/************************************************
*	Header, Headings, etc.									*
************************************************/

#head {
        height: 110px;
        width: 900px;
        background-image: url(/rec/strut-900x150.jpg);
        padding-top: 5px;
        margin: 0px;
}

#head h2 a {
        font-size: 2.1em;
	color: #397774;
	font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 0px;
}

#head h2 a:hover {
        text-decoration: none;
        color: #c51814;
}

#head p {
        font-size: 1.4em;
        line-height: 1.1em;
	color: #c91611;
	font-weight: bold;
        margin: 0px;
}


/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img { border:none }    

a, a:link {
/*
	color: #c91611;
*/
	color: #B47B10;
	text-decoration: none;
}


h1 {
        font-size: 1.9em;
        line-height: 1.3em;
	color: #c91611;
	font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 0px;
	border-bottom: 1px dotted #c50f0c;
}

h2 {
	font-size: 1.9em;
	line-height: 1.3em;
	color: #c91611;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #c91611;
	font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #c91611;
	font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 0px;
}

h5 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #c91611;
	font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 0px;
        font-style: italic;
}

a:hover {
        text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/

#main {
        width: 900px;
}

#content {
        width: 600px;
        float: left;
        padding: 35px 0px 0px 0px;
	line-height: 200%；
}

.itemwrap {
       width: 600px;
       background-color: #ccd6be;
       border: 1px solid #454545;
       padding: 8px;
       margin-bottom: 25px;
}

.sticky { background-color: #cbaf66; }

.item {
        padding: 10px 20px 10px 20px;
        margin: 0px;
        color: #454545;  
#        font-size: 1.3em;
#        line-height: 1.4em;
        font-size: 1.6em;
        line-height: 2.0em;
        background-color: #ffffff;
        border: 1px solid #377572;	
}


.item p {
        margin-top: 10px;
}

.item p a{
	text-decoration: none;
}

.item p a:hover{
        text-decoration: underline;
}

.item img {
	border: none;
        margin:5px;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px;
}

.item ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin: 10px 0px 10px 15px;
}

.itemtitle a {
        color: #c81f1a;
}

.itemtitle a:hover {
        text-decoration: none;
}

.itemtitle {
        padding-top:5px;
}

.date{
	display: inline;
	text-align: right;
        margin-bottom: 20px;
}

input{
	font-size: 100%;
}

.metadata{
	font-size: 95%;
        line-height: 120%;
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 15px;
	color: #c81f1a;
        font-family: Georgia, "Times New Roman", Times, serif;
}

.metadata a:link, .metadata a:visited {
	color: #c81f1a;
}

/* .metadata img {
        vertical-align: middle;
        margin: 0px 0px 0px 7px;
}
 */
 
.metadata span { padding: 0 20px; background-position: 0 0; background-repeat: no-repeat; }
.metadata .date { background-image: url(images/calendar.png); }
.metadata .comments { background-image: url(images/talk.png); }
.metadata .category { background-image: url(images/folder.png); }
 
.metadata a:hover {
	color: #454545;
}

cite {
	font-size: 1.1em;
}

blockquote {
       padding-left: 70px;
       padding-bottom: 15px;
       padding-right: 10px;
       background-image: url(images/quote.png);
       background-repeat: no-repeat;
       background-position: top left;
       margin: 5px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar									*
************************************************/

#secondary{
        width: 270px;
	padding: 0px;
	float: right;
}

#r_sidebar {
	padding: 25px 0px 20px 30px;
        font-size: 1.3em;
	line-height: 1.4em;
}

#r_sidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
        list-style-type: none;
        color: #454545;
}

#r_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #454545;
}

#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
list-style-type: none;
}
	
#r_sidebar ul li a {
	color: #454545;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#c51814; 
}

#r_sidebar ul ul {
	margin: 0px;
	padding-top: 10px;
        list-style-type: none;
        color: #454545;
}

#r_sidebar ul ul li {
	background: url(images/bullet.png) no-repeat top left;
	padding: 0px 0px 2px 20px;
	margin: 0px 0px 0px 0px;
}

#r_sidebar ul ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
        list-style-type: disc;
        list-style-position: outside;
        color: #454545;
}

#r_sidebar ul ul ul li {
}
	
#r_sidebar p {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
        color: #000000;
	}

#r_sidebar h5 {
	padding: 10px 0px 0px 0px;
        margin: 0px;
	color: #c51814;
        font-size: 1.4em;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.sidebarSearch {
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}


/************************************************
*	Comment Area									*
************************************************/


#comments {
	width: 600px;
        color: #454545;
	padding: 0px 10px 0px 0px;
	margin: 5px 0px 10px 0px;
	font-size: 1.2em;
}
	
#comments a {
        color: #c51814;
	text-decoration: none;
}

#comments a:hover {
        text-decoration: underline;
}

#comments .commentlist {
	padding: 10px 0;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
	background: #fff;
font-size: 0.8em;
border-top: 1px solid #377572;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
#comments .commentlist p {
	clear: both;
	font-size: 1.2em;
}

#comments .commentlist li p {
	margin: 0 0 10px;
	line-height: 18px;
	padding: 0;
        font-weight: normal;
}

#comments .commentlist li {
	border-bottom: 1px solid #377572;
background: url(images/talk.png) 10px 10px no-repeat;
list-style: none;
padding: 10px;
margin: 0;
zoom: 1;
}
#comments .commentlist li .avatar { float: right; margin: 0 0 0 10px; }
#comments .commentlist li .comment-author { padding: 0 0 0 20px; }
#comments .commentlist li .comment-author, #comments .commentlist li .comment-meta { font-size: 1.2em; }
#comments .commentlist li .commenttext, #comments .commentlist li .commenttext-admin { clear: both; margin: 0 50px 0 20px; }
#comments .commentlist li p.reply { margin: 15px 0 5px; }
#comments .commentlist li p.reply a { padding: 5px; background: #ccd6be; }
#comments .commentlist li .children { padding: 0; margin: 20px 0 0; }
#comments .commentlist li .children li { border: none; }
#comments .commentlist li.alt { background-color: #f5f5f0; }
#comments .commentlist li { background-color: #fff; }
#comments .comment-navigation { margin: 0 0 20px; overflow: hidden; }
#respond { margin: 20px 0; }

.commentname {
	color: #c51814;
	margin: 0px;
	padding: 5px 5px 0px 0px;
}

.commentinfo{
	clear: both;
}

#commentsformheader{
	padding-left: 0px;
}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form{
	text-align: left;
	margin: 0px;
}

#commentsform p{
}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
}

.navigation {
	text-align: right;
	margin: 10px 0px 10px 15px;
	color: #000000;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #bf120e;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#search {
	padding-right: 8px;
        float: right;
}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}
	
#s {
	background: url(images/magnifier.gif) top left no-repeat #ececec;
	width: 140px;
	color: #333333;
	font-size: 12px;
	padding: 3px 0px 4px 20px;
	margin: 3px 0px 3px 0px;
        border: 1px solid #454545;
}

.sbutton {
        background-color: #cbaf66;
        border: 1px solid #454545;
        color: #ffffff;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        padding: 1px;
        margin-bottom: 4px;
}

/************************************************
*	Calendar									*
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: #cccccc;
	color: #454545;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}

/************************************************
*	Footer									*
************************************************/


#foot {
        width: 900px; 
        height: 30px;	
        text-align: center;
	padding-top: 20px;
	margin-top: 15px;
	color: #454545;
        font-size: 1.0em;
}

#foot a:link, #foot a:visited{
	color: #c51814;
        text-decoration: none;
}

#foot a:hover {
        text-decoration: underline;
}

/************************************************
*	Image Styles 					     	    * 
************************************************/
	#content div.wp-caption { margin: 10px; border: 1px solid #c0c0c0; background: #efefef; overflow: hidden; }
		#content .wp-caption img { display: block; margin: 5px auto; border: 1px solid #c0c0c0; }	
		#content .wp-caption-text { margin: 5px; font-size: 0.9em; line-height: 1.3em; }
	#content div.alignnone { display: block; margin: 10px 10px 10px 0; }
	#content img.alignleft { margin: 10px 10px 10px 0; float: left; clear: left; }		
	#content img.alignright { margin: 10px 0 10px 10px; float: right; clear: right; }
	#content img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
	#content div.alignleft { text-align: left; float: left; margin-left: 0; }
	#content div.alignright { text-align: right; float: right; margin-right: 0; }
	#content div.aligncenter { text-align: center; margin: 0 auto 10px; }
	#content .gallery { margin: auto auto 0; }
		#content .gallery img { border: none; }
		#content .gallery .gallery-item, #content .gallery .gallery-icon { clear: none; margin: 0; }
		#content .gallery .gallery-icon {  }
		#content .gallery .gallery-caption { text-align: left; font-size: 0.9em; line-height: 1.3em; margin: 0 25px 20px; }
