@charset "UTF-8";
/* SVN FILE: $Id$ */
/**
 * スタイル
 * 
 * PHP versions 5
 *
 * baserCMS :  Based Website Development Project <http://basercms.net>
 * Copyright 2008 - 2013, baserCMS Users Community <http://sites.google.com/site/baserusers/>
 *
 * @copyright		Copyright 2008 - 2013, baserCMS Users Community
 * @link			http://basercms.net baserCMS Project
 * @package			baser.plugins.blog.vendors.css
 * @since			baserCMS v 0.1.0
 * @version			$Revision$
 * @modifiedby		$LastChangedBy$
 * @lastmodified	$Date$
 * @license			http://basercms.net/license/index.html
 */

/* blog-description
---------------------------------------------------*/
.blog-description {
margin-left:0px;
}
/* post
---------------------------------------------------*/
.post {
margin-bottom:0px;
}
.post-body,
#post-detail {
margin-top:50px;
margin-bottom:15px;
line-height:2em;
}
.more {
text-align: left;
margin: 20px 10px 40px 280px;
}
/* meta
---------------------------------------------------*/
.meta {
position: absolute;
top: 14px; right:10px;
color: #999999;

}
.meta span {
font-size: 92%;
color: #999999;

}
/* tag
---------------------------------------------------*/
.tag {
color:#999999;
font-size:0.85em;
padding-bottom:5px;
padding-right:10px;
padding-top:5px;
text-align: right;
}
/* calendar
----------------------------------------------- */
.widget-blog-calendar table {
margin-left:15px;
}
.widget-blog-calendar th {
border-bottom:1px solid #e2e2e2;
}
.widget-blog-calendar th,
.widget-blog-calendar td {
padding:2px 3px;
font-size:12px;
text-align: center;
}
.widget-blog-calendar .sunday {
color:#ff6633;
}
.widget-blog-calendar .saturday {
color:#3366FF;
}
.widget-blog-calendar .today {
background-color:#e2e2e2;
}

/* BlogComment
----------------------------------------------- */
#BlogComment {
margin-top:40px;
padding:0;
}
#BlogCommentList {
padding:10px 20px;
margin-top:20px;
}
#BlogCommentAddForm {
padding:10px 20px;
}
#BlogCommentList .comment {
padding-bottom:8px;
border-bottom:1px dashed #CCCCCC;
margin-bottom:20px;
}
/* contentsNavi
----------------------------------------------- */
#contentsNavi {
text-align:center;
}

/* pagination
---------------------------------------------------*/
.pagination ul {
width:690px;
margin: 20px 0 10px;
padding: 10px 10px 5px;
background: #fff;
border: 1px solid #ccc;
text-align: center;
}


.pagination li {
display: inline;
margin: 0 5px;
padding: 0;
}

.pagination li span.disabled,
.pagination li span.current {
display: inline-block;
width: 20px;
height: 20px;
margin-bottom: 5px;
background: #CCCCCC;
text-decoration: none;
text-align: center;
vertical-align: middle;
}

.pagination li a {
display: inline-block;
width: 20px;
height: 20px;
margin-bottom: 5px;
background: #CCCCCC;
text-decoration: none;
text-align: center;
vertical-align: middle;
color: #4483B5 !important;
}


.pagination li a:hover {
color: #4483B5 !important;
background: #CCCCCC;
border-color: #00f;
}