/*
Theme Name: Once A Month Mom
Theme URI: http://onceamonthmom.com
Description: Custom Theme built for the Once A Month Mom gals by Jeremy Loyd and Ben Callahan of <a href="http://www.forgeideas.com">FORGE</a>.
Version: 1
Author: Jeremy Loyd and Ben Callahan
Author URI: http://forgeideas.com
*/


/********************************************************************
	Once A Month Mom
	Design: Jeremy Loyd
	XHTML/CSS: Ben Callahan
	Programming: Ben Callahan
--------------------------------------------------------------------
	CHANGE LOG:
		BDC:	01-27-09		File Creation

*********************************************************************/


.oamm-warning {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d68600;
  color: #fff;
  padding: .25em .5em;
  font-size: 1.3em;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 513px;
}


/*****************
  the DARK BROWN
 *****************/
#header ul li a, #header ul li ul li a:hover, .excerpt, .shortPost, #emailSub .theLabel, #recent-comments h2, .nothingHere, .single, #header label, .instructions, .current-menu a:hover {
	color: #5a4a42;
}

/*****************
  the LIGHT BROWN
 *****************/
#header ul li ul li a, .postMeta, #footer, input, #recentcomments, .current-menu a, .current-menu a:visited {
	color: #887c77;
}

/*****************
  the COOKING BLUE
 *****************/
.cooking a, #recentcomments a, #recentcomments a:visited, .single a, #footer a, #footer a:visited {
	color: #99b6b6;
}

/*****************
  the DIET BLUE
 *****************/
.diet a, .diet h2 {
	color: #5a7795;
}

/*****************
  the COOKING DARK BLUE
 *****************/
.cooking a:hover, #recentcomments a:hover, .single a:hover, #footer a:hover {
	color: #729797;
}

/*****************
  the BABY ORANGE
 *****************/
.baby-food a, .baby-food a:visited {
	color: #f19f33;
}

/*****************
  the BABY DARK ORANGE
 *****************/
.baby-food a:hover {
	color: #bc771c;
}

/*****************
  the CHICK CHAT GREEN
 *****************/
.chick-chat a, .chick-chat a:visited {
	color: #b7C47c;
}

/*****************
  the CHICK CHAT DARK GREEN
 *****************/
.chick-chat a:hover {
	color: #96a558;
}

/*****************
  the OTHER PURPLE
 *****************/
.adventures a, .adventures a:visited, .extras a, .extras a:visited {
	color: #937472;
}

/*****************
  the OTHER DARK PURPLE
 *****************/
.adventures a:hover, .extras a:hover {
	color: #663c38;
}




#ann-button {
     display: block;
     float: left;
     margin: 0;
     padding: 0;
}

#ann-button img {
     display: block;
     margin: 0;
     padding: 0;
}


* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% "Helvetica", 'Arial', sans-serif;
	background-color: #dce6d7;
/* 	letter-spacing: .05em; */
	line-height: 1.5em;
	text-align: center;
}

#wrapper {
	width: 815px;
	margin: 0 auto;
	text-align: left;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

#header {
	width: 815px;
	float: left;
	background: url(i/bgHeader.gif) right top no-repeat;
}

#header #theLogo {
	width: 364px;
	height: 120px;
}

#header ul li a, #header label {
	font-size: 1.3em;
	font-weight: bold;
}

#header ul li ul li a {
	font-size: 1.1em;
/* 	line-height: .8em; */
	font-weight: normal;
	text-transform: lowercase;
}

#header ul {
	float: left;
	width: 815px;
	list-style: none;
	padding-top: 18px;
	padding-bottom: 18px;
/* 	margin-top: -4px; */
	background: #fff url(i/capNav.gif) left top no-repeat;
}

#header ul li {
	float: left;
/* 	width: 96px; */
/* 	width: 145px; */
/* 	width: 128px; */
     width: 103px;
	margin-left: 18px;
}

#header ul li ul {
	background: none;
	width: 96px;
	padding: 0;
	margin: 0;
}

#header ul li ul li {
	border: none;
	margin-left: 0;
	height: 1.2em;
}

#content {
	background: #fff;
	float: left;
	width: 815px;
	padding-bottom: 18px;
}

#mainCol {
	float: left;
	width: 418px;
	margin-left: 18px;
}

.section {
	padding-bottom: 36px;
	float: left;
}

#mainCol .section h1 {
	width: 418px;
	height: 118px;
	text-indent: -9000px;
}

#mainCol .section.current-menu h1 {
     height: 36px;
     background: url(i/capCurrent.png) left top no-repeat;
}

#mainCol .section.chick-chat h1 {
	background: url(i/capChickChat.jpg) left top no-repeat;
}

#mainCol .section.cooking h1 {
	background: url(i/capCooking.jpg) left top no-repeat;
}

#mainCol .section.diet h1 {
	background: url(i/capDiet.png) left top no-repeat;
}

#mainCol .section.cooking, #mainCol .section.diet {
     width: 418px;
}

#mainCol .section.baby-food h1 {
	background: url(i/capBaby.jpg) left top no-repeat;
}

#mainCol .section.adventures h1 {
	background: url(i/capAdventures.jpg) left top no-repeat;
	height: 40px;
}

#mainCol .section.extras h1 {
	background: url(i/capExtras.jpg) left top no-repeat;
	height: 40px;
}

.breadcrumbs {
	padding-top: .2em;
	padding-bottom: .5em;
	font-size: 1em;
}

.postData {
	padding-top: 1em;
	padding-bottom: 1em;
}

.nothingHere {
	display: block;
	font-size: 1.6em;
	padding-top: 1em;
	padding-bottom: 2em;
}

.excerpt {
	width: 418px;
	padding-top: 18px;
	padding-bottom: 4px;
}

.category .excerpt {
	padding-top: 0;
/* 	padding-bottom: 18px; */
}

.excerpt h2, .single h1 {
	font-size: 1.6em;
	padding-bottom: .2em;
}

.excerpt h2.menu-title {
     font-style: italic;
     font-size: 1.2em;
     text-transform: uppercase;
     font-weight: normal;
}

.single h2 {
	font-size: 1.5em;
	padding-bottom: .4em;
}

.single h3 {
	padding-top: .5em;
	padding-bottom: 0;/* .5em; */
}

.single .thePost {
	padding-top: 18px;
}

.single .sliced-diced {
     background: url(i/corner-slicedAndDiced-4.png) right top no-repeat;
}

.category .excerpt h2 {
	font-weight: normal;
	line-height: 1.4em;
	font-size: 1.2em;
}

.subCat {
	padding-bottom: 18px;
	float: left;
	width: 418px;
}

.subCat h2 {
	padding-bottom: 5px;
}

.excerpt p, .single p {
	font-size: 1.2em;
}

.single p {
	padding-top: .5em;
	padding-bottom: .5em;
}

.postMeta {
	font-size: 1.2em;
	padding-bottom: .3em;
}

.shortPost {
	padding-top: 6px;
/* 	padding-bottom: 2px; */
	border-top: 1px solid #eee;
	float: left;
	width: 418px;
}

.shortPost h3 {
	font-size: 1.3em;
	float: left;
}

.shortPost .postMeta {
	float: left;
	clear: left;
/* 	margin-left: 18px; */
	font-size: 1em;
}

.theAuthor {
	text-transform: capitalize;
}

.postComments {
	float: right;
	clear: both;
}

#subCol {
	float: left;
	width: 200px;
	margin-left: 18px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	background: url(i/shoeSubCol.gif) left bottom no-repeat;
}

#emailSub {
	float: left;
	position: relative;
	background: #f5f4e9 url(i/bgEmail.gif) left top no-repeat;
	width: 200px;
	padding-bottom: 12px;
}

/*
#emailSub #theLabel {
	padding: 1em 0 1em 1.5em;
	text-transform: lowercase;
}
*/

/*
#emailSub input {
	margin-left: 1em;
	margin-bottom: 1em;
	width: 150px;
}
*/

#emailSub .theLabel {
	display: block;
	margin: 12px 10px 3px 14px;
	font-size: 1em;
}

#emailSub #email, #header form input#s {
	width: 135px;
	height: 1.3em;
	margin-left: 12px;
	border: 1px solid #dce6d7;
	padding: 3px 4px;
}

#header form #searchsubmit {
	margin-left: 12px;
}

.subscriber {
     display: block;
}

#emailSub #theButton {
	width: 23px;
	height: 16px;
	position: absolute;
	bottom: 21px;
	right: 13px;
}

#mc_embed_signup {
     padding: 10px;
     color: #5A4A42;
}

#mc-embedded-subscribe {
     color: #000;
}

#mc_embed_signup p {
     padding-bottom: 10px;
}

#mc_embed_signup label, #mc_embed_signup input {
     margin-bottom: 5px;
}

#mc_embed_signup fieldset {
     border: none;
}

#subCol a.subColLink {
	display: block;
	background: #f5f4e9;
	float: left;
	padding-bottom: 12px;
	margin: 0;
}

#subCol .recentImage {
	margin: 0;
	padding: 0;
	float: left;
}

#the-sidebar {
    float: right;
    width: 378px;
}

.sideBarImage {
     background-color: #F5F4E9;
     float: left;
     clear: left;
}

.sideBarImage img {
     display: block;
     float: left;
}

.width144 {
     padding: 0 28px 8px 28px;
}

#followUs {
	position: relative;
	float: left;
	width: 200px;
	height: 112px;
	background: #f5f4e9 url(i/followUs.png) left top no-repeat;
	padding-bottom: 12px;
}

#followUs a {
	position: absolute;
	top: 24px;
	display: block;
	height: 9px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#followUs a#followTricia {
	left: 54px;
	width: 121px;
	background: url(i/oam-twitter.png) left top no-repeat;
}

#followUs a#followCortney {
	left: 122px;
	width: 59px;
	background: url(i/cortney.gif) left top no-repeat;
}

#followUs a#followTricia:hover, #followUs a#followCortney:hover {
	background-position: right top;
}

#subCol ul {
	list-style: none;
	margin-left: 0;
	float: left;
}

#recent-comments {
	background-color: #f5f4e9;
	padding: 0 12px 0 12px;
	float: left;
}

#recent-comments h2 {
	font-weight: normal;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#recentcomments li {
	padding: 0 0 8px 18px;
	background: url(i/bullet.gif) 2px 2px no-repeat;
	font-size: .7em;
}

.home #recentcomments li {
	font-size: 1em;
}

#adCol {
	float: left;
	width: 125px;
	margin-left: 17px;
	margin-bottom: 18px;
}

#adCol a {
	display: block;
	float: left;
	padding: 0;
	line-height: normal;
}

#adCol img {
	margin: 0 0 18px 0;
	width: 125px;
}

#adCol .ad-title {
     width: 125px;
     float: left;
}

     #adCol .ad-title h6 {
          background: #DCE6D7 url(i/bgAdTitle.gif) 95% 50% no-repeat;
          color: #5A4A42;
          font-size: 1.2em;
          font-weight: normal;
          text-transform: lowercase;
          padding: 5px 10px;
          margin-bottom: 8px;
          letter-spacing: .1em;
     }

#footer {
	float: left;
	display: block;
	background-color: #edf2ea; /*  url(i/bgFooter.gif) left top no-repeat; */
	width: 760px;
/* 	height: 36px; */
	padding: 0 18px 0 0;
	margin: 0 18px 0 18px;
	text-align: right;
	line-height: 36px;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
/* 	line-height: 17px; */
/* 	padding: 0 4px 5px; */
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


blockquote {
	margin: 5px 50px 0 30px;
/*
	padding-left: 20px;
	border-left: 5px solid #dce6d7;
*/
	font-size: .9em;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.single ul, .single ol {
	margin-left: 30px;
	font-size: 1.2em;
}

.single ul li, .single ol li {
	font-size: 1em;
}

.single ul li ul li, .single ol li ul li {
	font-size: .8em;
}

.single small {
     display: block;
     margin-left:10px;
}

.single small a {
     line-height: 2em;
}

.single .postmetadata {
	padding-top: 1em;
	padding-bottom: 1em;
}

.commentlist li {
	padding-bottom: .9em;
}

.commentlist p {
	padding-top: .1em;
}

#commentform {
	width: 415px;
	padding-bottom: 1em;
}

#commentform textarea {
	width: 415px;
	height: 100px;
}

.pagetitle {
	text-transform: capitalize;
}

.forgeAd {
	padding-top: 20px;
}

#header ul li.searcher {
	width: 180px;
	margin-left: 30px;
}

#header form {
	float: right;
}

#header input {
	margin-top: 5px;
}

#thePoll {
	background-color: #F5F4E9;
	padding: 10px 10px 20px 10px;
	float: left;
	color: #5A4A42;
	width: 180px;
}

#thePoll #PDI_container3278138 .pds-box {
     width: 180px;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: none;
}

#thePoll #PDI_container3278138 .pds-question-top, #thePoll #PDI_container3278138 .pds-answer label {
     color: #5A4A42;
}

#thePoll #PDI_container3278138 .pds-vote-button {
     border: none;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     background-color: #5A4A42;
     background-image: none;
     color: #fff;
     padding: 2px 10px;
     margin-bottom: 10px;
}

#thePoll .pds-vote a span {
     color: #fff;
}

#thePoll #PDI_container3278138 .pds-input-label {
     width: 135px;
}

#thePoll .wp-polls, #thePoll .PDS_Poll {
     border: none;
     padding: 0;
}

.wp-polls, .PDS_Poll {
	border: 1px solid white;
	padding: 5px;
	float: left;
}

.pds-question-top {
     font-weight: bold;
}

.wp-polls p {
	margin: 0;
	padding: 0;
}

.wp-polls .wp-polls-ans li, .pds-answer-group {
     display: block;
	padding-top: 5px;
	font-size: .9em;
	width: 100%;
}

.tallGlam {
     padding: 20px;
     float: left;
     background-color: #F5F4E9;
}

.pds-input-label {
     padding-left: 5px;
}

.pds-links a {
     color: #887C77;
     text-decoration: underline;
     float: left;
     clear: left;
}

.pds-pd-link {
     display: none;
}

.pds-vote-button {
     padding: 5px 10px 3px 10px;
     margin-top: 5px;
     margin-bottom: 5px;
     background-color: #fff;
     border: 1px solid #887C77;
     float: left;
}

.pds-vote a span {
     color: #887C77;
     font-weight: bold;
     font-size: 1.2em;
}

.wp-polls ul {
	width: 100%;
}

#thePoll h3 {
	font-size: 1.4em;
	font-weight: normal;
/* 	padding-bottom: 5px; */
	padding: 5px;
	font-style: italic;
	background-color: white;
}

#footer #affiliates, #footer .aff {
     float: right;
}

#footer #affiliates {
     padding-bottom: 1em;
}

/**************
ADS
**************/
#theSingleAd {
	padding-top: 18px;
	padding-bottom: 18px;
/* 	float: left; */
/* 	clear: left; */
/* 	padding-left: 85px; */
}

.sideBarAd {
	padding-bottom: 20px;
	clear: left;
}

.sideBarAd h3 {
  text-align: center;
  color: #5A4A42;
}

.powerpress_links {
	padding-bottom: 10px;
}

#bigGlam, #bigGoogle {
     float: left;
     margin-left: 36px;
     margin-bottom: 18px;
     width: 300px;
}

.sideBarAd .instructions {
     font-size: 1em;
}

.sideBarAd textarea {
     width: 125px;
     height: 30px;
     font-size: 1em;
     overflow: hidden;
}

#doleAd {
     float: left;
     margin-bottom: 9px;
     margin-left: 18px;
}

#donation {
    width: 299px;
    float: left;
    margin-bottom: 9px;
    margin-left: 36px;
}

#donation p {
    padding: 9px;
    color: #5a4a42;
    font-size: 1.2em;
}


#monkey-container {
/* width: 996px; */
position: absolute;
right: -180px;
top: 130px;
/* margin: 0 auto; */
}

#wrapper {
position: relative;
}

#ameMonkey {
/* display: none; */
/*
position: absolute;
top: 130px;
right: 0;
*/
/* float: right; */
/* margin-top: 130px; */
}
