@charset "utf-8";
/* CSS Document */

.page {
max-width:980px;
margin:0 auto;
}
h1, h2, h3, h4, h5 {
color:#333333;
}
h2, h1 {
font-size:2em;
line-height:37px;
}
h3 {
margin-bottom:5px;
font-size:1.8em;
line-height:35px;
border-bottom:1px solid #dfdfdf;
}
h4 {
font-size:1.6em;
line-height:32px;
}
h5 {
font-size:1.4em;
line-height:30px;
}
p {
font-size:1.3em;
margin-bottom:19px;
line-height:21px;
color:#333333;
}
/* Global styling of wp */

ul {
list-style:none;
}
ol {
list-style-type:none;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
dl {
margin: 0 1.625em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.625em;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
font-style: italic;
font-weight: normal;
margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
pre {
background: #333;
font-size: 13px;
line-height: 1.5;
margin-bottom: 1.625em;
overflow: auto;
padding: 0.75em 1.625em;
}
code, kbd, samp, var {
font-size: 13px;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 1.625em;
}
ins {
background: #333;
text-decoration: none;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1px;
}
sub {
top: .5px;
}
small {
font-size: smaller;
}
input, textarea {
color: #373737;
font: 15px 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.625;
width:60%;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.625em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.625em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* 
 Comments Section 
----------------------------------------------- */
#comments-title {
color: #666;
font-size: 10px;
font-weight: 500;
line-height: 2.6em;
padding: 0 0 2.6em;
text-transform: uppercase;
}
.nopassword, .nocomments {
color: #aaa;
font-size: 24px;
font-weight: 100;
margin: 26px 0;
text-align: center;
}
.commentlist {
list-style: none;
margin: 0 auto;
width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
background: #f6f6f6;
border: 1px solid #ddd;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 0 1.625em;
padding: 1.625em;
position: relative;
}
.commentlist .pingback {
margin: 0 0 1.625em;
padding: 0 1.625em;
}
.commentlist .children {
list-style: none;
margin: 0;
}
.commentlist .children li.comment {
background: #fff;
border-left: 1px solid #ddd;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
margin: 1.625em 0 0;
padding: 1.625em;
position: relative;
}
.commentlist .children li.comment .fn {
display: block;
}
.comment-meta .fn {
font-style: normal;
}
.comment-meta {
color: #666;
font-size: 12px;
line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
line-height: 1.625em;
margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
margin: 1.625em 0 0;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.comment-meta a {
font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
box-shadow: 0 1px 2px #ccc;
left: -102px;
padding: 0;
position: absolute;
top: 0;
}
.commentlist > li:before {
/*content: url(images/comment-arrow.png);*/
	left: -21px;
position: absolute;
}
.commentlist > li.pingback:before {
content: '';
}
.commentlist .children .avatar {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
left: 2.2em;
padding: 0;
top: 2.2em;
}
a.comment-reply-link {
background: #eee;
-moz-border-radius: 3px;
border-radius: 3px;
color: #666;
display: inline-block;
font-size: 12px;
padding: 0 8px;
text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
background: #888;
color: #fff;
}
a.comment-reply-link > span {
display: inline-block;
position: relative;
top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
background: #ddd;
border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
/*content: url(images/comment-arrow-bypostauthor.png);*/
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
background: #ddd;
border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
margin-left: 102px;
width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
width: auto;
}
/* Comment Form */
#respond {
background: #faedd6;
float:left;
border: 1px solid #d3d3d3;
-moz-border-radius: 3px;
border-radius: 3px;
margin:43px auto 1.625em;
padding: 1.625em;
position: relative;
width: 94%;
}
#respond input[type="text"], #respond textarea {
background: #fff;
border: 4px solid #eee;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
padding: 10px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
/*	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
*/	color: #555;
display: inline-block;
font-size: 13px;
left: -8px;
padding: 4px 10px;
position: relative;
top: 6px;
z-index: 1;
float:left;
}
#respond input[type="text"]:focus, #respond textarea:focus {
text-indent: 0;
z-index: 1;
}
#respond textarea {
float: left;
resize: vertical;
width: 73%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
color: #bd3500;
font-size: 22px;
font-weight: bold;
/*float: right;*/
margin-top: -29px;
position:static;
z-index: 1;
}
#respond .comment-form-author .required, #respond .comment-form-email .required, x:-moz-any-link {
/*margin-top:-2px;*/
}
#respond .comment-notes, #respond .logged-in-as {
font-size: 13px;
}
#respond p {
margin: 10px 0;
}
#respond .form-submit {
float: right;
margin: -20px 0 10px;
}
#respond input#submit {
background: none repeat scroll 0 0 #222222;
border: medium none;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -webkit- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: #EEEEEE;
cursor: pointer;
font-size: 15px;
left: 30px;
margin: 20px 73px 20px 0;
padding: 5px 25px 5px 27px;
position: relative;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
width: 149px;
transition:all 0.3s ease-in-out 0s;
-webkit-transition:all 0.3s ease-in-out 0s;
-o-transition:all 0.3s ease-in-out 0s;
-ms-transition:all 0.3s ease-in-out 0s;
}
#respond input#submit:hover {
background:#F1A125;
}
#respond input#submit:active {
background: #1982d1;
color: #bfddf3;
}
#respond #cancel-comment-reply-link {
color: #666;
margin-left: 10px;
text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
text-decoration: none;
}
.commentlist #respond {
margin: 1.625em 0 0;
width: auto;
}
#reply-title {
color: #373737;
font-size: 24px;
font-style:normal;
font-weight: bold;
line-height: 30px;
}
#cancel-comment-reply-link {
color: #888888;
display: block;
font-size: 10px;
font-weight: normal;
left: 33.625em;
letter-spacing: 0.05em;
line-height: 2em;
padding-left: 0;
position: absolute;
text-decoration: none;
text-transform: uppercase;
top: 2.1em;
width: 22%;
}
body, html {
-webkit-text-size-adjust:100%;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
color: #ff4b33;
}
#respond label {
line-height: 2.2em;
}
#respond input[type="text"] {
display: block;
float: left;
height: 24px;
margin-left: 13px;
width: 73%;
}
#respond p {
font-size: 12px;
}
p.comment-form-comment {
margin: 0;
}
.form-allowed-tags {
display: none;
}
#commentform p {
overflow:hidden;
}
.comment-meta.commentmetadata {
float: left;
margin-left: 51px;
}
.comment-body p {
display: block;
float: left;
margin-bottom: 11px;
margin-left: 50px;
margin-top: 0 !important;
width: 63%;
}
.comment-author .fn {
text-align:center;
display:block;
}
.comment-list, .comment-list .children {
overflow:hidden;
}
#reply-title a {
color:#000;
}
.reply {
margin-right:3px;
}
.comment-list li .children {
float: left;
margin-left: 122px;
overflow: hidden;
width: 100%;
}
.comment-list li {
border-bottom: 1px solid #F0CC8E;
margin-top: 15px;
display:inline-block;
clear:both;
padding-bottom: 15px;
}
.comment-list li .children li {
border-bottom:0;
}
.comments-area {
width: 66%;
}
.authorname .fn {
color:#000;
font-size:18px;
line-height:15px;
font-style:normal;
text-decoration:underline;
}
time {
color: #000000;
font-size: 14px;
line-height: 15px;
}
time:hover {
color:#F1A125;
}
.comment-date {
margin-top:5px;
}
.comment-content.comment p {
margin-bottom:5px;
margin-top:6px;
}
p.comment-awaiting-moderation {
font-size: 13px;
margin-bottom: 0;
margin-top: -3px !important;
}
.wpcf7-form input, .wpcf7-form textarea {
width:75%;
}
textarea {
resize:none
}
.wpcf7-textarea {
height:212px;
}
.wpcf7-form-control.wpcf7-submit {
width:20%;
background:#222222;
color:#fff;
border:none;
text-align:center;
border-radius:3px;
padding-top:4px;
padding-bottom:5px;
cursor:pointer;
}
.wpcf7-form-control.wpcf7-submit:hover {
background:#F1A125;
}
