body {
	background:#838AB9 url(images/summer-back.jpg);
	color:#000;
}
input:focus,input.focus,textarea:focus,textarea.focus,
a:hover img,a:active img,a:focus img {
	border-color:#FFC095;
}

/* HEADER */
#header {
	background:#BECCF3 url(images/summer.jpg) repeat-x;
}
#blogtitle,#blogtitle a {
	color:#3F415A;
}
#blogtitle {
	background:url(images/summer-title.gif) no-repeat top right;
}

/* SIDEBAR */

/* CONTENT */
#content {
	border:1px solid #ADB8C3;
}
#content ul li {
	list-style-image:url(images/flower.jpg);
}
.sub_pages {
	background:#EEEEF8;
	border-color:#DADDEF;
}
.sticky {
	border:1px dashed #F7B267;
}
#content a {
	color:#3A5988;
}

.submit,input[type="submit"] {
	background:#F7B267;
	color:#292929;
	border-color:#F7D6AB #C4AA85 #C4AA85 #F7D6AB;
}

