/* Reset elements to normal for content */
.textBox.text { line-height: 18px; }

.textBox.text h1,
.textBox.text h2,
.textBox.text h3,
.textBox.text h4,
.textBox.text h5,
.textBox.text h6 				{ font-weight: normal; color: #937340; }

.textBox.text h1 				{ font-size: 36px; line-height: 1; margin-bottom: 20px; }
.textBox.text h2 				{ font-size: 20px; margin-bottom: 20px; }
.textBox.text h3 				{ font-size: 30px; line-height: 1; margin-bottom: 10px; }
.textBox.text h4 				{ font-size: 18px; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
.textBox.text h5 				{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.textBox.text h6 				{ font-size: 1em; font-weight: bold; }

/*
.textBox.text h1 				{ font-size: 30px; line-height: 1; margin-bottom: 20px; }
.textBox.text h2 				{ font-size: 26px; margin-bottom: 20px; }
.textBox.text h3 				{ font-size: 20px; line-height: 1; margin-bottom: 10px; }
.textBox.text h4 				{ font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
.textBox.text h5 				{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.textBox.text h6 				{ font-size: 1em; font-weight: bold; }
*/

.textBox.text p           		{ margin: 0 0 1.5em; }

.textBox.text .wp-caption.aligncenter,
.textBox.text img.aligncenter 	{ float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
.textBox.text .wp-caption.alignleft,
.textBox.text img.alignleft      { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
.textBox.text .wp-caption.alignright,
.textBox.text img.alignright 	{ float: right; margin: 0 0 1.5em 1.5em; padding: 0; }

.textBox.text blockquote  		{ margin: 1.5em; font-style: italic; }
.textBox.text strong      		{ font-weight: bold; }
.textBox.text em,
.textBox.text dfn      	 		{ font-style: italic; }
.textBox.text dfn         		{ font-weight: bold; }
.textBox.text sup, 
.textBox.text sub    	 		{ line-height: 0; }

.textBox.text abbr, 
.textBox.text acronym     		{ border-bottom: 1px dotted #ccc; }
.textBox.text address     		{ margin: 0 0 1.5em; font-style: italic; }

.textBox.text pre,
.textBox.text code    	 		{ margin: 1.5em 0; white-space: pre; }
.textBox.text tt          		{ display: block; margin: 1.5em 0; line-height: 1.5; }
.textBox.text pre,
.textBox.text code,
.textBox.text tt 		 		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.textBox.text li ul, 
.textBox.text li ol       		{ margin: 0 1.5em; }
.textBox.text ul, 
.textBox.text ol     	 		{ margin: 0 1.5em 1.5em 1.5em; }

.textBox.text ul 				{ margin-left: 0px; list-style: none; }
.textBox.text ul li       		{ padding-left: 15px; list-style-type: none; background: url('../images/bullit.png') no-repeat left 7px; }
.textBox.text ol,
.textBox.text ol li       		{ list-style-type: decimal; }

.textBox.text dl          		{ margin: 0 0 1.5em 0; }
.textBox.text dl dt       		{ font-weight: bold; }
.textBox.text dd          		{ margin-left: 1.5em;}

.textBox.text table       		{ margin-bottom: 1.4em; width:100%; }
.textBox.text th          		{ font-weight: bold; background: #ccc; }
.textBox.text th,
.textBox.text td       	 		{ padding: 4px 10px 4px 5px; border-bottom: 1px solid #ccc; }
.textBox.text tfoot       		{ font-style: italic; }
.textBox.text caption     		{ background: #ccc; }