/*
Theme Name: DenaNicole
Theme URI: http://www.denanicole.com/
Description: Theme for www.denanicole.com/blog
Author: Devon Bleak
Author URI: http://www.biggiantsolutions.com/
Version: 1.0
Template: default
License: BSD
*/

/* custom styles */
* { margin: 0; padding: 0; }

body { background: #70130c; }

div#page {
width: 1024px;
margin: 0 auto;
border: none;
}

div#header {
background-image: url('images/header.jpg');
width: 100%;
height: 295px;
margin: 0;
position: relative;
}

a#header-home-link {
display: block;
position: absolute;
left: 287px;
top: 61px;
width: 474px;
height: 0;
padding-top: 35px;
overflow: hidden;
}

.narrowcolumn {
width: 724px;
}

div#sidebar {
margin-left: 809px;
}

a.nav-link {
display: block;
position: relative;
top: 261px;
float: left;
width: 256px;
text-align: center;
padding-top: 32px;
height: 0;
overflow: hidden;
background: no-repeat;
}

a.coming-soon:hover {
background-position: 0 -32px;
}

a#header-blog-link {
background-image: url('images/blog.gif');
}

a#header-photos-link {
background-image: url('images/photos.gif');
}

a#header-about-link {
background-image: url('images/about.gif');
}

a#header-contact-link {
background-image: url('images/contact.gif');
}

div#footer {
background: #fff;
}

a.feed {
padding: 7px 0 0 32px;
background: url('images/feed-icon-28x28.png') no-repeat;
display: block;
height: 21px;
}

p.postmetadata iframe {
position: relative;
top: 6px;
}
