html {
	background:#f4f1f5 url(images/left.jpg) no-repeat top left fixed;
	color:#404040;
}
body {
	background:url(images/bottom.jpg) repeat-x bottom left fixed;
	color:#404040;
	position:relative;
	z-index:500;
}
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;
}
input:focus,input.focus,textarea:focus,textarea.focus {
	background:#fff;
	colour:#404040;
	border:1px solid #CECDF7;
}
input.submit {
	background:#e3e2fa;
	color:#404040;
	border:1px outset #e3e2fa;
}
th {
	background:#CFCEF8;
	color:#505050;
}
td {
	border:1px solid #CFCEF8;
}
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 */
#outer {
	background:url(images/right.jpg) no-repeat top right fixed;
}
#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:#CFCEF8;
}
#headimg {
	background:url(images/header.jpg) no-repeat top right;
}

/* TABS */
.tabs ul a {
	background:#DBDAF8;
	color:#404040;
	border-top:1px solid #C1C0D4;
	border-left:1px solid #C1C0D4;
	border-right:1px solid #C1C0D4;
}
.tabs .current_page_item a,.tabs .current-cat a {
	background:#e3e2fa;
}
.tabs .current_page_item ul a {
	background:#DBDAF8;
}
.tabs ul a:hover,.tabs ul a:active,.tabs ul a:focus {
	background-color:#7163AF;
	color:#fff;
	border-top:1px solid #4F4381;
	border-left:1px solid #4F4381;
	border-right:1px solid #4F4381;
}
#bar {
	background:#e3e2fa url(images/barbottom.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;
}

/* CONTENT */
#content ul li {
	list-style-image:url(images/bullet.jpg);
}
#content .sticky {
	background:url(images/sticky.png) no-repeat top right;
}
#content .prevnext li,#content .meta li {
	list-style-image:none;
	list-style:none;
}
.prevnext .next a {
	background:url(images/arrow-right.gif) no-repeat bottom right;
}
.prevnext .prev a {
	background:url(images/arrow-left.gif) no-repeat bottom left;
}
.postfoot {
	background:#F0F0FF url(images/postfoot.jpg) repeat-y top right;
	color:#404040;
}
.post .top a:link {
	color:#91417F;
}
.post .top a:active,.post .top a:focus {
	background-color:#7163AF;
	color:#fff;
}
.navigation {
	 color:#737373;
}
.storycontent {
	 color:#2e2e2e;
}
.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;
}

/* 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 .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 */
.error {
	background:#F7F8CE;
	color:#095D34;
}