@charset "UTF-8";
/*   
Theme Name: labs
Theme URI: http://localhost:8888/
Description: SIDEVISION Labs
Author:kitakoga
Author URI: 
Template: 
Version: 1.0

*/


/* [1]:browser default
--------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,div,li,ul,dl,dt,dd,form,input,textarea,p{margin:0 ;padding:0}

li{list-style:none}
img {border: 0;vertical-align: top}
table{border-collapse:collapse;border-spacing:0}
strong,em{font-style:normal}
p{padding:0.5em 0}
/* Text Size */
body,td,th{
	font-family:Verdana,Arial,sans-serif;
	color:#666;
	font-size:77%;
	line-height:140%;
	letter-spacing:0.01em;
}

/* 2009-09-25 OKUBO start*/
body, td, th, input, textarea {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
/* IE 6 */
* html * {
	line-break: strict;
	vertical-align:baseline;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 7 */
*:first-child+html body
,*:first-child+html td
,*:first-child+html th
,*:first-child+html input
,*:first-child+html textarea {
	line-break: strict;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 8 */
html>/**/body 
, html>/**/body td
, html>/**/body th
, html>/**/body input
, html>/**/body textarea
{
	line-break /*\**/: strict\9;
	font-family /*\**/: 'メイリオ', Meiryo, sans-serif\9;
}
/* safari firfox */
body:first-of-type
, body:first-of-type td
, body:first-of-type th
, body:first-of-type input
, body:first-of-type textarea
{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

blockquote {
	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
/* 2009-09-25 OKUBO end*/

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	line-height:100%;
	letter-spacing:0.01em;
	color:#333;
}

/* [2]:common
--------------------------------------------------------*/
/* clear */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}		
/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/

.clear{
	clear: both;
}
/* base link */
a:link{
	color:#90B3D5;
}
a:visited{
	color:#3C55A8;
}
a:hover{
	text-decoration:none;
	color:#586F87;
}

strong{
	color:#000;
}

div hr{
	display:none;
}


/* [3]:layout
--------------------------------------------------------*/
body{
	background:url(img/base.png) repeat-x;
}
#container{
	background:url(img/container_body.png) repeat-y;
	width:910px;
	margin:0 auto;
}
#page{
	background:url(img/head_bg.png) no-repeat;
	padding:0 5px;
}

/* [4]:header
--------------------------------------------------------*/
#header{
	height:189px;
	position:relative;
}

#header h1{
	position:absolute;
	top:50px;
}
#header h1 a{
	display:block;
	width:400px;
	height:40px;
	text-indent:-9999px;
}
.description{
	color:#CCC;
	position:absolute;
	top:100px;
}
.link_sv{
	position:absolute;
	top:25px;
	left:715px;
}
.link_sv a{
	display:block;
	width:130px;
	height:110px;
	text-indent:-9999px;
}

/* [5]:content
--------------------------------------------------------*/
#content{
	width:642px;
	float:left;
	padding-top:10px;
	/*border:solid 1px #f00;*/
}
#content .post_title{
	background:url(img/content_h2_bg.gif) no-repeat;
	width:616px;
	position:relative;
	height:5em;
}
#content h2{
	font-size:160%;
	position:absolute;
	top:5px;
	left:60px;
	font-weight:normal;
}
#content h2 a{
	color:#333;
	text-decoration:none;
}

#content h3{
	font-size:120%;
	border-left:7px solid #69C;
	padding:2px;
	color:#000;
}

.post_date{
	position:absolute;
	top:8px;
	left:9px;
	color:#fff;
	
	text-align:center;
}
.post{
	margin:10px 10px 50px;
	clear:both;
	/*border:solid 1px #f00;*/
}
.entry ol li{
	list-style-type:decimal;
}
.entry{
	margin:7px;
}

.entry p{
	padding-left:9px;
	/* add okubo */
	padding-bottom: 15px;
}
/* add okubo */
.entry ol,
.entry ul
.entry li {
	padding-bottom: 15px;
}

.post_tag{
	float:left;
}
.post_cat{
	/*float:left;*/
	background:url(img/ico_category.gif) no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
.post_comments{
	background:url(img/ico_comment.gif) no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
.postmetadata{
	clear:both;
	margin:7px;
	border-top:1px dotted #999;
	text-align:right;
}
#cotainer_btm{
	background:#fff url(img/container_btm.gif) bottom no-repeat;
	height:10px;
	margin-bottom:20px;
}

/*next, prev*/
.navigation{
	padding:20px;
}
.navigation_comment{
	padding:0 20px 40px;
}



/* [6]:sidebar
--------------------------------------------------------*/
#sidebar{
	/*margin-left:665px;*/
	float: right;
	width:235px;
	color:#ccc;
}
#sidebar a{
	color:#90B3D5;
}
#sidebar a:hover{
	color:#fff;
}
#sidebar h2{
	background:url(img/category_h3_bg.gif) no-repeat;
	margin-right:5px;
	padding:10px 0;
	text-align:center;
	color:#ccc;
	font-size:100%;
}
#sidebar ul ul{
	padding:5px 0 10px 10px;
}
#sidebar ul ul li{
	background:url(img/ico_category.gif) no-repeat 0 0.3em;
	padding-left:20px;
	line-height:1.8em;
}

/*calendar*/
#calendar_wrap{
	margin:10px 10px;
	padding-bottom:1px;
}
#calendar_wrap table{
	width:205px;
}
#calendar_wrap td,
#calendar_wrap th,
#calendar_wrap caption{
	color:#ccc;
	font-size:90%;
	text-align:center;
	padding:2px;
}
#calendar_wrap thead{
	border-top:2px #666 solid;
}
#calendar_wrap tr{
	border-bottom:1px #666 solid;
}

/*widget_tag_cloud*/
.widget_tag_cloud div{
	padding:5px 0 10px 10px;
}

/*sidevision_info*/
#sidevision_info{
	/*background:url(img/dot_line.gif) no-repeat;*/
	padding:10px 20px;
	font-size:x-small;
}
#sidevision_info h3{
	background:url(img/logo.gif) no-repeat;
	width:168px;
	height:80px;
	text-indent:-9999px;
	margin-bottom:20px;
}
#sidevision_info h3 a{
	display:block;
	width:100%;
	height:100%;
}




/* [7]:footer
--------------------------------------------------------*/
#footer{
	background:#333 url(img/footer_bg.png) repeat-x;
	text-align:center;
	padding:10px 0 20px;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.comment-body{
		border:1px solid #ccc;
		margin:10px 5px 10px 0;
		padding:5px;
	}


input,textarea{
	border:1px solid #ccc;
}

/* End Form Elements */
