/*
Theme Name: Fotografia
Theme URI: http://thehappybit.com/themes/fotografia
Author: THBThemes
Author URI: http://themes.thehappybit.com
Description: Fotografia WordPress theme
Version: 1.2.9
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, photoblogging, red, white, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, post-formats, theme-options, translation-ready, threaded-comments
*/

/* this controls the dotted line header width, it was 50px */
.pageheader:after {
	width: 500px;
}

/* this is for the search form, it was 100 percent */
#searchform #s {
    width: 50%;
}

/* this is for the search form button the right was 10px and there was no left */
#searchform #searchsubmit {
right: 0px;
left: 155px;
}

/* this is for the page header, it was 60px */
#header {
    margin-bottom: 60px
}


/* this is for the slideshow to minimize white space between the slideshow header image and the thumbnails was 572 px */
#featured1 {
 height: 472px;
}




