/*
Theme Name: Newborn
Author: Joey Reed
Author URI: http://joeyreed.com
Description: The first theme built for BER, built as a Mother's Day gift to lil B's momma.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
-----------------------
-Colors:
-----------------------
Darkest: #26080E
Pink Dark: #8C3041
Pink Medium: #D95970
Pink Light: #F27294
Lightest: #F2E6D8
-----------------------
*/

@import url('../twentytwelve/style.css');

body { background: #F27294; }
#page { background: #F2E6D8; color: #8C3041; }

#page a:link,
#page a:visited { color: #26080E; }
#page a:hover { color: #D95970; }

#content article { color: #26080E; }

#content a:link,
#content a:visited { color: #D95970; }
#content a:hover { color: #F27294; }

#content h1 a:link,
#content h1 a:visited { color: #8C3041; }

.site-content article { background: #fff; color: #26080E; padding: 2.25em; }
footer.entry-meta { color: #F27294; }

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site-header hgroup { }
	.site-header h1, .site-header h2 {  }	
}

.author_pic { float: right; }

.celebration_info { margin-bottom: 1em; border-bottom: 1px solid #fff; font-style: italic; width: 30%; float: left; clear: left; margin-right: 1em; margin-bottom: 1em; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; padding: 12px 0px 0px 0px; }
.celebration_info p { margin-bottom: .75em; padding: 0 12px 8px 12px; border-bottom: 1px dotted #aaa;  }
.celebration_info p:last-child { border-bottom: none; }

.first_details {}
.first_details p { line-height: 1.3; margin-bottom: .75em; }

.story_details { margin-bottom: 1em; }

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	color: #D95970;
}

.site-header h2 { color: #D95970; }