/*
Theme Name: Dawn Nahorniak Photography
Theme URI: http://dawnnahorniakphotography.com/blog/
Description: Custom child theme of ProPhoto. <strong>IMPORTANT:</strong> 1) The ProPhoto theme must be present for this child theme to function. 2) The &quot;flashfader.js&quot; file included in this child theme must be copied to the &quot;prophoto&quot; theme directory for 300px high header images.

Author: Luke Weese
Author URI: http://weesedesigns.com/
Template: prophoto
Version: 1.0
*/
 
@import url('../prophoto/style.css');

/* Set top white space to 36px. */
#top_solid_colored_bar {
height:36px;
}

/* Hide the top search and categories dropdown. */
#search-top, #ppt_topnav .categories {
display:none;
}

/* Reset header height to 0px. 
   The header logo and website and archive links 
   will be positioned absolutely below the header. */
#header {
height:0px;
}

/* Allow for 300px high flashfader object. */
#header-masthead {
height:300px;
}


/* Move the top navigation menu to the left side,
   just below the flashfader object. */
#ppt_topnav {
padding:0 25px;
position:absolute;
top:350px;
width:980px;

/* Change the font to serif and increase the base font size. */
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12pt;
text-transform:lowercase;
}

/* Increase the size of the top-level links. */
#ppt_topnav li a {
font-size:14pt;
}


/* Move the blog title that contains the header logo 
   below the flashfader div and the navigation menu. */
h1#blog-title {
position:absolute;
top:385px;
width:980px;
text-align:center;
}

/* Change the header logo to signature logo. */
h1#blog-title span {
background-image:url(signature-logo.jpg);
}

/* Size and center the header logo image (signature). */
h1#blog-title a, h1#blog-title span {
height:120px;
width:300px;
left:340px; /*(980/2) - (300/2)*/
}

/* Increase the margin of the unused bio area to make
   room for the signature logo and move the content down. */
#indexbio {
border-bottom:none;
margin:50px;
}

