/*
Theme Name: The Harper Team
Theme URI: http://theharperteam.org/
Description: The custom theme for the Harper Team website.
Version: 0.1
Author: Devon Harper
*/


* {
	margin: 0;
	padding: 0;
}
html, body, p {
	padding: 0;
	margin: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #072620;
}
blockquote {
	margin:10px 20px;
	padding: 0 10px;
}
html {
	font-size: 100%; /*IE hack */
}
body {
	font-size: 75%;
	background: #fff url("media/body_bkgnd.png") top right repeat-y;
}
table {
	font-size: 100%; /* IE hack */
}
p {
	margin-bottom: 1.2em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #4785c2;
}
a:hover {
	text-decoration: underline;
	color: #072620;
}
a.static:hover {
	text-decoration: none;
}
input, select, th, td {
	font-size: 1em;
}
li li, li p, td p, blockquote p {
	font-size: 1em;
}
.underline {
	text-decoration: underline;
}
.divLabel {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Holly Hack */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Header
 ************************************** */
#header {
	padding-top: 8px;
	width: 100%;
	height: 220px;
	text-align: center;
	background: url('media/hdr_bkgnd.png') left top repeat-x;
}
#headerCenter {
	padding: 0;
	margin-right: 272px;
	width: auto;
	height: 220px;
	background: top center no-repeat;
}
#header #logo {
	margin-left: 8%;
	width: 240px;
	height: 176px;
	float: left;
	background: url('media/hdr_logo_bkgnd.png') left top no-repeat;
}
#header #masthead {
	margin: 0 auto;
	width: 360px;
	height: 176px;
	background: url('media/hdr_masthead_bkgnd.png') left top no-repeat;
}
#headerMenu {
	margin: 0 auto;
	padding: 0;
	width: 452px;
	height: 24px;
	position: relative;
	background: url("media/hdr_menu_sprites.png") top left no-repeat;
}
#headerMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#headerMenu li, #headerMenu a {
	height: 24px;
	display: block;
}
#hmCat2 {
	width: 97px;
	left: 0;
}
#hmCat3 {
	width: 79px;
	left: 97px;
}
#hmCat4 {
	width: 77px;
	left: 176px;
}
#hmCat5 {
	width: 68px;
	left: 253px;
}
#hmBlog {
	width: 61px;
	left: 321px;
}
#hmHome {
	width: 70px;
	left: 382px;
}
#hmCat2 a:hover {
	background: transparent url("media/hdr_menu_sprites.png") 0 -24px no-repeat;
}
#hmCat3 a:hover {
	background: transparent url("media/hdr_menu_sprites.png") -97px -24px no-repeat;
}
#hmCat4 a:hover {
	background: transparent url("media/hdr_menu_sprites.png") -176px -24px no-repeat;
}
#hmCat5 a:hover {
	background: transparent url("media/hdr_menu_sprites.png") -253px -24px no-repeat;
}
#hmBlog a:hover {
	background: transparent url("media/hdr_menu_sprites.png") -321px -24px no-repeat;
}
#hmHome a:hover {
	background: transparent url("media/hdr_menu_sprites.png") -382px -24px no-repeat;
}
/* Left (Main Content)
 ************************************** */
#left {
	padding: 0 10% 24px 10%;
	margin-right: 272px;
	width: auto;
	font-size: 1.2em;
}
#left h1 {
	padding: 0 0 1em 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h1 a {
	text-decoration: none;
}
#left h1 a:hover {
	text-decoration: underline;
}
#left h2 {
	padding: 0 0 .4em 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h2 a {
	text-decoration: none;
}
#left h2 a:hover {
	text-decoration: underline;
}
#left h3 {
	padding: 0 0 .4em 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h3 a {
	text-decoration: none;
}
#left h3 a:hover {
	text-decoration: underline;
}
#left h4 {
	padding: 0 0 .4em 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h4 a {
	text-decoration: none;
}
#left h4 a:hover {
	text-decoration: underline;
}
#left h5 {
	padding: 0 0 .4em 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h5 a {
	text-decoration: none;
}
#left h5 a:hover {
	text-decoration: underline;
}
#left h6 {
	padding: 0 0 .4em 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}
#left h6 a {
	text-decoration: none;
}
#left h6 a:hover {
	text-decoration: underline;
}
#left img {
	padding: 8px;
}
#left a {
	text-decoration: underline;
}
#left ol, ul {
	margin: 0 0 10px 40px;
}
#left li {
	padding: 0 0 5px 10px;
}
#left #latest_post {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
}
#left #latest_post p {
	font-weight: bold;
	color: #072620;
}



#left form.margin_form fieldset,
#left form.wpcf7-form fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: 0;
	border-top: 1px solid #000000;
	padding: 0 1em 0 1em;
	width: 100%;
}
#left form.margin_form fieldset legend,
#left form.wpcf7-form fieldset legend {
	font-weight: bold;
	color: #072620;
}
#left form.margin_form fieldset p,
#left form.wpcf7-form fieldset p {
	clear: both;
	float: left;
	display: block;
	margin: 0 0 1em 0;
	width: 36em;
}
#left form.margin_form fieldset p.first,
#left form.wpcf7-form fieldset p.first {
	margin-top: 1em;
}
#left form.margin_form fieldset.single,
#left form.wpcf7-form fieldset.single {
	border: 0;
}
#left form.margin_form fieldset.radio,
#left form.wpcf7-form fieldset.radio {
	clear: both;
	float: left;
	margin: 0 0 0 -.5em;
	border: 0;
}
#left form.margin_form fieldset.radio legend,
#left form.wpcf7-form fieldset.radio legend {
	float: left;
	font-weight: normal;
}
#left form.margin_form fieldset.radio input,
#left form.wpcf7-form fieldset.radio input {
	position: static;
	clear: left;
	float: left;
	margin: 0 1em 0 .5em;
}
#left form.margin_form fieldset.radio label,
#left form.wpcf7-form fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: 36em;
	margin: 0 0 0 11em;
}
#left form.margin_form fieldset.columns input,
#left form.wpcf7-form fieldset.columns input {
	display:inline;
	top: 0;
	left: 0;
	width: 1em;
}
#left form.margin_form fieldset.columns label,
#left form.wpcf7-form fieldset.columns label {
	clear: left;
	margin: 0.5em 0 0 0;
	width: 16em;
}
#left form.wpcf7-form fieldset.columns label {
	clear: none;
}
#left form.margin_form fieldset.columns label.column2 {
	clear: none;
	left: 2em;
}
#left form.margin_form fieldset.horizontal,
#left form.wpcf7-form fieldset.horizontal {
	position: relative;
	clear: both;
	float: left;
	left: 12em;
	top: -1.4em;
	padding: 0;
	border: 0;
	width: 480px;
}
#left form.margin_form fieldset.horizontal input,
#left form.wpcf7-form fieldset.horizontal input {
	position: static;
	display:inline;
	clear: none;
	float: none;
	margin: 0;
	width: auto;
}
#left form.margin_form fieldset.horizontal label,
#left form.wpcf7-form fieldset.horizontal label {
	position: static;
	display:inline;
	clear: none;
	float: none;
	margin: 0;
	width: auto;
}
#left form.margin_form input,
#left form.wpcf7-form input {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	width: 18em;
}
#left form.margin_form select,
#left form.wpcf7-form select {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	width: 18em;
}
#left form.margin_form textarea,
#left form.wpcf7-form textarea {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	width: 24em;
}
#left form.margin_form input.submit,
#left form.wpcf7-form input.submit {
	clear: both;
	float: left;
	display: block;
	padding: 4px;
	margin: 12px;
}
#left form.margin_form label,
#left form.wpcf7-form label {
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
}
#left form.margin_form label.first,
#left form.wpcf7-form label.first {
	margin-top: 1em;
}

#left form.wpcf7-form span.wpcf7-not-valid-tip  {
	clear: both;
	display: block;
	font-size: 1em;
	left: 12em;
	position: relative;
	top: -2.8em;
	width: 18em;
}



#left div.thumbnail {
	clear: none;
	float: left;
	margin: 0;
	width: 208px;
}
#left div.thumbnail img {
	position: absolute;
}
#left div.listing {
	padding: 1em 0 2em 0;
	border-top: 1px solid #072620;
}
#left div.listing ul {
	clear:none;
	float: left;
	width: 280px;
	list-style: none;
}
#left div.listing li {
	padding: 0 0 .6em 0;
}
#left div.listing p {
	clear: both;
	margin: 0;
}
#left div.listing img.left {
	clear: none;
	float: left;
	padding: 0 16px 16px 0;
}
#left div.details {
	clear: both;
	float: left;
	width: 488px;
}
#left div.listing_detailed {
	padding: 1em 0 2em 0;
}
#left div.listing_detailed ul {
	clear:none;
	float: left;
	width: 364px;
	list-style: none;
}
#left div.listing_detailed li {
	padding: 0 0 .6em 0;
}
#left #listing_photos {
	clear: left;
	float: left;
	position: relative;
	width: 108px;
	margin: 0 16px 16px 0;
}
#left #listing_photos .thumbnail {
	position: relative;
	z-index: 0;
}
#left #listing_photos .thumbnail img {
	padding: 0 0 16px 0;
}
#left #listing_photos .thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
#left #listing_photos .thumbnail span {
	position: absolute;
	background-color: #fff;
	padding: 16px;
	margin-top: 24px;
	width: 244px;
	left: -1000px;
	border: 1px solid #072620;
	visibility: hidden;
}
#left #listing_photos .thumbnail span img {
	padding: 0 0 8px 0;
}
#left #listing_photos .thumbnail span p {
	margin: 0;
	padding: 0;
	color: #072620;
	font-weight: normal;
}
#left #listing_photos .thumbnail:hover span {
	visibility: visible;
	left: 24px;
	z-index: 50;
	text-decoration: none;
}
#left #listing_details {
	clear: none;
	float: left;
	width: 364px;
}
#left #listing_details li.title {
	font-weight: bold;
}
#left #listing_features {
	clear: none;
	float: left;
	width: 364px;
}
#left #listing_features ul {
	list-style: disc inside;
}
#left #listing_description {
	clear: both;
	float: left;
	width: 488px;
}
#left #listing_description p {
	padding: 0 0 0.6em 0;
	margin: 0;
	width: 488px;
}
#left #listing_meta {
	clear: both;
	float: left;
	width: 488px;
}
.post {
	margin: 0 0 2.4em 0;
}
.post_cat2 strong, .post_cat2 a, .post_cat2 h1, .post_cat2 h2, .post_cat2 h3 {
	color: #4785c2;
}
.post_cat3 strong, .post_cat3 a, .post_cat3 h1, .post_cat3 h2, .post_cat3 h3 {
	color: #933;
}
.post_cat4 strong, .post_cat4 a, .post_cat4 h1, .post_cat4 h2, .post_cat4 h3 {
	color: #693;
}
.post_cat5 strong, .post_cat5 a, .post_cat5 h1, .post_cat5 h2, .post_cat5 h3 {
	color: #963;
}
#left .post ul {
	padding: 0 1em 1.2em 1em;
	list-style: disc;
}
#form_results ul {
	padding: 0 1em 1.2em 1em;
	list-style: none;
}
#left .post_meta {
	padding: 0.4em 0 0.4em 0;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
}
#left .navigation {
	clear: both;
}
#left .navigation .alignleft {
	float: left;
	text-align: left;
}
#left .navigation .alignright {
	float: right;
	text-align: right;
}
#left .tag_cloud {
	margin: 0;
	padding: 2.4em 0 2.4em 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#left .tag_cloud a {
	padding: 0.2em;
	line-height: 150%;
}
#left .ourteam {
	font-size: 0.8em;
}
/* Left (Home Page Content)
 ************************************** */
#home_page {
	width: 100%;
}
#home_page img.alignleft {
	padding: 0 24px 8px 0;
}
#home_page img.alignright {
	padding: 0 0 8px 24px;
}
#home_page p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
#home_page #masthead {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_masthead_bkgnd.jpg') center top no-repeat;
}
#home_page #property_links {
	width: 100%;
}
#home_page #property_links div.link_list {
	width: 48%;
}
#home_page #property_links div.link_list h2 {
	padding: 0 0 4px 56px;
	height: 30px;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_pl_h2_bkgnd.png') left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
#home_page #property_links div.link_list ul {
	padding-top: 12px;
	margin: 0 0 8px 20px;
}
#home_page #property_links div.link_list ul ul {
	padding-top: 4px;
	margin-bottom: 0;
}
#home_page #property_links div.link_list li {
	padding: 0 0 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	list-style-image: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_pl_bullet_parent_bkgnd.png');
}
#home_page #property_links div.link_list li li {
	list-style-image: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_pl_bullet_child_bkgnd.png');
}
#home_page #property_links div.link_list li a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#home_page #property_links div.link_list li li a {
	color: #330000;
}
#home_page #property_links div.link_list li a:hover {
	color: #072620;
	text-decoration: underline;
}
#home_page div.showcase_BL {
	margin: 0 0 1.2em 0;
	clear: left;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_showcase_bl_bkgnd.png') left bottom no-repeat;
}
#home_page div.showcase_BR {
	margin: 0 0 0 24px;
	padding: 0 24px 24px 0;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_showcase_br_bkgnd.png') right bottom no-repeat;
}
#home_page div.showcase_TL {
	height: 24px;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_showcase_tl_bkgnd.png') left top no-repeat;
}
#home_page div.showcase_TR {
	height: 24px;
	background: url('http://www.harpermees.com/wp-content/themes/harper_team/media/home_showcase_tr_bkgnd.png') right top no-repeat;
}
#home_page div.showcase_BL h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
#home_page div.showcase_BL ul {
	margin: 0 0 0 16px;
}
#home_page div.showcase_BL li {
	padding: 0 0 4px 8px;
}
#home_page div.showcase_BL li p {
	margin-bottom: 0;
}
#home_page div.showcase_BL.iconleft h2 {
	margin-left: 168px;
}
#home_page div.showcase_BL.iconleft ul {
	margin-left: 184px;
}
#home_page div.showcase_BL.iconright h2, #home_page div.showcase_BL.iconright ul {
	margin-right: 168px;
}
/* Right (Sidebar)
 ************************************** */
#right {
	width: 272px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1em;
}
#right ul {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
#right li a {
	color: #072620;
	font-weight: normal;
}
#right div li {
	margin: 0;
	padding: 0 8px .6em 8px;
	width: 184px;
	text-align: right;
}
#right div {
	padding: 0 0 24px 0;
	margin: 0 0 0 40px;
}
#right div h1 {
	padding: 0 40px 0 8px;
	margin: 0;
	width: 184px;
	height:32px;
	overflow: hidden;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}
#right #sdbrUSP {
	padding: 0;
	margin: 0;
	width: 272px;
	height: 196px;
	background: url("media/usp_bkgnd.png") top left no-repeat;
	text-align: center;
}
/*
#right #sdbrUSP.cat3 {background-image: url("media/usp_cat3_bkgnd.png");}
#right #sdbrUSP.cat4 {background-image: url("media/usp_cat4_bkgnd.png");}
*/
#right #sdbrUSP td {
	padding: 14px 16px 16px 6px;
	vertical-align: middle;
}
#right #sdbrUSP h1, #right #sdbrUSP h2, #right #sdbrUSP h3, #right #sdbrUSP h4, #right #sdbrUSP h5, #right #sdbrUSP h6 {
	margin: 0;
	padding: 0;
	width: auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: none;
}
#right #sdbrUSP h1 {
	height: 32px;
	line-height: 32px;
	font-size: 1.4em;
	text-decoration: underline;
}
#right #sdbrUSP h2 {
	font-size: 1.2em;
}
#right #sdbrUSP h3 {
	font-size: 1em;
}
#right #sdbrUSP h4 {
	font-size: 0.8em;
}
#right #sdbrUSP h5 {
	font-size: 0.6em;
}
#right #sdbrUSP h6 {
	font-size: 0.4em;
}
#right #sdbrUSP a {
	font-size: 1em;
	color: #fff;
}
#right #sdbrUSP a:hover {
	color: #c00;
	text-decoration: none;
}
#right #etp_cat2 {
	padding: 8px 0 8px 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_etp_sprite.gif") 0px 0px no-repeat;
}
#right #etp_cat3 {
	padding: 8px 0 8px 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_etp_sprite.gif") 0px -48px no-repeat;
}
#right #etp_cat4 {
	padding: 8px 0 8px 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_etp_sprite.gif") 0px -96px no-repeat;
}
#right #etp_cat5 {
	padding: 8px 0 8px 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_etp_sprite.gif") 0px -144px no-repeat;
}
#right a.etp {
	padding: 0 32px 0 40px;
	width: 160px;
	height: 32px;
	font-size: 0.8em;
	line-height: 32px;
	color: #fff;
}
#right a.etp:hover {
	color: #fff;
}
#right #property_search {
	padding: 24px 0 0 0;
	width: 232px;
	overflow: hidden;
}
#right #property_search div {
	padding: 0;
	margin: 0;
}
#right #property_search #ps_header {
	width: 232px;
	height: 32px;
	background: url("media/rght_prop_srch_sprt.png") left top no-repeat;
}
#right #property_search #ps_content {
	padding: 0 16px 0 8px;
	width: 208px;
	background: url("media/rght_prop_srch_bkgnd.png") left top repeat-y;
}
#right #property_search #ps_content div {
	padding-top: 16px;
}
#right #property_search #ps_content div.first {
	padding-top: 8px;
}
#right #property_search #ps_content div div.icon {
	padding: 0;
	float: left;
}
#right #property_search #ps_content div div.text {
	padding: 0 0 0 64px;
	clear: none;
}
#right #property_search #ps_content div a {
	font-weight: normal;
	color: #666;
}
#right #property_search #ps_content div a span.title {
	font-weight: bold;
	color: #072620;
	text-decoration: underline;
}
#right #property_search #ps_footer {
	width: 232px;
	height: 32px;
	background: url("media/rght_prop_srch_sprt.png") 0px -40px no-repeat;
}
#wntd {
	overflow: hidden;
}
#wntd ul {
	padding: 0 0 24px 0;
}
#wntd li {
	padding: 0 40px 0 8px;
	width: 184px;
	display: block;
	text-align: right;
	color: #fff;
}
#wntd li a {
	font-weight: bold;
	color: #fff;
}
#wntd h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd h5 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd h6 {
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#wntd strong {
	color: #fff;
}
#wntd #wntdHdr2 {
	height: 32px;
	background: url("media/rght_wntd_sprt_2.gif") top left no-repeat;
}
#wntd #wntdCnt2 {
	background: url("media/rght_wntd_bkgnd_2.gif") top left repeat-y;
}
#wntd #wntdFtr2 {
	height: 32px;
	background: url("media/rght_wntd_sprt_2.gif") 0 -32px no-repeat;
}
#wntd #wntdHdr3 {
	height: 32px;
	background: url("media/rght_wntd_sprt_3.gif") top left no-repeat;
}
#wntd #wntdCnt3 {
	background: url("media/rght_wntd_bkgnd_3.gif") top left repeat-y;
}
#wntd #wntdFtr3 {
	height: 32px;
	background: url("media/rght_wntd_sprt_3.gif") 0 -32px no-repeat;
}
#wntd #wntdHdr4 {
	height: 32px;
	background: url("media/rght_wntd_sprt_4.gif") top left no-repeat;
}
#wntd #wntdCnt4 {
	background: url("media/rght_wntd_bkgnd_4.gif") top left repeat-y;
}
#wntd #wntdFtr4 {
	height: 32px;
	background: url("media/rght_wntd_sprt_4.gif") 0 -32px no-repeat;
}
#wntd #wntdHdr5 {
	height: 32px;
	background: url("media/rght_wntd_sprt_5.gif") top left no-repeat;
}
#wntd #wntdCnt5 {
	background: url("media/rght_wntd_bkgnd_5.gif") top left repeat-y;
}
#wntd #wntdFtr5 {
	height: 32px;
	background: url("media/rght_wntd_sprt_5.gif") 0 -32px no-repeat;
}
#right div.cat2, #right div.cat3, #right div.cat4, #right div.cat5 {
	padding: 0;
	background: url("media/rght_cat_bkgnd.gif") top left repeat-y;
}
#right div.cat2 ul, #right div.cat3 ul, #right div.cat4 ul, #right div.cat5 ul {
	margin: 0;
}
#right div.cat2 h1 {
	overflow: hidden;
	color: #4785c2;
	background: url("media/rght_hdr_sprite.gif") 0px 0px no-repeat;
}
#right div.cat3 h1 {
	overflow: hidden;
	color: #933;
	background: url("media/rght_hdr_sprite.gif") 0px -40px no-repeat;
}
#right div.cat4 h1 {
	overflow: hidden;
	color: #693;
	background: url("media/rght_hdr_sprite.gif") 0px -80px no-repeat;
}
#right div.cat5 h1 {
	overflow: hidden;
	color: #963;
	background: url("media/rght_hdr_sprite.gif") 0px -120px no-repeat;
}
#right div.cat2 h1 a {
	padding: 0 8px 0 8px;
	color: #4785c2;
	background: #f7f6f5;
}
#right div.cat3 h1 a {
	padding: 0 8px 0 8px;
	color: #933;
	background: #f7f6f5;
}
#right div.cat4 h1 a {
	padding: 0 8px 0 8px;
	color: #693;
	background: #f7f6f5;
}
#right div.cat5 h1 a {
	padding: 0 8px 0 8px;
	color: #963;
	background: #f7f6f5;
}
#right div h1 a:hover {
	color: #072620;
}
#right div.cat2 strong {
	color: #4785c2;
}
#right div.cat3 strong {
	color: #933;
}
#right div.cat4 strong {
	color: #693;
}
#right div.cat5 strong {
	color: #963;
}
#right div.cat2 li a:hover {
	color: #4785c2;
}
#right div.cat3 li a:hover {
	color: #933;
}
#right div.cat4 li a:hover {
	color: #693;
}
#right div.cat5 li a:hover {
	color: #963;
}
#right #catBottom {
	padding: 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_cat_btm.gif") top left no-repeat;
}
#right #sdbar_blog_feed_hdr {
	width: 208px;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}
#right #sdbar_blog_feed_hdr li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#right #sdbar_blog_feed_hdr li, #right #sdbar_blog_feed_hdr li a {
	height: 24px;
	display: block;
}
#right #sdbar_blog_feed_hdr #feed_rss {
	left: 0;
	width: 96px;
}
#right #sdbar_blog_feed_hdr #feed_atom {
	left: 96px;
	width: 96px
}
#right #sdbar_blog_feed_hdr #feed_rss a {
	background: transparent url("media/rght_feed_sprite.gif") 0 0 no-repeat;
}
#right #sdbar_blog_feed_hdr #feed_atom a {
	background: transparent url("media/rght_feed_sprite.gif") -100px 0px no-repeat;
}
#right #sdbar_blog_feed_hdr #feed_rss a:hover {
	background: transparent url("media/rght_feed_sprite.gif") 0 -24px no-repeat;
}
#right #sdbar_blog_feed_hdr #feed_atom a:hover {
	background: transparent url("media/rght_feed_sprite.gif") -100px -24px no-repeat;
}
#right #sdbar_blog_hdr {
	padding: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") top left no-repeat;
}
#right #sdbar_blog_cntnt {
	padding: 0;
	width: 232px;
	color: #fff;
	background: url("media/rght_blog_cat2_bkgnd.gif") top left repeat-y;
}
#right #sdbar_blog_cntnt h1 {
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -24px no-repeat;
}
#right #sdbar_blog_cntnt h1 a {
	padding: 0 8px 0 8px;
	color: #fff;
	background: #4785c2;
}
#right #sdbar_blog_cntnt h1 a:hover {
	color: #fff;
}
#right #sdbar_blog_cntnt ul {
	padding: 0 0 24px 0;
	margin: 0;
}
#right #sdbar_blog_cntnt li {
	padding: 0 40px 0 8px;
	margin: 0;
	width: 184px;
	text-align: right;
}
#right #sdbar_blog_cntnt a {
	color: #fff;
}
#right #sdbar_blog_cntnt a:hover {
	color: #fff;
}
#right #sdbar_blog_cntnt #sdbar_blog_tag_cld {
	padding: 0;
	margin: 0.6em 0 0 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -48px no-repeat;
}
#right #sdbar_blog_cntnt #sdbar_blog_tag_cld a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #sdbar_blog_tag_cld a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -224px no-repeat;
}
#right #sdbar_blog_cntnt #feed_rss {
	padding: 0;
	margin: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -72px no-repeat;
}
#right #sdbar_blog_cntnt #feed_rss a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #feed_rss a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -248px no-repeat;
}
#right #sdbar_blog_cntnt #feed_atom {
	padding: 0;
	margin: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -96px no-repeat;
}
#right #sdbar_blog_cntnt #feed_atom a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #feed_atom a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -272px no-repeat;
}
#right #sdbar_blog_cntnt #feed_google {
	padding: 0;
	margin: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -120px no-repeat;
}
#right #sdbar_blog_cntnt #feed_google a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #feed_google a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -296px no-repeat;
}
#right #sdbar_blog_cntnt #feed_yahoo {
	padding: 0;
	margin: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -144px no-repeat;
}
#right #sdbar_blog_cntnt #feed_yahoo a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #feed_yahoo a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -320px no-repeat;
}
#right #sdbar_blog_cntnt #feed_msn {
	padding: 0;
	margin: 0;
	width: 232px;
	height: 24px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -168px no-repeat;
}
#right #sdbar_blog_cntnt #feed_msn a {
	padding: 0;
	display: block;
	width: 232px;
	height: 24px;
	background: transparent;
}
#right #sdbar_blog_cntnt #feed_msn a:hover {
	background: transparent url("media/rght_blog_cat2_sprite.gif") 0px -344px no-repeat;
}
#right #sdbar_blog_ftr {
	padding: 0;
	width: 232px;
	height: 32px;
	background: url("media/rght_blog_cat2_sprite.gif") 0px -192px no-repeat;
}
#right div.sdbrWidget {
	padding: 0 0 8px 24px;
	background: url("media/rght_cat_bkgnd.gif") top left repeat-y;
}
#right #sdbar_blog_plugoo {
	padding: 0 40px 0 8px;
	margin: 0;
	width: 184px;
	background: url("media/rght_cat_bkgnd.gif") top left repeat-y;
}
/* Footer
 ************************************** */
/*#footer    {padding: 8px 0 0 0; width: 760px; font-size: 1em; background: url("media/ftr_bkgnd.jpg") top left repeat-y;}*/
#footer {
	padding: 8px 0 0 10%;
	width: auto;
	margin-right: 48px;
	font-size: 1em;
	text-align: center;
}
#ftrLeft {
	width: 30%;
	float: left;
	text-align: left;
}
#ftrCenter {
	width: 30%;
	float: left;
	text-align: center;
}
#ftrRight {
	width: 30%;
	float: right;
	text-align: right;
}
#ftrCopyright {
	clear: both;
	padding-top: 16px;
	font-size: 0.8em;
	text-align: center;
}
