/* reset library
--------------------------------------------------- */
@import "reset.css";

/* default styles
--------------------------------------------------- */
body {
  font: 12px Georgia, Times, Serif;
	color: #666;
line-height:1.4;
}
a:link, a:visited {
	color: #62977b;
	text-decoration: none;
}
a:hover {
	color: #89b4c9;
}



/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* container
--------------------------------------------------- */
#container{
  border-left: 1px solid #9bcce4;
  border-right: 1px solid #9bcce4;
  margin: 20px auto;
  position: relative;
  width: 1006px;
}
  #container #top{
    background: url('/images/containter_top.png') no-repeat top left;
    height: 12px;
    position: absolute;
      left: -1px;
    width: 1008px;
  }
  #container #bottom {
    background: url('/images/container_bottom.png') no-repeat top left;
      height: 12px;
      position: absolute;
        left: -1px;
      width: 1008px;
margin:0px;padding:0px;

  } 

/* logo
--------------------------------------------------- */
a#logo {
  display: block;
  float: left;
  margin: 5px 0 20px 0;
  position: relative;
    z-index: 10;
}

/*
#mom a{
  background-image: url('/images/nav_holiday_mom.png');
  width: 137px;
  height: 21px;
} 
#safer a{
  background-image: url('/images/nav_holiday_safer.png');
  width: 104px;
  height: 21px;
}

#save a{
  background-image: url('/images/nav_holiday_save.png');
  width: 116px;
  height: 21px;
}
#bts a{
  background-image: url('/images/nav_holiday_bts.png');
  width: 133px;
  height: 21px;
}
#babyguide09 a{
  background-image: url('/images/nav_holiday_baby.png');
  width: 130px;
  height: 21px;
} 


#submit a{
  background-image: url('/images/nav_holiday_submit.png');
  width: 54px;
  height: 21px;
} 
#shop a{
  background-image: url('/images/nav_holiday_shop.png');
  width: 47px;
  height: 21px;
} 
#press a{
  background-image: url('/images/nav_holiday_press.png');
  width: 49px;
  height: 21px;
} 
#find-it a{
  background-image: url('/images/nav_holiday_find.png');
  width: 49px;
  height: 21px;
} 
#advertise a{
  background-image: url('/images/nav_holiday_advertise.png');
  width: 73px;
  height: 21px;
} 
#on-tv a{
  background-image: url('/images/nav_holiday_tv.png');
  width: 46px;
  height: 21px;
} 
#about a{
  background-image: url('/images/nav_holiday_about.png');
  width: 59px;
  height: 21px;
}

*/

/* three-column
--------------------------------------------------- */
#three-column{
  clear: both;
  margin: 50px 25px;
	min-height: 1000px;
  position: relative;
}
  #three-column #column-1{
    float: left;
		left: 0;
    width: 177px;

  }
  #three-column #column-2{
    float: right;
    margin-right: 192px;
    width: 575px;
/* force height to keep footer clean */
min-height:5400px;
  }
	#three-column #column-2 p{
		margin: 10px 0;
	}
  #three-column #column-3{
    float: right;
    position: absolute;
      top: 0px;
      right: 0px;
    width: 177px;
  }
  
/* sidebar
--------------------------------------------------- */
.sidebar-item{
	border-left: 1px solid #9bcce4;
  	border-right: 1px solid #9bcce4;
	margin-bottom: 20px;
	font-size: 11px;
}
.sidebar-item .bottom{
	background: url('/images/sidebar_bottom.png') no-repeat scroll top left;
	width: 177px;
	height: 9px;
	margin-left: -1px;
} 
.sidebar-item h3{
	background: #a7d6ea url('/images/sidebar_header.png') no-repeat scroll top left;
	color: #fff;
	font: 13px "century gothic","Lucida Grande", Tahoma, Helvetica, Sans-serif;
	margin-left: -1px;
	text-align: center;
	text-transform: lowercase;
	padding: 4px 0;
	width: 177px;
}
.sidebar-item img{
	margin: 10px auto;
	display: block;
}
.sidebar-item p,
.adspot_adtext{
	margin: 8px 5px;
}

/* win it
--------------------------------------------------- */
#win-it{
	text-align: center;
}

/* shopleft
--------------------------------------------------- */
#shopleft{
	text-align: left;
}


/* shop
--------------------------------------------------- */
.shop-item{
	border-left: 1px solid #9db057;
  	border-right: 1px solid #9db057;	
	margin-bottom: 10px;
	font-size: 12px;
}
.shop-item .bottom{
	background: url('http://www.karianna.us/blog/greenbottom.gif') no-repeat scroll top left;
	width: 174px;
	height: 9px;
	margin-left: -1px;
	margin-right: -1px;
} 
.shop-item h3{
	background: #9db057 url('http://www.karianna.us/blog/greentop.gif') no-repeat scroll top left;
	color: #fff;
	font: 13px "century gothic","Lucida Grande", Tahoma, Helvetica, Sans-serif;
	margin-left: -1px;
	text-align: center;
	text-transform: lowercase;
	padding: 4px;
	width: 174px;
}
.shop-item img{
	margin: 10px auto;
	display: block;
}
.shop-item p,
.adspot_adtext{
	margin: 8px 8px;
}

/* sponsors 1, sponsors 2
--------------------------------------------------- */
#sponsors-1,
#sponsors-2{
	text-align: center;
}

/* subscribe
--------------------------------------------------- */
#subscribe{
	text-align: center;
}

/* emporium
--------------------------------------------------- */
#emporium h4{
	margin: 3px;
	text-align: center;
}
#emporium p{
	text-align: center;
}
	#emporium strong{
		font-weight: bold;
	}
	
/* links
--------------------------------------------------- */
#links ul{
	margin: 8px 5px;
}

/* #sponsors-3
--------------------------------------------------- */
#sponsors-3{
	border: none;
	background: transparent;
}

/* blog entry
--------------------------------------------------- */
.blog-entry{
	clear: both;
	margin-bottom: 20px;
}
	.blog-entry .calendar{
		float: left;
		background: url('/images/date_container.png') no-repeat top left;
		width: 59px;
		height: 65px;
		text-align: center;
	}
		.blog-entry .calendar span{
			display: block;
		}
		.blog-entry .calendar .day{
			color: #fff;
			font: .8em "century gothic","Ludida Grande", Tahoma, Helvetica, Sans-serif;
			padding: 4px;
text-transform:lowercase;
		}
		.blog-entry .calendar .date{
			color: #8ba247;
			font-size: 22px;
margin-bottom:-5px;
		}
		.blog-entry .calendar .month{
			color: #8ba247;
			font-size: 11px;
text-transform:lowercase;
		}
	.blog-entry .article{
		float: right;
		width: 495px;
	}
		#column-2 h2,.blog-entry .article h2{
			font-size: 20px;
			margin-bottom: 10px;
		}
		.blog-entry .article img{
			
			margin: 0 10px 10px 0;
		}
	.blog-entry .links{
                   float: right;
		font-size: 0.95em;
                  width: 380px;
	}
		.blog-entry .links li{
			float: left;
			border-left: 1px solid;
			color: #8ca348;
			padding: 0 5px;
		}
			.blog-entry .links li:first-child{
				border: none;
			}
			
/* advertisement
--------------------------------------------------- */
.advertisement{
	margin: 20px auto;
	text-align: center;
}

/* sponsors-4
--------------------------------------------------- */
#sponsors-4{
	text-align: center;
}


/* footer
--------------------------------------------------- */
#footer{
	clear:both;
	text-align: center;
	font-size: 1em;

}
	#footer p{
		margin-top: 5px;margin-bottom:0px;
	}


/* Lees Hacks */
strong {font-weight:bold;}

#adunit-mediumrectangle {
  width: 300px;
  margin: 0 auto auto auto;
  }

.adunit-active {
  padding: 10px 0 0 0;
  background: #fff url("http://www.coolmompicks.com/sponsors.gif") 0 0 no-repeat;
  }

#adunit-mediumrectangle,.links {
margin-bottom:25px;
}

em {font-style:italic;}
.caption {text-align:center;}

/* Video Page */
.video {text-align:center;}

.sub {font-size:13px;}
.clip{padding:0 10px;margin-bottom:30px;}
.clip img{float:left;padding:0 5px 0px 0;}
.clip p {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
                line-height: 18px;
	color: #666666;}
.guide {font-size:11px;}

/* Emporium */
#emp {display: block;margin-left: auto;margin-right: auto} #emp td {padding:5px 10px 5px 5px;background-image:url(/images/empcurve.gif);background-repeat:no-repeat;height:328px; width:169px;vertical-align:top;overflow:hidden;} #emp img{width:125px;display: block;margin-left: auto;margin-right: auto}
#usg {display: block;margin-left: auto;margin-right: auto} #usg td {padding:5px 10px 5px 5px;background-image:url(/images/empcurve.gif);background-repeat:no-repeat;height:250px; width:169px;vertical-align:top;overflow:hidden;} #usg img{width:125px;display: block;margin-left: auto;margin-right: auto}

.archives ul,.archives form {margin-bottom:20px;}
.postimage {padding:1px 5px;}
.yui-img {padding:0px 20px 20px 0px;}



