/*
Theme Name: OpenNMS 
Author: RP Design Lab
Author URI: http://rpdesignlab.com
Version: 1.0
*/

/* =General Styles
----------------------------------------------- */

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
}
hr {
	border-top: 1px solid #d8d8d8;
	margin: 30px 0;
}
a:hover, a:focus {
	color: #056396;
}
p img {
	margin-bottom: 0 !important;
}
b, strong {
	font-weight: 500;
}
blockquote {
	font-family: inherit;
	font-style: italic;
	font-weight: normal;
	margin: 3em 0;
	border-left: 3px solid #267DB6;
	padding-left: 20px;
	font-size: 18px;
}
input[type=text] {
	border-radius: 0;
}
input[type=submit] {
	color: #fff;
	padding: 8px 25px;
	font-size: 19px;
	margin: 0;
	border: none;
	background-color: #267DB6;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #056396;
}

/* =Top Level Elements
----------------------------------------------- */

#top-bar {
	position: absolute;
	top:10px;
	right:65px;
	max-width:40%;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #E1231E;
}
#branding {
	position: absolute;
	z-index: 999;
	width: 100%;
}
#access {
	padding-top: 20px;
}
#primary {
	margin:0 auto 50px 0;
}
#content {
	font-size: 1.05em;
	line-height: 1.4;
	padding-top: 40px;
}
#content.with-sidebar {
	padding: 40px 50px 0 0;
}
#pre-footer {
	background: #333;
	padding:30px 0;
	clear: both;
}
#colophon {
	background: #333;
	color: #888;
	clear: both;
	padding:12px 0;
	width:100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 640px) {
	#branding .container {
		padding: 0;
	}
	#content.with-sidebar {
		padding-right: 0;
		padding-left: 0;
	}
	#sidebar {
		padding:0;
	}
	#branding .wrapper {
		height: 100px;
	}
	#top-bar {
		position: relative;
		max-width: 100%;
		right: 0;
		padding: 0 20px;
		font-size: 20px;
		text-align: center;
	}
}
/* Tablets (landscape) ----------- */
@media (min-width: 1000px) {
	.container {
		padding: 0;
		position:relative;
	}
	#sidebar {
		margin-top: -30px;
	}
}
/* Large screens ----------- */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}


/* =Header and Menu
-------------------------------------------------------------- */

#logo {
	float: left;
	background:url(images/background-logo.png) top center no-repeat;
	width: 211px;
	height: 79px;
	padding: 10px 22px;
}
#access ul {
	margin:0;
	padding:0;
	float:right;
}
#access li {
	display: block;
	float: left;
	position: relative;
	margin-right: 25px;
}
#access li a {
	font-size: 20px;
	white-space: nowrap;
	display: block;
	text-decoration: none !important;
	position: relative;
	line-height:38px;
	/* for white backgrounds (color: #575451;) */
	color: #fff;
}
#access .menu-item-has-children {
	padding-right: 24px;
}
#access .menu-item-has-children:after {
	font-family: 'FontAwesome';
	content: '\f107';
	color: #fff;
	position: absolute;
	top: 8px;
	right: 6px;
}

/* If you want to keep the main nav parent active */
#access li:hover > a,
#access a:focus {
	border-bottom: 3px solid #3193D5;
	color: #fff;
}

/* First level dropdown */
#access ul ul {
    display: none;
	background-color: #fff;
	width: 190px;
	margin: 0;
	position: absolute;
	left: 0px;
	z-index: 9999;
	border-radius: 0 0 4px 4px;
	padding: 0;
	text-align: left;
}
#access li#menu-item-47 ul {
	width: 210px;
}
#access ul ul li {
    float: none;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#access ul ul a {
    padding: 14px 13px;
	font-size: 18px;
	color: #444;
	text-transform: none;
	white-space:normal;
	height: auto;
	line-height: 17px;
	display: block;
	margin: 0;
	float: none;
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #ddd;
}
#access ul ul li:first-child a {
	padding-top: 19px;
}
#access ul ul li:last-child a {
	border: none;
	padding-bottom: 19px;
}
#access ul ul a:hover {
	background-color:#eee;
	border-bottom: 1px solid #ddd;
	color: #444;
}

/* Second level dropdown */
#access ul ul ul {
	left: 172px;
	margin: -36px 0 0 0;
}

/* Third level dropdown (hidden) */
#access ul ul ul {
	display:none;
}

/* This is what makes the dropdown work */
#access ul li:hover > ul {
    display: block;
}

/* Mobile Menu */
#mobile-trigger {
	display: none;
	width: 25px;
	height: 25px;
	background: url(images/mobile-nav-trigger.png) center center no-repeat;
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
	padding: 8px;
	box-sizing: content-box;
}
#mobile-trigger:active,
#mobile-trigger:focus {
	background-color: #1E7CB9;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 800px) {
	#logo img {
		max-width: 100%;
		height: auto;
	}
	#mobile-trigger {
		display: block;
	}
	#access {
		display: none;
		float: none;
		clear: both;
		padding-top:0;
		z-index: 9;
		position: relative;
		background: #221F1F;
		top: 5px;
	}
	#access ul {
		float: none;
	}
	#access li a {
		float: none;
		display: block;
		border-bottom: 1px solid #444;
		padding: 10px 0;
		text-align: center;
		font-size: 22px;
		cursor: pointer;
	}
	#access li {
		float: none;
		background: none;
		margin: 0;
		padding:0 !important;
	}
	#access li a:hover, 
	#access li .active,
	#access li:hover > a,
	#access a:focus {
		border-bottom: 1px solid #444;
		background: #1E7CB9;
		float: none;
	}
	#access .menu-item-has-children:after {
		top: 22px;
		right: 20px;
	}
	#access ul ul {
		position: relative; 
		background-color: #4C4C4C;
		left: auto; 
		border-radius: 0;
		width: 100% !important;
	}
	#access ul ul a {
		border-bottom: 1px solid #302F2F;
		color: #fff;
	}
	#access ul ul a:hover {
		background-color: #1E7CB9;
		border-bottom: 1px solid #302F2F;
		color: #fff;
	}
	/* This is what makes the dropdown stop working for mobile */
	/* It is now handled by jQuery via theme.js */
	#access ul li:hover > ul {
		display: none;
	}
}

/* Tablets (landscape) ----------- */
@media only screen and (max-width: 1030px) and (min-width: 768px) {
	#access li {
		margin-right: 15px;
	}
	#access li a {
		font-size: 19px;
	}
}

/* =Footer
----------------------------------------------- */

.footer-banner {	
	background-color: #444;
}
.footer-banner h1 span {	
    text-transform: lowercase;
    color: #ccc;
    font-weight: 300;
}
#pre-footer a,
#colophon a {
	color:#B8B5B5;
}
#pre-footer a:hover,
#colophon a:hover {
	color:#777;
	text-decoration:none;
}
#copyright {
	padding:20px 0;
	clear:both;
}

#pre-footer h3.widget-title {
	font-size:19px;
	clear:none;
	text-align:left;
}
#pre-footer .widget-area input[type=text] {
	width:95%;
}
#pre-footer input[type=submit] {
	margin:15px 0;
}
#pre-footer .widget-container ul {
	list-style:none;
	margin:0;
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 800px) {
	#copyright {
		text-align: center;
	}
	.footer-banner {
		text-align: center;
	}
	.mobile-drop {
		display: block;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 1030px) {
	.footer-banner .btn {
		width: 100%;
	}
}


/* =Home Page
----------------------------------------------- */

body.home section h2 {
	color: #222;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
body.home section h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#hero {
	padding: 140px 0 60px 0;
	background:url(images/backgrounds/background-home.jpg) top center no-repeat !important;
	background-size: cover !important;
}
#hero .container {
	font-size: 20px;
	color: #fff;
	font-size: 26px;
	text-align: center;
}
#hero .container,
#demo .container {
	max-width: 1000px;
}
#hero h1,
#deom h1 {
	font-size: 48px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#hero .btn-lg {
	padding: 12px 25px;
	font-size: 22px;
	margin: 4px;
}
#features {
	text-align:center;
	padding-top: 30px;
}
#features .col img {
	margin-bottom: 5px;
}
#demo {
	font-size: 20px;
	text-align: center;
	color: #E8EBF2;
}
#demo .btn-lg {
	background-color: #333 !important;
}
#services .icon-box {
	padding: 40px 20px 10px 20px;
}
#services .icon-box h3 {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 6px;
	color: #333;
}


@media (min-width: 1200px) {
	#features {
		background: #F1F3F5 url(images/bkg-features-screenshot.png) bottom center no-repeat !important;
		padding-bottom: 380px;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 640px) {
	
	#hero {
		padding: 120px 0 30px 0;
	}
	#hero .wrapper {
		padding: 0px 20px;
	}
	#features {
		background-size: cover;
	}
}



/* =Shortcodes
----------------------------------------------- */

/* Buttons */
.btn {
	white-space:normal;
	border:none;
	border-radius: 0;
}
.btn-lg {
	padding: 12px 25px;
	font-size: 20px;
}
.btn-primary:hover {
	background-color: #056396 !important;
}
.btn-black {
	background-color: #333 !important;
}
.btn-black:hover {
	background-color: #111 !important;
}
.btn-block + .btn-block {
	margin: 10px 0px;
}

/* Columns and Rows */
.entry-content .row {
	margin-bottom: 30px;
}

/* Social Buttons */
.social-button {
	background: #d87211;
	padding:4px;
	border-radius:4px;
	display:inline-block;
	margin-right:5px;
}
.entry-content .social-button {
	padding: 12px;
}
.social-button:hover {
	background: #EC970A !important;
}
.social-button img {
	margin:0 !important;
}


/* Background Section */
.bg-section {
	padding:50px 0;
}
.bg-section + hr {
	margin: 0;
}
.bg-section h1 {
	margin-top:0;
}
.bg-section.dark {
	color: #ddd;
}
.bg-section.dark h1,
.bg-section.dark h2,
.bg-section.dark h3 {
	color: #fff;
}
.bg-section.stretch {
	background-size:cover;
}
.bg-section.no-repeat {
	background-repeat: no-repeat;
}
.bg-section.centered {
	background-repeat: no-repeat;
	background-position: center center;
}

/* Icon boxes */
.icon-box {
	padding: 20px;
	background-repeat: no-repeat;
}
.icon-box + .icon-box {
	margin-top:20px;
}
a.icon-box {
	display: block;
	text-decoration: none;
	color: #555;
}
a.icon-box:hover {
	background-color: #444 !important;
	color: #ddd;
}
a.icon-box:hover h3 {
	color: #fff !important;
}

/* Lightbox via Magnific Popup script */
.magnific-popup {
	position: relative;
	background: #fff;
	margin: 0 auto;
	border-radius: 4px;
	width: 40%;
	padding: 20px;
}
.magnific-popup h2 {
	color: #222;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.magnific-popup h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}


@media only screen and (max-width : 768px) {
	.icon-box {
		margin-bottom:20px;
	}
	.entry-content .row {
		margin-bottom: 0px;
	}
}

/* =Custom Pages
----------------------------------------------- */

/* the platform page */
#the_platform {
	padding-top: 0;
	background-position: center 60px;
}
#the_platform .num-3 {
	margin-top: 105px;
}
#the_platform .num-4 {
	margin-top: 55px;
}
#the_platform a {
	padding-left: 20px;
	position: relative;
	margin-top: -10px;
	display: inline-block;
}
#the_platform a:before {
	content: '\f0a9';
	font-family: 'FontAwesome';
	color: #056396 ;
	position: absolute;
	top: 2px;
	left: 0;
}
.page-id-35 .entry-content .row {
	margin-bottom: 0;
}


/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 800px) {
	#the_platform {
		padding-top: 380px;
		background-position: top center !important;
	}
	#the_platform .col {
		margin: 0 !important;
		text-align: center !important;
	}
}
/* Tablets (portrait ) ----------- */
@media only screen and (max-width: 1028px) and (min-width: 768px) {
	#provisioning .col,
	#event-management .col,
	#monitoring .col,
	#performance .col {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width : 1200px) {
	#provisioning .container,
	#event-management .container,
	#monitoring .container,
	#performance .container {
		width: 1000px;
	}
}



/* testimonials page */
.testimonial {
	padding-top: 100px;
	position: relative;
	margin-bottom: 50px;
}
.testimonial:after {
	content: '';
	position: absolute;
	background: url(images/bkg-testimonial.png) center center no-repeat;
	width: 39px;
	height: 27px;
	bottom: -27px;
	left: 40px;
}


/* =Page Headers
----------------------------------------------- */

.page-header {
	background:url(images/backgrounds/bkg-header-clouds.jpg) top center no-repeat;
	background-size: cover;
	padding: 120px 0 70px 0;
	position: relative;
}
/* about page */
.page-id-37 .page-header,
.page-id-80 .page-header {
	background: url(images/backgrounds/bkg-header-uphigh.jpg) top center no-repeat;
	background-size: cover;
}
/* blog pages */
.page-template-page-blog .page-header,
.archive .page-header,
.single .page-header {
	background: url(images/backgrounds/header-city-streets.jpg) top center no-repeat;
	background-size: cover;
}
/* testimonials */
.parent-pageid-78 .page-header,
.page-id-78 .page-header {
	background: url(images/backgrounds/header-roads.jpg) top center no-repeat;
	background-size: cover;
}
/* support and training */
.page-id-65 .page-header,
.page-id-69 .page-header,
.page-id-67 .page-header,
.page-id-74 .page-header,
.page-id-76 .page-header {
	background: url(images/backgrounds/bkg-header-generic.jpg) bottom center no-repeat;
	background-size: cover;
}

.page-title {
	font-size: 48px;
	font-weight: 500;
	margin: 0px;
	color: #fff;
}
.page-subtitle {
	font-size:26px;
	color: #E8EBF2;
}
.page-subtitle .entry-meta {
	color: #E0E2E7;
}
.page-subtitle a {
	color: #fff;
}


/* =Blog and Content
----------------------------------------------- */

.entry-content .row {
	margin-bottom: 30px;
}
.entry-title,
.entry-title a,
.entry-content h1 {
	color:#333;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0;
}
.entry-content h2 {
	color: #222;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-content h3 {
	font-size:18px;
	margin-bottom:15px;
	font-weight: 500;
	color: #333;
}
.entry-content iframe,
.entry-content object {
	width:100%;
	height: 305px;
}
.entry-content li {
	text-align: left;
}
.hentry,
.no-results {
	margin-bottom:50px;
}
.blog .hentry {
	text-align: left;
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 10px;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #3193D5;
}
#content .entry-header h1.entry-title,
#content .entry-header h1.entry-title a {
	margin-bottom:5px;
	line-height: 45px;
}
#content .entry-meta {
	clear: both;
	font-size: 13px;
	margin-bottom:15px;
}
#content .entry-meta .sep {
	color:#999;
}
#content header.entry-meta {
	margin-bottom:30px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #999;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #999;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
	display: block;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.hentry .edit-link {
	display:none;
}

.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}

.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto;
}

/* Images */
.entry-content img,
.comment-content img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
#content .hentry img {
	max-width: 97.5%;
	height:auto;
	margin-bottom:25px;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 40px;
}
.widget-title {
	color: #333;
	font-size:27px;
	margin-bottom: 10px;
	font-weight: 400;
}
.blog .widget-title {
	text-align:left;
}
.widget ul {
	margin: 0;
	list-style: none;
}
.widget li {
	padding: 8px 0;
	border-top: 1px solid #ddd;
}
.widget select {
	width: 95%;
	font-size: 14px;
	padding: 5px;
	background: #F0F0F0;
	border-radius: 5px;
	border: 1px solid #BBB;
}
.textwidget div {
	box-shadow: 0 0 6px #ccc;
}
.widget label {
	display: block;
	margin: 5px 0;
}
.widget input[type=text], 
.widget input[type=password], 
.widget input[type=email] {
	width: 100%;
	margin-bottom: 6px;
}

/* Search Widget */
.widget_search form {
	
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}


/* =Comments
----------------------------------------------- */

#content #comments-title {
	font-size: 16px;
	margin-bottom:20px;
	padding-top:40px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 40px 102px;
}
.commentlist p {
	color:#999;
}
.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: 0;
	position: relative;
}
.comment article {
	padding:20px;
}
.children .comment article {
	padding:0 20px;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	position: relative;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.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;
}
.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;
	top: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: 20px;
	padding: 0;
	top: 15px;
}
a.comment-reply-link {
	background: #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	margin-bottom:10px;
}
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 {}
.commentlist > li.bypostauthor .comment-meta {}
.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 {}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #EEFBD2;
}

/* Comment Form */
#respond {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	height:30px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #999;
	display: inline-block;
	font-size: 14px;
	left: 7px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 31px;
	z-index: 1;
	line-height: 15px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 25px;
	font-weight: bold;
	left: 400px;
	position: absolute;
	top: 7px;
	z-index: 1;
}
.full-width #respond .comment-form-author .required,
.full-width #respond .comment-form-email .required {
	left: 680px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#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: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
	padding:25px;
}
.commentlist #respond input[type=text],
.commentlist #respond textarea {
	background:#fff;
}
#reply-title {
	font-size:28px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#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;
	width: 75%;
}
.form-allowed-tags {
	display: none;
}

/* =Third Party specific styles
----------------------------------------------- */

.rsf_form .field input[type="text"] {
	width: 95% !important;
}
.rsf_form .field textarea {
	width: 95% !important;
	height: 150px !important;
}
.rsf_form .rsf_container {
	padding: 15px 0 !important;
}