.hl, .hl2 {
	background:url(../images/hl-dot-black.gif) repeat-x top;
	clear:both;
	height:2px;
	overflow:hidden;
	width:100%
}
.hl2 {
	background:none;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #bbb;
	height:0px
}
.lowlight {
	background:url(../images/post-bg.png) repeat-x left bottom
}
.lowlight2 {
	background:url(../images/post-bg-short.png) repeat-x left bottom
}
.toplight {
	background:url(../images/box-bgr.gif) repeat-x top left
}
input {
	background:#fff url(../images/form-field-bg.gif) no-repeat 0 0;
	border-top:1px solid #000;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #000
}
.button, input[type="submit"], .submit {
	border-color:#444 #000 #000 #444;
	border-style:solid;
	border-width:1px;
	background:#444 url(../images/nav-black.png) repeat-x left top;
	margin:0;
	padding:2px 3px 2px 5px;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:#bbb
}
.button:hover, input[type="submit"]:hover, .submit:hover {
	color:#fff
}
.button:active, input[type="submit"]:active, .submit:active {
	background:#000 url(../images/nav-black.png) repeat-x 0 -70px
}
.blue {
	border-color:#444 #000 #000 #444;
	border-style:solid;
	border-width:1px;
	background:#072A5A url(../images/bluebg.png) repeat-x 0 0;
	color:#fff
}
textarea {
	border-top:1px solid #000;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	border-left:1px solid #000;
	font:110% Arial, Helvetica, sans-serif;
	background:#fff url(../images/form-field-bg.gif) no-repeat 0 0;
	padding:5px 3px 3px 7px
}
textarea:focus {
	border:solid 1px #999
}
.nocomments {
	display:none
}
h3#comments {
	background:url(../images/icons/comment.png) no-repeat 0px 3px;
	padding-left:20px;
	clear:both
}
#respond {
	margin:15px 0 40px
}
#respond h3 {
	background:url(../images/icons/edit.png) no-repeat 0px 3px;
	padding-left:20px;
	margin:20px 0px 0px;
	clear:both
}
#commentform {
	margin-top:10px
}
#commentform label {
	font-weight:bold;
	color:#666;
	font-size:100%;
	padding-left:5px
}
#commentform small {
	font-size:90%
}
#commentform input {
	padding:5px
}
#commentform textarea {
	width:480px;
	height:140px
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border:solid 1px #999
}
.commentlist {
	list-style-type:none;
	margin:10px 0px;
	line-height:130%;
	padding-left:45px;
	font-family:helvetica, arial, sans-serif
}
.commentlist li {
	padding:5px 10px
}
.commentlist ul.children {
	list-style-type:none;
	margin:.7em
}
.commentlist ul.children .even {
	background:#fff
}
.commentlist .alt {
	background:#333
}
.commentlist cite {
	font-weight:bold;
	font-style:normal;
	font-size:110%
}
.commentlist img.avatar {
	float:left;
	margin:0 5px 5px -53px;
	position:relative
}
.commentlist .comment-meta {
	margin-bottom:5px;
	display:block;
	font-size:87%
}
.commentlist .comment-meta a {
	color:#999
}
#s {
	background:#000 url(../images/search.gif) no-repeat scroll left top;
	border-color:#222 #444 #444 #222;
	border-style:solid;
	border-width:1px;
	margin-right:4px;
	padding:2px 3px 3px 22px;
	width:160px;
	color:#aaa
}
.wp-caption, .rounded5, .wp-pagenavi a, .wp-pagenavi span {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.rounded10 {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
dt {
	font-weight:bold
}
dd {
	font-style:italic
}
sup {
	font-size:.7em;
	vertical-align:top
}
sub {
	font-size:.7em;
	vertical-align:bottom
}
acronym, abbr {
	letter-spacing:.1em;
	font-weight:bold
}
#wpstats {
	width:0px;
	height:0px;
	overflow:hidden
}
.border {
	padding:2.5px;
	border:1px solid #444
}
.hidden {
	display:none;
	visibility:hidden
}
.wp-caption {
	text-align:center;
	background:#000 url(../images/box-bgr.gif) repeat-x 0 0;
	border:1px solid #555;
	margin:10px;
	padding:4px;
	margin-bottom:1em
}
.wp-caption-text {
	font-size:11px;
	text-align:center;
	margin:0;
	padding:6px 3px 2px;
	line-height:16px
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
	margin-top:5px
}
.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0
}
.aligncenter, .alignnone {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.center, .textcenter {
	text-align:center
}
.alignleft {
	float:left;
	margin:0 1.4em .4em 0
}
.left {
	float:left
}
.textleft {
	text-align:left
}
.alignright {
	float:right;
	margin:0 0 .4em 1.4em
}
.right {
	float:right
}
.textright {
	text-align:right
}
.clear {
	clear:both
}
.block {
	display:block
}
img.center, img[align="center"] {
	display:block;
	margin-left:auto;
	margin-right:auto
}
img.left, img[align="left"] {
	float:left;
	margin:2px 10px 5px 0px
}
img.right, img[align="right"] {
	float:right;
	margin:2px 0px 5px 10px
}
.fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.fix {
	display:inline-block
}
* html .fix {
	height:1%
}
.fix {
	display:block
}
.piped {
	display:block;
	zoom:1;
	padding:0;
	margin:0;
	float:left
}
.piped:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.piped li {
	float:left;
	display:inline
}
.piped a {
	padding:0 0 0 0.5em;
	margin-left:0.5em
}
.piped .first {
	border-left:0 !important;
	padding-left:0;
	margin-left:0 !important
}
.piped small {
	display:none
}
