/*
Theme Name:     Hot Pepper Fullsite
Description:    DO NOT USE THIS THEME, ALWAYS USE THE CHILD THEME!!!!! -- runs the entire site in WordPress
Author:         Hot Pepper
Author URI:     http: //hotpepper.com
Version:        2.1 -- 2013-10-03
*/

/* 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 
	*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	        tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width: 480px) {
	* {
	 	-webkit-text-size-adjust: none !important;
	 	        text-size-adjust: none !important;
	}
}

/* responsive settings */
* {max-width: 100%;}/* | to disable for individual styles, use max-width: none; */
html7.lt-ie9 * {
	width: auto;
	max-width: none;
	}
#wpadminbar * {max-width: none;}
img {
	max-width: 100%;
	height: auto;
}
/* /responsive settings */

/* automatic global clearfix, from http://www.marcwatts.com.au/best-clearfix-ever.html & http://css-tricks.com/snippets/css/clear-fix/ ===== */
article:after {content:"";display:table;clear:both;}
aside:after {content:"";display:table;clear:both;}
div:after {content:"";display:table;clear:both;}
footer:after {content:"";display:table;clear:both;}
form:after {content:"";display:table;clear:both;}
header:after {content:"";display:table;clear:both;}
nav:after {content:"";display:table;clear:both;}
section:after {content:"";display:table;clear:both;}
ul:after {content:"";display:table;clear:both;}
/* /automatic global clearfix ===== */

/* /reset ============================================== */

/* Image Preloads ========================================================= */
#img-preloads {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/* /Image Preloads ========================================================= */

/* Tag styles ========================================================= */
html {
	.height: 100%;
	height: 100%\9;
	min-height: 100%;
}

body {
	position: relative;/* leave this alone!!!! */
	.min-height: 100%;
	min-height: 100%\9;
	text-align: center;
	color: #000000;
	-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	   -moz-text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	    -ms-text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	     -o-text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	        text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	background-color: #ffffff;
}

body,td,input,textarea,select,option {
	font: normal 14px verdana,arial,sans-serif;
}

p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
}
p,
div.p,
blockquote,
#pagecontainer li,
.form2 label {
	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: #0000aa;
	border-color: #0000aa;
	text-decoration: none;
}
a {
	-webkit-transition: all 100ms ease-in-out;
	   -moz-transition: all 100ms ease-in-out;
	    -ms-transition: all 100ms ease-in-out;
	     -o-transition: all 100ms ease-in-out;
	        transition: all 100ms ease-in-out;
}
a:hover,
.bn1:hover,
#pagecontainer a:hover img {
	color: #aa0000;
	border-color: #aa0000;
	text-decoration: underline;
}
#pagecontainer a:hover img {
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.2;
}
h1 a,h2 a,h3 a,h4 a {text-decoration: none !important;}
h1 {
	font-size: 150%;
	padding-top: 0px;
}
h2 {
	font-size: 135%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}
td {vertical-align: middle;}

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;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}
legend {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}

img {
	vertical-align: bottom;
	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 50px 14px 50px;
	text-indent: 0px;
}
blockquote.quotes {
	padding: 0px 0px 0px 18px;
	text-indent: -8px;
	font-size: 18px;
	line-height: normal;
	quotes: '\201C' '\201D';
}
blockquote.quotes:before,blockquote.quotes:after {
	position: relative;
	top: 22px;
	display: inline-block;
	height: 18px !important;
	line-height: 0 !important;
	font-size: 48px;
	font-family: georgia,times,"times new roman",serif;
xborder: solid 1px #000000;
}
blockquote.quotes:before {content: open-quote;}
blockquote.quotes:after {content: close-quote;left:8px;}

.byline {
	margin-top: 0px;
	padding: 10px 0px 14px 0px;
	text-align: right;
	line-height: 1.2;
}
.byline::before {
	content: '\2013 \00A0';
}

q {
}

cite {
}

sup {vertical-align: super;}
sub {vertical-align: sub;}

iframe {
}
/* /Tag styles ========================================================= */

/* /HTML5 Tag styles =================================================== */
article,
footer,
header,
hgroup,
nav {
	display: block;
}
aside {}
audio{}
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 ul, ul ol, ol ol, ol ul {margin-bottom: 0px !important;}
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 {
	width: 300px;
	padding: 3px 5px 3px 5px;
	line-height: normal  !important;
	background-color: #fff;
	border: solid 1px #aaa;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: inset 1px 4px 20px rgba(0,0,0,0.06);
	   -moz-box-shadow: inset 1px 4px 20px rgba(0,0,0,0.06);
	    -ms-box-shadow: inset 1px 4px 20px rgba(0,0,0,0.06);
	     -o-box-shadow: inset 1px 4px 20px rgba(0,0,0,0.06);
	        box-shadow: inset 1px 4px 20px rgba(0,0,0,0.06);
}

textarea {height: 100px;}

select {
	width: auto !important;
	padding-right: 2px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}
option {
	padding: 0px 5px 0px 3px;
	line-height: normal  !important;
	background: #fff !important;/*NOTE: do NOT use background-color here!!!!! */
}

input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: 2px;
	margin: 2px 3px 0px 2px;
}

span.required {
	xcolor: red;/* see "misc classes" below */
	display: inline-block;
	padding-right: 3px !important;
}

.auto {width: auto;}

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

input#search {
	min-width: 0px;
	width: 80% !important;
	padding-right: 22px;
	background-image: url("/pix/search.png");
	background-position: right 3px top 4px;
	background-repeat: no-repeat;
}
.lt-ie9 input#search {
	background-position: right top;
}

/* form1 ===== */
.form1,
.form1 > fieldset,
.form1 > div > span > fieldset {
	display: table;
}

.form1 > div,
.form1 > fieldset > div,
.form1 > div > span > fieldset > div {
	display: table-row;
}
.form1 > div > label,
.form1 > fieldset > div > label,
.form1 > div > span > fieldset > div > label {
	display: table-cell;
	.display: block;
	height: 28px;
	padding: 6px 6px 3px 0px;
	.padding-bottom: 2px;
	text-align: right;
	.text-align: left;
	vertical-align: top;
	line-height: normal !important;
xborder-bottom: solid 1px #000000;
}
.form1 > div > span,
.form1 > fieldset > div > span,
.form1 > div > span > fieldset > div > span {
	display: table-cell;
	.display: inline;
	height: 28px;
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	line-height: normal !important;
xborder-bottom: solid 1px #000000;
}
.form1 > div > span div,
.form1 > fieldset > div > span div,
.form1 > div > span > fieldset > div > span div {
	padding: 5px 0px 0px 0px !important;
	color: #aaa;
xborder: solid 1px #000000;
}
.form1 > div > span div:nth-child(1),
.form1 > fieldset > div > span div:nth-child(1),
.form1 > div > span > fieldset > div > span div:nth-child(1) {
	padding-top: 0px;
}
.form1 > div > span div:nth-last-child(1),
.form1 > fieldset >  div > span div:nth-last-child(1),
.form1 > div > span > fieldset >  div > span div:nth-last-child(1) {
	padding-bottom: 5px;
}

.form1 > div > span > label,
.form1 > fieldset > div > span > label,
.form1 > div > span > fieldset > div > span > label {
	padding-right: 10px;
xborder: solid 1px #000000;
}


.form1 span div.sup,
.form1 span div.sub {
	font-size: 85%;
}
.form1 span div.sup {
	padding-top: 6px !important;
}
.form1 span div.sub {
	padding-bottom: 6px !important;
}

.form1 .submit-bns-container label,
.form1 .submit-bns-container span {
	padding-top: 14px !important;
}
/* /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,
footer#footer-shell-2 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 950px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
}

#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#shellbox2 {
}
/* /shell structure ================================================================== */

/* header ============================================================= */
header#header-shell-1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
}

#sitename {
	line-height: 1;
}
#sitename a {
	text-decoration: none;
}
#sitedesc {
}

#search-container {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 2000;
}
#search-container #search {
	width: 200px !important;
}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
xborder: solid 1px #000000;
}
#pagecontainer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #pagecontainer             { zoom: 1; } /* IE6 */
*:first-child+html #pagecontainer { zoom: 1; } /* IE7 */

/* page boxes =================== */
#pagebox0 {
	margin-right: 25%;
}

#pagebox1 {
	float: left;
	width: 75%;
}

#pagebox2 {
	float: left;
	width: 25%;
}

#pagebox3 {
	float: left;
	width: 33%;
}

#pagebox4 {
	float: left;
	width: 33%;
}

#pagebox5 {
	float: left;
	width: 33%;
}
/* /page boxes =================== */


#page-top {
	width: 100%;
}
#page-bot {
	width: 100%;
}
#page-rc {
	width: 100%;
}
#page-rc2 {
	width: 100%;
}
/* /page ============================================================== */

/* footer ============================================================= */
footer#footer-shell-1 {
	padding-top: 20px;
}
footer#footer-shell-2 {
	padding: 10px 0px 20px 0px !important;
	font-size: 85%;
}
footer#footer-shell-2 * {
	line-height: 2;
}
footer #copyright {}
footer #hp_byline {}
#powered-by-wordpress {}
#powered-by-wordpress:before {
	content: " ";
}
#hotpepper-design {
	padding-left: 23px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#hotpepper-design:after {
	content: ".";
}
/* /footer ============================================================= */

/* buttons =========================================================================== */
/* 
NOTE: DO NOT use the height,line-height,vertical-align middle trick, OR tabling for stroked (bn1) buttons!!!!!
*/
.bn1,
.bn1:hover,
.bn1:visited {
	width: auto !important;
	line-height: normal !important;
	padding: 0px 8px 1px 8px;
	font-weight: normal;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	cursor: pointer;
}

.bn,
.more-link,
.bn_back,
.more-link_back,
.bn_blog-prev-page,
.bn_blog-prev-post,
.bn_blog-next-page,
.bn_blog-next-post {
	display: inline-block;
}
.bn:hover,
.more-link:hover,
.bn_back:hover,
.more-link_back:hover,
.bn_blog-prev-page:hover,
.bn_blog-prev-post:hover,
.bn_blog-next-page:hover,
.bn_blog-next-post:hover {
	text-decoration: none;
}
.bn:before,
.more-link:before {
	content: '\25B6';
	padding-right: 2px;
}
.bn_back:before,
.more-link_back:before,
.bn_blog-prev-page:before,
.bn_blog-prev-post:before {
	content: '\25C0';
	padding-right: 2px;
}
.bn_blog-next-page:after,
.bn_blog-next-post:after {
	content: ' \25B6';
	padding-left: 2px;
}

.bn_pdf {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	text-decoration: none !important;
	background-image: url("/pix/pdf_icon_sm.gif");
	background-position: top 2px left 0px;
	background-repeat: no-repeat;
}
/* /buttons =========================================================================== */


/* table ==================================================================== */
.table {
	display: table;
	.display: inline-block;
	border-collapse: collapse;
xborder: solid 1px #000;
}
.row,
.table-row,
.table-row-header {
	display: table-row;
	.display: inline-block;
xborder: solid 1px red;
}
.table-row-header {
	font-weight: bold;
}
.cell,
.table-cell {
	display: table-cell;
	.display: inline-block;
	vertical-align: top;
	.float: left;
xborder: solid 1px green;
}
/* /table ==================================================================== */

/* columns ================================================================== */
span.col {
	/* IE hacks */
	.display: inline-block;
	.vertical-align: top;
	.padding: 0px 20px 0px 0px;
	display: inline-block\9;
	vertical-align: top\9;
	padding: 0px 20px 0px 0px\9;
}

.cols-2,
.cols-3,
.cols-4 {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	    -ms-column-gap: 20px;
	     -o-column-gap: 20px;
	        column-gap: 20px;
}
.cols-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	    -ms-column-count: 2;
	     -o-column-count: 2;
	        column-count: 2;
}
.cols-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	    -ms-column-count: 3;
	     -o-column-count: 3;
	        column-count: 3;
}
.cols-4 {
	-webkit-column-count: 4;
	   -moz-column-count: 4;
	    -ms-column-count: 4;
	     -o-column-count: 4;
	        column-count: 4;
}
/* /columns ================================================================== */


/* position ======================================================================== */
.center,
.aligncenter {
	text-align: center;
}

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

.alignleft {float: left;}
img.alignleft {margin: 0px 20px 20px 0px;}

.alignright {float: right;}
img.alignright {margin: 0px 0px 20px 20px;}

.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;
}

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

.pix-text-left {
	padding: 0px 10px 10px 0px;
}
.table-cell.pix-text-left img {max-width: initial;}
.pix-text-right {
	padding: 0px 0px 10px 10px;
}
.table-cell.pix-text-right img {max-width: initial;}

.clear {clear: both;}
.clear {clear: both;}
.clearfix:after {content: "";display: table;clear: both;}

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

/* misc classes ===================================================================== */
.alert,
.error,
.required {
	color: #cc0000;
}

.smtxt {
	font-size: 85%;
}
.lgtxt {font-size: 115%;}

.notransform {text-transform: none;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}
.wordwrap {word-wrap: break-word;}

.block {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.none,#othercomments2 {display: none !important;}
.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;
}

.footnote {
	font-size: 85%;
	text-indent: -7px;
	padding-left: 7px;
	line-height: 1.2;
}

.crumbtrail {
	padding-bottom: 14px;
}
.crumbtrail span {
	font-style: italic;
}

.excerpt-more {
	white-space: nowrap;
}
.excerpt-more .bn {
}
.excerpt-more .bn:after {
	content: 'more';
}
.excerpt-more span:before {
	content: '\00A0...';
}

.hilite {
	display: inline-block;
	padding: 3px;
	text-shadow: rgba(253,255,255,0.30);
	background-color: rgba(253,255,0,0.35);
	border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}

.profile {
}
.profile .password-change fieldset {
	margin: 20px 0px 20px 0px;
}
.profile .password-change legend {
	font-size: 85%;
	text-transform: uppercase;
}
/* /misc classes ===================================================================== */


/* alert jqueryui dialog ============================================================ */
.alert_dialog {
	text-align: left;
}
/* /alert jqueryui dialog ============================================================ */

/* prettyPhoto ======================================================================= */
.ppt {
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
	   -moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
	    -ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
	     -o-text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
	        text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
}
/* /prettyPhoto ======================================================================== */

/* datepicker ======================================================================= */
#ui-datepicker-div {
	display: none;/* NOTE: this MUST be initially set to hidden!!!!! */
}
.datepicker {
}

.datepicker input[type="text"] {
	width: 185px;
	min-width: 185px;	
	padding-right: 20px;
	background-image: url("/pix/calendar_blank.pn_16.png");
	background-position: 165px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.datepicker-unset {
	position: relative;
	top: -4px;
	width: 16px !important;
	height: 16px !important;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/pix/b_drop.png");
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 0px !important;
	cursor: pointer;
}
/* /datepicker ======================================================================= */

/* blog classes ===================================================================== */
.error-page {}
.blog {}

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

#multicat {
}
#multicat:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

#multicat .cat-title {
}

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

.comments_number {
}

.entry {
}

.blog-nav {
	padding: 14px 0px 14px 0px;
}
.blog-nav:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
* html .blog-nav             { zoom: 1; } /* IE6 */
*:first-child+html .blog-nav { zoom: 1; } /* IE7 */

.blog-nav-left {float: left;}
.blog-nav-right {float: right;}


.navigation {
	padding: 0px 0px 10px 0px;
}
.navigation:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
* html .navigation             { zoom: 1; } /* IE6 */
*:first-child+html .navigation { zoom: 1; } /* IE7 */

.cat-title {
}
.cat-title span {
	font-size: 12px;
	font-style: italic;
}
.cat-title span:before {
	content: ':';
	padding: 0px 5px 0px 5px;
}

#single-post-title {
}
#single-post-back {
	padding-bottom: 10px;
}		

.postmetadata {
	font-size: 85%;
}

.page_item {
}

#search-results #results,
#search-results #no-results {
	min-height: 400px;
}

#search-results #no-results-label {
	font-weight: bold;
}
#search-results #no-results-form-container {
}
#search-result-count {
	margin-bottom: 14px;
	padding-bottom: 5px;
	line-height: 1.4;
	border-bottom: dotted 1px #000000;
}
#search-result-count span {
	font-weight: bold;
}
#search-results .hentry {
	padding-bottom: 20px;
	line-height: 1.4;
}
#search-results .search-return-title {
	font-weight: bold;
	padding-bottom: 8px;
}
#search-results .search-return-title .the_time {
	display: block;
	padding-bottom: 5px;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}
#search-results .type-page .the_time,
#search-results .type-page .postmetadata {
	display: none;
}

.thread-alt {
}
.thread-even {
}
.thread-odd {
}
.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;
}
/* /blog classes ===================================================================== */

/* 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 {
}
#sidebar .widget-container {
	padding-bottom: 15px;
}
#meta {
	padding: 10px 0px 10px 0px;
}
/* /Sidebar ========================================================================= */


/* captions ========================================================================== */
.wp-caption {
	padding: 0px 0px 14px 0px;
}
.wp-caption .wp-caption-text {
	padding: 4px 0px 0px 0px;
	font-size: 85%;
}

.wp-caption.alignright {
	margin: 0px 0px 0px 20px;
}
.wp-caption.alignleft {
	margin: 0px 20px 0px 0px;
}
/* /captions ========================================================================== */

/* vid overlay, see functions-shortcodes.php [vid] =================================== */
.vid-container {
	background: url("/pix/play-arrow-2.png") no-repeat -9999px -9999px;
}
.vid-container a {
	display: block;
	position: relative;
	xborder: solid 1px red;
}
.bn_vid {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("/pix/play-arrow-1.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	xborder: solid 1px green;
}
.bn_vid:hover {
	background-image: url("/pix/play-arrow-2.png");
}
/* vid overlay ======================================================================= */


/* print styles ========================== */
@media print {

/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
}
/* /hack to give hasLayout to IE7 */	

* {
	-webkit-text-shadow: none !important;
	   -moz-text-shadow: none !important;
	    -ms-text-shadow: none !important;
	     -o-text-shadow: none !important;
	        text-shadow: none !important;
}

}
/* /print styles ========================== */




















