/*
Theme Name:     Hot Pepper Fullsite Child
Description:    ALWAYS USE THIS THEME, NOT the parent theme!!!!! -- Child theme for the Hot Pepper Fullsite theme 
Author:         Hot Pepper
Author URI:     http: //www.hotpepper.com
Template:       hotpepper
Version: 2.0
*/

@import url("../hotpepper/style.css");

/* reset ============================================== */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	vertical-align: baseline;
	background: transparent;
	outline: 0px;/* CAUTION: will stop outlining of links when tabbing through a page!!!!! */
	
	/*
	reset the box model to calculate width/height INCLUDING padding and borders!!!!! 
	NOTE: this does NOT work for IE7 
	*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
/* /reset ============================================== */

/* embed fonts ========================================================= */
@font-face {
	font-family: 'TriplexSerifBold';
	src: local('ÃÂ¢ÃÂÃÂº'),url('_fonts/TriplexSerifBold.eot');
	src: local('ÃÂ¢ÃÂÃÂº'),
		url('_fonts/TriplexSerifBold.woff') format('woff'),
		url('_fonts/TriplexSerifBold.ttf') format('truetype');
	font-weight:normal;font-style:normal;font-variant:normal;
	}
@font-face {
	font-family: 'TriplexSerifLight';
	src: local('ÃÂ¢ÃÂÃÂº'),url('_fonts/TriplexSerifLight.eot');
	src: local('ÃÂ¢ÃÂÃÂº'), 
		url('_fonts/TriplexSerifLight.ttf') format('woff'),
		url('_fonts/TriplexSerifLight.ttf') format('truetype');
	font-weight:normal;font-style:normal;font-variant:normal;
	}
/* /embed fonts ========================================================= */

/* Tag styles ========================================================= */
html {
	}
@media screen and (max-width: 480px) {
	html {
	 	-webkit-text-size-adjust: none !important;
	 	text-size-adjust: none !important;
	 	}
	}

body {
	text-align: center;
	color: #44251c;
	background-color: #987a47;
	background-image: url("pix/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

body,td,input,textarea,select,option {
	font: normal 14px georgia, serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
p,
div.p,
#pagecontainer li {
	line-height: 1.4;
	}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
#pagecontainer a img  {
	color: #b02a01;
	border-color: #b02a01;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
#pagecontainer a:hover img {
	color: #821000;
	border-color: #821000;
	text-decoration: underline;
	}
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	font-weight: normal;
	font-family: 'TriplexSerifBold';
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.2;
	color: #821000;
	}
h1 {
	font-size: 150%;
	font-size: 26px;
	padding-top: 0px;
	}
h2 {
	font-size: 135%;
	font-size: 22px;
	}
h3 {
	font-size: 120%;
	font-size: 18px;
	}
h4 {
	font-size: 100%;
	font-size: 14px;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	display: block;/* for IE */
	margin: 0px 0px 14px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}

hr {
	height: 1px;
	margin-bottom: 14px;
	xcolor: red;
	xbackground-color: red;/*for IE6/7*/
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	}

blockquote {
	padding: 0px 25px 0px 25px;
	}
/* /Tag styles ========================================================= */

/* /HTML5 Tag styles =================================================== */
article,
footer,
header,
hgroup,
nav {
	display: block;
	}
aside {}
command {}
details {}
figcaption {}
figure {}
footer {}
header {}
hgroup {}
mark {}
meter {}
nav {}
progress {}
ruby {}
rt {}
rp {}
section {}
time {}
summary {}
wbr {}
/* /HTML5 Tag styles =================================================== */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 25px;}
li {}
ul.bullet {list-style-image: url("pix/bullet.gif");}
#pagecontainer li {
	padding-bottom: 5px !important;
	}
/* /list styles ========================================================= */

/* form ================================================================= */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
	min-width: 300px;
	padding: 3px;
	background-color: #fbebc9;
	border: solid 1px #ccc;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 1px 1px 2px #999;
	-o-box-shadow: inset 1px 1px 2px #999;
	-webkit-box-shadow:  inset 1px 1px 2px #999;
	box-shadow:  inset 1px 1px 2px #999;
	}
@media screen and (max-width: 480px) {
	input[type="password"],
	input[type="text"],
	select,
	textarea {
		width: 210px;
		}
	}

textarea {height: 100px;}

option {
	padding: 0px 5px 0px 3px;
	}

.required {color: #cc0000;}
.auto {width: auto;}

#recaptcha_response_field {
	width: auto;
	min-width: 0px !important;
	background-color: #fff;
	}

/* form1 ===== */
.form1 {
	display: table;
	}
.form1 div {
	display: table-row;
	}
.form1 label {
	display: table-cell;
	display: expression("block");
	padding: 8px 6px 0px 0px;
	padding-bottom: expression("2px");
	font-family: 'TriplexSerifLight';
	text-align: right;
	text-align: expression("left");
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
	}
.form1 span {
	display: table-cell;
	display: expression("inline");
	padding: 3px 0px 0px 0px;
	vertical-align: top;
	}

.form1 label span {
	display: inline;
	}

.form1 span label {
	display: inline;
	padding: 0px;
	text-align: left;
	}
.form1 span div {
	display: block;
	}

.form1 span.alt-content {
	padding: 8px 0px 5px 0px;
	}
.form1 span .alt-content {
	padding: 5px 0px 5px 0px;
	}


.form1 .city_state_zip span label {
	position: relative;
	top: 6px;
	left: 0px;
	z-index: 0;
	}
.form1 .city_state_zip .city {
	width: 103px;
	min-width: 0px !important;
	margin-right: 6px;
	}
.form1 .city_state_zip .state {
	width: auto;
	min-width: 0px !important;
	margin-right: 6px;
	}
.form1 .city_state_zip .zip {
	min-width: 0px !important;
	width: 75px;
	}
/* /form1 ===== */

/* form2 ===== */
.form2 {
	}
.form2 div {
	padding: 0px 0px 8px 0px;
	}
.form2 label {
	display: block;
	padding: 0px 0px 3px 0px;
	}
.form2 span {
	}

.form2 label span {
	}

.form2 span label {
	}
.form2 span div {
	}
/* /form2 ===== */

/* /form ================================================================= */

/* shell structure ================================================================== */
#shell {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 960px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
xborder: solid 1px #00ff00;
	}
@media screen and (max-width: 480px) {
	#shell {
/*set in shared.js
		width: 474px;
		xwidth: 314px;
*/
		padding: 3px;
		}
	}

#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	xwidth: 200px;
xbackground-color: orange;
xborder: solid 1px orange;
	}
#shellbox2 {
	xmargin: 0px 0px 0px 200px;
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
/* /shell structure ================================================================== */

/* header ============================================================= */
header#header-shell-1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	display: inline-block;
	margin: 20px 0px 40px 0px;
xborder: solid 1px red;
	}
#sitename {
	}
#sitename a {
	display: block;
	width: 449px;
	height: 50px;
	background-image: url("pix/logo.png");
	background-position: top left;
	background-repeat: no-repeat;	
	}
#sitedesc {
	position: absolute;
	bottom: -10px;
	right: 0px;
	z-index: 0;
	font-size: 16px;
	font-family: 'TriplexSerifLight',georgia,serif;
	color: #f4e4b1;
	}
/* /header ============================================================= */

/* page ============================================================== */
/*
#pagecontainer: min-height, height, height -- stops page height "flash" on js resize
#pageboxfull, #pagebox1, #pagebox2: NO padding or margins in the box
#pageboxfull_b, #pagebox1_b, #pagebox2_b: all margins and padding in the box
*/
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	padding: 24px 30px 24px 30px;
	background-color: rgba(248,236,196,0.6) !important; background-color: #cdba90;
	background-color: rgba(254, 246, 219,0.7) !important; background-color: #fef6db;
xborder: solid 1px #000000;
	}
@media screen and (max-width: 480px) {
	#pagecontainer {
		min-height: 1%;
		}
	}

/* fullpage layout =================== */
#pageboxfull {
	padding: 10px 10px 10px 10px;
background-color: blue;
xborder: solid 1px blue;
	}
@media screen and (max-width: 480px) {
	#pageboxfull {
		padding: 0px 0px 10px 0px;
		}
	}
/* /fullpage layout =================== */

/* default layout ==================== */
#pagebox1 {
	margin: 0px 308px 0px 0px;
	padding: 0px 20px 0px 0px;
xborder: solid 1px red;
xbackground-color: red;
	}
@media screen and (max-width: 480px) {
	#pagebox1 {
		padding: 0px 0px 10px 0px;
		margin: 0px;
		}
	}

#pagebox2 {
	position: absolute;
	right: 30px;
	top: 24px;
	z-index: 30;
	width: 308px;
	padding: 0px 0px 0px 20px;
	border-left: dotted 1px #a2906e;
xbackground-color: green;
	}
@media screen and (max-width: 480px) {
	#pagebox2 {
		position: static;
		width: auto;
		padding: 0px 0px 10px 0px;
		}
	}
/* /default layout ==================== */

#pagecontainer ximg,
#pagecontainer img.border {
	border-style: solid;
	border-width: 3px;
	border-color: #5f4a26;
	}
#pagecontainer img.noborder {border-width: 0px;}
/* /page ============================================================== */

/* footer ============================================================= */
footer#footer-shell-1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 20px 30px 20px 30px;
	background-color: rgba(248,236,196,0.6) !important; background-color: #cdba90;
	background-color: rgba(254, 246, 219,0.7) !important; background-color: #fef6db;
xborder: solid 1px #000000;
	}

#footer-shell-1-ffw-info,
#footer-shell-1-psl-info,
#footer-shell-1-copyright {
	float: left;
	width: 33%;
	padding-left: 20px;
	border-right: dotted 1px #a2906e;
	}
#footer-shell-1-ffw-info {
	padding-left: 0px;
	}
#footer-shell-1-psl-info {
	}
#footer-shell-1-copyright {
	border-right-width:0px;
	}

footer#footer-shell-2 {
	padding: 10px 10px 20px 10px;
	font-size: 85%;
	}
footer#footer-shell-2,
footer#footer-shell-2 a {
	color: #f4e4b1;
	}
footer#footer-shell-2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
/* /footer ============================================================= */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, a:hover.bn1, input.bn1 {
	display: inline-block;
	width: auto !important;
	margin: 3px 0px 4px 0px;
	padding: 3px 15px 4px 20px;
	font-family: 'TriplexSerifLight';
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 1;
	color: #f4e4b1;
	background-color: rgba(176,42,1,0.75) !important;background-color: #b02a01;
	background-image: url("pix/arrow_light.png");
	background-position: 4px center;
	background-repeat: no-repeat;
	border-width: 0px;
	}
a:hover.bn1,
input:hover.bn1 {
	color: #fff8e3;
	background-color: #b02a01 !important;
	}
input.bn1 {
	cursor: pointer;
	}

.bn,
.more-link {
	display: block;
	padding: 0px 0px 0px 15px;
	font-family: 'TriplexSerifLight';
	text-transform: uppercase;
	line-height: 1.4;
	background-image: url("pix/arrow_dark.png");
	background-position: left center;
	background-repeat: no-repeat;
	}

.bn_pdf {
	xdisplay: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/wp-content/themes/fullsite_hp/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */


/* table ==================================================================== */
.table {
	display: table;
	border-collapse: collapse;
	width: expression("100%");
xborder: solid 1px #000000;
	}
.cell {
	display: table-cell;
	vertical-align: top;
	float: expression("left");
xborder: solid 1px #000000;
	}
/* /table ==================================================================== */

/* position ======================================================================== */
.floatright {float: right;}
.floatleft {float: left;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picleft {
	display: block;
	margin-top: 4px;
	}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}
img.picright {
	display: block;
	margin-top: 4px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	padding-top: 0px;
	}
div.pictxtleft img {
	display: block;
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtleft div.img {float: left;}
div.pictxtleft div.img img {float: none;}
div.pictxtright img {
	display: block;
	float: right;
	margin: 2px 0px 10px 10px;
	}
div.pictxtright div.img {float: left;}
div.pictxtright div.img img {float: none;}
div.pictxtleft ol,
div.pictxtright ol,
div.pictxtleft ul,
div.pictxtright ul {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	zoom: 1;
xborder: solid 1px #000000;
	}
html>body div.pictxtleft ol,
html>body div.pictxtright ol,
html>body div.pictxtleft ul,
html>body div.pictxtright ul {
	left: 18px;
	zoom: normal;
	}

.clear {clear: both;}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	_width: 100%;
	}
/* /position ======================================================================== */

/* misc classes ===================================================================== */
.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
.lgtxt {font-size: 115%;}

.notransform {text-transform: none;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.none {display: none;}
.hidden {visibility: hidden;}
.visible {visibility: visible;}
.collapse {visibility: collapse;}
.inherit {visibility: inherit;}

.crumbtrail {
	}

.wp_last3 {
	}
.wp_last3_headlines {
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
	}

.quote {
	}
.byline {
	}

.footnote {
	font-size: 10px;
	text-indent: -7px;
	padding-left: 7px;
	}
/* /misc classes ===================================================================== */

.post {
xborder: solid 1px #000000;
	}
.hentry {}
.sticky {}
.category-misc {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}

#multicat {
	}
#multicat .cat-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8f1201;
	}

.the_time,
.the_author {
	display:block;
	font-style: italic;
	font-size: 70%;
	}

.entry {
	}
.hentry {
	padding: 10px 0px 0px 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #a2906e;
	}

.navigation {}
.navigation:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.navigation {display: inline-block;}
/* Hides from IE-mac \*/
* html .navigation {height: 1%;}
.navigation {display: block;}
/* End hide from IE-mac */

.postmetadata {
	font-size: 85%;
	}

.page_item {
	}

#search {
	min-width: 0px;
	width: 80% !important;
	}

.thread-alt {
	}
.thread-even {
	xborder: solid 1px red !important;
	xbackground-color: red !important;
	}
.thread-odd {
	xborder: solid 1px blue !important;
	xbackground-color: green !important;
	}
.depth-1 {
	border: solid 1px #cccccc;
	}
.even {
	border: solid 1px #dddddd;
	background-color: #f8f8f8;
	}
.odd {
	border: solid 1px #dddddd;
	background-color: white;
	}
.alt {
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}


/* Comments ======================================================================== */
.nocomments {
	}
.commentlist {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	}
.commentlist li {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist .children {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li ul li {
	}
.commentlist li {
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentmetadata {
	font-size: 84%;
	}
textarea#comment {
	width: 100%;
	}
.reply {/* see buttons section above for .reply a definitions */
	padding-bottom: 10px;
	}
#cancel-comment-reply-link {
	margin: 0px 10px 0px 0px;
	}
/* /Comments ======================================================================== */

/* Sidebar ========================================================================= */
#sidebar {
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	border-top: dotted 1px #a2906e;
	}
/* /Sidebar ========================================================================= */







/* from default theme ===================================================================================== */





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em georgia, serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
	}
/* End Images */










/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
}

.wp-caption img {
	border: solid 3px #5f4a26 !important;
	}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* End captions */


/* MISC CLASSES =========================================================================== */
.intro_hm,
.intro {
	font-size: 20px;
	font-family: 'TriplexSerifLight',georgia,serif;
	line-height: 1.1;
	color: #44251c;
	}
.intro_hm {font-size: 24px;}	
.intro_hm b,
.intro_hm strong {
	font-family: 'TriplexSerifBold',georgia,serif;
	font-weight: normal;
	}


#tout-contribute {
	}	
#tout-newsletter {
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	border-top: dotted 1px #a2906e;
	}
#newsletter_form input[type="text"] {
	min-width: 220px !important;
	}
/* /MISC CLASSES =========================================================================== */


