/* base css */
@import url(/.shared/themes/common/base-weblog.css);

a { text-decoration: none;font-weight:bold; }
a:link { color: #87bc44;font-weight:bold; }
a:visited { color: #87bc44;font-weight:bold; }
a:active { color: #87bc44;font-weight:bold; }
a:hover { color: #687CBA;font-weight:bold; }

.thematic-button { font-weight:bold; }

.thematic-button a { text-decoration: none;font-weight:bold; }
.thematic-button a:link { color: #687CBA;font-weight:bold; }
.thematic-button a:visited { color: #687CBA;font-weight:bold; }
.thematic-button a:active { color: #687CBA;font-weight:bold; }
.thematic-button a:hover { color: #87bc44;font-weight:bold; }

/* layout */

body
{
	margin: 0;
	color: #333;
	background: #ffffff; 
	font-family: verdana;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
}

#container { position: static; }

#container-inner
{
	position: static;
	background: #fff;
}


#banner
{
	border: 0;
	/* no ie mac \*/ height: 133px; /* ie win 5.5, 6 win */
	color: #fff;
	background: #fff;
        background: url("http://dhamel.typepad.com/kidderlit/banner.png") no-repeat;
        border-bottom: 10px solid #9ae4e8;
        align:center;
        background-position:center;
}



	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 133px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}




	.layout-one-column #container
	{
		width: 906px;
	}



	.layout-one-column #alpha
	{
		width: 900px;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}




/* ph=1 */

