/*
	Theme Name: YB-Light
	Description: Easy and light theme by <a href="http://blog.seonews2.com/">Yellow Blog</a>
	Author: Aivar Azizov
	Author URI: http://blog.seonews2.com/
	Version: 1.3
	Tags:two columns,fixed width,white,light,blue,pink,easy,tags

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 12px Verdana; color: #333;  background: #fff /*url(images/pinkdod.gif) repeat-x left bottom*/;}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 { font: normal 24px Verdana; color: #eb95b8; }
h1 { font-size: 20px; margin-bottom: 7px; font-weight: bold;}
h2 { font-size: 15px; margin-bottom: 5px; }
h3 { font-size: 16px; margin-bottom: 5px; }

a { text-decoration: underline; color: #333; }
a:hover { color: #333; }

h1 a { color: #800000; text-decoration: underline; }
h1 a:hover { color: #eb95b8; }

p { line-height: 18px; padding-bottom: 20px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */
#header { height: 190px; clear: both; position: relative; background: url(images/pinkdod.gif) repeat; z-index: 3; }
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; z-index: 3; }
/* 2010過去記事が入らないので拡張
#container { width: 1024px; margin: 0 auto; overflow: hidden; }
#content { width: 630px; float: left; padding: 20px; z-index: 2; }
#sidebar { width: 177px; float: left; z-index: 1; }
#sidebar2 { width: 177px; float: right; z-index: 1;}
.jugem_theme{ width: 400px;background-color:pink;clear:both;}
*/
#container { width: 1000px; margin: 0 auto; overflow: hidden; }
#content { width: 606px; float: left; padding: 20px; z-index: 2; }
#sidebar { width: 177px; float: left; /z-index: 1; }
#sidebar2 { width: 177px; float: right; z-index: 1; }

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #800000; text-decoration: none; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #eb95b8; text-decoration: none; }
/* Header ------------------- */

#header ul { position: absolute; top: 150px; right: 15px; overflow: hidden; }
#header ul li { float: left; }
#header ul li a { color: #800000; text-decoration: underline; font-size: 13px; font-weight: bold;}
#header ul li a:hover { color: #eb95b8; }

#header ul.face { position: absolute; top: 125px; left: 15px; overflow: hidden;}
#header li.imagefase{padding-left:30px;}

/* Sidebar ------------------- */

#sidebar .block { background: #FFF0F5; margin-bottom: 10px; padding: 8px; }
#sidebar .block h2 { color: #eb95b8; font-weight: bold;text-indent:-6px;margin-top:10px;}
#sidebar .block li {padding: 7px 0; list-style-type: none;}
#sidebar .block li a { color: #800000; text-decoration: none;}
#sidebar .block li a:hover { color: #eb95b8; }

/* Sidebar2 ------------------- */

#sidebar2 .block { background: #FFF0F5; margin-bottom: 10px; padding: 8px; }
#sidebar2 .block h2 { color: #eb95b8; font-weight: bold;text-align:center;
			background : url(images/ribbon_side_head.gif);margin-bottom:-2px;}
.widgettitle{ padding-top:30px;}
#sidebar2 .block ul {
			list-style-image		: url(images/heart.gif);
			text-indent				: 1px;
			padding					: 8px;
			background		: url(images/ribbon_side_con.gif) repeat-y;
			list-style-position: inside;
}
#sidebar2 .block ul.children{background: url();text-indent:-5px;}
#sidebar2 .block li { padding: 7px 0; list-style-type: none;}
#sidebar2 .block li a { color: #800000; text-decoration: none; }
#sidebar2 .block li a:hover { color: #eb95b8; }

/* Post ------------------- */

.post { border-bottom: 1px dashed #aaa; margin-bottom: 15px;}
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color: #800000; border-bottom: 1px solid #333; }
/*画像の周辺のリンクをピンク*/
.post p a img{border-style:solid;border-color:#ffccff; }
.post p a:hover img{border-style:solid;border-color:#FFF0F5; }

.post p a:hover { color: #555; border-bottom: 1px solid #555; }

/*
 * Comments
 *
 */
 
h2#comments { color: #800000; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #800000; background: url(images/pinkdod.gif) repeat}
#footer a { color: #eb95b8; text-decoration: underline; font-weight: bold; line-height: 16px; }

*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}


.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
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;
}
.tspace{margin-top:20px;}
.bspace{margin-bottom:20px;}
.mtspace{margin-top:-20px;}
/*
.screen-reader-text{text-indent:-10px;}
#s{width:120px;}
*/
