/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.pt-cv-content {
	font-size: 14px;
}

.pt-cv-title {
	font-size: 20px;
}

body {
	line-height: 1.2em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a {
	text-decoration: underline;
}

.s1 a {
	text-decoration: none;
}

.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {
	color: #bbb;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	margin-bottom: 14px;
	font-weight: 400;
	line-height: 1.3em;
}

.entry h1 {
	font-size: 28px;
	letter-spacing: -1px;
}

.entry h2 {
	font-size: 24px;
	letter-spacing: -.7px;
}

.entry h3 {
	font-size: 20px;
	letter-spacing: -.5px;
}

.entry h4 {
	font-size: 18px;
	letter-spacing: -.3px;
}

.entry h5 {
	font-size: 800px;
	font-weight: 600;
}

.entry h6 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.entry {
	font-size: 14px;
	line-height: 1.6em;
}

.entry table td {
	vertical-align: top;
	text-align: left;
}

.site-title {
	padding: 0;
}

.site-description {
	font-size: 38px;
	font-weight: 600;
	color: #000;
	float: left;
	margin-left: 20px;
	line-height: 60px;
	padding: 10px 0;
}

#nav-header .nav-toggle {
	background: transparent;
	color: #000;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
}

#nav-header .nav li a {
	color: #000;
	font-weight: 600;
}

#header .pad {
	padding-top: 0;
	padding-bottom: 0;
}

/*  common : page title*/
/* ------------------------------------ */
.page-title {
	background: #fff;
	position: relative;
	padding-top: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
}

.page-title a {
	color: #000;
}

.page-title a:hover {
	color: #444;
}

.page-title span {
	color: #aaa;
}

.page-title i {
	margin-right: 8px;
}

.page-title h1,
.page-title h2,
.page-title h4 {
	color: #000;
}

.page-title .meta-single li {
	float: left;
	margin-right: 14px;
}

.page-title .meta-single li.comments {
	float: right;
	margin-right: 0;
}

/* ------------------------------------------------------------------------- 
   Widgets
 ------------------------------------------------------------------------- */
.widget {
	color: #000;
	font-size: 15px;
	overflow: hidden;
}

.widget a {
	color: #000;
}

.widget a:hover {
	color: #444;
}

.widget > h3 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
	background: #d6083b;
	padding: 8px;
	border-radius: 5px 5px 0 0;
}

.widget > h3 a,
.widget > h3 a:hover {
	color: #fff;
}

.widget > h3 a img {
	display: none;
	float: left;
	margin: 3px 7px 0 0;
}

.widget select {
	border: 1px solid #ddd;
	color: #000;
	font-size: 15px;
	padding: 7px;
	width: 100%;
	max-width: 100%;
}