/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 2.0.6
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #F7F7F7;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Definitions
*********************************************/
.builder-module {
	margin-bottom:1em;
}

/* Make the module columns match height */
/* Removed until a better solution can be made as it causes problems with anchored links
.builder-module {
	overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	background: #ADD8E6;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 1em 1em;
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #333;
}
.builder-module-sidebar .widget h4, .builder-module-sidebar .widget p, .builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol, .builder-module-sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	line-height: 2em;
	background: #ADD8E6 url('images/nav_bg.jpg') repeat-x top left;
	border-top: .1em solid #777;
	border-bottom: .1em solid #777;
	display: block;
	width: 100%;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.builder-module-navigation li {
	padding: 0 0 0 0px;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .4em .6em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #ADD8E6 url('images/nav_bg.jpg') repeat-x top left;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	background: #333 url('images/nav_bg_hover.jpg') repeat-x top left;
	color: #ADD8E6;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: .1em solid #777;
	border-bottom: 0em;
}
.builder-module-navigation li li {
	border-bottom:.1em solid #777;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background-color: #ADD8E6;
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}
.builder-module-html .builder-module-element {
	margin: 1em;
	padding: 0px .8em .8em .8em;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #333;
}
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: #ADD8E6;
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}
.page-title {
	margin: 1em;
}
.post {
	margin: 0em;
	background: #ADD8E6;
	padding: 0px .8em .8em .8em;
}
.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}
.post .post-title h3 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.post .post-meta {
	display: block;
	clear:both;
}
.post .post-meta a {
	text-decoration: none;
	font-style:italic;
}
.post .post-meta a:hover {
        text-decoration: underline;
}
.post .meta-bottom {
	display: block;
}
.post img {
	border: .2em solid #cfcfcf;
}

/*********************************************
	Post Meta
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #d7d7d7;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comments
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {

}
a {
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}

--></style>
</head>
<body>
<a href="http://www.newsgator.com/" target="_blank">Element a</a><br>
<h1>Element h1</h1><br>
<h2>Element h2</h2><br>
<h3>Element h3</h3><br>
<h4>Element h4</h4><br>
<h5>Element h5</h5><br>
<h6>Element h6</h6><br>
<h1><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h1 img</h1><br>
<h2><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h2 img</h2><br>
<h3><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h3 img</h3><br>
<h4><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h4 img</h4><br>
<h5><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h5 img</h5><br>
<h6><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual h6 img</h6><br>
<div class="builder-container-outer-wrapper">Class builder-container-outer-wrapper</div>
<div class="builder-module">Class builder-module</div>
<div class="builder-module-content">Class builder-module-content</div>
<div class="builder-module-widget-bar">Class builder-module-widget-bar</div>
<div class="builder-module-image">Class builder-module-image</div>
<div class="builder-module-sidebar">Class builder-module-sidebar</div>
<span class="builder-module-sidebar"><span class="widget-wrapper">Contextual .builder-module-sidebar .widget-wrapper</span></span><br>
<span class="builder-module-sidebar"><span class="widget">Contextual .builder-module-sidebar .widget</span></span><br>
<span class="builder-module-sidebar"><span class="widget"><a href="http://www.newsgator.com/" target="_blank">Contextual .builder-module-sidebar .widget a</a></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><h4><a href="http://www.newsgator.com/" target="_blank">Contextual .builder-module-sidebar .widget h4 a</a></h4></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><h4>Contextual .builder-module-sidebar .widget h4</h4></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><p>Contextual .builder-module-sidebar .widget p</p></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><ul><li>Contextual .builder-module-sidebar .widget ul</ul></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><ol><li>Contextual .builder-module-sidebar .widget ol</ol></span></span><br>
<span class="builder-module-sidebar"><span class="widget"><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual .builder-module-sidebar .widget img</span></span><br>
<span class="builder-module-sidebar"><span class="widget"><a href="http://www.newsgator.com/" target="_blank" class="rsswidget"><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual .builder-module-sidebar .widget a.rsswidget img</a></span></span><br>
<div class="builder-module-navigation">Class builder-module-navigation</div>
<span class="builder-module-navigation"><ul><li>Contextual .builder-module-navigation ul</ul></span><br>
<span class="builder-module-navigation"><ol><li>Contextual .builder-module-navigation li</ol></span><br>
<span class="builder-module-navigation"><ol><li><a href="http://www.newsgator.com/" target="_blank">Contextual .builder-module-navigation li a</a></ol></span><br>
<span class="builder-module-navigation"><ol><li><a href="http://www.newsgator.com/" target="_blank" class="sfhover">Contextual .builder-module-navigation li a.sfhover</a></ol></span><br>
<span class="builder-module-navigation"><ol><li><ul><li>Contextual .builder-module-navigation li ul</ul></ol></span><br>
<span class="builder-module-navigation"><ol><li><ol><li>Contextual .builder-module-navigation li li</ol></ol></span><br>
<span class="builder-module-navigation"><ol><li><ol><li><a href="http://www.newsgator.com/" target="_blank">Contextual .builder-module-navigation li li a</a></ol></ol></span><br>
<span class="builder-module-navigation"><ol><li><ol><li><a href="http://www.newsgator.com/" target="_blank" class="sfhover">Contextual .builder-module-navigation li li a.sfhover</a></ol></ol></span><br>
<span class="builder-module-navigation"><ol><li><ul><li><ul><li>Contextual .builder-module-navigation li ul ul</ul></ul></ol></span><br>
<div class="builder-module-html">Class builder-module-html</div>
<span class="builder-module-html"><span class="builder-module-element">Contextual .builder-module-html .builder-module-element</span></span><br>
<span class="builder-module-footer"><span class="builder-module-element">Contextual .builder-module-footer .builder-module-element</span></span><br>
<span class="builder-module-footer"><span class="builder-module-element"><span class="alignleft">Contextual .builder-module-footer .builder-module-element .alignleft</span></span></span><br>
<span class="builder-module-footer"><span class="builder-module-element"><span class="alignright">Contextual .builder-module-footer .builder-module-element .alignright</span></span></span><br>
<span class="builder-module-footer"><span class="builder-module-element"><a href="http://www.newsgator.com/" target="_blank">Contextual .builder-module-footer .builder-module-element a</a></span></span><br>
<div class="page-title">Class page-title</div>
<div class="post">Class post</div>
<span class="post"><span class="thumbnail-wrap">Contextual .post .thumbnail-wrap</span></span><br>
<span class="page"><span class="title">Contextual .page .title</span></span><br>
<span class="post"><span class="date">Contextual .post .date</span></span><br>
<span class="post"><span class="post-title">Contextual .post .post-title</span></span><br>
<span class="post"><span class="post-title"><a href="http://www.newsgator.com/" target="_blank">Contextual .post .post-title a</a></span></span><br>
<span class="post"><span class="post-title"><h3>Contextual .post .post-title h3</h3></span></span><br>
<span class="post"><span class="post-meta">Contextual .post .post-meta</span></span><br>
<span class="post"><span class="post-meta"><a href="http://www.newsgator.com/" target="_blank">Contextual .post .post-meta a</a></span></span><br>
<span class="post"><span class="meta-bottom">Contextual .post .meta-bottom</span></span><br>
<span class="post"><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual .post img</span><br>
<div class="meta-top">Class meta-top</div>
<div class="meta-bottom">Class meta-bottom</div>
<span class="meta-bottom"><span class="alignleft">Contextual .meta-bottom .alignleft</span></span><br>
<span class="meta-bottom"><span class="categories">Contextual .meta-bottom .categories</span></span><br>
<span class="meta-bottom"><span class="comments">Contextual .meta-bottom .comments</span></span><br>
<div class="photometa">Class photometa</div>
<div class="EXIF">Class EXIF</div>
<span class="photometa"><h4>Contextual .photometa h4</h4></span><br>
<span class="photometa"><ul><li>Contextual .photometa ul</ul></span><br>
<div class="paging">Class paging</div>
<div id="comments">ID comments</div>
<span id="comments"><span class="title">Contextual #comments .title</span></span><br>
<span id="comments"><ol class="commentlist"><li>Contextual #comments ol.commentlist</ol></span><br>
<span id="comments"><ul class="children"><li>Contextual #comments ul.children</ul></span><br>
<span id="comments"><span class="vcard">Contextual #comments .vcard</span></span><br>
<span id="comments"><span class="vcard"><span class="avatar">Contextual #comments .vcard .avatar</span></span></span><br>
<span id="comments"><span class="comment-meta">Contextual #comments .comment-meta</span></span><br>
<span id="comments"><ol><li class="even">Contextual #comments li.even</ol></span><br>
<span id="comments"><ol><li class="odd">Contextual #comments li.odd</ol></span><br>
<span id="comments"><ul class="children"><li><ol><li>Contextual #comments ul.children li</ol></ul></span><br>
<span id="comments"><blockquote>Contextual #comments blockquote</blockquote></span><br>
<span id="comments"><span class="alert">Contextual #comments .alert</span></span><br>
<span id="comments"><p>Contextual #comments p</p></span><br>
<div id="respond">ID respond</div>
<span id="respond"><span id="commentform">Contextual #respond #commentform</span></span><br>
<span id="respond"><span id="commentform"><span id="author">Contextual #respond #commentform #author</span></span></span><br>
<span id="respond"><span id="commentform"><span id="email">Contextual #respond #commentform #email</span></span></span><br>
<span id="respond"><span id="commentform"><span id="url">Contextual #respond #commentform #url</span></span></span><br>
<span id="respond"><span id="commentform"><span id="comment">Contextual #respond #commentform #comment</span></span></span><br>
<p>Element p</p><br>
<p><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image" class="left">Contextual p img.left</p><br>
<p><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image" class="right">Contextual p img.right</p><br>
<blockquote>Element blockquote</blockquote><br>
<strong>Element strong</strong><br>
<em>Element em</em><br>
<dfn>Element dfn</dfn><br>
<sup>Element sup</sup><br>
<sub>Element sub</sub><br>
<abbr>Element abbr</abbr><br>
<acronym>Element acronym</acronym><br>
<address>Element address</address><br>
<del>Element del</del><br>
<pre>Element pre</pre><br>
<code>Element code</code><br>
<tt>Element tt</tt><br>
<ol><li><ul><li>Contextual li ul</ul></ol><br>
<ol><li><ol><li>Contextual li ol</ol></ol><br>
<ul><li>Element ul</ul><br>
<ol><li>Element ol</ol><br>
<dl><dt>Definition Term</dt><dd>Definition Text</dd></dl><br>
<dl><dt>Definition Term</dt><dd>Definition Text</dd><dl><dt>Definition Term</dt><dd>Definition Text</dd>Contextual dl dt</dl></dl><br>
<dl><dt>Definition Term</dt><dd>Definition Text</dd></dl><br>
<table><tr><td>Element table</td></tr></table><br>
<table><tr><th>Element th</th></tr></table><br>
<table><tr><th><table><tr><th>Contextual thead th</th></tr></table></th></tr></table><br>
<table><tr><td>Element td</td></tr></table><br>
<caption>Element caption</caption><br>
<table><tr class="even"><td><table><tr><td>Contextual tr.even td</td></tr></table></td></tr></table><br>
<tfoot>Element tfoot</tfoot><br>
<div class="small">Class small</div>
<div class="large">Class large</div>
<div class="hide">Class hide</div>
<div class="quiet">Class quiet</div>
<div class="loud">Class loud</div>
<div class="highlight">Class highlight</div>
<div class="added">Class added</div>
<div class="removed">Class removed</div>
<div class="first">Class first</div>
<div class="last">Class last</div>
<div class="top">Class top</div>
<div class="bottom">Class bottom</div>
<label>Element label</label><br>
<fieldset>Element fieldset</fieldset><br>
<legend>Element legend</legend><br>
<form><input value="Element INPUT" class="text">Element input.text</form><br>
<form><input value="Element INPUT" class="title">Element input.title</form><br>
<form><textarea>Element textarea</textarea></form><br>
<form><select><option>Element OPTION</option></select></form><br>
<form><input value="Element INPUT" class="checkbox">Element input.checkbox</form><br>
<form><input value="Element INPUT" class="radio">Element input.radio</form><br>
<form class="inline">Element form.inline</form><br>
<form class="inline"><p>Contextual form.inline p</p></form><br>
<div class="error">Class error</div>
<div class="notice">Class notice</div>
<div class="success">Class success</div>
<span class="error"><a href="http://www.newsgator.com/" target="_blank">Contextual .error a</a></span><br>
<span class="notice"><a href="http://www.newsgator.com/" target="_blank">Contextual .notice a</a></span><br>
<span class="success"><a href="http://www.newsgator.com/" target="_blank">Contextual .success a</a></span><br>
<div class="aligncenter">Class aligncenter</div>
<div class="aligncenter">Element div.aligncenter</div><br>
<div class="alignleft">Class alignleft</div>
<div class="alignright">Class alignright</div>
<img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image" class="alignleft">Element img.alignleft<br>
<img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image" class="alignright">Element img.alignright<br>
<div class="wp-caption">Class wp-caption</div>
<span class="wp-caption"><img src="file:///C|/PROGRA~1/Bradbury/TSLite3/IMG.gif" alt="image">Contextual .wp-caption img</span><br>
<span class="wp-caption"><p class="wp-caption-text">Contextual .wp-caption p.wp-caption-text</p></span><br>
</body></html>

