/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

Theme Name: Finblade
Theme URI: http://www.finblade.com/
Version: 1.0
Description: Designed by Finblade
Author: Finblade
Author URI: http://www.finblade.com


*/



/*change height on pages to fit logo*/
#header{padding:25px 0 10px;clear:both;position:relative;}

#featured h2 { color:#f6f6f6; font-size:35px; font-weight:bold; line-height:1em; margin-bottom:30px; }

#mini-features .home-icon { float:left; margin-right:10px; padding-top:8px; }
#mini-features h3 { font-size:18px; padding-top:5px; padding-bottom:5px; font-weight:bold; color:#444; letter-spacing:-1px;}
#mini-features p { padding-bottom:10px; }

/*switch the "comments off" from all news*/
.comments, .post-comments { display:none; }

/*resize the height of the contact form replay message */
#contact-page ol.forms input.txt {
  width: 350px;
}
#contact-page ol.forms textarea {
    height: 150px;
    width: 350px;
}

/*
turn off the rss feed on all pages except the blog
doesn't seem to work properly
*/
#breadcrumb img.rss {
	display: none;
}
.page-id-26 #breadcrumb img.rss {
 display: block;
}


/* change read more mini features button height*/
#mini-features a.btn {
  height: 23px;
  width: 43px;
  text-align: center;
}

/* Smart Slideshow image element overrides */
.ssw_image_element {
  width: 300px;
  height: 250px;
}