
/* Background Colors */
  body      { background-color:#330F3F;}
  #wrapper  { background:#330F3F url(images/bg_transLogo.png) -5em -5em no-repeat; border-top:1em solid #BF2F51; }

/* Text Colors */
  h1, h2, h3, h4, h5, h6,
  p, blockquote, pre,
  dl, dt, dd, ol, ul, li,
  table, tr, th, td, colgroup, col, caption, tbody, tfoot, thead,
  form, select, option, input, label, textarea,
  div, pre, address, iframe
  { color:#E17FFF; }

	a:link    { color:#FF7F9D; }
	a:visited { color:#FF7F9D; }
	a:hover   { color:white; }
	a:active  { color:white; }

  #content.single .post                   { color:#E17FFF; }
	#content.single .post .entry a:link     { color:#FF7F9D; }
	#content.single .post .entry a:visited  { color:#FF7F9D; }
	#content.single .post .entry a:hover    { color:white; }
  #content.single .post .entry blockquote { border-left-color:#FF7F9D; }
  
  #content.single .post .entry p.aside    { color:#9D2FBF; }
  #content.single .post .entry p.aside a  { color:#BF2F51; }

	#footer p.display { color:#9D2FBF; border-color:#9D2FBF; }


/* Forms */
  #searchform input#searchsubmit,
  #commentform input#submit { color:#330F3F; background-color:#FF7F9D; }

  #searchform input#searchsubmit:hover,
  #commentform input#submit:hover { background-color:white; cursor:pointer; }
  
  #searchform input#s,
  #commentform textarea { color:primaryLt; background:#9D2FBF; }

/* Images and other miscellany */
  img.splash { background:#E17FFF;}
  