/*
Theme Name: Switch Energy
Author: DragonPress Media
Author URI: http://dragonpresmedia.com
Description: Custom WordPress theme created by DragonPress Media.
*/

@import url(css/normalize.css);

html, button, input, select, textarea { color: #333; }
body { font-size: 18px; line-height: 1.4; overflow-x: hidden; }
::-moz-selection { background: #FF8; text-shadow: none; }
::selection { background: #FF8; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }


.meta {display:none;}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.esco_check-commercial {display:none!important;}

aside .esco_check-residential button {position:relative; left:60px;}

#aephover {width:280px; font-weight:bold; padding:6px; border-radius:5px 5px; border:3px solid red;}


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

h1 { margin: 0 0 20px; }
h2 { margin: 0 0 10px; }
h3 { margin: 0 0 4px; }
h4 { margin: 0 0 4px; }
p { margin: 0 0 20px; }

a { color: #008ace; text-decoration: none; -webkit-transition: color .2s, background-color .2s, opacity .2s; transition: color .2s, background-color .2s, opacity .2s; -moz-transition: color .2s, background-color .2s, opacity .2s; }
a:hover { color: #1eb5ff; -webkit-transition: color .2s, background-color .2s, opacity .2s; transition: color .2s, background-color .2s, opacity .2s; -moz-transition: color .2s, background-color .2s, opacity .2s; }

nav ul { margin: 0; padding: 0; }
nav ul li { margin: 0; padding: 0; list-style: none; }

input[type=text], input[type=email], input[type=url], textarea, select,
.gform_wrapper input[type=text], .gform_wrapper textarea, .gform_wrapper select { border: 1px solid #ccc; padding: 6px 8px; }
input[type=submit]:hover, .gform_wrapper input[type=submit]:hover, input[type=button]:hover, a.button:hover { cursor: pointer; }

#wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.container {
	width:980px;
	padding:0 33px 0 33px;
	margin:0 auto;
}


/* =Header
------------------------------------------------------------------- */

header.main {
	/* height:185px; */
}

#logo {
	margin: 13px 0 20px;
	float:left;
}

#logo a {
	background: url("img/logo-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 96px;
    overflow: hidden;
    width: 363px;
}

.home .logo-circle-home {text-align:center;
	margin:-19px 0 20px -10px;
	z-index:9999;
	position:relative;}

header.main .right {
	background: url("img/header-call.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 60px;
    margin-top: 14px;
    padding-top: 15px;
    width: 175px;
	position: relative;
}

a.call {
	color: #5E6770;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 21px;
    text-align: center;
}

.tel-red {
	color: #E92124;
    font-size: 22px;
    text-transform: uppercase;
	display: none;
	position: absolute;
}
/*
a.sign-up {
	background-color: #0AC0DD;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 114px;
}

a.sign-up:hover {
	background-color:#0791a7;
}
*/
/* =Main Navigation
------------------------------------------------------------------- */

nav.main {
	background-color:#e92124;
	text-align:center;
}

nav.main .container {
	display:block;
	height:auto;
}

nav.main ul {
	list-style:none;
	margin:0 auto;
	display:table;
}

nav.main li {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

nav.main li.current-menu-item a {
	background: #fff;
	background: rgba(255,255,255,.95);
	color: #444;
}

nav.main a {
	display:inline-block;
	padding: 15px 1.6em;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#fff;
}

nav#header-nav a {
	font-size: 15px;
    font-weight: bold;
}

nav.main a:hover {
	color:#000;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
}

nav.main ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 221px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
	border: 0;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .3);
}

nav.main ul ul li {
	text-align:left;
}

nav.main ul ul, nav.main ul ul ul {
	opacity: 0;
	-webkit-transition: .4s ease-in-out opacity;
	-moz-transition: .4s ease-in-out opacity;
	-o-transition: .4s ease-in-out opacity;
	transition: .4s ease-in-out opacity;
}

nav#header-nav li:hover ul {
	opacity: 1;
}

nav.main ul li li a {
	padding: 10px 10px;
	width: 201px;
	font-size: 12px;
}

nav.main ul li ul ul {
	margin: -32px 0 0 220px;
}

nav.main ul li:hover ul ul, nav.main ul li:hover ul ul ul, nav.main ul li:hover ul ul ul ul, nav.main ul li.sfhover ul ul, nav.main ul li.sfhover ul ul ul, nav.main ul li.sfhover ul ul ul ul {
	left: -999em;
}

nav.main ul li:hover ul, nav.main ul li li:hover ul, nav.main ul li li li:hover ul, nav.main ul li li li li:hover ul, nav.main ul li.sfhover ul, nav.main ul li li.sfhover ul, nav.main ul li li li.sfhover ul, nav.main ul li li li li.sfhover ul {
	left: auto;
	background: #e92124;
}

/* =Content
------------------------------------------------------------------- */

.banner-container {
	width:100%;
	background:url(img/banner.jpg) 0 -30px no-repeat;
	background-size:cover;
}

.home .banner-container {
	background-position:center center;
	background-image: none;
}

.btns.large li.home {
	position: relative;
}

.slideshow {
	position: relative;
	background-color: F0F4F5;
}

.text-box-white {
	background-color: #FFFFFF;
    opacity: 0.85;
    padding: 15px 150px;
	font-family: 'Open Sans', sans-serif;
}

.text-box-white-small {
    background-color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    opacity: 0.85;
    padding: 15px 50px;
}

.banner h1,
.banner h2 {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	display:block;
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7);
	color:#5e6770;
	text-transform:uppercase;
	line-height:60px;
	width:35%;
	padding:20px 40px;
}

.home .banner h2 {
	margin:80px auto;
	font-size:72px;
}

.sub .banner h1,
.sub .banner h2 {
	width:auto;
	float:left;
	padding:20px;
	margin:56px 0px;
	text-align:left;
	font-size:50px;
}

.banner strong,
.sub .banner h1,
.sub .banner h2 {
	color:#e92124;
	font-weight:bold;
}

.home .banner-btm {
	height:74px;
	background:url(img/banner-btm-grey.png) bottom center repeat-x;
}

.sub .banner-btm {
	height:74px;
	background:url(img/banner-btm.png) bottom center repeat-x;
}

.logo-circle {
	background:url(img/logo-circle.png) 0 0 no-repeat;
	width:73px;
	height:74px;
	margin:0 auto;
}

.home .logo-circle {
	background:url(img/logo-circle-grey.png) 0 0 no-repeat;
	position: absolute;
	left: 106px;
	top: -80px;
	z-index: 100;
}

#container {
	margin-top:0px;
}

#container h2,
#container h2 a{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	color:#e92124;
}

.home #content {
	float: left;
    margin-right: 70px;
    width: 625px;
}

.sub #content {
	float: left;
    margin-right: 40px;
    width: 695px;
}

#container p {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
}

#container .widget p {
	font-size:12px;
}

#container p.callout,
#container h3 {
	font-size: 17px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
}

a.grey-rounded {
	font-size:15px;
	font-weight:bold;
	color:#fff !important;
	text-decoration:none !important;
	text-transform:uppercase;
	padding:8px 30px 8px 8px;
	background:#5e6770 url(img/arrow-white.png) center right no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.grey-rounded:hover {
	background-color:#3d434a;
}

#container p.date {
	font-size:20px;
	font-weight:bold;
	color:#5e6770;
	margin:0;
}

#container h2.title {
	margin:0;
}

p.meta {
	font-style:italic;
}

article a.grey-rounded {
	padding:5px 20px 5px 8px;
	font-size:12px;
	background-image:url(img/arrow-white-sm.png);
}

article {
	border-top:1px solid #dadcde;
	padding-top:20px;
	margin-top:28px;
}

article:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}

article img {
	padding-right:20px;
	float:left;
}

.next-back ul {
	padding:50px 0 0 0;
	margin:0;
	list-style:none;
}

.next-back li {
	display:inline;
	border-left:1px solid #5e6770;
	margin-left:10px;
	padding-left:10px;
	color:#e92124;
	font-size:11px;
	font-weight:bold;
}

.next-back li:first-child {
	border-left:none;
	margin-left:0;
	padding-left:0;
}

.next-back li:first-child a {
	margin-left:7px;
	margin-right:0;
}

.next-back li a {
	margin-right:7px;
}

.next-back a {
	font-size:11px;
	color:#5e6770;
	text-transform:uppercase;
}

article img {
	margin-bottom:20px;
}

.wp-spoiler {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

.slideshow h2 {
	display: none;
}

.slideshow p {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
}

.home-content-container {
	width: 980px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/* =Sidebar
------------------------------------------------------------------- */

aside h2 {
	margin-left:-3px; /* STRANGE ALIGNMENT */
}

.home aside {
	float:left;
	width:285px;
}

.sub aside {
	float:left;
	width:245px;
}

.widget_text ul{
    font-size: 16px;
}

.widget.news ul {
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}

.widget.news {
	font-size:13px;
}

.widget.news a {
	color:#e92124;
	text-decoration:underline;
}

.widget.news p {
	margin:0;
}

.widget.news li {
	margin-top:17px;
	padding-top:17px;
	border-top:1px solid #e8e5e7;
}

.widget.news li:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}

#container .widget h3 {
	display:block;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#e92124;
	background:#f0f1f2;
	padding:8px;
}

.home #container .widget h3 {
	font-size: 20px;
	text-align: center;
}

.popular-posts div{
	margin:30px 0 30px 0;
}

.popular-posts img {
	float:left;
	padding-right:10px;
}

.popular-posts p {
	float:left;
	width:153px;
}

.popular-posts p {
	margin:0;
	font-size:12px;
}

.popular-posts p a {
	font-weight:bold;
	text-decoration:none;
	color:#373737;
}

.widget_categories ul {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

.widget_categories ul {
	padding:0 0 20px 0;
}

.widget_categories li {
	display:block;
	border-top:1px solid #dadcde;
}

.widget_categories li:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}

.widget_categories a,
.widget_archive a {
	display:block;
	font-weight:bold;
	font-size:18px;
	color:#373737;
	padding:10px 4px;

}

.widget_archive h4 {
	color:#e92124;
	font-size:12px;
	margin:26px 0 5px 0;
}

.widget_archive ul {
	margin:0;
	padding:0;
	list-style:none;
}

.widget_archive {
	margin-bottom:35px;
}


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

* {
	margin: 0;
}

html, body {
	height: 100%;
}

footer,
.push {
	height: 128px; /* .push must be the same height as .footer */
}

footer {
	width:100%;
	background-color:#e92124;
	height:102px;
	padding-top:26px;
}

footer .container {
	position: relative;
}

.footer-logo {
	background-color: #E92124;
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    left: 478px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: -45px;
    width: 50px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.footer-logo:hover {
	opacity: 1.0;
}

.page-btm ul {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

.page-btm li {
	display:inline;
	color:#fff;
	font-size:14px;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #fff;
}

.page-btm a {
	color:#fff;
	text-decoration:underline;
}

.page-btm ul li:first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

/* = Square Buttons
------------------------------------------------------------------- */

.btn-grid { /* HOMEPAGE BTN AREA */
	background:#f0f4f5;
	padding-bottom:62px;
}

.home .btn-grid .btns {width:100%;
	max-width:640px;
	margin:10px auto 0 auto;}

ul.btns {
	margin: 60px auto;
    padding: 0;
    width: 980px;
	list-style:none;
}

.btns li {
	margin-bottom:40px;
}

.btns a {
	display:block;
	height:0;
	overflow:hidden;
	background-position:center center;
}

aside ul.btns {
    margin: 5px auto;
}

/* LARGE */

.btns.large li {
	float:left;
	margin-bottom:0;
	margin-left: 62px;
}

.btns.large li:first-child {
	margin-left:0;
}

.btns.large a {
	width:285px;
	padding-top:285px;
	background-image:url(img/btn-home.png);
}

.btns.large li.home a {
	background-position:0 0;
}

.btns.large li.home a:hover {
	background-position:0 -289px;
}

.btns.large li.business a {
	background-position:-305px 0;
	width:285px;
}

.btns.large li.business a:hover {
	background-position:-305px -289px;
}

.btns.large li.rates {
	width:285px;
	height:55px;
	background-image:url(img/btn-home.png);
	background-position:-609px 0;
	padding-top:230px;
}

/* BTNS: MEDIUM (SIDEBAR) */

.widget .btns a {
	width:245px;
	padding-top:245px;
}

.widget .btns li a {
	background-image:url(img/btn.png);
}

.widget .btns li.home a {
	background-position:0 0;
}

.widget .btns li.home a:hover {
	background-position:0 -248px;
}

.widget .btns li.business a {
	background-position:-255px 0;
}

.widget .btns li.business a:hover {
	background-position:-255px -248px;
}

.widget .btns li.rates a {
	background-position:-510px 0;
}

.widget .btns li.rates {
	width:245px;
	height:50px;
	background-image:url(img/btn.png);
	background-position:-510px 0;
	padding-top:195px;
}

/* RATES BY ZIPCODE FORM */

li.rates form {
	background-color:#0091c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:133px;
	height:25px;
	margin:0 auto;
}

input.zip-field {
	padding:0;
	padding-left:10px;
	background:none;
	border:0;
	color:#fff;
	width:90px;
	height:25px;
	font-size:10px;
	float:left;
}

input.zip-submit {
	float:left;
	width:25px;
	height:25px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

nav.main a.mobile-nav {
	display:none;
}

footer nav.main li.current-menu-item a,
footer nav.main a:hover {
	background: none;
	background-color: none;
	/*color: #fff;*/
}

@media (max-width: 767px) {

	.container {
		width:auto;
		padding:20px;
	}

	.banner-container {
		display: none;
	}

	header .container {
		padding:20px 0;
	}

	.home .logo-circle {
		display: none;
	}

	#container {
		margin-top:20px;
		padding:0;
		width:100%;
	}

	.home #content,
	.sub #content {
		float:none;
		width:100%;
		margin-right:0;
	}

	aside {
		padding:30px 0 30px 0;
	}

	.home aside,
	.sub aside {
		float:none;
		width:auto;
	}

	.popular-posts p {
		float:none;
		width:auto;
	}

	footer {
		padding-top:10px;
		height:290px;
	}

	.footer-logo {
		display: none;
	}

	.push {
		height:60px;
	}

	header.main {
		height:auto;
	}

	#logo {
		float:none;
		width:100%;
		margin-top:0px;
	}

	#logo a {
		margin: 0 auto;
	}

	header.main .right {
		float:none;
		width:246px;
		background:url(img/header-call.png) 0 0 no-repeat;
		padding-top:20px;
		margin:0 auto;
	}

	.sub .banner h2 {
		float:none;
		margin:56px auto 56px auto;
		text-align:center;
	}

	article img {
		max-width:100%;
		width:auto;
	}

	.btn-grid {
		padding-bottom:15px;
	}

	ul.btns.large {
		margin:0 auto;
		width:285px;
	}

	ul.btns.large li{
		float:none;
		margin-left:0;
		margin-bottom:20px;
	}

	.home .banner h2 {
		font-size:40px;
		line-height:40px;
		margin:75px auto;
	}

	.home .btns {width:285px!important;
		margin:auto!important;}

	#logo a {
		background: url("img/logo.png") no-repeat scroll 0 0 / 285px 173px rgba(0, 0, 0, 0);
    	height: 173px;
    	padding-bottom: 40px;
    	width: 285px;
	}

	footer {
		padding:0;
		height:auto;
	}

	footer nav.main {
		position:relative;
		top:auto;
	}

	footer .container {
		padding:0px 0 20px 0;
	}

	footer nav.main {
		border-bottom:1px solid #fff;
	}

	footer nav.main a {
		font-size:13px;
	}

	footer nav.main a:hover {
		background: none;
		background-color: none;
	}

	footer nav.main li {
		margin-left:0;
	}

	.page-btm {
		padding-top:15px;
	}

	/* RWD NAV CONSIDERATIONS */

	nav.main {
		width:100%;
		text-align:center;
	}

	nav.main a {
		display:block;
		font-size:18px;
		padding:10px;
	}

	nav.main .container {
		padding:0;
		display:none;
	}

	nav.main ul {
		margin-bottom:15px;
	}

	nav.main li {
		float:none;
		display:block;
		margin-left:0px;
		font-weight:bold;
		text-align:center;
	}

	nav.main ul ul {
		left:auto;
		opacity:1;
		position:relative;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		margin:0 auto;
		width:250px;
		border-top:1px solid #fff;
	}


	nav.main ul li li a {
		padding:10px 0 10px 0;
		text-align:center;
		width:auto;
	}

	/* LARGE */
	.widget ul.btns {
		margin:0 auto;
		width:285px;
	}

	.widget ul.btns li {
		float:left;
		margin-bottom:20px;
		margin-left:0;
	}

	.widget ul.btns li:first-child {
		margin-left:0;
	}

	.widget ul.btns a {
		width:285px;
		padding-top:285px;
		background-image:url(img/btn-home.png);
	}

	.widget ul.btns li.home a {
		background-position:0 0;
	}

	.widget ul.btns li.home a:hover {
		background-position:0 -289px;
	}

	.widget ul.btns li.business a {
		background-position:-305px 0;
		width:285px;
	}

	.widget ul.btns li.business a:hover {
		background-position:-305px -289px;
	}

	.widget ul.btns li.rates {
		width:285px;
		height:55px;
		background-image:url(img/btn-home.png);
		background-position:-609px 0;
		padding-top:230px;
	}

	nav.main a.mobile-nav { /*MENU BUTTON*/
		display:block;
		padding:0;
		padding-top:44px;
		width:100%;
		background:url(img/mobile-menu.png) center center no-repeat;
		overflow:hidden;
		height:0;
	}

}

@media (max-width: 979px) and (min-width: 768px) {

	.container {
		width: 724px;
	}

	.footer-logo {
    	left: 351px;
	}

	.home #content {
		float:left;
		width:409px;
		margin-right:30px;
		margin-bottom: 30px;
	}

	.sub #content {
		float:left;
		width:449px;
		margin-right:30px;
	}

	.home aside {
		float:left;
		width:285px;
	}

	.sub aside {
		float:left;
		width:245px;
	}

	footer {
		height:150px;
	}

	.push {
		height:196px;
	}

	/* BTNS */

	.btns.large a {
		width:235px;
		padding-top:235px;
	}

	.btns.large li {
		margin-left:9px;
	}

	.btns.large li a {
		background-image:url(img/btn-touch.png);
	}

	.btns.large li.home a {
		background-position:0 0;
	}

	.btns.large li.home a:hover {
		background-position:0 -237px;
	}

	.btns.large li.business a {
		width:235px;
		background-position:-244px 0;
	}

	.btns.large li.business a:hover {
		background-position:-244px -238px;
	}

	.btns.large li.rates {
		width:235px;
		height:45px;
		background-image:url(img/btn-touch.png);
		background-position:-490px 0;
		padding-top:190px;
	}

	nav.main .container {
		display:block;
		height:auto;
	}

	nav.main a {
		font-size: 14px !important;
    	padding-left: 10px;
    	padding-right: 10px;
	}

}




/* ==WordPress
------------------------------------------------------------------- */
/*=Images*/
.alignleft,img.alignleft { float: left; margin: 2px 15px 4px 0; }
.alignright,img.alignright { float: right; margin: 2px 0 4px 15px; }
.aligncenter,img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft,img.alignright,img.aligncenter { margin-bottom: 12px; }
#content .wp-caption { background: #eee; line-height: 18px; margin-bottom: 20px; padding: 4px; text-align: center; }
#content .wp-caption img { margin: 5px 5px 0; }
#content .wp-caption p.wp-caption-text { color: #555; font-size: 12px; margin: 5px; }
#content .wp-smiley { margin: 0; }
#content .gallery { margin: 0 auto 18px; }
#content .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }
#content .gallery img { border: 2px solid #cfcfcf; }
#content .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }
#content .gallery dl { margin: 0; }
#content .gallery img { border: 10px solid #f1f1f1; }
#content .gallery br+br { display: none; }
#content .attachment img { display: block; margin: 0 auto; }

/*=Comments*/
#content #comments { clear: both; }
#content #comments .navigation { padding: 0 0 18px; }
#content h3#comments-title,h3#reply-title { color: #000; font-size: 20px; font-weight: 700; margin-bottom: 0; }
#content h3#comments-title { padding: 24px 0 5px; margin-top: 30px; }
#content .commentlist { list-style: none; margin: 0; padding: 0; list-style: none; }
#content .commentlist li.comment { line-height: 24px; margin: 0; padding: 20px 0 0 0; margin: 0; list-style: none; position: relative; }
#content .commentlist li.bypostauthor article { background-color: #FFD; }
#content .commentlist li article { position: relative; padding: 10px 10px 10px 50px; border: 1px solid #ccc; box-shadow: 0 0 4px 0 #ccc; }
#content .commentlist li:last-child { border-bottom: none; margin-bottom: 0; }
#content #comments .comment-body ul,#comments .comment-body ol { margin-bottom: 18px; }
#content #comments .comment-body p:last-child { margin-bottom: 6px; }
#content #comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
#content .commentlist ol { list-style: decimal; }
#content .commentlist .avatar { /*position: absolute; top: 15px; left: 10px;*/ float: left; margin: 0 10px 10px 0; }
#content .comment-author { }
#content .comment-author cite { color: #000; font-style: normal; font-weight: 700; }
#content .comment-author .says { font-style: italic; }
#content .comment-meta { font-size: 12px; margin: 0 0 12px; }
#content .comment-meta a:link,.comment-meta a:visited { color: #888; text-decoration: none; }
#content .comment-meta a:active,.comment-meta a:hover { color: #ff4b33; }
#content .commentlist .even { }
#content .commentlist .bypostauthor { }
#content .reply { font-size: 12px; padding: 0 0 24px; }
#content .reply a,a.comment-edit-link { color: #888; }
#content .reply a:hover,a.comment-edit-link:hover { color: #ff4b33; }
#content .commentlist .children { list-style: none; margin: 0; }
#content .commentlist .children li { border: none; margin: 0; }
#content .nopassword,.nocomments { display: none; }
#content #comments .pingback { border-bottom: 1px solid #e7e7e7; margin-bottom: 18px; padding-bottom: 18px; }
#content .commentlist li.comment+li.pingback { margin-top: -6px; }
#content #comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#content #comments .pingback .url { font-size: 13px; font-style: italic; }

/* Comments form */
#content #respond { border-top: 1px dotted #ccc; margin: 24px 0; padding: 24px 0 0 0; overflow: hidden; position: relative; }
#content #respond p { margin: 0; }
#content #respond .comment-notes { margin-bottom: 1em; }
#content .form-allowed-tags { line-height: 1em; }
#content .children #respond { margin: 0 48px 0 0; }
#content h3#reply-title { margin: 18px 0; }
#content #comments-list #respond { margin: 0 0 18px; }
#content #comments-list ul #respond { margin: 0; }
#content #cancel-comment-reply-link { font-size: 12px; font-weight: 400; line-height: 18px; }
#content #respond .required { color: #ff4b33; font-weight: 700; }
#content #respond label { font-size: 12px; }
#content #respond input { margin: 0 0 9px; width: 92%; }
#content #respond input[type="submit"] { margin: auto; width: auto; padding: .5em 1em; font-weight: bold; border-radius: 3px; border: 0; background: #d7d7d7; color: #444; margin: 1em 0; }
#content #respond textarea { width: 92%; }
#content #respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; }
#content #respond .form-allowed-tags code { font-size: 11px; }
#content #respond .form-submit { margin: 12px 0; }
#content #respond .form-submit input { font-size: 14px; width: auto; }



/* ==========================================================================
   Responsive
   ========================================================================== */

img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	header.main .right {
    	margin: 10px auto 35px;
    	padding-top: 16px;
    	width: 175px;
	}

	#logo a {
    padding-bottom: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	header.main .right {
    	margin: 10px auto 35px;
    	padding-top: 16px;
    	width: 175px;
	}

	#logo a {
    padding-bottom: 20px;
	}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {background-color: transparent;border: 0;overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir:before {content: "";display: block;width: 0;height: 150%;}

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}

.invisible {visibility: hidden;}

.clearfix:before,
.clearfix:after {content: " "; /* 1 */display: table; /* 2 */}
.clearfix:after {clear: both;}
.clearfix { *zoom: 1; }

.clear {
	clear: both;
}
