/*
THEME NAME: Milkin' Mamas
THEME URI: http://milkinmamas.com
DESCRIPTION: Milkin' Mamas Theme
VERSION: 1.0
AUTHOR: <a href="http://zeek.com">Steve Zehngut</a>
AUTHOR URI: http://www.zeek.com
*/

@import "reset.css";

html {
	height: 100%
}

body {
	background: #d4f0da;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #80561b;
}

a {
	color: #cf4b7a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

strong {
	font-weight: 700;
	color: #ec4e86;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.break {
	clear: both;
}

#wrapper {
	/* background: #FFF; */
	margin: 0 auto;
}

#menu {
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	margin-left: 13px;
	font-weight: bold;
}

.brown a {
	color: #80561b;
}

.pink a {
	color: #f16f9d;
}

#container {
	margin: 0 auto;
	clear: both;
}

#content {
	margin: 0;
	padding: 0;
	
}



/* HOME */

#home #menu {
	background: url(images/home-bg-top.gif) no-repeat top center;
	width: 1024px;
	height: 233px;
}

#home #menu ul {
	padding: 93px 95px 0 120px;
}

#home #container {
	background: url(images/home-bg.gif) repeat-y;
	width: 1024px;
}

#home #content {
	background: url(images/home-bg-bottom.gif) no-repeat bottom center;
	padding-bottom: 60px;
}

#home .post {
	margin: 0 0 0 170px;
}

#home-footer {
	margin: 0 0 0 220px;
	line-height: 1.4em;
	font-size: 1.2em;
}

#home-footer .brochure {
	float: left;
	width: 90px;
	text-align: center;
	font-size: 0.8em;
	line-height: 14px;
}

#home-footer .brochure a {
	text-decoration: none;
	font-size: 10px;
}

#home-footer .footer {
	margin-bottom: 20px;
}

#home-footer .share {
	float: left;
	width: 50px;
	text-align: center;
	font-size: 0.8em;
	margin: 75px 20px 0 0;
}

#home-footer .share a {
	text-decoration: none;
	font-size: 10px;
}

#home-footer .brochure img {
	margin-bottom: 5px;
}

#home-footer .share img {
	margin-bottom: 2px;
}

#contact {
	background: url(images/about-us-icons.png) no-repeat 0 13px;
	padding:10px 0 10px 30px;
	width: 288px;
}


/* INSIDE */

#inside #menu {
	background: url(images/bg-top.gif) no-repeat top center;
	width: 1060px;
	height: 186px;
}

#inside #menu ul {
	padding: 100px 0 0 270px;
}

#menu ul li {
	margin-left: 15px;
}

#inside #container {
	background: url(images/bg.gif) repeat-y;
	width: 1060px;
}

#inside #content {
	background: url(images/bg-bottom.gif) no-repeat bottom center;
	padding: 10px 0 60px;
}

#inside h1 {
	color: #80561b;
	font-size: 24px;
	margin: 0 0 25px 235px;
}

#click-to-appy{
	float:right;
	margin: 90px 152px 0 0;
}

#inside .post {
	margin: 0 200px 0 205px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #7f5622;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post img.alignnone {
	background: #FFF;
}

.post img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #7f5622;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto 20px auto;
	width: 1060px;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}



/* HOME PAGE */

#did-you-know {
	background: url(images/home-did-you-know.png) no-repeat top left;
	width: 410px;
	height: 308px;
	margin: 0;
	padding: 70px 15px 5px 265px;
}

#did-you-know p {
	margin: 0 0 10px 20px;
	font-size: 1.1em;
	line-height: 18px;
}

#did-you-know h2 {
	font-size: 24px;
	margin: 5px 0 20px 0;
}

#did-you-know a {
	text-decoration: underline;
}



/* FAQ */

#faq h1 {
	margin-bottom: 0;
}

#faq .faq-pics {
	float: right;
}

#faq .post {
	margin: 0 200px 0 205px;
}

#faq h3 {
	color: #ed527d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0;
}



/* CONTACT US */

#contact-us {

}

#contact-us h1 {
	margin-bottom: 25px;
}

.contact-us-pic {
	float: right;
	margin: 0 80px 0 -150px;
}

.contact-us-1 {
	padding:30px 0 10px;
	width:450px;
	font-size:1.1em;
	line-height:1.6em;
	border-bottom:1px dashed #80561b;
}

.contact-us-2 {
	background: url(images/about-us-icons.png) no-repeat 0 13px;
	padding:10px 0 10px 30px;
	width:450px;
	font-size:1.1em;
	line-height:1.6em;
	border-bottom:1px dashed #80561b;
}

.contact-us-3 {
	padding-top:10px;
	width:450px;
	font-size:10px;
	line-height:1.6em;
	vertical-align: middle;
}

.contact-us-3 img {
	vertical-align: middle;
	margin-right: 5px;
	text-decoration: none;
}

.contact-us-3 a {
	text-decoration: none;
}

/* ABOUT US */

#about-us-bottom {
	margin: 0 0 0 200px;
}

/* DONOR */

#donor-bottom {
	margin: 0 0 0 200px;
}

/* WHY DONATE */

#why-donate-bottom {
	margin: 0 0 0 200px;
}

/* OUR MAMAS */

#our-mamas-top {
	margin: -30px 230px 10px 0;
	float:right;
}

#our-mamas-bottom {
	margin: 0 0 0 200px;
}


#inside-bottom {
	margin: 30px 200px 50px 205px;
}

#inside-bottom .contact {
	float: left;
	width: 230px;
	line-height: 1.7em;
}