/* $Id: theme-baby.css 98944 2009-02-25 03:22:38Z sekimura $ */

/* basic page elements */

body
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 11px;
}

a { color: #6db0f3; }
a:visited { color: #97b8d9; }
a:hover { color: #03b95e; }

#banner a { color: #69c; text-decoration: none; }
#banner a:visited { color: #69c; }
#banner a:hover { color: #65ba93; }

.module-content a { color: #03b95e; }
.module-content a:visited { color: #60b289; }
.module-content a:hover { color: #6Db0f3; }

.entry-header a { color: #6db0f3; text-decoration: none; }
.entry-header a:visited { color: #6db0f3; }
.entry-header a:hover { color: #6db0f3; }

h1, h2, h3, h4, h5, h6
{
	font-family: 'georgia', verdana, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	border: 1px solid #ccff42;
	padding: 5px 10px 6px 24px;
	color: #6db0f3;
	background: #eefbcd url(theme-baby/icon-module-header-bg.gif) left center repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #6db0f3;
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #6db0f3;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #fff;
	background-color: #6db0f3;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}

.trackbacks-info,
.comments-info
{
	margin-bottom: 20px;
}


/* page layout */

body
{
	color: #333;
	background: #fff url(theme-baby/body-bg.gif) center top repeat-y;
}

#container { width: 760px; background: #fff url(theme-baby/banner-bg.gif) left top repeat-x; }
#container-inner { margin: 0 0 20px 0; }

#banner { margin: 0; }

#banner-inner
{
	background: url(theme-baby/chick.gif) 20px 20px no-repeat;
}

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	padding: 20px 15px 5px 90px;
	color: #69c;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

#banner-description
{
	margin: 0;
	padding: 5px 15px 27px 90px;
	color: #3c9;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	line-height: 1.125;
}

/* nav */

#nav
{ 
    margin-bottom: 10px;
	background: #eee url(theme-baby/nav.gif) repeat-x top left;
}

.nav-list
{
	border-bottom: 1px solid #eee;
}

.nav-list-item
{
	border-right: 1px solid #eee;
}

.nav-list-item a
{
	font-size: 11px;
	padding: 6px 11px;
}

#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 20px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 0 0 25px 0;
}

#alpha { width: 255px; }
#beta { width: 445px; }

#gamma, #delta { width: 200px; }

#beta-inner { }

.date-header
{
	margin-top: 5px;
	padding: 0 0 5px 0;
	color: #6c9;
	background: url(theme-baby/date-header-bg.gif) left bottom repeat-x;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.entry-header
{
	margin-top: 5px;
	padding: 2px 0 2px 32px;
	background: url(theme-baby/entry-header-bg.gif) left center no-repeat;
	color: #6db0f3;
	font-size: 18px;
	font-weight: bold;
}

.entry-content { margin: 5px 0 0 0; }

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 10px 0 20px 0;
	padding: 5px 0;
	color: #6db0f3;
	font-weight: normal;
}

.content-nav { margin: 10px 15px; }

.content-header
{
	margin: 10px 0 30px;
	color: #6db0f3;
	font-size: 24px;
	font-weight: bold;
}


/* modules */

.module { color: #666; }

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	margin: 15px 0;
	padding: 10px 10px 10px 43px;
	border: 1px solid #89c4ff;
	background: #ebf3fb url(theme-baby/powered-bg.gif) 4% 50% no-repeat;
}

.module-photo { border: 0; background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.module-list-item
{
	padding-left: 14px;
	background: url(theme-baby/li-bg.gif) 0 0.25em no-repeat;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border: 1px solid #ccff42;
	padding: 0;
	background: #fff url(theme-baby/gradient-bg.gif) left top repeat-x;
}

.typelist-thumbnail { background: #e2ecf3; }

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 15px 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin-left: 15px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #c00;
	background: #e7e2c6;
}


/* calendar tweaks */

	.layout-calendar #gamma { width: 195px; margin-left: 15px; }

	.layout-calendar #beta-inner { padding-top: 0; }
	.layout-calendar #gamma-inner { padding-top: 0; }
	.layout-calendar #delta-inner { padding-top: 0; }

	.module-mmt-calendar { width: 445px; margin: 0; }

	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		margin: 0;
		padding: 5px 15px;
		color: #6db0f3;
		background: #eefbcd url(theme-baby/alt-gradient-bg.gif) left top repeat-x;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}

	.module-mmt-calendar .module-content { margin: 15px; }

	.module-mmt-calendar table
	{
		width: 415px;
		background: #fff;
	}

	.module-mmt-calendar th
	{
		color: #6db0f3;
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}

	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	   background: #fff url(theme-baby/gradient-bg.gif) left top repeat-x;
	}

	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}

	.day-photo a
	{
		border: #bbb 1px solid;
		padding: 1px;
		background: #e7e7ec;
	}

	.day-photo a:hover
	{
		border-color: #235961;
		background: #e7e2c6;
	}


/* artistic tweaks */

	.layout-artistic #gamma, .layout-artistic #delta {
		margin-left: 15px;
	}

  	.layout-artistic #gamma-inner, .layout-artistic #delta-inner { padding-top: 0; }


/* moblog1 tweaks */

	.layout-moblog1 #alpha { width: 190px; }
	.layout-moblog1 #beta { width: 325px; }
	.layout-moblog1 #gamma { width: 165px; }

	.layout-moblog1 #alpha-inner { padding-top: 0; }
	.layout-moblog1 #gamma-inner { padding-top: 0; }

	.layout-moblog1 .module-recent-photos { margin: 0; }
	.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha { width: 85px; }
	.layout-moblog2 #beta { width: 280px; }
	.layout-moblog2 #gamma { width: 194px; }
	.layout-moblog2 #delta
	{
		width: 120px;
		margin-left: 1px;
	}

	.layout-moblog2 #alpha-inner { padding: 0; }
	.layout-moblog2 #gamma-inner { padding-top: 0; }
	.layout-moblog2 #delta-inner { padding-top: 0; }

	.layout-moblog2 .module-photo .module-content { margin: 10px; }
	.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }

	.layout-moblog2 .module-recent-photos { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }


/* timeline tweaks */

	.layout-timeline #gamma, .layout-timeline #delta { margin-left: 15px; }

	.layout-timeline #beta-inner { padding-top: 0; }
	.layout-timeline #gamma-inner { padding-top: 0; }
	.layout-timeline #delta-inner { padding-top: 0; }

	.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
	.layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }


/* one-column tweaks */

	body.layout-one-column { background-image: url(theme-baby/body-bg-1.gif); }

	.layout-one-column #container { width: 600px }
	.layout-one-column #banner { width: 600px; }

	.layout-one-column #alpha { width: 560px; }

	.layout-one-column #container-inner
	{
		margin: 0 10px 0 0;
		background: none;
	}


/* two-column-left tweaks */

	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta { width: 500px; }

	.layout-two-column-left #alpha-inner { padding-top: 0; }


/* two-column-right tweaks */

	.layout-two-column-right #alpha
	{
		width: 500px;
	}

	.layout-two-column-right #beta
	{
		width: 200px;
	}

	.layout-two-column-right #beta-inner { padding-top: 0; }


/* three-column tweaks */

	.layout-three-column #alpha { width: 180px; }
	.layout-three-column #beta { width: 320px; }
	.layout-three-column #gamma { width: 180px; }

	.layout-three-column #alpha-inner { padding-top: 0; }
	.layout-three-column #gamma-inner { padding-top: 0; }


/* three-column-right tweaks */

	.layout-three-column-right #alpha { width: 320px; }
	.layout-three-column-right #beta { width: 180px; }
	.layout-three-column-right #gamma { width: 180px; }

	.layout-three-column-right #beta-inner { padding-top: 0; }
	.layout-three-column-right #gamma-inner { padding-top: 0; }
