/*
hmps.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
modified for housemartinpropertyservices.com by ArcIris
*/

/*Background*/
body.hmps {
background-attachment:fixed;
background-image:url(http://www.housemartinpropertyservices.com/wp-content/uploads/hmps/hmps-bg.jpeg);
background-repeat:repeat-x;
}

body.hmps ul.primary {
width: 720px;
/*float: none;*/
}

/*text classes */
body.hmps .hmps-hi { 
color:#047b05;
font-weight:bold;
}


/* Navigation
----------------------------------------------- */
body.hmps #wrapper .nav-current:link, body.hmps #wrapper .nav-current:visited, body.hmps #wrapper .nav-current:active { color: #bf6030; }
body.hmps #wrapper .nav-current:hover { color: #e59900; }

	/* Feed icon
	------------------------------------------- */
	body.hmps .feed { display:none; }

/* Content
----------------------------------------------- */
body.hmps code, body.hmps pre { color: #bf8060; }
body.hmps abbr, body.hmps acronym { border-bottom: 1px solid #bf8060; }

		/* Headers
		--------------------------------------- */
		body.hmps h3 { color: #bf6030; }

		/* Post content
		--------------------------------------- */
		body.hmps .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.hmps .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.hmps .insert h3 { border-bottom: 1px solid #cfdde5; }

		/* Downloads
		--------------------------------------- */		
		body.hmps a.download:link, body.hmps a.download:visited, body.hmps a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.hmps a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }

		/* Images
		--------------------------------------- */
		body.hmps a img { border: 1px solid #0f6b99; }
		body.hmps a:hover img { border: 1px solid #e59900; }
			
		/* Comments
		--------------------------------------- */
		body.hmps .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.hmps .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.hmps a:link, body.hmps a:active, body.hmps a:visited { color: #047b05; }
body.hmps a:hover { color: #e59900; }

body.hmps .content a:link, body.hmps .content a:active, body.hmps .content a:visited { border-bottom: 1px solid #cfdde5; }
body.hmps .content a:hover { border-bottom: 1px solid #e59900; }

body.hmps #footer {
padding:180px 0pt 0pt;
background-image:url(http://www.housemartinpropertyservices.com/wp-content/uploads/hmps/hmps-footer-new.png);
background-repeat:no-repeat;
}
