/* Purple Pastels */

/* Backgrounds */
html {
	color:#404040;
}
#outer {
	background:url(images/right.jpg) no-repeat top right fixed;
}
body {
	background:url(images/bottom.jpg) repeat-x bottom left fixed;
	color:#404040;
}

h1,h2,h3,h4,h5,h6 {
	color:#777681;
}
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 #E3E2FA;
}
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:#e3e2fa;
	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:#E3E2FA;
	color:#505050;
	border:1px solid #ccc;
}
td {
	border:1px solid #ccc;
}
ins {
	text-decoration:none;
}
a {
	 color:#875770;
}
a:visited {
	 color:#6C6B71;
}
a:active,a:focus {
	background-color:#7163AF;
	color:#fff;
}
a img {
	border:1px solid #eee;
}
a:hover img,a:active img,a:focus img {
	border-color:#7163AF;
}
/* LAYOUT */
#skip a:active,#skip a:focus {
	background:#7163AF;
	color:#fff;
}
#wrapper {
	background:#fafaff;
	color:#606060;
	border:1px solid #eee;
}

/* HEADER */
#blogtitle,#blogtitle h1 a {
	color:#64468B;
}
#blogtitle h1 a:focus,#blogtitle h1 a:active {
	background-color:#7163AF;
	color:#fff;
}
#header {
 	background-color:#CFCEF8;
}
#headimg {
	background-repeat:no-repeat;
	background-position:right top;
}

/* TABS */
#pp_tabs ul a {
	background:#C0BEF4;
	color:#404040;
	border-top:1px solid #AAA6C4;
	border-right:1px solid #AAA6C4;
	border-left:1px solid #C5C1D6;
	-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 {
	background:#DBDBFC;
	color:#555;
	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 div.menu .current_page_parent a,
#pp_tabs div.menu .current-cat a,
#pp_tabs .current-menu-item a,
#pp_tabs .current-menu-parent a,
#pp_tabs .current-menu-ancestor a {
	background:#e3e2fa;
	color:#555;
	border-color:#C1C0D4;
}
#pp_tabs ul a:hover,
#pp_tabs ul a:active,
#pp_tabs ul a:focus {
	background-color:#7163AF;
	color:#fff;
	border-color:#5A5370;
}
#bar {
	background:#e3e2fa url(images/bar.jpg) repeat-x top left;
}

/* SIDEBAR */
.sidebar {
	background:#F0F0FF url(images/sidebar-bottom.jpg) repeat-x bottom left;
	color:#404040;
}
.sidebar ul li {
	 color:#bf514c;
}
.sidebar ul ul li {
	color:#777681;
}
.sidebar input#s {
	background:#fff;
	color:#404040;
	border:1px inset #e3e2fa;
}
.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:#7163AF;
	color:#fff;
}
.sidebar #rss a {
	background:url(images/rss.jpg) no-repeat left bottom;
}
.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:#7163AF;
	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:#7163AF;
	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 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:#7163AF;
	color:#fff;
}

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