/* Vistered Little Theme CSS file. */

/* Default theme. */
@import url( "common.css.php?skin=default" );     	

body {
	color: #ccc;
}

a:link, a:active, a:visited {
	color: #8B0000;
}

a:hover	{
	color: #fff;
}

#menucontainer h3, #wp-calendar caption, #menucontainer h2 {
	color: #FFFFFF;
        font-size: 1.2em;
}

#contentcontainer h3>a {
        color: #8B0000;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #8B0000;
}

.wallpaper, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 1px dotted #777;
}

.blog blockquote {
    border: 1px dotted #8B0000;
}

#contentcontainer p.headertext {
	color: #eee;
	border-bottom: 1px dotted #777;
}

#contentcontainer p.footertext {
	color: #eee;
	border-top: 1px dotted #777;	
}

#s, #contentcontainer h3, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #8B0000;
}
