/*
Theme Name: Harter and Schottland
Description: Cusotm Wordpress theme for Harter and Schottland blog
Author: Lucian Florian
Author URI: http://fldtrace.com/
*/


/*main Joomla site styles*/

@import url("http://www.harterschottland.com/templates/harter/css/main.css");
@import url("wp.css");

/*wordpress blog styles*/

#blog_div {margin-left:20px}

div.post {padding: 0 0 20px; margin: 0 0 20px; border-bottom:solid 1px #69686d}
	.post_date {font-style:italic}

	/*comments and search footer area*/
	.comments_tpl {margin-top: 40px}
	
	form#commentform input, form#commentform textarea  {padding: 3px 0; border-top:2px solid #c5c5c5; border-right:2px solid #dedede; border-bottom:1px solid #e5e5e5; border-left:2px solid #dedede;}
	form#commentform input#submit, input#searchsubmit {background:#225491; color:#fff; font-weight:bold; border:1px solid #224a88; padding:3px 10px;}
	
	ol.commentlist {padding:0; margin: 0}
	ol.commentlist li {background:#dce0e9; padding:10px; margin: 0 0 5px; list-style-type:none; border-bottom: solid 1px #b0b0b2}
	ol.commentlist li.alt {background:#e2e1e1}

/*search box*/	
div#ss {border: none; margin:0}

		body #footer_stuff #ss input {padding: 3px; border-top:2px solid #c5c5c5; border-right:2px solid #dedede; border-bottom:1px solid #e5e5e5; border-left:2px solid #dedede;}
		body #footer_stuff div#ss input.button {background:#225491; color:#fff; font-weight:bold; border:1px solid #224a88; padding: 3px 1px}	
	
