/*
	Template Name: Simplicitly
	Template URI: http://wpthemejp.com/
	Template Description: the449.comのthe Diamond Giezersから、超簡単なWordpressのテーマが届いています。
	Template Author: The449.com
	Author URI: http://the449.com
*/

html{
	background: #EEE url(images/stripe-grad.jpg) top repeat-x fixed;
}

body{
	margin: 20px auto;
	padding: 10px;
	width: 970px;
	background: #FFF;
	color: #2B2B2B;
  	font: 0.85em/1.55 "Lucida Grande", Arial, helvetica, sans-serif;
}

p{
	margin: 1em 0;
	padding: 0;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #2C23D3;
	overflow: hidden;
}

a:hover, a:active{
	color: #FB0D06;
}

code{
	font-size: 11px;
	color: #555;
}

blockquote {
	margin: 0 20px 30px 20px;
	padding: 20px 25px 5px 30px;
	background: url(images/blockquote_top.gif) no-repeat top left #E4CDE3;
}

h1{
	margin: 10px 0;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}

h2{
	font: 2em/1.1 Georgia;
	letter-spacing: -1px;
	font-weight: bold;
	color: #F35050;
	padding: 20px 0 0 0;
}

h3{
	font: 1.7em/1 Georgia;
	letter-spacing: -1px;
	font-weight: bold;
	color: #41B1CD;
	padding: 15px 0 0 0;
	margin: 0;
}

h4{
	font: 1.1em/1 Georgia;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	background-color: #CFCFCF;
}

.entry-tittle {
	font: 2.2em/1.1 Georgia;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}


p.segment-title, .pseudo-sidebar h2, #right-col h2{
	margin: 1.2em 0 0 0;
	font-family: "Lucida Grande", Arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #222;
}

#comments .segment-title{
	border-bottom: 2px solid #DDD;
	font-size: 1.4em;
	color: #2B2B2B;
	padding: 0 0 8px 5px;
	margin-top: 10px;
}

p.browse{
	margin: 0;
	padding: 1em 20px;
	border-top: 5px solid #2C23D3;
	border-bottom: 2px solid #2C23D3;
}

#header{
	position: relative;
	padding: 10px 20px 23px 20px;
	background: #333;
}

p#logo{
	margin: 0;
	font: 4em/1.0 Georgia;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

p#logo a, p#logo a:hover{
	color: #FFF;
	font-weight: normal;
	width: 345px;
	height: 76px;
	display: block;
	overflow: hidden;}

#header form{
	position: absolute;
	top: 48px;
	right: 20px;
	_left: 560px;
}

input#s{
	padding: 7px 10px;
	width: 270px;
	height: 17px;
	overflow: hidden;
	border: 0;
	background: transparent url(images/search-bg.gif);
}

#header fieldset legend, #header fieldset button{
	display: none;
}

#nav{
	width: 970px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #EEE url(images/nav-grad.jpg) center repeat-x;
	margin: 0;
	padding: 0;
}

#nav li{
	float: left;
	list-style: none;
}

#nav li a{
	display: block;
	padding: 8px 20px;
	color: #FB0D06;
}

#nav li a:hover{
	background: #2C23D3 url(images/nav-hover.jpg) center repeat-x;
	color: #FFF;
}

#nav li.current_page_item a{
	background: #666 url(images/nav-active.jpg) center repeat-x;
	color: #FFF;
	cursor: default;
}

#content{
	padding: 20px 0;
	background: url(images/content-grad.jpg) top repeat-x;
}

#left-col{
	margin-right: 20px;
	width: 650px;
	float: left;
}

.latest{
	padding: 0 20px 20px 20px;
	border-top: 4px solid #2C23D3;
	border-bottom: 1px solid #2C23D3;
	background: #F5F5F5 url(images/latest-grad.jpg) top repeat-x;
}

p.meta{
	margin: 5px 0 0 0;
	font-size: 11px;
}

span.date{
	padding-left: 15px;
	background: url(images/date-icon.gif) left no-repeat;
}

a.comments-link{
	padding-left: 15px;
	background: url(images/comment-icon.gif) left no-repeat;
}

ol.tags{
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	list-style: none;
	border-top: 1px solid #DDD;
}

ol.tags li{
	padding: 2px 0;
	list-style: none;
}

ol.tags li a{
	padding-left: 25px;
	background: url(images/tag-icon.gif) left no-repeat;
	list-style: none;
}

.entry-content img{
	padding: 4px;
	border: 1px solid #DDD;
	background: #FFF;
}

/* Image Styles */
	.entry-content div.wp-caption { margin: 10px; padding: 4px; border: 1px solid #ddd; background: #fff; overflow: hidden; }
		.entry-content .wp-caption img { display: block; margin: 0 auto; border: none; }	
		.entry-content .wp-caption-text { margin: 6px 3px; font-size: 0.8em; line-height: 1.3em; }
	.entry-content div.alignnone { display: block; margin: 10px 10px 10px 0; }
	.entry-content img.alignleft { margin: 10px 10px 10px 0; float: left; clear: left; }		
	.entry-content img.alignright { margin: 10px 0 10px 10px; float: right; clear: right; }
	.entry-content img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
	.entry-content div.alignleft { text-align: left; float: left; margin-left: 0; }
	.entry-content div.alignright { text-align: right; float: right; margin-right: 0; }
	.entry-content div.aligncenter { text-align: center; margin: 0 auto 10px; }
	.entry-content .gallery { margin: 16px auto; }
		.entry-content .gallery img { border: 1px solid #ddd; margin-bottom: 5px; }
		.entry-content .gallery .gallery-item, .entry-content .gallery .gallery-icon { clear: none; margin: 0; }
		.entry-content .gallery .gallery-icon {  }
		.entry-content .gallery .gallery-caption { text-align: left; font-size: 0.8em; line-height: 1.3em; margin: 0 15px 10px; }

a.read-on{
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #EEE;
	color: #FB0D06;
}

.pagination{
	padding: 20px;
	overflow: hidden;
}

.pagination a{
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #EEE;
	color: #FB0D06;
}
.pagination span { width: 48%; }
.pagination .previous { float: left; }
.pagination .next { float: right; text-align: right; }

.previous-post{
	padding: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	background: url(images/content-grad.jpg) top repeat-x;
}

#comments, #commentform{
	padding: 20px;
	border-top: 1px solid #FFF;
	background: url(images/content-grad.jpg) top repeat-x;
}
#comments {
	border-bottom: 1px solid #DDD;
}

.gravatar, .avatar{
	border: 3px solid #555;
	float: left;
}

.comment-navigation { clear: both; overflow: hidden; padding: 0 0 30px; }
.comment-navigation .previous { float: left; }
.comment-navigation .next { float: right; }

ol.commentlist{
	margin-top: 20px;
}

ol.commentlist li{
	margin-bottom: 20px;
	clear: both;
}
ol.commentlist .children {
	clear: both;
	padding: 20px 0 0 66px;
}
ol.commentlist .children .children {
	padding-left: 20px;
}
ol.commentlist .children .comment-avatar {
	display: none;
}
ol.commentlist .children .comment-wrap {
	width: auto;
	float: none;
}
ol.commentlist .children li {
	margin: 0;
}

.comment-wrap{
	padding-left: 20px;
	width: 470px;
	float: left;
	background: url(images/comment-arrow.jpg) 14px 18px no-repeat;
}

.comment-wrap p{
	/* margin: 0; */
}

.comment-meta{
	padding: 10px 10px 0 10px;
	background: #F2F2F2 url(images/comment-top.jpg) top no-repeat;
}

.comment-text{
	padding: 10px 10px 10px 10px;
	background: #F2F2F2 url(images/comment-bottom.jpg) bottom no-repeat;
	font-size: 11px;
	color: #666;
}

#respond {
	padding: 20px 0 0;
}
#author, #email, #url {
	width: 200px;
	display: block;
}
#comment {
	width: 97%;
	height: 140px;
}
p.comment-entry {
	margin: 0 0 10px;
}

#right-col{
	width: 260px;
	padding: 0 20px 20px 20px;
	float: right;
	background: #F5F5F5 url(images/latest-grad.jpg) top repeat-x;
	border-top: 4px solid #AAA;
	border-bottom: 2px solid #AAA;
	margin: 0;
	list-style: none;
}

.widgettitle{
	font: 2.2em/1 Georgia;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

.widget ul{	
	border-top: 1px solid #DDD;
}

.widget ul li{
	padding: 5px 5px 5px 15px;
	background: url(images/raquo.gif) 2px 12px no-repeat;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

#footer{
	clear: both;
	position: relative;
	padding: 20px;
	border-top: 5px solid #666;
	background: #333;
	color: #FFF;
}

#footer p{
	margin: 0;
}

#footer a{
	color: #CCC;
}

p.theme-credit{
	position: absolute;
	top: 10px;
	right: 10px;
}

p.theme-credit a{
	display: block;
	text-indent: -9000px;
	width: 171px;
	height: 35px;
	background: url(images/449credit.jpg);
}

.error{
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	background: #C03 url(images/error-icon.gif) 10px center no-repeat;
	color: #FFF;
}

button{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: hand;
	cursor: pointer;
}

#nav, #content, .previous-post, #trackbackurl, ol.commentlist li, p.comment-entry{
	_height: 1%;
	/* display: inline-block; */
}

#nav:after, #content:after, .previous-post:after, #trackbackurl:after, ol.commentlist li:after, p.comment-entry:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#left-col .ecom{
	background: url(images/ecom.gif) #ABE1EB no-repeat;
	margin: 0 20px 30px 20px;
	padding: 45px 20px 15px 30px;
}

#left-col .ecom_top{
	width: 490px;
	background: url(images/ecom_top.gif) bottom left #ABE1EB no-repeat;
	margin: 10px 0 0 70px;
	padding: 10px 15px 40px 15px;
}

*+html #left-col ul{
	margin-left: 30px;
}
#left-col ul li{
	list-style-image: url(images/disc.gif);
	margin: 0;
	padding: 0;
}

#left-col li{
	margin-bottom: 15px;
	padding: 0;
}

#right-col ul{
	margin: 0;
	padding: 0;
}
#right-col ul li{
	list-style: none;
}

#left-col ul.SimilarPosts {
	margin: 0 0 10px 25px;
	padding: 0;
}

#left-col li.SimilarPosts {
	margin: 0;
	padding: 0 0 0 5px;
	font: 1em/1 "Lucida Grande",Arial,helvetica,sans-serif
}

