/*  
Skin Name: indigorush_indigo
Skin URI: http://windyroad.org/software/wordpress/vistered-little-theme
Description: Yellowish skin to brighten up your life.
Version: 0.1
Author: Nik Iliadis & Windy Road
Author URI: http://scarylittlemonkey.com/
*/

/* Citrus theme. */
@import url( "../../common.css.php?skin=indigorush_indigo" );     	

body {
	/* color: #000;*/
}

a:link, a:active, a:visited {
	/*color: #000;*/
        text-decoration: underline;
}

a:hover	{
	color: #CCC;
        text-decoration: underline;
}

#contentcontainer h3, #menucontainer h3, #wp-calendar caption, #menucontainer h2 {
	/*color: #000;*/
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
/*	color: #000;*/
    text-decoration: none;
}

#thumbs input, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 1px dotted #000;
}

.blog blockquote {
    border: 1px dotted #fff;
}

#contentcontainer p.headertext {
	color: #000C49;
	border-bottom: 1px dotted #000C49;
}

#contentcontainer p.footertext {
	color: #000C49;
	border-top: 1px dotted #000C49;	
}
#s, #contentcontainer h3{
	/* color: #000;*/
  text-decoration: underline;
}

#comment, #namefield input, #emailfield input, #urlfield input {
	color: #000;
}

.blogafter { margin-bottom: -10px; }
.menuafter { margin-bottom: -20px; }
#menucontainer { padding-bottom: 20px; margin-top: -5px; }
#contentcontainer { padding-bottom: 0px; margin: 0px; }

