@charset "UTF-8";

body#blog .wrapInner{
	padding:30px 0;
}

#blogContent {
	margin: 0 auto;
	width: 900px;
}

#blogContent img {
	vertical-align: top;
}

#blogContent .blog-name {
	margin: 0 0 30px 0;
}

#blogContent .unitH,
#blogContent .wrapCol {
	background: url(../images/blog/footer-line.gif) 0 100% no-repeat;
	padding-bottom: 80px;
	zoom: 1;
}

#blogContent .unitH:after,
#blogContent .wrapCol:after {
 content: '';
 display: block;
 clear: both;
 overflow: hidden;
}


/*
sidebar
*/
#blogContent .sidebar {
	float: left;
	width: 211px;
}

#blogContent .sidebar a {
	text-decoration: underline;
}

#blogContent .sidebar .nav {
	margin-bottom: 40px;
}

#blogContent .sidebar .nav li {
	margin-bottom: 3px;
}

#blogContent .sidebar .archive {
	margin-bottom: 35px;
	border-bottom: 2px solid #BACC1D;
}

#blogContent .sidebar .categories {
	margin-bottom: 30px;
	border-bottom: 2px solid #280F0F;
}

#blogContent .sidebar .archive ul,
#blogContent .sidebar .categories ul {
	padding: 10px 2px;
}

#blogContent .sidebar .archive ul ul,
#blogContent .sidebar .categories ul ul {
	padding-top: 0;
	padding-bottom: 0;
}

#blogContent .sidebar .archive li,
#blogContent .sidebar .categories li {
	margin-bottom: 5px;
}

#blogContent .sidebar .archive li a,
#blogContent .sidebar .categories li a {
	background: url(../images/blog/arrow.gif) 0 4px no-repeat;
	padding-left: 10px;
}

#blogContent .sidebar .archive li a.open,
#blogContent .sidebar .categories li a.open {
	background-image: url(../images/blog/arrow-open.gif);
}

#blogContent .sidebar .archive li ul,
#blogContent .sidebar .categories li ul {
	margin: 10px;
	display: none;
}

#blogContent .sidebar .archive li ul a,
#blogContent .sidebar .categories li ul a {
	background: url(../images/blog/dotte.gif) 0 7px no-repeat;
	padding-left: 8px;
}

#blogContent .sidebar .cal {
	position: relative;
	margin-bottom: 10px;
}

#blogContent .sidebar .cal table {
	width: 100%;
	color: #280F0F;
}

#blogContent .sidebar .cal table caption {
	display: table-caption;
	padding: 4px 0;
}

#blogContent .sidebar .cal table caption,
#blogContent .sidebar .cal table thead th {
	background-color:#BACC1D;
}

#blogContent .sidebar .cal table th,
#blogContent .sidebar .cal table td {
	padding: 5px 3px;
	text-align: center;
	border: 1px solid #FFF;
}

#blogContent .sidebar .cal table td {
	background-color: #EAF0BB;
}

#blogContent .sidebar .cal table tfoot {
}

#blogContent .sidebar .cal table tfoot td {
	background: none;
	border: 0;
}

#blogContent .sidebar .cal #prev a {
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	background: url(../images/blog/prev.gif) 0 0;
	width: 6px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
}

#blogContent .sidebar .cal #next a {
	display: block;
	position: absolute;
	top: 10px;
	right: 50px;
	background: url(../images/blog/next.gif) 0 0;
	width: 6px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
}

#blogContent .sidebar .cal table .sun {
	color: #E80D35;
}

#blogContent .sidebar .cal table .sat {
	color: #0074C2;
}

#blogContent .sidebar .cal table .today {
	background-color: #280F0F;
	color: #FFF;
}

#blogContent .sidebar .cal table tfoot td {
	padding: 0;
	height: 0;
	overflow: hidden;
}

#blogContent .toProfile {
	margin-bottom: 25px;
}

/*
main
*/
#blogContent .main {
	float: right;
	width: 615px;
}

.unitThumbList {
	background: url(../images/blog/unit-border.gif) 0 100% repeat-x;
	margin-bottom: 15px;
	padding-bottom: 13px;
}

.unitThumbList .thumb {
	float: left;
}

.unitThumbList .val {
	margin-left: 187px;
}

.unitThumbList h3 {
	color: #BACC1D;
	font-size:15px;
	font-size:1.5rem;
}

.unitThumbList .more {
	margin: 10px 0 0 0;
	text-align: right;
}

.pagenation {
	margin-top: 50px;
	text-align: center;
}

.pagenation a {
	display: inline-block;
	zoom: 1;
	background: #968989;
	margin: 0 1px;
	padding: 1px 6px;
	color: #FFF;
	text-decoration: none;
}

.pagenation span {
	margin: 0 1px 0 4px;
}

.pagenation a.current {
	background-color: #BACC1D;
}

.pagenation .prev {
	background: url(../images/blog/arrow-prev.gif) 100% 5px no-repeat;
	margin-right: 20px;
	padding-right: 15px;
	color: #280F0F;
}

.pagenation .next {
	background: url(../images/blog/arrow-next.gif) 0 5px no-repeat;
	margin-left: 20px;
	padding-left: 15px;
	color: #280F0F;
}

#blogContent .unitH {
	background: #EAF0BB;
	padding: 10px 25px;
}

#blogContent .unitH .heading {
	float: left;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
	width:470px;
}

#blogContent .unitH .date {
	float: right;
	padding-top: 3px;
}

#blogContent .meta {
	background: url(../images/blog/arrow.gif) 0 4px no-repeat;
	margin: 5px 0 25px 0;
	padding-left: 10px;
}

#blogContent .meta a {
	font-size:12px;
	font-size:1.2rem;
	text-decoration: none;
}

#blogContent .article-content {
	margin-bottom: 15px;
}

#blogContent .article-content p {
	margin-bottom: 1.2em;
}

#blogContent .articlePagenation a {
	display: block;
	float: left;
}

#blogContent .articlePagenation .prev {
	background-position: 0 4px;
	padding-left: 14px;
}

#blogContent .articlePagenation .next {
	float: right;
	background-position: 100% 4px;
	padding-right: 14px;
}

#blogContent .articlePagenation .toIndex {
	display: inline-block;
	zoom: 1;
	float: none;
	margin-top: 2px;
	padding: 2px 10px;
	font-size:11px;
	font-size:1.1rem;
}


/*
profile
*/

.ProfCont{
	padding:25px;
}

.profileArea {
	background: #eaf0bb;
	padding: 10px 25px 25px 25px;
}

	.profileArea h2 {
		margin-bottom:16px;
		color: #BACC1D;
		font-size: 24px;
		font-size: 2.4rem;	
	}

	#wrap .profileArea .wrapCol {
		background: none;
		margin: 0;
		padding: 0;
	}

	.profileArea .wrapCol .box {
		float:left;
	}

	.profileArea .wrapCol .last {
		margin-left: 175px;
	}


/*
clear fix
*/
.unitThumbList:before,
.unitThumbList:after {
    content:"";
    display:table;
}
.unitThumbList:after {
    clear:both;
}
.unitThumbList {
    *zoom:1;
}

