/*   
Theme Name: Mybaby
Theme URI: http://www.yummyit.com
Description: a theme for my new baby
Author: Cindy Wu
Author URI: http://www.aimcafe.com
Version: 1.0
Tags: pink, two columns
.
This theme was designed and built by Cindy Wu
.
*/
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}
a {
	color: #466093;
	text-decoration: underline;
}
a:hover {
	color:#FFF;
	background-color: #16216c;
	text-decoration: none;
}
h3 a {
	color: #16216c;
	text-decoration: none;
}
#header {
	background-image: url(images/head.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
#header a.logo {
	height: 80px;
	width: 970px;
	background-image: url(images/tittle.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position:relative;
	display: block;
}
#main {
	background-attachment: fixed;
	background-image: url(images/toy.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 25px;
}
#all .container.showgrid #main #container .span-8.last {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
#all .container.showgrid #main #container .span-8.last  img {
max-width: 395px;
}
#all .container.showgrid #main #container .span-8.last .span-2.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#footer {
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 25px;
	text-align: center;
	background-image: url(images/head.jpg);
}
#footer p {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header h1 {
	text-indent: -9999px;
	margin-top: -500px;
}
#sidebar {
	padding-top: 20px;
}
#sidebar h2 {
	font-size:1.5em;
	margin-bottom:0.5em;
	color: #16216c;
	padding-top: 10px;
}
.span-3.last ul{
	margin: 0px;
}
.span-3.last ul li{
	background-image: url(images/sidebar_bg.png);
	display: block;
	width: 180px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3643DD;
	padding: 0 10px 15px 10px;
	margin: 0px 0px 20px 0px;
}
.span-3.last ul li ul li{
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	width: 160px;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}
#s {
	width: 175px;
	border: 1px solid #DEDDFF;
	background-color: #F9F6F5;
}
input {
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #666;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
sub {
	margin: 0px;
	padding: 0px;
}