﻿@charset "utf-8";
@import url("normalizes.css");
@import url("color.css");
@import url("typography.css");
/* main layout */
#container {
	width: 860px;
	margin: 0 auto;
}

#header {
	width: 860px;
	height: 125px;
	overflow: hidden;
	position: relative;
}

#content {
	width: 860px;
	padding: 70px 0;
}

#footer {
	width: 860px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

/* header */
#brand {
	position: absolute;
	bottom: 0;
	left: 0;
}

#brand span {
	display: none;
}

#nav-main {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

#nav-main li {
	display: inline;
	padding: 0 16px;
}

/* page padding */
.post-page #content {
	padding: 0;
}

/* content */
#post-list {
	width: 860px;
	margin-bottom: 18px;
	overflow: hidden;
}

#not-found {
	padding: 100px 0;
}

#not-found p {
	line-height: 36px;
}

#post-list .titleArea, 
#post-detail .titleArea {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

#post-list .titleArea span, 
#post-detail .titleArea span  {
	display: none;
}

#post-list .conL {
	float: left;
	width: 620px;
}

#post-list .conR {
	float: left;
	width: 214px;
	margin-left: -1px;
}

#post-list .ptitle {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}

#post-list .post h3 {
	height: 30px;
	line-height: 30px;
	padding: 8px 0;
	overflow: hidden;
}

#post-list .post .entry {
	line-height: 18px;
	margin-right: 48px;
}

#post-list .post .entry p {
	padding-bottom: 14px;
}

#post-list .post .meta {
	height: 24px;
	line-height: 24px;
	padding-bottom: 6px;
	overflow: hidden;
}

#post-list .category {
	padding-bottom: 30px;
}

#post-list .conR .ptitle {
	text-indent: 8px;
}

#post-list .conR .clist, 
#post-list .conR .categories ul {
	padding: 8px 0 0 8px;
}

#post-list .conR .clist li, 
#post-list .conR .categories ul li {
	line-height: 18px;
	overflow: hidden;
}

#post-detail {
	padding-bottom: 18px;
}

#post-detail h2 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

#post-detail .date {
	height: 20px;
	line-height: 20px;
	margin-top: -8px;
	padding-bottom: 8px;
	overflow: hidden;
}

#post-detail .entry {
	padding: 24px 2px 6px 2px;
}

#post-detail .entry p {
	line-height: 18px;
	padding-bottom: 18px;
}

#post-detail .post-link {
	height: 50px;
	overflow: hidden;
	position: relative;
}

#post-detail .post-link p {
	position: absolute;
	top: 12px;
}

#post-detail .post-link .post-prev {
	left: 0;
}

#post-detail .post-link .post-next {
	right: 0;
}

#post-detail .meta {
	padding: 8px 8px 8px 26px;
	margin-bottom: 24px;
}

#post-detail .meta p {
	line-height: 20px;
}

#post-detail .nocomments {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

#post-detail .comments {
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
}

#post-detail .comments h3, 
#post-detail .response h3 {
	height: 24px;
	line-height: 24px;
	padding-bottom: 12px;
	overflow: hidden;
}

#post-detail .comments ol {
	width: 840px;
	overflow: hidden;
}

#post-detail .comments li {
/*	padding: 12px 18px 0 18px;*/
	position: relative;
	overflow: hidden;
}

#post-detail .comments .comment-author .avatar {
	padding: 2px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 20px;
}

#post-detail .comments .comment-author .avatar img {
	width: 32px;
	height: 32px;
	overflow: hidden;
}

#post-detail .comments .comment-author {
	height: 20px;
	line-height: 20px;
	padding-top: 12px;
	padding-left: 18px;
	overflow: hidden;
}

#post-detail .comments .comment-meta {
	height: 20px;
	line-height: 20px;
	padding-bottom: 6px;
	padding-left: 18px;
	overflow: hidden;
}

#post-detail .comments em {
	padding-left: 18px;
	padding-bottom: 2px;
}

#post-detail .comments p {
	line-height: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}

#post-detail .response {
	padding: 20px 14px 14px 0px;
}

#post-detail .response .ops {
	height: 24px;
	line-height: 24px;
	padding-bottom: 12px;
	overflow: hidden;
}

#post-detail .response form p {
	height: 40px;
	padding-bottom: 0;
	overflow: hidden;
}

#post-detail .comments form p {
	padding-left: 0;
}

#post-detail .response form p.text {
	height: 190px;
}

#post-detail .response form p label {
	padding-left: 14px;
}

#post-detail .response form .input input {
	width: 270px;
	padding: 2px;
}

#post-detail .response form .text textarea {
	width: 525px;
	height: 160px;
	padding: 2px;
	overflow: auto;
}

#post-detail .response form p.btn input {
	padding: 3px 28px;
}

#sidebar .widget h2 {
	height: 33px;
	line-height: 33px;
	text-indent: 8px;
	overflow: hidden;
}

#sidebar .widget_twitter h2 a {
	padding-right: 28px;
}

#sidebar .widget p, 
#sidebar .widget ul {
	margin: 8px 0 0 8px;
	padding-bottom: 20px;
}

#sidebar .widget p {
	line-height: 18px;
}

#sidebar .widget li {
	line-height: 22px;
	overflow: hidden;
}

/* footer */
#footer .item-tel {
	width: 115px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	top: -9px;
	left: 0;
}

#nav-site {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 74px;
}

#nav-site li {
	float: left;
	width: auto;
	padding: 0 12px;
}

#nav-site li.item-last {
	padding-right: 4px;
}

#nav-site li.icon,
#nav-site li.icon img {
	vertical-align: middle;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	width: 72px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */
