/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#c1cc8d;color:#000000;}
#header { background-color: #ffffff;} 
#navbar { background-color: #c1cc8d;}

/* =Header
-----------------------------------------------
*/
#header a{top:35px;left:15px;font-family:Georgia, "Times New Roman", Times, serif;font-size:3em;text-decoration:none;font-weight:bold;text-shadow: #6374AB -2px -2px 5px;}
#header p{position:absolute;top:80px;left:15px;font-size:1.5em;}
#header div.header-contact{position:absolute;top: 0;right: 0;text-align:right;font-size:1em;font-weight:bold;padding:5px;background:#fff;opacity:.7;}
#headerimg{position:absolute;top:0;left:650px;}





/* =Element Colors
-----------------------------------------------
*/
h1,h1 a,h2,h2 a,h3,h3 a{ color: #241d4b; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #485a17; }
h4,h5,h6,input,textarea,select{color:#000000;}
a{color:#241d4b}
a:hover{color:#4f3fa4}
hr{ background-color:#dfdfdf;border-color:#dfdfdf;color:#dfdfdf; }
form input, textarea, select, #loginimage {border-color:#dfdfdf;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #c1cc8d;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #241d4b;border-color:#c1cc8d;}
#navbar li ul li a:hover { color: #4f3fa4;}

/* =Header Color
-----------------------------------------------
*/
#header a{color:#ffffff;}
#header p{color:#ffffff;}

/* =Bread Crumbs
-----------------------------------------------
*/
.ezbreadcrumbs a:link, .ezbreadcrumbs a:visited, .ezbreadcrumbs a:active{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/167-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#dfdfdf;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#241d4b;}

/* =Boxes
-----------------------------------------------
*/
.box,
.jcarousel-item,
.jcarousel-skin-USM-558px .jcarousel-container,
#property-search,
#ContactForm,
fieldset,
.jcarousel-skin-USM-558px .jcarousel-prev,
.jcarousel-skin-USM-558px .jcarousel-next{background-color:#ffffff;border-color:#dfdfdf}
#eznavigatortpl span.locked{background-color:#ffffff;border-color:#dfdfdf}
legend{background-color:#dfdfdf;border-color:#7f7f7f;color:#241d4b;}
ul#dv-actionmenu li#share-this-box ul{background-color:#dfdfdf;border-color:#dfdfdf}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#ffffff;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#dfdfdf;border-color:#dfdfdf;}
a.objectToggle{color:#241d4b;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#000000;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #241d4b;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #241d4b;
	border-color: #7a72a4;
	background: linear-gradient(#7a72a4 20%, #241d4b);
	background: -webkit-linear-gradient(#7a72a4 20%, #241d4b);
	background: -moz-linear-gradient(top, #7a72a4 20%, #241d4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#7a72a4), color-stop(100%,#241d4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a72a4 20%,#241d4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a72a4', endColorstr='#241d4b',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #7a72a4;
	border-color: #241d4b;
	background: -moz-linear-gradient(top, #241d4b 60%, #7a72a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#241d4b), color-stop(100%,#7a72a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #241d4b 60%,#7a72a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241d4b', endColorstr='#7a72a4',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #241d4b;
	border-color: #7a72a4;
	background: -moz-linear-gradient(top, #7a72a4 20%, #241d4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#7a72a4), color-stop(100%,#241d4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a72a4 20%,#241d4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a72a4 20%,#241d4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a72a4', endColorstr='#241d4b',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #7a72a4;
	border-color: #241d4b;background: #241d4b; /* Old browsers */
	background: -moz-linear-gradient(top, #241d4b 60%, #7a72a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#241d4b), color-stop(100%,#7a72a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #241d4b 60%,#7a72a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #241d4b 60%,#7a72a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241d4b', endColorstr='#7a72a4',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#ffffff;border-color:#dfdfdf; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#ffffff;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #7a72a4;}
.ui-slider-handle{background-color: #241d4b;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #120e25;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #241d4b;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#ffffff;border-color:#dfdfdf;}
.sharethislinks ul{border-color:#dfdfdf;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#ffffff;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#241d4b;}
.listtown a:hover{color:#120e25;}
.subtext{color:#7f7f7f;}
#hidegmap a, #showgmap a{color:#7f7f7f}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#dfdfdf; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#ffffff;border-color:#dfdfdf}
.virtual_tour a,
.listbutton{background-color:#ffffff;border-color:#dfdfdf; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#ffffff;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php1V6Vou.png");background-position:center -12px;background-repeat:no-repeat;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpTPqZ2M.png");background-position:center bottom;background-repeat:no-repeat;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpNh0ewP.png'); background-repeat:no-repeat;height:100px;width:998px;position:relative;padding:0;border:0;}
#header #homelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpNh0ewP.png");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:99px;width:485px;}
#navbar{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpqFbRPi.jpg'); background-repeat:repeat-x;height:38px;position:relative;padding:0;border:0;}
#wide{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkExaIL.png");background-position:left top;background-repeat:no-repeat;  }
.morelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpPPXVf1.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:10px;width:143px;}
.button{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phph4AUct.png");background-position: ;background-repeat:repeat-x;  }
#searchsoldlink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpJwHlUF.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:146px;width:155px;}
#newmobilelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpU6ROb3.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:85px;width:85px;}
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phphBTpWc.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:53px;width:167px;}
#footer-logos-right{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpf1BXog.png");background-position:-0px -0px;background-repeat:no-repeat;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpw2ywf6.png");background-position:-0px -0px;background-repeat:no-repeat;  }
h3#hdr-signup{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phplNsZ3B.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:26px;width:137px;}
h3#logged-in-hdr{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phplNsZ3B.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:26px;width:137px;}
#recsearch-2046 h3{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpKRPXrz.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:18px;width:250px;}
#testimonials-2047 h3{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpxK7tFH.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:21px;width:134px;}
h3#hdr-askquestion{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUm3zrZ.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:24px;width:157px;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:30px;width:170px;}
.ui-tabs-nav a{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position:right -2px;background-repeat:no-repeat;  }
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position:right -20px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover,div.togglebox span a,div.togglebox span a:hover {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position:-284px -41px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/167-staticsprite.png");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#other_cta i.building{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -65px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:55px;width:60px;}
#other_cta i.bell{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -142px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
#other_cta i.person{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
@import url(http://fonts.googleapis.com/css?family=Damion);

/* Custom Theme */
#header{
  background-color: transparent;
}
#footer-officeinfo strong {
    display: inline-block;
    margin-right: 10px;
}
#content-box-top{
  margin: 0px;
}
#wide{
  position: relative;
  z-index: 90;
  margin-top: 15px;
  margin-bottom: 30px;
}
#navbar{
  width: 998px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 6px #333;
}
#wrapper{
  width: 998px;
  padding-top: 50px;
}
#contentwrapper{
  padding: 0px 19px;
}
#content-area-bottom{
  clear: both;
}
body#default.homepage #contentarea{
  padding-top: 0px;
}
#contentarea{
  padding-top: 20px;
}
body#default.homepage #content{
  padding-top: 0px;
}
#content{
  float: right;
  padding-top: 10px;
}
#widgetArea_wide{
  margin-left: 0px;
}
#footer{
  background-position: 24px 24px;
}

/* Header Slideshow */
body#default.homepage #widgetArea_contenttop{
  width: 100%;
  height: 100%;
  margin: 0px;
}
body#default.homepage #contenttop{
  width: 998px;
  height: 280px;
  margin-bottom: 24px;
  position: relative;
  right: 370px;
}
body#default.homepage #headerslideshow{
  width: 998px;
  height: 280px;
  overflow: hidden;
  list-style-type: none;
  margin: 0px;
  right: 19px;
  box-shadow: 0px 0px 10px #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body#default.homepage #wrapper #headerslideshow img{
  max-width: 998px;
  width: 998px;
  height: 280px;
}
/* Nav */

#navbar a {
  color: white;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: bold;
}
#navbar li {
  top: 5px;
  padding: 0px 2px;
}
#navbar li ul{
  z-index: 99;
}

/* Trend CSS */

#left .widgetArea h3, #right .widgetArea h3{
  text-align:left;
  position:relative; 
  font-size:17px;
  margin-bottom:5px;
  color: #485A17;
}
h2#hdr-featuredlistings, #recsearch-2046 h3 
{
  text-align:left;
  position:relative;
  font-size:17px;
  margin-bottom:5px;
  color: #485A17;
}
#recsearch-2046 h3 {
  margin-bottom: 0px;
}
.jcarousel-skin-USM-558px .jcarousel-item, .jcarousel-skin-USM-558px .jcarousel-prev, .jcarousel-skin-USM-558px .jcarousel-next {
  border: none;
}
.jcarousel-list li p {
  line-height: 1.5em;
  color: black;
  font-size: 10px;
  font-weight: bold;
}
.jcarousel-skin-USM-558px .jcarousel-item p {
  text-align: center;
}

/* Footer */ 
.footer_siteaddress{
  margin-right: 350px;
  width:100%;
}
#footer .footer_sitename{
  font-weight:bold;
  font-size:12px;
}
.separator, #footer-officeinfo br, #navbottom{
  display:none;
}
p#footer-officeinfo{
  color: #241D4B;
}
#footer p strong, #footer p .footer_siteaddress{
  font-weight:normal;
}
.footer_sitename, .footer_siteaddress{
  display: inline-block;
}
#footer #footerEmail{
  display: block;
}
#footer #footerEmail a{
  color: #485A17 ;
}
#footer p {
  text-align: left;
  font-weight: bold;
  padding: 15px 25px 0px;
}
#footer{
  position: relative;
  width: 998px;
  margin: 0 auto;
}
#footer #usmtag {
  position: absolute;
  left: 797px;
  bottom: -10px;
}
#frm-contact .button{
  width: 141px;
}
#footer-logos-right {
  position: relative;
  top: 100px;
  left: 15px;
  width: 148px;
  height: 25px;
}
#footer-logos-right img{
  display: none;
}

/* Recommended Searches */

#recsearch-2046 .psscategory {
  width: 160px;
  margin-right: 10px;
  display: inline-block;
}

#recsearch-2046 .psscategory h4 {
  padding: 10px 0px 5px;
}
#recsearch-2046 {
  margin-top: 10px;
}
#recsearch-2046 .box, .ul.psslist{
  background: none;
  border: none;
  padding-left: 0px;
  padding-top: 0px;
}
#navbar li ul li a {
  font-size: 11px;
}

/* MLS QS */
h3#hdr-quicksearch{
  top:20px;
  position:relative;
  font-weight:normal;
  font-size:21px;
}
#dynamicsearchbar{
  margin-top:30px;
  padding:0;
  border:none;
  background:none;
  position: relative;
}
#dyna-inner{
  border-top:1px solid #354905;
  padding:5px 0px;
  float:left;
  border-bottom:1px solid #354905;
}
#dyna-inner .inputselect{
  font-size:11px;
  padding-top:3px;
  padding-left:3px;
}
.widgetArea .inputselect{
    height:21px;
}
#dynaform .overlabel-wrap{
    margin-top:10px;
    width:97px;
}
#dynaform label.overlabel-apply{
    font-size:10px;
    padding:2px 0px 0px 5px;
    color:white;
}
#dynaform .inputtext{
    font-size:10px;
    color:white;
    padding:4px 5px;
    background-color:#485A17;
    border:none;
}
#dynsearchsubmitwrapper .button, #wide #dynasearch .morelink{
    font-size:12px;
}
#dynamicsearchbar #dynaform .wide-input-keywordsearch{
    margin-right:12px;
}
#dyna-inner label.fieldlabel{
    color:#354905;
}
#dynsearchsubmit.button{
    text-transform:uppercase;
    width:110px;
    height:35px;
    font-size:14px;
    letter-spacing:2px;
    font-family:arial, sans-serif;/* Anytypeface */
    font-weight:bold;
}
#dyna-inner .ui-wide-set.ui-wide-select, #dyna-inner .ui-wide-set.ui-wide-range, #dyna-inner .wide-input-keywordsearch, #dyna-inner .wide-input-mlsnumbersearch{
    margin:0px;
}
#wide .wide-ui .ui-wide-select, #wide .wide-ui .ui-wide-range, #wide .wide-ui .ui-wide-textbox{
    width:30%;
}
#dynaform a.morelink {
  position: absolute;
  top: 150px;
  left: 170px;
}
#dyna-inner .ui-wide-set.ui-wide-range.wide-input-PriceList-min, #dyna-inner .ui-wide-set.ui-wide-range.wide-input-bedrooms{
    margin:0px 12px;
}
#dynasearch{
    background:transparent;
    padding-left:15px;
}
#wide .wide-ui #dynsearchsubmitwrapper{
    bottom:35px;
    position:relative;
    left: 225px;
}

.widget.textwidget .box{
    border:none;
    background:transparent;
    padding:0px;
}

/* Search Sold */
a#searchsoldlink{
  border-radius: 11px;
  box-shadow: 0px 0px 10px #777;
}
/* Mobile Link */

a#newmobilelink {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 85px;
  width: 85px;
  z-index: 9999;
}
a.mobile, .pssviewall{
  display: none;
}

/* Footer Nav */

ul#ezfooternav {
  border-bottom: 1px solid #485A17;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
  bottom: 20px;
}
#ezfooternav li a{
  color: #485A17;
  padding: 0px 18px;
}

/* Content Links */
#content .interiorblock.content-area-container a{
  font-weight: bold;
}

/* Home Worth Form */
#marketform h3 {
  margin: 20px 0px;
  border-bottom: 1px dashed green;
  padding-bottom: 10px;
}
.requiredinfo{
  color: red;
  font-size: 10px;
}
#marketform .submitbutton.button {
  padding: 2px 20px;
  margin: 10px 0px 10px 215px;
}
/* IR Items */
.psslist{
  padding: 0px;
}
.pssheader{
  text-transform: uppercase;
}

/* 1.31.13 Feedburner */

/*Feedburner*/

body.blog #subscribe-here a div.rss-widget{

 font-size:19px;
line-height:16px;
color:#223055;
border-color:#223055;
border-style:solid;
} body.blog #subscribe-here a div.rss-widget:hover{

border-color:#223055;
} body.blog #subscribe-here .feedemail-label{ font-size:19px; line-height:27px; color:#223055; } body.blog #subscribe-here .feedemail-input{

background-color:white;
color:#223055;
} body.blog #subscribe-here .feedemail-input:hover{

color:black;
background-color:white;
} body.blog #subscribe-here .feedemail-footer{

font-size:9px;
color:#223055;
} body.blog #subscribe-here .feedemail-form{

background-image:none;
border-color:#223055;
border-style:solid;
padding-left:5px;
text-align:left;
} body.blog #subscribe-here .feedemail-button{

background-color:white;
border-color:#223055;
} body.blog #subscribe-here .feedemail-input:hover{ border-color:#223055; }

h2#hdr-featuredlistings{
    font-family:Damion;
    font-weight:normal;
    font-size:25px;
}