/*
Theme Name: Thermal Exposure 2.5
Theme URI: http://wordpress.org/
Description: Thermal Exposure 2.5
Author: Alex Williams
Version: 2.5
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}










/*
LAYOUT: Thermal Exposure
DESCRIPTION: Thermal Exposure Design
*/
#wrapper {
	width: 100%;
	min-width: 600px;
	text-align: left;
}
#contentwrap {
	width: 100%;
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 100%;
	max-width: 960px;
	height: 50px;
	/* background-color: #cee4f7; */
}
#billboard {
	width: 100%;
	max-width: 960px;
	height: auto;
	/* height: 540px; */
}
#navcontainer {
	width: 100%;
	max-width: 960px;
	height: 50px;
}
#logo {
	float: left;
	width: 200px;
	height: 50px;
}
#main {
	/* background: url(images/styles/mainbg.jpg) no-repeat 0 277px; */
	width: 100%;
	max-width: 960px;
	min-height: 1000px;
	padding-top: 0;
	margin-top: 40px;
}
#homecontainer {
	width: 100%;
	max-width: 920px;
	padding: 0 20px 0 20px;
	float: left;
}
#container {
	width: 70%;
	max-width: 620px;
	padding: 0 0 0 20px;
	float: left;
}
#primary {
	width: 26%;
	max-width: 260px;
	padding: 0 20px 0 0;
	float: right;
}
#secondary {
}
#comments {
	margin-top: 20px;
}
#footer {
	height: 60px;
	position: relative;  /* Needed for Safari */
	padding: 0;
	width: 100%;
	text-align:center;
	background-color:#657E8F;
}
#slideshow-wrapper {
		clear: both;
		float: right;
		margin: 20px 20px 0 0 !important;
}
.single-attachment #content {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}











/* =Global Elements
----------------------------------------------- */
body, input, textarea {
	color: #6f6f6f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
html {
	/* background: url(images/styles/topbg.jpg) top center no-repeat; */
}
body {
	/*background: url(images/styles/bodybackground.png) no-repeat fixed 100% 50%;*/
}
#access .menu-header,
div.menu {
	font-size: 20px;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.ppt {
	font-size: 25px !important;
	color: #F79E1F !important;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.widget-title {
	text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1 {	
	font-size: 50px;
	color: #F79E1F;
	margin: 50px 0 20px 0;
	padding: 0;
	line-height: 50px;
}
.entry-content h1:first-child {
	margin: 0px 0 20px 0;
}
h2 {
	font-size: 25px;
	color: #3C4B56;
	margin: 20px 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	color: #657E8F;
	margin: 20px 0 20px 0;
	padding: 0;
}
h3 a {
	color: #657E8F !important;
}
h4 {
	font-size: 12px;
	color: #666;
	margin: 20px 0 20px 0;
	padding: 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
p {
	margin-bottom: 1.1em;
}
ul, ol {
	list-style-image: url(images/styles/bullet.png);
	margin: 0 0 1.75em 2.5em;
	padding: 0 0 0 0;
	color: #333;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: 400;
	color: #3C4B56;
}
cite, em, i {
	font-style: italic;
}
.commentlist li.comment .fn {
	font-size: 18px;
	line-height: 18px;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-body {
	margin-top: 10px;
}
blockquote {
	color: #657E8F;
	font-weight: 300;
	font-size: 15px;
	margin: 0 3em;
	font-style: italic;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
img {
	border: none;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #666;
}











/* =Links
-------------------------------------------------------------- */
a:link {
	color: #657E8F;
}
a:visited {
	color: #657E8F;
}
a:hover {
	color: #657E8F;
}











/*<group=Forms>*/
#login {
	background: url(images/styles/form-bg.png) no-repeat 0 0;
	height: 250px;
	padding: 25px 0 0 30px;
	margin: 25px 0 0;
}
#login h2 {
	font: 14px/18 "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #657E8F;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
form label {
	font-size:10px;
	letter-spacing:1px;
	color:#657E8F;
}
form .row {
	margin-bottom:5px;
}
form input.textbox {
	background: transparent url(images/styles/form-textfield.png);
	border:0;
	height:21px;
	width: 226px;
	padding: 4px 4px;
	color: #fff;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}
form input.login-button {
	float: right;
	margin: 0px 36px 0 0;
}
form label .required {
	color: #ee2b32;
	font-size: 1.3em;
	padding-left: 2px;
}
#forgot-password a {
	float: right;
	margin: 0px 36px 5px 0;
	color: #657E8F;
}


/* Contact Form 7 Forms */
.wpcf7 label {
	font-size:10px;
	letter-spacing:1px;
	font-weight: 300;
	color:#657E8F;
}
.wpcf7 p {
	margin-bottom: 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email] {
	background: #F79E1F; /* Old browsers */
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	border:0;
	height:30px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-weight:bold;
	-webkit-transition-duration: 900ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 900ms;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 900ms;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=text]:hover, .wpcf7 input[type=email]:focus, .wpcf7 input[type=email]:hover, .wpcf7 textarea:focus, .wpcf7 textarea:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	color: #fff;
}
.wpcf7 textarea {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	background: #F79E1F;
	border: 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 5px;
	width: 100%;
	-webkit-transition-duration: 900ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 900ms;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 900ms;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease;
}
.wpcf7 textarea:focus {
	color: #fff;
}
.wpcf7 input[type=submit] {
	color: #fff;
	border: 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F79E1F;
}
div.wpcf7-response-output {
    margin: 0 !important;
    -moz-border-radius: 4px;
	border-radius: 4px;
}

/*<group=Forms>*/











/* =Footer
-------------------------------------------------------------- */
#footer p {
	font: normal 13px/60px Arial, Verdana, sans-serif;
	color: #fff;
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}






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

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
	width: auto;
	height: 50px;
	display:block;
	float:right;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#F79E1F;
	margin: 0;
	padding: 10px 20px 0 0;
}
#access ul ul {
	display:none;
	position:absolute;
	top:50px;
	left:1px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#D3D8DE;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access ul ul :hover > a {
	color: #ff9900;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #F79E1F;
}
#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #F79E1F;
	/*background: none;
	background-color: #D3D8DE;*/
	text-indent:15px;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#F79E1F;
}

/* =Content Classes
-------------------------------------------------------------- */
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #657E8F;
	font-size: 20px;
	margin: 20px 0 5px 0;*/
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.entry-title a:link,
.entry-title a:visited {
	color:#F79E1F;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #F79E1F;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content a:link,
.entry-content a:visited,
.entry-content a:active {
	color:#F79E1F;
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #657E8F;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}
figure {
	margin: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
	width: 100%;
}
.archive-meta {
	color: #657E8F;
	font-size: 12px;
	margin: 5px 0 50px 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */
.size-full {
	width: 100%;
	max-width: 920px;
	height: auto;
}
#content img {
	margin: 0;
}
#container img {
	/* max-width: 620px; */
	max-width: 100%;
	height: auto;
}
#homecontainer img {
	max-width: 920px;
}
#content .attachment img {
	max-width: 620px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}
#content .wp-caption img {
	margin: 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px transparent;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 5px transparent;
}
#content .gallery br+br {
	display: none;
}



/* =Blog Post Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #333;
}
.navigation a:link,
.navigation a:visited {
	color: #657E8F;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #657E8F;
}
.nav-previous {
	float: left;
	width: 50%;
	margin: 10px 0 0 0;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
	margin: 10px 0 0 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
















/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.comment-author {
	padding-left: 50px;
}
.says {
	display:none;
	visibility: hidden;
}



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

#author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Talking avatars take up too much room at this size */
.commentlist > li.comment {
	margin-left: 0;
}
.commentlist > li.comment .comment-meta,
.commentlist > li.comment .comment-content {
	margin-right: 85px;
}
#respond {
	width: auto;
}









#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: 100%;
}
.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: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.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;
	top: 24px;
	left: 24px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .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: #efefef;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 100%;
}
#respond input[type=text], #respond input[type=email] {
	background: #5a7384; /* Old browsers */
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	border:0;
	height:30px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-weight:bold;
	-webkit-transition-duration: 900ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 900ms;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 900ms;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease;
}
#respond input[type=text]:focus, #respond input[type=text]:hover, #respond input[type=email]:focus, #respond input[type=email]:hover, #respond textarea:focus, #respond textarea:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	color: #fff;
}
#respond textarea {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	background: #5a7384;
	border: 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 5px;
	width: 100%;
	-webkit-transition-duration: 900ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 900ms;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 900ms;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease;
}
#respond textarea:focus {
	color: #fff;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond label {
	line-height: 2.2em;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	font-size:10px;
	letter-spacing:1px;
	font-weight: 300;
	color:#657E8F;
}
#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: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#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;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	line-height: 30px;
}
#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 p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



















/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	color: #666;
	list-style: none;
	margin: 0;
}
.widget-area ul ul {

}
.widget-area li {
	color: #373737;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 8px;
	}
.widget_search #s { /* This keeps the search inputs in line */
	background: transparent url(images/styles/form-textfield.png);
	border:0;
	height:21px;
	width: 226px;
	padding: 4px 4px;
	color: #fff;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}









/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container {
		width: 660px;
		margin: 0;
		float: left;
	}
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
