/*  
Theme Name: The Shape of a Mother
Author URI: http://balancingeverything.com
Version: 1
Author: Jessica Wiseman
Description: WordPress theme created for theshapeofamother by Jessica Wiseman.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #000000;
	color: #000000;
	font: 12px Arial,"Lucida Grande",Helvetica,Sans-Serif;
	padding: 0 0 0;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #c00000;
	text-decoration: underline;
}
input,select,textarea{
	border: #888888 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 1px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 970px;
padding-top: 75px;
}
#page p{
	padding: 0 0 13px;
}
/*=== Title ===*/
#title{
	height: 183px;
	margin: -32px 0 3px;
	position: relative;
}
#title img{
	background: url(images/pic-bgr.gif) no-repeat top;
	float: left;
	height: 167px;
	margin: 0 45px 0 0;
	padding: 6px 9px 13px 6px;
	width: 100px;
}
#title img.last{
	margin: 0;
}
/*=== Logo ===*/
#logo h1{
	background: url(images/logo.gif) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
	width: 510px;
}
#logo h1 a{
	display: block;
	height: 60px;
}
#logo h1 a:hover{
	text-decoration: none;
}

/*=== Horizontal BlogHer Ad ===*/

#horz_ad{
	width: 728px;
	margin-bottom: 20px;
}

/*=== Center Column ===*/
#centercol{
	background: #ffffff;
	float: left;
	padding: 0 20px 20px;
	width: 760px;
}
#centercol a{
	color: #c00000;
}
#centercol .spacer{
	padding: 0 13px;
}
#centercol h2{
	color: #c00000;
	font: 18px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 13px;
}
/*=== Right Column ===*/
#rightcol{
	color: #ffffff;
	float: right;
	width: 160px;
}
#rightcol a{
	color: #ffffff;
}
#rightcol h2, #rightcol h3{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}
#rightcol h3{
	margin: 0 0 13px;
}
#rightcol p{
	font-size: 11px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	margin: 15px 0 0;
	width: 545px;
}
.col2{
	float: right;
	margin: 15px 0 0;
	width: 145px;
}
.col2 img{
	border: 3px solid #000000;
	margin: 0 0 7px;
}
.col3{
	float: left;
	padding: 0 27px 0 0;
	width: 340px;
}
/*=== Styling Boxes ===*/
/*- Post Info -*/
.post{
	font-size: 14px;
}
.date{
	color: #555555;
	font-size: 12px;
	margin: -10px 0 10px;
	position: relative;
}
.post-info{
	font-size: 11px;
	color: #555555;
	margin: 0 0 25px;
}
/*- Ads -*/
.ad{
	margin: 0 0 20px;
}
.ad2{
	margin: 0 0 10px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 13px;
	padding: 0 0 0 20px;
}
.list1 li{
	background: url(images/ico-list.gif) no-repeat 0 4px;
	border-bottom: 1px dashed #000000;
	margin: 0 0 7px;
	padding: 0 0 7px 13px;
}
#centercol .list1 li a{
	color: #000000;
}
#centercol .list1 li a:hover{
	color: #c00000;
	text-decoration: none;
}
/*- List2 -*/
.list2{
	margin: 0 0 10px;
}
/*- List3 -*/
.list3{
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0;
}
/*- Form1 -*/
.form1 div{
	float: left;
	height: 55px;
	margin: 0 43px 0 0;
	width: 140px;
}
.form1 div.last{
	margin: 0;
	text-align: center;
}
.form1 label{
	display: block;
	font: 18px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 5px;
}
.form1 select{
	width: 133px;
}
/*- Search -*/
.form1 div.search{
	width: 188px;
}
.search input{
	float: left;
	width: 150px;
}
.search .btn{
	margin: 0 0 0 5px;
	width: auto;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #ffffff;
	height: 30px;
	padding: 10px 15px 0;
	width: 770px;
}
#footer a{
	color: #ffffff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
hr{
	border-bottom: 1px dashed #000000;
	clear: both;
	height: 1px;
	margin: 0 0 15px;
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: center;
}

