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

#respond {
    /*padding-top: 20px;*/
}


/** COMMENTS **/

#comments {
    background-color: #666666;
    border-radius: 10px 0 10px 0;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-o-border-radius: 10px 0 10px 0;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 12px;
}

#respond h3 {
	background-color: #666666;
    border-radius: 10px 0 10px 0;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-o-border-radius: 10px 0 10px 0;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 12px;
}

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li {margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-size: 12px; line-height: 16px; padding:0 27px; color:#757575; font-weight:bold; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 12px; color:#757575; }
ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; font-size:12px; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; left:7px; position:absolute; /*top:7px;*/ margin:0; border-radius:99px; }
ol.commentlist li div.comment-meta { font-size: 12px; margin-left:27px; margin-top:7px; }
ol.commentlist li div.comment-meta a { color:#477394; text-decoration:none; font-size:12px; }
ol.commentlist li p { font-weight:normal; font-size: 12px; margin-bottom:0; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply {
    background: none repeat scroll 0 0 #00B7C2;
    border-radius: 0 30px 30px 20px;
    color: #FFFFFF;
    margin: 10px 27px;
    padding: 5px 20px 5px 15px;
    text-align: center;
    width: auto;
	display:inline-block;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}
ol.commentlist li div.reply:hover { background:#666666; color:white; transition:all 120ms ease-in 0s; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; font-size:12px; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; padding-left:20px; }
ol.commentlist li ul.children li.depth-2 { /*margin:0 0 3px;*/ }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#f6f6f6; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; }
ol.commentlist ul.children li.even { /*background:#f6f6f6;*/ }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li ul.children .reply{ display:none; }


#comments label {
    margin-bottom: 0 !important;
}
#comments h4 {
	font-family: 'roboto_condensedregular', Arial;
	text-transform: none;
	word-spacing: 0.1em;
	font-weight: 500;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px solid #C9C9C9;
	color:#757575;
	margin:30px 0;
}

.comment h5, .comment-inner h5, .comment-inner-inner h5 {
	font-family: 'roboto_condensedregular', Arial;
	font-weight: 500;
	font-size:18px;
	color:#757575;
	margin-bottom:0;
}

.comment p.meta, .comment-inner p.meta, .comment-inner-inner p.meta,
.comment p.meta a, .comment-inner p.meta a, .comment-inner-inner p.meta a {
	font-weight:normal;
	font-size:12px;
	margin-bottom:5px;
	color:#FF6600;
}

.comment p.meta a.reply, .comment-inner p.meta a.reply, .comment-inner-inner p.meta a.reply {
	font-family: 'roboto_condensedregular', Arial;
	text-decoration:none;
	font-size:13px;
	color:#045277;
	
}

.comment p.meta a.reply:hover, .comment-inner p.meta a.reply:hover, .comment-inner-inner p.meta a.reply:hover {
	text-decoration:underline;
}

#comments .children .children {
	background:url('../images/comment-line-4.png') 34px 0px repeat-y;
}

#comments .children .comment-inner.last + .children {
	background:none;
}

#comments .comment {
	padding-bottom:20px;
	overflow:hidden;
	background:transparent;
}

#comments .comment-inner {
	padding-left:81px;
	padding-bottom:20px;
	overflow:hidden;
	background:transparent;
}

#comments .comment-inner-inner {
	padding-left:163px;
	padding-bottom:20px;
	overflow:hidden;
}

#comments .comment .avatar, #comments .comment-inner .avatar, #comments .comment-inner-inner .avatar {
	width:75px;
	float:left;
	margin-right:25px;
}

#comments .comment .avatar img, #comments .comment-inner .avatar img, #comments .comment-inner-inner .avatar img {
	
	margin-top:1px;
}


.children #comments .comment, #comments .comment-inner, #comments .comment-inner-inner {
	background-image:url('../images/comment-box-reply.jpg') !important;
	background-repeat:no-repeat;
}

#comments .comment, #comments .comment-inner, #comments .comment-inner-inner {
	background-image:url('../images/comment-box.jpg');
	background-repeat:no-repeat;
}

#comments .comment.last, #comments .comment-inner.last, #comments .comment-inner-inner.last {
	background-image:url('../images/comment-box-reply.jpg');
}

#comments .comment.last.nochildren, #comments .comment-inner.last.nochildren, #comments .comment-inner-inner.last.nochildren {
	background-image:url('../images/comment-box.jpg');
}

#comments .comment {
	background-position:25px 78px;
}

#comments .comment-inner {
	background-position:105px 78px;
}

#comments .comment-inner-inner {
	background-position:188px 80px;
}

.full #comments .comment .text { width: 720px; }
.full #comments .comment-inner .text { width: 639px; }
.full #comments .comment-inner-inner .text { width: 557px; }
      
      
#comments .comment .text {
	width:420px;
	float:left;
}

#comments .comment-inner .text {
	width:339px;
	float:left;
}

#comments .comment-inner-inner .text {
	width:257px;
	float:left;
}

#leave-comment h4, #contact-form h4 {
	font-family: 'roboto_condensedregular', Arial;
	font-size:17px;
	padding-bottom:10px;
	border-bottom:1px solid #C9C9C9;
	color:#757575;
	margin-bottom:30px;
}

.comment-form label {
	margin-bottom: 10px;
	font-weight:normal;
	font-size:15px;
}

.comment-form label span {
	color:#a39c5c;
}

.comment-form #name, .comment-form #email, .comment-form #website, .comment-form #comment {
	/*width: 50%;
	display:block;
	margin-bottom:15px;
	color:white;
	padding:10px 10px;
	background-color:#444;*/
}

.comment-form #comment {
	width:99.1%;
	resize:none;
	font-size:12px;
}
#leave-comment .button-big {
    margin-bottom: 0 !important;
}

input[type="file"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    /*background-color: #74C053;*/
    border: 0 none;
    border-radius:0 30px 30px 20px;
    color: white;
    cursor: pointer;
    font-family: arial;
    width: auto;
	padding:10px 20px 10px 15px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #444444;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: white;
    font-size: 12px;
    padding: 8px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 50%;*/
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width: 98%;
	height:30%;
	border: 1px solid #e5e5e5;
	background-color:#eeeeee;
	padding: 4px;
	border-radius: 0px;
	box-shadow:none;
	color:#333333;
}

input[type="submit"]:hover {
	background-color:#666;
	transition:all 120ms ease-in 0s;
}

#commentform input[type="submit"]:hover {
	background-color:#666;
	transition:all 120ms ease-in 0s;
}

.form_container input[type="text"] {
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width: 80%;
	border: 1px solid #e5e5e5;
	background-color:#eeeeee;
	padding: 4px;
	border-radius: 0px;
	box-shadow:none;
	color:#333333;
}

.form_container textarea {
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width: 90%;
	height:30%;
	border: 1px solid #e5e5e5;
	background-color:#eeeeee;
	padding: 4px;
	border-radius: 0px;
	box-shadow:none;
	color:#333333;
}

.form_container input[type="submit"] {
	color: #FFFFFF;
    font-size: 14px;
    padding: 6px 12px 5px;
    text-shadow: none;
}

/* Comment respond form (added by comment_form method) */
.comment-respond {
	padding:10px 15px;	
}

.comment-respond h3 {
    background-color:transparent !important;
    border-bottom: 1px dotted #808080;
    color: #808080 !important;
    padding-left: 0 !important;
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-o-border-radius:0px !important;
}