/* ========== changes to webstore tags ========== */

#nav-general li a {padding-left: 3px; padding-right: 3px;}



/* ========== general tags ========== */

h1 {
	color: #999;
	margin: 0 0 1em;
}

h2 {
	margin-top: 2.5em;
}

p {margin: 1em 0; padding: 0;}

ol {list-style: decimal;}

ul>li, ol>li {margin-left: 3em;}

dl {margin: 1em 0;}

dt {margin: 1em 0 0;}

dd {margin: 0 0 0 1.5em;}

img, object {
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	height: 0;
	border: none;
	border-top: 1px #999 solid;
}



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

.nowrap {white-space: nowrap;}

.textleft {text-align: left;} /* Apply, for example, to a table header th that would otherwise be centered. */
.textcenter {text-align: center;}
.textright {text-align: right;}

.text-orange {color: #fe8e2a;}
.text-red {color: #900;}
.text-grey {color: #777;}

.leading {line-height: 1.5;}

.imgleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.imgright {
	float: right;
	margin: 1em 0 1em 1em;
}

.top0 { /* add to imgleft or imgright to get a zero top margin, i.e., class="imgleft top0" */
	margin-top: 0;
}

.clearboth {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}

.sidebar30 {
	float: right;
	width: 30%;
	padding: .3em 1.5em 1.5em;
	margin: 1em;
	border: 1px solid #cc9;
	background: #ffc;
}

.sidebar45 {
	float: right;
	width: 45%;
	padding: .3em 1.5em 1.5em;
	margin: 1em;
	border: 1px solid #cc9;
	background: #ffc;
}

.theorangebar {
	background: #ecae47 url('img/bg-theorangebar.gif');
	margin: 0;
	padding:.5em .5em .7em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.christmas {
	border: 1px solid #030;
	background: #bec;
}

/* ========== for print ========== */

@page {orphans: 2; widows: 2;}

@media print {

.pgbreakbefore {
	page-break-before: always;
}

}
