/*
Theme Name: Tools for Motherhood
Theme URI: http://toolsformotherhood.com/
Description: Custom theme for toolsformotherhood.com
Version: 1.0
Author: Tim Gallagher
Author URI: http://tgwebsolutions.com/
Tags: pastel, custom header, fixed width, two columns, widgets
*/
/* reset */
/*
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.5.0
	*/
	html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* END reset */


/* Begin Typography & Colors */
body
{
	
	font-family: georgia, 'Times New Roman', serif;
	background-color: #fff;
	color: #000;
	
}

#page
{
	background: #fad5cd url('images/pagebg.jpg') repeat-y;
	border-right: 3px solid #efefef;
	text-align: left;
}

#header
{
	background: #fad5cd url('images/header.jpg') no-repeat top left;
}

#sidebar
{
	padding-top: 233px;
	background: url('images/sidebarpic.jpg') no-repeat top left;
}

#headerimg
{
	margin: 0;
	height: 157px;
	width:  884px;
}

#footer
{
	background-color: #efefef;
}





.narrowcolumn .entry, .widecolumn .entry {

	}

.widecolumn {

	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer
{
	/* */
}



#headerimg #searchform
{
	margin: 0;
	text-align: right;
}

#headerimg #searchform #s
{
	width: 90px;
	padding: 2px;
}

#headerimg .description
{
	text-decoration: none;
	font-size: 18px;
	
	text-align: center;
	color: #8c191c;
	padding-left: 350px;
}


a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body
{
	margin: 0;
	padding: 0;
}

#page
{
	margin:  0;
	padding: 0;
	width:   884px;
}

#header
{
	margin:  0;
	padding: 0;
	height:  157px;
	width:   884px;
}

#headerimg
{
	margin: 0;
	height: 157px;
	width: 100%;
}

.fullcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 670px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.postmetadata {
	clear: both;
}

p.postmetadata
{
	margin-top: 1em;
}

p.tagList
{
	margin-top: 1em;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	/* width: 760px; */
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2
{
	font-size: 16pt;
}

h1, h2, h3 {
	font-weight: normal;
	color: #99161C;
	}

h2 a
{
	color: #99161C;
}

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 14pt;
	}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul.padded
{
	padding: 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	/* margin: 5px 0 8px;*/
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 88px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: left;
	padding-bottom: 10px;
	padding-right: 0;
	width: 184px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #444;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	
	}
/* End Various Tags & Classes*/



/* 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 */


#sidebar, #sidebar2 {
color:#333333;
float:left;
font-size:10pt;
margin-left:0;
text-align:left;
width:184px;
}

div#homecontent
{
	width: 480px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

ul#sidebar2
{
	line-height:16pt;
}

#sidebar2 h2
{
	margin-top: 30px;
	font-size: 12pt;
}

#sidebar2 li
{
	padding-left: 20px;
	margin-bottom: 1em;
}

div#content div.post h2
{
	font-size: 16pt;
}

div#content div.entry h2
{
	font-size: 12pt;
	font-weight: bold
}

div.entry
{
	margin-left: 3px;
}

html > body .entry ul
{
	list-style-type: disc;
	margin-left: 1em;
}

div.entry ul li
{
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
	margin: 0px;
}

/* entry specific styles */

div.post div p
{
	margin-bottom: 16px;
}



ul#pageChildren
{
	padding: 2px;
	font-size: 10pt;
	border: 1px dotted #633;
	margin-bottom: 1em;
}

ul#pageChildren li
{
	float: left;
	margin-right: 5px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:visited,
#sidebar a:active
{
	color: black;
	text-decoration: underline;
}

#sidebar a:hover
{
	color: blue;
}

.entry a,
.entry a:hover,
.entry a:visited,
.entry a:actve
{
	color: gray;
}

#print_logo { display: none; }

/* teaching page month specific */
div#teaching_page_container.november div#sidebar h2
{
	color: white;
}

div#teaching_page_container.november div#sidebar a
{
	color: orange;
}

div#teaching_page_container.november div#sidebar a:hover
{
	color: white;
}

