html{
	background: url(../images/sunny/grad_back.png) repeat-x;
}

body{
	font-size: 13px;
	font-family: "Trebuchet MS";
	line-height: 20px;
	background: url(../images/sunny/cloud_back.jpg) no-repeat top center;
}

#wrap_outer{background: url(../images/sunny/grass_tree.png) no-repeat bottom center;}

#wrap{
	margin: 0 auto;
	width: 875px;
	min-height: 600px;
	padding-bottom: 40px;
}


#header{
	padding-top: 160px;
	position: relative;
	padding-bottom: 90px;
	margin-bottom: 50px;
}

#header h1 a{
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	position: absolute;
	left: 90px;
	text-shadow: #000 2px 2px 8px;
}

#header .description{
	font-size: 16px;
	text-shadow: #000 3px 3px 7px;
	color: #fff;
	position: relative;
	width: 600px;
	top: 50px;
	left: 100px;
}

#footer{
	padding-bottom: 60px;
}

#side{
	width: 200px;
	float: left;
	position: relative;
}

#side ul{
position: relative;
}

	#side #menu{
		border: none;
		position: absolute;
		left: 0;
		top: -60px;
		width: 875px;
		padding: 0;
		margin: 0;
	}
	

	#side #menu li{
		float: left;
		height: 26px;
		background: url(../images/sunny/nav_l.png) no-repeat;
		padding-left: 13px;
		margin-right: 20px;
	}

	#side #menu li a{
		display: block;
		height: 26px;
		line-height: 22px;
		background: url(../images/sunny/nav_r.png) no-repeat right;	
		padding-right: 13px;
		font-size: 13px;
		color: #69f;
		text-shadow: #ddd 1px 1px 1px;
	}
	
		#side #menu li a:hover{
			color: #999;
		}

	#side .widgettitle{
		font-size: 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #eee;
		color: #666;
		padding: 1px 10px;
		text-shadow: #ccc 2px 2px 1px;
	}
	
	#side ul ul{
		font-size: 12px;
		margin-bottom: 20px;
		padding-left: 10px;
	}


#content{
	color: #444;
	width: 655px;
	float: left;
	position: relative;
	left: 20px;
}

#content p{
	margin: 6px 0;
	clear: both;
}

#content h1,
#content h2,
#content h3{
	font-weight: bold;
	font-style: italic;
	color: #36f;
	text-shadow: #ccc 1px 1px 1px;
}

#content h1{
	font-size: 20px;
	line-height: 40px;
	background: url(../images/sunny/flower.png) left center no-repeat;
	padding-left: 50px;
	text-shadow: #ccc 2px 2px 1px;
}

#content h1:first-letter{
	font-size: 24px;
}

#content h2{
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 6px;
	border-bottom: 1px solid #abf;
}

#content h3{
	font-weight: bold;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content h4{
	font-weight: bold;
}

#content em.date{
	color: #666;
}

#content ul{
	padding: 0 10px;
}

#content li{
	margin-bottom: 10px;
	list-style: circle;
	margin-left: 10px;
}
		
/*  Shared Styles  */
a{
	color: #03f;
	text-decoration: none;
}

a:hover{color: #d00;}
