/* Body container */
#body-container {
	margin: 10px auto 21px auto;
	}

/* Header */
#header-container {
	background: transparent url(/images/daisyfairy-115x161.jpg) no-repeat center left;
	}

#header {
	height: 200px;
	margin: 0 0 5px;
	background: url(/images/milli_profile_thumb.jpg) no-repeat center right;
		}

/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Cursive, Arial, Verdana, Times, "Times New Roman", serif;
	padding: 20px 0 15px;
	text-indent: -130px;
	text-align: center;
	margin-bottom:0;
	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	font: normal normal normal 22px/30px Cursive, Arial, Verdana, Times, "Times New Roman", serif;
	margin: 0 0 18px;
	padding: 0;
	text-indent: -130px;
	text-align: center;
	color: #666;	
	}
	
#header-tagline {
	font: normal normal normal 20px/30px Cursive, Arial, Verdana, Times, "Times New Roman", serif;
	margin: 0;
	text-indent: -130px;
	text-align: center;
	color: #666;	
	}

/* Navigation */
#navigation {
	background:transparent none repeat scroll 0 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:25px;
	margin:5px 0 20px;
	overflow:visible;
	padding:10px 10px 0;
	}
#page-nav li {
	margin-right: 1px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 0px 10px 3px 20px;
	color: #111;
	background: transparent url(/images/bullet_butterfly.gif) no-repeat 0px 0px;
	border:none;
	}
#page-nav li a:hover, .current_page_item a {
	background: transparent url(/images/bullet_butterfly_u.gif) no-repeat 0px 0px;
	border-bottom: 2px dotted gold;
	color:gold;
	}

/* Sliding Panel */

#sliding-panel .panel {
height: 250px;
background-color: #ccc;
}
#sliding-panel .panel-content {
height: 225px;
}
#sliding-panel .widget {
height: 225px;
}
#sliding-panel .tab {
border-top-color: #999999;
}
#sliding-panel .tab a {
background-color: #ccc;
-moz-border-radius-bottomleft: 30px;
-moz-border-radius-bottomright: 30px;
-khtml-border-radius-bottom-left: 30px;
-khtml-border-radius-bottom-right: 30px;
-webkit-border-radius-bottom-left: 30px;
-webkit-border-radius-bottom-right: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.submit, .submit:hover, .reset, .reset:hover, .button, .button:hover {
background-color: transparent;
}