/*  
Theme Name: Wave
Theme URI: http://www.wpthemejp.com/
Description: よりクリーンなデザインを。
Version: 1.1
Author: Astereo / Devlounge
Author URI: http://www.astereostudio.com
Tags: white, tan, gray, three-columns, two-columns, right-sidebar, threaded-comments, microformats, sticky-post, fixed-width
Changelog:
	v1.1 - 02.25.09
		WordPress 2.7 対応
*/

/*
+++++++++++++++
General CSS
+++++++++++++++
*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 2em;
background-color: #ECE9DF;
color: #555;
}

a {
text-decoration: none;
}

#wrap {
width: 770px;
margin: 0 auto;
padding-top: 0px;
background-color: #fff;
}

/*
++++++++++++++++
Logo
++++++++++++++++
*/

#logo {
background-image: url(images/logo.gif);
background-repeat: no-repeat;
width: 100%;
height: 52px;
margin-bottom: 12px;
cursor: pointer;
}

/*
+++++++++++++++
Alert
++++++++++++++++
*/

#contentmain {
width: 732px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
background-color: #F7F7F2;
margin: 0 auto;
margin-bottom: 15px;
color: #333;
}

#contentmain a {
color: #C6451A;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#contentmain a:hover {
color: #A82E0F;
border-bottom: 1px solid #333;
}

/*
+++++++++++++++
Three Column Madness
+++++++++++++++
*/

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}

#news .words {
width: 490px;
padding: 5px;
float: left;
margin-right: 10px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#news .words .head {
width: 290px;
background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .words h2 a {
text-decoration: none;
background-color: #fff;
color: #333;
font-size: 21px;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .words h2 a:hover {
color: #ca1717;
background-color: #fff;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .words .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 10px;
}

#news .words a {
background-color: #f9f9f9;
color: #555;
padding: 1px;
}

#news .words a:hover {
background-color: #f2f2f2;
color: #000;
}

/* ここから削除してみる
#news .facts {
width: 200px;
padding: 5px;
margin-right: 10px;
float: left;
background-color: #f7f7f7;
color: #666;
line-height: 14px;
font-size: 11px;
}

#news .facts .head {
width: 200px;
background-image: url(images/noteworthy_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}


#news .post { margin: 0 0 2em; }

#news .pgentry {
border-bottom: 1px dotted #e2e2e2;
margin-bottom: 3px;
}

#news .ntentry {
margin-bottom: 2px;
margin-top: 2px;
}

#news .pgentry img {
display:block; 
margin: 0 auto;
padding: 3px;
border: 1px solid #efefef;
margin-top: 5px;
margin-bottom: 5px;
}

#news .facts h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .facts h2 a {
border-bottom: 1px dotted #ca1717;
text-decoration: none;
color: #333;
}

 */


#news .sidebars {
width: 200px;
padding: 5px;
float: right;
line-height: 14px;
}

#news .sidebars .head {
width: 200px;
background-image: url(images/browse_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .sidebars h2 {
color: #666;
font-weight: normal;
font-size: 12px;
margin-top: 0px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars h2 a {
border-bottom: 1px dotted #555;
text-decoration: none;
color: #333;
}

#news .sidebars h3 {
color: #666;
font-weight: normal;
font-size: 12px;
margin-top: 10px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 11px;
height: 1%; /* IEのhasLayoutバグで余分なスペースを削除 */
}

#news .sidebars ul li {
list-style-type: none;
padding-top: 2px;
border-top: 1px solid #ccc;
margin-bottom: 2px;
font-weight: normal;
height: 1%; /* IEのhasLayoutバグで余分なスペースを削除 */
}

#news .sidebars ul li a {
color: #ca1717;
background-color: #fff;
display: inline-block; /* IEのhasLayoutバグで余分なスペースを削除 */
display: block;
}

#news .sidebars ul li a:hover {
color: #333;
background-color: #f2f2f2;
display: block;
}

#news .sidebars ul li ul {
	margin: 2px 0 0 10px;
}

#news .words h2 {
color: #333;
font-weight: normal;
font-size: 16px;
margin-top: 20px;
margin-bottom: 3px;
padding: 0px;
}

#news .words h2 a {
border-bottom: 1px dotted #ca1717;
text-decoration: none;
color: #333;
}

#news .clear {
width: 100%;
height: 8px;
background-color: #fff;
}

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
}

/*
+++++++++++++++++
Single Posts
+++++++++++++++++
*/

#news .single {
width: 490px;
padding: 5px;
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#news .single .head {
width: 290px;
background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .single h2 a {
text-decoration: none;
background-color: #fff;
color: #333;
font-weight: normal;
font-size: 21px;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .single h2 a:hover {
color: #ca1717;
background-color: #fff;
margin-bottom: 12px;
padding: 0px;
font-weight: normal;
border-bottom: 1px solid #fff;
}

#news .single .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 10px;
}

#news .single a {
background-color: #f9f9f9;
color: #555;
/* padding: 2px; - 	リンク画像にはよくありません */
}

#news .single a:hover {
background-color: #f2f2f2;
color: #000;
}

#news .single h2 {
color: #333;
font-weight: normal;
font-size: 16px;
margin-top: 3px;
margin-bottom: 3px;
padding: 0px;
}

#news .single h2 a {
border-bottom: 1px dotted #ca1717;
text-decoration: none;
color: #333;
}

/*
+++++++++++++++++
Comments
+++++++++++++++++
*/

#commentarea {
width: 480px;
float: left;
font-size: 11px;
margin-top: 10px;
}

#commentarea h3 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin: 0px;
font-weight: normal;
}

.commentsblock{
margin:0.5em;
padding:1em;
}

.commentsblock textarea{
width:250px;
}

.commentsblock input, .commentsblock textarea{
border:1px solid #d1d1d1;
}

.commentsblock textarea:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentauthor{
display:block;
font-size:1.5em;
}

ol.commentlist{
color:#777;
font-size:11px;
list-style-type:none;
margin:0;
margin-top:1.5em;
padding: 0px;
}

ol.commentlist a {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #ca1717;
display: inline;
}
			
ol.commentlist a:hover {
color: #222;
text-decoration: none; 
}

.author {
font-weight: bold;
font-size: 12px;
}

.author a {
color: #555;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #ca1717;
}

.author a:hover {
color: #222;
text-decoration: none; 
}

.commentlist li{
margin:0 0 0.5em;
	padding: 0.5em;
	list-style-type: none;
}

.alt{
background:#fff;
padding:0.5em;
}

.alt2{
background: #fff;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
margin: 10px auto;
padding: 5px 20px 5px 45px;
}

.even, .comment-preview {
background-color: #f4f4f4;
}

.odd {
background-color: #fff; /*  "Flip flopping" 背景色の指定です */
}

.authorcomment { /* 著者の背景色です */
background-color: #f0f0f0;
}

/* Comment/Trackback Favatars & Gravatars */
.avatar {
-moz-opacity:0.5;
opacity: 0.5;
background: center center;
float: right;
margin: 2px 0 0 0; 
width: 16px;
height: 16px;
}

.avatar:hover {
-moz-opacity:1;
opacity: 1;
}

.trackback-favatar {
background: center center;
width: 16px;
height: 16px;
float: left;
margin: 2px 6px 0 2px;
cursor: pointer;
}
.avatar {
float: right;
padding: 2px;
margin: 0;
border: 1px solid #A5A5A3;
width: 30px;
height: 30px;
background: #fff url(wp-content/gravatars/avatar.jpg) no-repeat center center;
}

#commentform textarea {
width: 90%;
}

.gravatar {
margin-right: -5px;
float: right;
border: 0px;
}

blockquote {
border: 1px solid #ebebeb;
line-height: normal;
	font-size: 11px;
	margin: 1em 0;
	padding: 0 1em;
}

ol.commentlist li .children { margin: 0; padding: 0; }
.comment-navigation { overflow: hidden; margin: 0 0 1em }
.comment-navigation .prev { float: left; }
.comment-navigation .next { float: right; }

/*
+++++++++++++++++
The Deck
+++++++++++++++++
*/

#login {
width: 100%;
overflow: hidden;
background: #D9D4C0;
}

#deckcontent {
padding: 2px;
font-size: 12px;
color: #333;
line-height: normal;
margin-top: 5px;
}

#deckcontent img {
vertical-align: middle;
}

#deckcontent a {
margin-right: 25px;
background-color: #F7F5F0;
padding: 3px;
text-decoration: none;
color: #333;
}

#deckcontent a:hover {
background-color: #E0DCCD;
}

#login-button {
width: 100%;
border-top: 3px solid #D9D4C0;
text-align: center;
}

#login-button a img, a:visited img, a:hover img {
border: none;
}

#deckcontent #search {
float: right;
margin-right: 5px;
width: 300px;
vertical-align: middle;
}

/* for widget */
.sidebars #search { float: none; width: auto; }

#searchimage {
float: left;
margin-left: 5px;
margin-right: 90px;
width: 300px;
vertical-align: middle;
}

#searchform .field {
font-size:10pt;
background-color:#F7F7F2;
border:1px solid #A49E87;
width:205px;
}

/*
+++++++++++++
Search Results
+++++++++++++
*/

#searchpg {
width: 100%;
background-color: #f2f2f5;
padding: 2px;
margin-bottom: 7px;
}

#searchpg h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

/*
+++++++++++++
Footer
++++++++++++++
*/

#preclear {
width: 100%;
height: 30px;
background-color: #fff;
}

#footer {
width: 732px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
background-color: #F7F7F2;
margin: 0 auto;
color: #111;
font-size: 12px;
}

#footer a {
color: #C6451A;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#footer a:hover {
color: #A82E0F;
border-bottom: 1px solid #333;
}

/*
+++++++++++++
Image Styles
++++++++++++++
*/
#news .post div.wp-caption { margin: 10px; border: 1px solid #efefef; background: #fff; overflow: hidden; }
	#news .post .wp-caption img { display: block; margin: 5px auto; padding: 0; border: 1px solid #efefef; }	
	#news .post .wp-caption-text { margin: 5px; font-size: 0.9em; line-height: 1.3em; }
#news .post div.alignnone { display: block; margin: 10px 10px 10px 0; }
#news .post img.alignleft { margin: 10px 10px 10px 0; float: left; clear: left; }		
#news .post img.alignright { margin: 10px 0 10px 10px; float: right; clear: right; }
#news .post img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
#news .post div.alignleft { text-align: left; float: left; margin-left: 0; }
#news .post div.alignright { text-align: right; float: right; margin-right: 0; }
#news .post div.aligncenter { text-align: center; margin: 0 auto 10px; }
#news .post .gallery { margin: auto auto 0; }
	#news .post .gallery .gallery-item, #news .post .gallery .gallery-icon { clear: none; margin: 0; }
	#news .post .gallery .gallery-icon {  }
	#news .post .gallery .gallery-caption { text-align: left; font-size: 0.9em; line-height: 1.3em; }