/* Purple Pastels */

/* Backgrounds */
html {
	color:#404040;
}
#outer {
	background: #5D1A72;
}
body {
	background: #5D1A72;
	color:#404040;
}

h1,h2,h3,h4,h5,h6 {
	color:#3C3E5A;
}
h2.post-title a {
	color:#3C3E5A;
}

h1 span {
	color:#585359;
}

acronym, abbr {
	border-bottom:1px dashed #333;
}
blockquote {
	border-left:1px solid #D0CFF7;
}
pre {
	background:#F3F3FE;
	color:#606060;
	border:1px solid #DCDCEA;
}
fieldset {
	border:1px solid #D494E7;
}
legend {
	background:#F0F0FF;
	color:#606060;
	border:1px inset #CFCEF8;
}
input, textarea {
	background:#EDEDF7;
	color:#606060;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
input:focus,
input.focus,
textarea:focus,
textarea.focus {
	background:#fff;
	colour:#404040;
	border:1px solid #CECDF7;
}
input[type=checkbox],
input[type=radio] {
	border:none;
}
input[type=submit] {
	background:#D494E7;
	color:#404040;
	border:1px solid #CBCBE7;
}
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
	background:#655992;
	color:#F4F1F5;
	border:1px inset #534776;
}
th {
	background:#D494E7;
	color:#505050;
	border:1px solid #ccc;
}
td {
	border:1px solid #ccc;
}
ins {
	text-decoration:none;
}
a {
	 color:#D494E7;
}
a:visited {
	 color:#D494E7;
}
a:active,a:focus {
	background-color:#5D1A72;
	color:#fff;
}
a img {
	border:1px solid #eee;
}
a:hover img,a:active img,a:focus img {
	border-color:#5D1A72;
}
/* LAYOUT */
#skip a:active,#skip a:focus {
	background:#5D1A72;
	color:#fff;
}
#wrapper {
//	background:#fafaff;
	background:#F9F8F6;
/*
*	background:-moz-linear-gradient(top, #fff, #E7C6A5); /* Firefox */
*	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#E7C6A5)); /* Safari, Chrome */
*	background:-webkit-linear-gradient(top, #fff, #E7C6A5); /* Safari, Chrome - neue Syntax! */
*	background:-o-linear-gradient(top, #fff, #E7C6A5); /* Opera */
*	background:-ms-linear-gradient(top, #fff, #E7C6A5); /* IE */
*	background:linear-gradient(top, #fff, #E7C6A5); /* W3C Standard */
*/
}

/* HEADER */
#blogtitle,#blogtitle h1 a {
	color:#fff;
	text-shadow: 2px 2px 2px #000;
}
#blogtitle h1 a:focus,#blogtitle h1 a:active {
	background-color:#5D1A72;
	color:#fff;
}
#header {
 	background-color:#F9F8F6;
/*	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CECEE8)); */

}
#headimg {
	background-repeat:no-repeat;
	background-position:right top;
}

/* TABS */
#pp_tabs ul a {
	background:#D494E7;
	color:#303030;
	border-top:1px solid #5D1A72;
	border-right:1px solid #5D1A72;
	border-left:1px solid #5D1A72;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-box-shadow:2px -2px 2px rgba(10,0,0,0.2);
	-webkit-box-shadow:2px -2px 2px rgba(10,0,0,0.2);
	-box-shadow:2px -2px 2px rgba(10,0,0,0.2);
}
#pp_tabs ul ul {
	-moz-box-shadow:2px 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 3px 2px rgba(0,0,0,0.2);
	-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
}
#pp_tabs ul ul a,
#pp_tabs ul li.current_page_ancestor .page_item a
 {
	background:#D494E7;
	color:#303030;
	border-bottom:1px solid #AAA6C4;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-top:none;
}
#pp_tabs .current_page_item a,
#pp_tabs div.menu .current_page_ancestor a,
#pp_tabs ul li.current_page_ancestor li.current_page_item a,
#pp_tabs ul li.current_page_ancestor .page_item a:hover {
	background:#5D1A72;
	color:#fff;
	border-color:#5D1A72;
}

#pp_tabs ul a:hover,
#pp_tabs ul a:active,
#pp_tabs ul a:focus {
	background-color:#5D1A72;
	color:#fff;
	border-color:#5A5370;
}
#bar {
}

/* SIDEBAR */
.sidebar {
	background: #D494E7;
	color:#404040;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.sidebar ul li {
	 color:#bf514c;
}
.sidebar ul ul li {
	color:#777681;
}
.sidebar input#s {
	background:#fff;
	color:#404040;
	border:1px inset #D494E7;
}
.sidebar .submit {
/*	background:#C9C2F7;*/
	color:#000;
}
.sidebar input#s:focus,.sidebar input#s.focus {
	border:1px solid #9E5EEE;
}
.sidebar a {
	 color:#BF1E6E;
}
.sidebar a:hover {
	 color:#5B4D97;
}
.sidebar a:active,.sidebar a:focus {
	background-color:#5D1A72;
	color:#fff;
}
.sidebar #rss a {

}
.sidebar #rss a:hover {
	background-position:left top;
}

/* CONTENT */
.hentry ul li {
	list-style-image:url(images/bullet.jpg);
}
.hentry .sub-pages ul li {
	list-style-image:url(images/subpages.png);
	list-style-position:inside;
}
.sticky {
	background:url(images/sticky.png) no-repeat top right;
}
.hentry .meta li {
	list-style-image:none;
	list-style:none;
}
.prevnext .next a {
	background:url(images/arrow-left.gif) no-repeat left bottom;
}
.prevnext .prev a {
	background:url(images/arrow-right.gif) no-repeat right bottom;
}
.postfoot {
	background:#F0F0FF url(images/postfoot.jpg) repeat-y top right;
	color:#404040;
}
.hentry .top a:active,.hentry .top a:focus {
	background-color:#5D1A72;
	color:#fff;
}
.imagelink {
	border:1px solid #ccc;
}
.imagelink:hover,
.imagelink:active,
.imagelink:focus {
	border:1px solid #B670FE;
}
#content a:active,#content a:focus {
	background-color:#5D1A72;
	color:#fff;
}
.sub-pages {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #EBEBF8;
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
.sub-pages h3 {
	background:#F0F0FF;
	color:#555;
	border-bottom:1px solid #EBEBF8;
}

/* images */
.wp-caption,.gallery-item img,
.attachment .main-image img,
.image-nav img {
	background:#E8E8F5;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #D1D1E1;
}
.hentry img,
.wp-caption,.gallery-item img,
.attachment .main-image img,
.image-nav img,
.wp-post-image {
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
.hentry .wp-smiley {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-box-shadow:none;
}

/* FOOTER */
#footer {
/*	 background:#e4e4f2 url(images/footertop.jpg) repeat-x top left;*/
 }
#footer, #footer a {
	 color:#5F5F62;
}
#footer a:active,#footer a:focus {
	color:#fff;
}

/* COMMENTS */
#content #commentlist li,#content .commentlinks li {
	list-style-image:none;
	list-style:none;
}
#commentlist li {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#commentlist .even {
	background:#F4F1F5;
	color:#4F4F4F;
	border:1px solid #E8E3E8;
}
#commentlist .odd {
	background:#F0F0FF;
	color:#606060;
	border:1px solid #E5E5EB;
}
#commentlist .bypostauthor {
	background:#fafaff url(images/bypostauthor.png) no-repeat 5px 5px;
	color:#606060;
	border:1px solid #c3c3ff;
}
#commentlist li .meta li {
	background:transparent;
	border:none;
}

/* CALENDAR */
#wp-calendar {
	background:#FAFAFF;
}
#wp-calendar th {
	background:#C9C2F7;
	color:#404040;
}
#wp-calendar td {
	border:1px solid #F0F0FF;
}
#wp-calendar td {
	color:#777681;
}
#wp-calendar tfoot td,#wp-calendar tfoot td.pad {
	background:#FAFAFF;
	border:none;
}
#wp-calendar #today {
	background:#E9DDE0;
	 color:#404040;
}

/* tag cloud */
.wp-tag-cloud {
	background:#F0F0FF url(images/postfoot.jpg) repeat-y top right;
}
.tag-cloud a {
	color:#606060;
}
.tag-cloud a:active,.tag-cloud a:focus {
	background-color:#5D1A72;
	color:#fff;
}

/* OTHER */
.required,
.error {
	color:#961336;
}
