/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html{
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	overflow: -moz-scrollbars-vertical; height:100%; /* shows scrollbar for firefox */
	overflow-y:scroll;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	font-size: 62.5%;  /* Gives a base of 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	color: #FFF;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/*Table CSS*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 10px 0;
}
th { 
	font-weight:bold;
}
.table_content {
	border-left: 1px solid #85bcdc;
	padding-left: 20px;
}
.borderLeft    { border-left: 1px solid #85bcdc;}
.borderRight   { border-right: 2px solid #85bcdc;}
.borderTop	   { border-top:  1px solid #85bcdc;}
.borderBottom  { border-bottom:  2px solid #85bcdc;}
.bgRed { background:#d50808;}
.bgBlack { background:#403939;}

.parent-pageid-32 td { 
	text-align:center; 
	/*border-right: 1px solid #85bcdc; 
	border-bottom: 1px solid #85bcdc; */
	font-size:12px;
}
.parent-pageid-32 th {
	text-align:center; 
	/*border-right: 2px solid #85bcdc; 
	border-bottom: 2px solid #85bcdc; */
	font-size:12px;
}

.parent-pageid-32  #timeTable th {
	background:#403939;
	width: 90px;
	height: 70px;
}

.parent-pageid-32  #timeTable td {
	width: 90px;
	height: 70px;
	padding: 0;
}

.parent-pageid-32 td { 
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	transition:color .2s ease-out, background .2s ease-in;
}
.parent-pageid-32 td:hover { background:#d50808;}

.parent-pageid-32 table {
	border-collapse: collapse;
	border: 1px solid #85bcdc;
	width: 100%;
}
.parent-pageid-32 table td, .parent-pageid-32 table th {
	border: 1px solid #85bcdc;
}
.parent-pageid-32 table tr:first-child th {
	border-top: 0;
}
.parent-pageid-32 table tr:last-child td {
	border-bottom: 0;
}
.parent-pageid-32 table tr td:first-child,
.parent-pageid-32 table tr th:first-child {
	border-left: 0;
}
.parent-pageid-32 table tr td:last-child,
.parent-pageid-32 table tr th:last-child {
	border-right: 0;
}

.tableTitle { color:#403939; font-weight:bold; margin:10px 0 -10px 20px;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	outline: none;
}
/*a:focus {
	outline: thin dotted;
	}*/
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	audio,
	canvas,
	video {
		display: inline-block;
	}
	audio:not([controls]) {
		display: none;
	}
	del {
		color: #333;
	}
	ins {
		background: #fff9c0;
		text-decoration: none;
	}
	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin: 24px;
		margin-bottom: 1.714285714rem;
	}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		top: -0.5em;
	}
	sub {
		bottom: -0.25em;
	}
	small {
		font-size: smaller;
	}
	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	h1{ color:#FFFFFF; font-size:2.4em; margin:0px;} /* 2.4em = 24px */
	h2{ color:#FFFFFF; font-size:1.4em; margin: 0 0 5px; padding: 10px 0 0; font-weight: normal;} /* 1.8em = 18px */
	h3{ color:#663333; font-size:1.6em;} /* 1.6em = 16px */
	h4{ color:#663333; font-size:1.4em;} /* 1.4em = 14px */
	h5{ color:#663333; font-size:1.2em;} /* 1.2em = 12px */

	a[href^=tel]{color:inherit;text-decoration:none;}
	a { text-decoration:none; color: #403939;}
	a:hover { color: #accdf9;}
	p { font-size:14px; line-height:25px; padding:0 0 20px 0;}
	li { font-size:14px; line-height:18px; margin:0 0 10px 0;}
	ul { margin:0; padding:0 0 10px 15px;}

	table#timeTable p {
		margin: 0;
		padding: 0;
	}	

	/* Clearing floats */
	.clear:after,
	.wrapper:after,
	.format-status .entry-header:after {
		clear: both;
	}
	.clear:before,
	.clear:after,
	.wrapper:before,
	.wrapper:after,
	.format-status .entry-header:before,
	.format-status .entry-header:after {
		display: table;
		content: "";
	}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}


/*Basic Structure*/
.thin { font-weight:lighter}
.clear { clear:both; margin: 0 0 20px;}
.black { color:#000;}
.underline { height:1px; border-bottom:1px solid #85bcdc; width:100%; margin: 0 0 10px;}
.floatLeft { float:left;}

/**
========================================
============= CSS Start ================
========================================
**/

#wrapper{ width:100%;}
#wrapper_inner{ width:950px; margin:auto; padding-top:30px;}

#header { width:200px; float:left; padding-right:30px;}
#logo { width:160px; height:200px;}
#logo-tagline { display: none;} 
#mobile-menu { display: none;}

#main { width:720px; float:left;}
#breadcrumb { width:100%; height:15px; font:11px Arial, Helvetica, sans-serif; color:#accdf9;}
#breadcrumb a { color: #accdf9; }
#breadcrumb a:hover, #breadcrumb a.current-item{ color: #403939; }
#contentHeader { width:100%;}
#contentHeader h1 { font-size:50px; margin:24px 0 15px 0; line-height: 50px;}
#contentHeader h2 { font-size:30px; margin:24px 0 10px 0; line-height: 30px; color: #ffffff;}
#container #contentHeader h1 { font-size:36px; margin:0 0 10px 0; line-height: 50px;}
#contentLeft { width:450px; padding:20px 40px 0 0;}
#contentLeft ul { list-style: disc; }
#contentRight { width:230px; padding:21px 0 0 0;}
#contentRight img { margin:0 0 10px 0;}
#contentfull { width:100%;}
#schedule { background:#efed28;}
#schedule img { padding: 0; margin: 0;}
#scheduleContent { padding:0 20px 30px 20px;}
#scheduleContent table { width: 190px; }
#scheduleContent ul.post-meta { padding:0;}
#scheduleContent td { font-size:15px; color:#403939; padding:10px 20px 10px 0; border-bottom:1px solid #a9a52f; text-align:right;}
/*#scheduleContent .schedule_date { padding-left:20px;}
#scheduleContent .schedule_time { padding-right:20px;}*/

#scheduleContent td:first-of-type {
	padding-left:20px;
	padding-right: 0;
	text-align: left;
}

#scheduleContent p {
	color: #403939;
	font-weight: bold;
	margin: 10px 0 0 20px;
	padding: 0;
}
.video { margin:0 0 30px 0 ;}
.video p { border-bottom:1px solid #85bcdc; width:100%; margin: 0 0 30px; padding: 0 0 30px; }

.post-meta {
	padding: 0;
	margin: 0;
}

.post-meta-key {
	display: none;
}

#newsHeader {
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #85bcdc;
	margin: 0 0 15px; padding: 0 0 2px;
}

#newsHolder {
	list-style:none !important;
	padding-left: 0 !important;
}

.newswrap {
	position:relative;
	width: 100%;
	padding: 0 0 20px;
}

.newswrap a {
	color: #FFFFFF;
}

.newswrap a:hover {
	color: #accdf9;
}

.nhright {
	float: right;
}

.nhleft{
	float: left;
}

.news_title {
	float: left;
	font-size:14px;  
}

.news_date {
	float: right;
	font-size: 14px;
}


#container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 45px 0 0;
}

.box {
	float: left; 
	width: 230px;
	height: 230px;
	padding: 0 5px 10px;
}

#mobile-featureImage { display: none;}

#tagline {
	position: relative;
	width: 100%;
	margin: 45px 0 0;
	text-align: center;
}

#footer { width:100%;}
.footer_underline { height:50px; border-bottom:1px solid #85bcdc; width:100%;}
#copyright { font:9px Arial, Helvetica, sans-serif; text-align:right; padding:5px 0 20px 0;}


#one {width:100px; height:30px; background:#999; font-size:20px;}

/*Menu*/
#menu {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}

#menu-main li a {	
	background: #ffffff;
	padding: 2px 6px 2px 6px;
	font-size: 15px;
	font-weight: bold;
	color: #ed6161;
}

#menu-main li a:hover, #menu-main li.dcjq-parent-li a:hover, #menu-main li.current-menu-item a {
	background: #403939;
	color: #ffffff;
}

#menu-main li.dcjq-parent-li.current-menu-parent a, #menu-main li.dcjq-parent-li.current-menu-item a, #menu-main li.dcjq-parent-li a:hover {
	background: #403939 url(images/arrow_ro.png) no-repeat right top;
	color: #ffffff;
}

#menu-main li.dcjq-parent-li a {
	background: #ffffff url(images/arrow.png) no-repeat right top;
	padding: 2px 15px 2px 6px;
}

#menu-main li ul.sub-menu {
	padding: 8px 0 1px;
}

#menu-main li ul.sub-menu li {
	margin: 0 0 2px;
}

#menu-main li.dcjq-parent-li ul.sub-menu a, #menu-main li.dcjq-parent-li.current-menu-parent ul.sub-menu a {
	background: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0 6px 0 6px;
	color: #ffffff;
}

#menu-main li.dcjq-parent-li ul.sub-menu a:hover, #menu-main li.dcjq-parent-li.current-menu-parent ul.sub-menu a:hover, #menu-main li.dcjq-parent-li.current-menu-parent li.current_page_item a{
	background: none;
	color: #000000;
}

/*Submenu*/
#submenu {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}

#menu-submenu li a {	
	background: #d50808;
	padding: 2px 6px 2px 6px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

#menu-submenu li a:hover, #menu-submenu li a.active {
	background: #403939;
	color: #ffffff;
}

/*Photo Gallery*/
#wppa-bc-1, .wppa-name-desc, .wppa-comments {
	display: none;
}

/*Product*/
.product_boxes {
	float: left;
	width: 114px;
	height: 114px;
	background: #ffffff;
	margin: 0 5px 5px 0;
	padding:15px 15px 10px;
	cursor: pointer;
	position: relative;
}


.product_boxes p {
	display: none;
}

.product_boxes h1 { font-size:70px; color:#403939; margin:0 0 0 -3px; line-height:62px; letter-spacing: -0.08em;}
.product_boxes h2 { font-size:22px; color:#403939; margin:0; font-weight:bold; padding:0;}
.product_boxes h3 { font-size:18px; color:#d50808; margin:0; font-weight:bold; position:absolute; bottom: 15px;}

.product_boxes input[type="submit"] {
	position:absolute;
	top: 0;
	border: none;
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0 50px 0 10px;
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
	color: transparent; /* Fix for Firefox */
}

.shopping_cart {
	width:190px;  
	background:#403939; 
	margin:20px 0 0 0; 
	padding:15px 20px!important; 
	position:relative; 
	text-align:right;
}

.shopping_cart th { 
	font-size: 12px;
	text-align: center;
	display: table-cell;
}

.shopping_cart td { display: table-cell;}

.shopping_cart a { color: #FFF;}

.wpspsc_checkout_form form { text-align: center;}

.shopping_cart input[value="Remove"] { vertical-align: middle; }​

input[type="submit"].wp_cart_checkout_button  {
	border: none;
	background: url(images/checkout_arrow.png) no-repeat;
	background-size:127px 40px;
	width: 127px;
	height: 40px;
	padding: 0;
	margin: 0;
	margin-left: 63px;
	box-shadow: none;
	border-radius: 0px;
	line-height: 0;
}

input[type="submit"].wp_cart_checkout_button:hover {
	background: url(images/checkout_arrow_ro.png) no-repeat;
	background-size:127px 40px;
	width: 127px;
	height: 40px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* Custom */
#box-newsletter {
	margin: 20px 0px 20px 15px;
	padding: 15px 10px 5px;
	background: white;
	color: black;
}

#box-newsletter .es_textbox_class {
	width: 90%;
}

