@import url('../twentytwelve/style.css');

/*
Theme Name: adrienne
Theme URI: 
Description: twentytwelve child-theme
Author: Robbie Drabek
Version: 1.0
Template: twentytwelve
Tags: 
*/

#page {
	/* Add fancy borders */
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	font-family: Georgia, "Times New Roman", Times, serif;
	word-wrap: normal;
}
img.header-image, .entry-content img {
	/* Add fancy borders */
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.main-navigation li a {
	color: #3a220a; /* dark brown */
	font-size: 1.2em;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-top: none;
	border-bottom: 1px solid #69431c; /* brown */
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #69431c; /* brown */
	font-weight: bold;
}
.site-content {
	margin-top: 0;
}
.entry-header .entry-title {
	color: #69431c; /* brown */
	font-size: 2em;
	font-weight: bold;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	color: #69431c; /* brown */
}
.site-content article {
	padding-bottom: 0;
	border-bottom: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .widget  {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.wp-caption {
	margin-left: 30px;
}
.entry-content blockquote,
.comment-content blockquote {
	padding: 20px 40px;
	margin-left: 15px;
	margin-right: 30px;
	font-style: normal;
	font-size: normal;
	background: url("images/open-quote.gif") no-repeat scroll 8px 10px transparent;
	background-color: #9ea57e; /* green */
	color: #f7eee3; /* cream */
	/* Add fancy borders */
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.entry-content blockquote p + p,
.comment-content blockquote p + p {
   text-indent: 2em;
}
footer[role="contentinfo"] {
	margin-top: 0;
	text-align: center;
	border-top: 1px solid #69431c; /* brown */
}
.widget-area .widget-title {
	color: #69431c; /* brown */
	font-size: 1em;
}
.template-front-page .widget-area {
border-top: 1px solid #69431c; /* brown */
}
.su-spoiler-title {
	color: #21759b; /* blue */
	text-decoration: underline;
}
.entry-content a:hover, .widget-area a:hover {
	color: #449bc2; /* lighter blue */
}
.main-navigation li a:hover {
	color: #241404 !important; /* dark brown */
	color: #9ea57e !important; /* green */
}


/* MailChimp */
#mc_signup_form {
	padding: 20px;
	line-height: normal;
	border: none;
	background-color: #9ea57e; /* green */
	color: #f7eee3; /* cream */
	/* Add fancy borders */
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#mc_subheader{
	padding-bottom: 20px;
}
.mc_signup_submit {
	padding-top: 20px;
}
.mc_input {
	display: block;
	width: 85%;
	height: 20px;
}